[llvm] 3ef5751 - [AMDGPU][MC][GFX11][NFC] Update asm tests for VOPC instructions promoted to VOP3

Dmitry Preobrazhensky via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 06:50:35 PDT 2022


Author: Dmitry Preobrazhensky
Date: 2022-08-30T16:48:57+03:00
New Revision: 3ef5751e576f2af49c1a13ef9056f6a2e9c0f33c

URL: https://github.com/llvm/llvm-project/commit/3ef5751e576f2af49c1a13ef9056f6a2e9c0f33c
DIFF: https://github.com/llvm/llvm-project/commit/3ef5751e576f2af49c1a13ef9056f6a2e9c0f33c.diff

LOG: [AMDGPU][MC][GFX11][NFC] Update asm tests for VOPC instructions promoted to VOP3

Differential Revision: https://reviews.llvm.org/D132857

Added: 
    

Modified: 
    llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
    llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
index 4974a6276893..f535eff45d93 100644
--- a/llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_vop3c.s
@@ -1,18774 +1,10482 @@
-// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=W32 %s
-// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=W64 %s
-// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=W32-ERR %s
-// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 %s 2>&1 | FileCheck --check-prefixes=W64-ERR %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX11,W32 %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX11,W64 %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W32-ERR --implicit-check-not=error: %s
+// RUN: not llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 %s 2>&1 | FileCheck --check-prefix=W64-ERR --implicit-check-not=error: %s
 
-v_cmp_f_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_f_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_f_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_f_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_f_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_f_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_f_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_f_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x10,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lt_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lt_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lt_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x11,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_eq_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_eq_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_eq_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x12,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_le_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_le_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_le_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x13,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_gt_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_gt_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_gt_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x14,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lg_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lg_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lg_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lg_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lg_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lg_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lg_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lg_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lg_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lg_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lg_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x15,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ge_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ge_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ge_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x16,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_o_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_o_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_o_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_o_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_o_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_o_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_o_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_o_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_o_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_o_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_o_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x17,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_u_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_u_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_u_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_u_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_u_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_u_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_u_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_u_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_u_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_u_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_u_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x18,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nge_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nge_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nge_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nge_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nge_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nge_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nge_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nge_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nge_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nge_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nge_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x19,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nlg_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nlg_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nlg_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nlg_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlg_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlg_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nlg_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nlg_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlg_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlg_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlg_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ngt_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ngt_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ngt_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ngt_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ngt_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ngt_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ngt_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ngt_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ngt_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ngt_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ngt_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nle_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nle_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nle_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nle_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nle_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nle_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nle_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nle_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nle_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nle_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nle_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_neq_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_neq_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_neq_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_neq_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_neq_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_neq_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_neq_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_neq_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_neq_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_neq_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_neq_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nlt_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nlt_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nlt_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nlt_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlt_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlt_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nlt_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nlt_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlt_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlt_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlt_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_tru_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_tru_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_tru_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_tru_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_tru_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_tru_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_tru_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_tru_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_tru_f32 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_tru_f32 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_tru_f32 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x1f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_f_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_f_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_f_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_f_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_f_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_f_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_f_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_f_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_f_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_lt_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lt_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lt_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lt_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_eq_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_eq_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_eq_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_eq_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_le_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_le_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_le_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_le_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_le_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_le_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_le_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_le_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_gt_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_gt_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_gt_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_gt_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_lg_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lg_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lg_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lg_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lg_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lg_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ge_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ge_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ge_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ge_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_o_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_o_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_o_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_o_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_o_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_o_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_o_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_o_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_o_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_o_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_o_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_o_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_o_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_o_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_o_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_u_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_u_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_u_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_u_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_u_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_u_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_u_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_u_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_u_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_u_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_u_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_u_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_u_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_u_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_u_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_nge_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nge_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nge_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nge_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nge_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nge_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_nlg_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nlg_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nlg_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlg_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlg_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlg_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ngt_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ngt_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ngt_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ngt_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ngt_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ngt_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_nle_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nle_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nle_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nle_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nle_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nle_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_neq_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_neq_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_neq_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_neq_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_neq_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_neq_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_nlt_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_nlt_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_nlt_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlt_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlt_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlt_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_tru_f64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_tru_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_tru_f64 s10, -v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_tru_f64 s10, v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_tru_f64 s10, -v[1:2], -v[2:3]
-// W32: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_tru_f64 s10, v[1:2], v[2:3] clamp
-// W32: encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_f_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_f_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_f_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ne_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ne_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ne_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ne_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ne_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ne_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_t_i32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_t_i32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_t_i32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_t_i32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_t_i32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_t_i32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_t_i32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_t_i32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_class_f32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_class_f32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_class_f32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_class_f32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_class_f32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_class_f32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_class_f32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_class_f32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_class_f32 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lt_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ne_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ne_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ne_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_i16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_i16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_i16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_i16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_i16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_i16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_f_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_f_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_f_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_f_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_f_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_lt_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_eq_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_le_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_le_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_le_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_le_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_le_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_gt_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ne_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ne_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ge_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_t_i64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_i64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_t_i64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_t_i64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_t_i64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_t_i64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_t_i64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_t_i64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_t_i64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_t_i64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_t_i64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_t_i64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_t_i64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_class_f64 s10, v[1:2], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f64 s12, v[1:2], v2
-// W32: encoding: [0x0c,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f64 s100, v[1:2], v2
-// W32: encoding: [0x64,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_class_f64 s10, v[254:255], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_class_f64 s10, s[2:3], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, s[4:5], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, s[100:101], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, vcc, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, exec, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_class_f64 s10, v[1:2], v255
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_class_f64 s10, v[1:2], s2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], s101
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], vcc_lo
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], vcc_hi
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], m0
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], exec_lo
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], exec_hi
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_class_f64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_class_f64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_class_f64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_class_f64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_class_f64 s10, -v[1:2], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_f_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_f_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_f_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_f_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_f_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_f_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_lt_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_eq_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_le_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_le_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_le_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_le_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_le_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_gt_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ne_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ne_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_ge_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_t_u64 s10, v[1:2], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u64 s12, v[1:2], v[2:3]
-// W32: encoding: [0x0c,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u64 s100, v[1:2], v[2:3]
-// W32: encoding: [0x64,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u64 s10, v[254:255], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0xfe,0x05,0x02,0x00]
-
-v_cmp_t_u64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x02,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x04,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x64,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, vcc, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, exec, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, 0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, -1, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, 0.5, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, -4.0, v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_t_u64 s10, v[1:2], v[254:255]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xfd,0x03,0x00]
-
-v_cmp_t_u64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x09,0x00,0x00]
-
-v_cmp_t_u64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x0d,0x00,0x00]
-
-v_cmp_t_u64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xc9,0x00,0x00]
-
-v_cmp_t_u64 s10, v[1:2], vcc
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_t_u64 s10, v[1:2], exec
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_t_u64 s10, v[1:2], 0
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_t_u64 s10, v[1:2], -1
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_t_u64 s10, v[1:2], 0.5
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_t_u64 s10, v[1:2], -4.0
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ne_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ne_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ne_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_u16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_u16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_u16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_u16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_u16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_u16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_f_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_f_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_f_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_f_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_f_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_lt_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_lt_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_lt_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_eq_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_eq_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_eq_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_le_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_le_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_le_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_gt_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_gt_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_gt_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ne_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ne_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ne_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ne_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ne_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ne_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ne_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ne_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ne_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_ge_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_ge_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_ge_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_t_u32 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u32 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u32 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_t_u32 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_t_u32 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, 0.5, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0xf0,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, -4.0, v2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0xf7,0x04,0x02,0x00]
-
-v_cmp_t_u32 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_t_u32 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_t_u32 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_t_u32 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_t_u32 s10, v1, 0.5
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xe1,0x01,0x00]
-
-v_cmp_t_u32 s10, v1, -4.0
-// W32: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xef,0x01,0x00]
-
-v_cmp_f_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_f_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_f_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_f_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_f_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_f_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_f_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_f_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_f_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_f_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lt_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lt_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lt_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lt_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lt_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lt_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lt_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lt_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lt_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lt_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_eq_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_eq_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_eq_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_eq_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_eq_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_eq_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_eq_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_eq_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_eq_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_eq_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_le_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_le_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_le_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_le_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_le_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_le_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_le_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_le_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_le_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_le_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_gt_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_gt_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_gt_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_gt_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_gt_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_gt_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_gt_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_gt_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_gt_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_gt_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_lg_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_lg_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_lg_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_lg_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_lg_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_lg_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_lg_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_lg_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_lg_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_lg_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ge_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ge_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ge_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ge_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ge_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ge_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ge_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ge_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ge_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ge_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_o_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_o_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_o_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_o_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_o_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_o_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_o_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_o_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_o_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_o_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_u_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_u_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_u_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_u_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_u_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_u_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_u_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_u_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_u_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_u_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nge_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nge_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nge_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nge_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nge_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nge_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nge_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nge_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nge_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nge_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlg_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nlg_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlg_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nlg_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nlg_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlg_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlg_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlg_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlg_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlg_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_ngt_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_ngt_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_ngt_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_ngt_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_ngt_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_ngt_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_ngt_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_ngt_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_ngt_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_ngt_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nle_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nle_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nle_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nle_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nle_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nle_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nle_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nle_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nle_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nle_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_neq_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_neq_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_neq_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_neq_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_neq_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_neq_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_neq_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_neq_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_neq_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_neq_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_nlt_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_nlt_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_nlt_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_nlt_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_nlt_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_nlt_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_nlt_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_nlt_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_nlt_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_nlt_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f16 s10, v1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f16 s12, v1, v2
-// W32: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f16 s100, v1, v2
-// W32: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_tru_f16 s10, v255, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
-
-v_cmp_tru_f16 s10, s1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, s101, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, vcc_lo, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, vcc_hi, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, m0, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7d,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, exec_lo, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, exec_hi, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, 0, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, -1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]
-
-v_cmp_tru_f16 s10, v1, v255
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]
-
-v_cmp_tru_f16 s10, v1, s2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, s101
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, vcc_lo
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, vcc_hi
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, m0
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfb,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, exec_lo
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, exec_hi
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
-
-v_cmp_tru_f16 s10, v1, 0
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
-
-v_cmp_tru_f16 s10, v1, -1
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
-
-v_cmp_tru_f16 s10, -v1, v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
-
-v_cmp_tru_f16 s10, v1, -v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
-
-v_cmp_tru_f16 s10, -v1, -v2
-// W32: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
-
-v_cmp_tru_f16 s10, v1, v2 clamp
-// W32: encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]
-
-v_cmp_f_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x10,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x11,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x12,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_le_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x13,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x14,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x15,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x16,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, v255, v2
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0xff,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, s1, v2
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x01,0x04,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, s105, v255
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x69,0xfe,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, vcc_lo, s2
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x6a,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, vcc_hi, s105
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x6b,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, ttmp15, ttmp15
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x7b,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, m0, src_scc
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x7d,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x7d,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x7d,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x7d,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x7d,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x7d,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_class_f16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_class_f16_e64 s[10:11], v255, v2
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0xff,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_class_f16_e64 s[10:11], s1, v2
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x04,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], s105, v255
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x69,0xfe,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], vcc_lo, s2
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x6a,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], vcc_hi, s105
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x6b,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], ttmp15, ttmp15
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7b,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], m0, src_scc
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7d,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_class_f16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_class_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_class_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x7d,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_class_f16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x7d,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_class_f16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x7d,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f16_e64 null, -|0xfe0b|, vcc_hi
+// GFX11: encoding: [0x7c,0x01,0x7d,0xd4,0xff,0xd6,0x00,0x20,0x0b,0xfe,0x00,0x00]
 
-v_cmp_o_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x17,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x7e,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x7e,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x7e,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x7e,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x7e,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_class_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_class_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_class_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_class_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_class_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_class_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_class_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x7e,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_class_f32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x7e,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_class_f32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x7e,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f32_e64 null, -|0xaf123456|, vcc_hi
+// GFX11: encoding: [0x7c,0x01,0x7e,0xd4,0xff,0xd6,0x00,0x20,0x56,0x34,0x12,0xaf]
 
-v_cmp_u_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, v[1:2], v2
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, v[1:2], v255
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x01,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, v[1:2], s2
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x01,0x05,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, v[1:2], s105
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x01,0xd3,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x18,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, v[254:255], ttmp15
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0xfe,0xf7,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, s[2:3], vcc_hi
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x02,0xd6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, s[104:105], vcc_lo
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x68,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, vcc, m0
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x6a,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, ttmp[14:15], exec_hi
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x7a,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s5, exec, exec_lo
+// W32: encoding: [0x05,0x00,0x7f,0xd4,0x7e,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 s105, null, null
+// W32: encoding: [0x69,0x00,0x7f,0xd4,0x7c,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x7f,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 vcc_hi, 0.5, 0.5
+// W32: encoding: [0x6b,0x00,0x7f,0xd4,0xf0,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 ttmp15, -|src_scc|, src_scc
+// W32: encoding: [0x7b,0x01,0x7f,0xd4,0xfd,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], v[1:2], v2
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], v[1:2], v255
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], v[1:2], s2
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], v[1:2], s105
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xd3,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], v[254:255], ttmp15
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0xfe,0xf7,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_class_f64_e64 s[10:11], s[2:3], vcc_hi
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x02,0xd6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_class_f64_e64 s[10:11], s[104:105], vcc_lo
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x68,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_class_f64_e64 s[10:11], vcc, m0
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x6a,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_class_f64_e64 s[10:11], ttmp[14:15], exec_hi
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x7a,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_class_f64_e64 s[10:11], exec, exec_lo
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x7e,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_class_f64_e64 s[10:11], null, null
+// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x7c,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_class_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x7f,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_class_f64_e64 vcc, 0.5, 0.5
+// W64: encoding: [0x6a,0x00,0x7f,0xd4,0xf0,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_class_f64_e64 ttmp[14:15], -|src_scc|, src_scc
+// W64: encoding: [0x7a,0x01,0x7f,0xd4,0xfd,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_class_f64_e64 null, 0xaf123456, 0xaf123456
+// GFX11: encoding: [0x7c,0x00,0x7f,0xd4,0xff,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_nge_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x02,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x19,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x02,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x02,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x02,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x02,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x02,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x02,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_eq_f16_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
 
-v_cmp_nlg_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_eq_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_eq_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_eq_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x02,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_eq_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_eq_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x02,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_eq_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x02,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_eq_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x02,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x02,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x12,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x12,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x12,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x12,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x12,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x12,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x12,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_eq_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x12,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_eq_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x12,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_eq_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x12,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_eq_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x12,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_eq_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x12,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x12,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_ngt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x22,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x22,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x22,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x22,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x22,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x22,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x22,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x22,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x22,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x22,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
+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
 
-v_cmp_nle_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x22,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x22,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x22,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x22,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_eq_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x22,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x22,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_nle_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x32,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x32,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x32,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x32,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x32,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x32,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_eq_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_eq_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_eq_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_eq_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_eq_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_eq_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x32,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_eq_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x32,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_eq_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x32,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x32,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_neq_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x42,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x42,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x42,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x42,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x42,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x42,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_eq_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_eq_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_eq_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_eq_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_eq_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_eq_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_eq_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_eq_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_eq_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x42,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_eq_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x42,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_eq_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x42,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x42,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_nlt_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x52,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x52,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x52,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x52,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x52,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x52,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_eq_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_eq_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_eq_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_eq_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_eq_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_eq_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_eq_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x52,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_eq_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x52,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_eq_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x52,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_eq_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x52,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x52,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_tru_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6b,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x3a,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7f,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x3a,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x3a,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x3a,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x3a,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_eq_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_eq_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_eq_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_eq_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_eq_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_eq_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x3a,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_eq_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x3a,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_eq_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x3a,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x3a,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_tru_f32_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x1f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_eq_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_eq_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4a,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4a,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4a,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4a,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4a,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_eq_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_eq_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_eq_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_eq_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_eq_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_eq_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_eq_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_eq_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_eq_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_eq_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_eq_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_eq_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4a,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_eq_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4a,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_eq_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4a,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4a,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_f_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_eq_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_eq_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0xfe,0xfd,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_eq_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x02,0x08,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_eq_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x68,0xd0,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_eq_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_eq_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
+v_cmp_eq_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5a,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5a,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5a,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5a,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5a,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_eq_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_eq_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_eq_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_eq_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_eq_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_eq_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_eq_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_eq_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5a,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_eq_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5a,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_eq_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5a,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_eq_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5a,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_f_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x00,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x7d,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x00,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x00,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_f_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x00,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x00,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x00,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x00,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_f_f16_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
 
-v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_f_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_f_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x00,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_f_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_f_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x00,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_f_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x00,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_f_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x00,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x00,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,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
+v_cmp_f_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x10,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x10,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x10,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x10,0xd4,0x7c,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x10,0xd4,0xc1,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x10,0xd4,0xf0,0xfa,0x00,0x40]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x10,0xd4,0xfd,0xd4,0x00,0x20]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x10,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x10,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_f_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x10,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_f_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x10,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_f_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x10,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x10,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_f_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x20,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x20,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x20,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x20,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x20,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x20,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x20,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x20,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x20,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x20,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]
+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
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_f_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_f_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_f_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_f_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_f_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_f_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x20,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_f_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x20,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_f_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x20,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_f_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x20,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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]
+v_cmp_f_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x20,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_f_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x20,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_le_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_f_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x40,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
-
-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
+v_cmp_f_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x40,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x40,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x40,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x40,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x40,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_f_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_f_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_f_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_f_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_f_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_f_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_f_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_f_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_f_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_f_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_f_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_f_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x40,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_f_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x40,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_f_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x40,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x40,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x50,0xd4,0xfe,0xfd,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x02,0x08,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x68,0xd0,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
+v_cmp_f_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x50,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x50,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x50,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x50,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x50,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_f_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_f_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_f_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x50,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_f_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x50,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_f_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x50,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_f_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x50,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x50,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_f_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x48,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_f_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x48,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x48,0xd4,0x7c,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x48,0xd4,0xc1,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x48,0xd4,0xf0,0xfa,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x48,0xd4,0xfd,0xd4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_f_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_f_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x48,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_f_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x48,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_f_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x48,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_f_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x48,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_f_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x58,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x58,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x58,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x58,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x58,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_f_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x58,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_f_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_f_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_f_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_f_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_f_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_f_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_f_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x58,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_f_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x58,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_f_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x58,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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]
+v_cmp_f_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x58,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_f_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x58,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ge_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ge_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x06,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
+v_cmp_ge_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x06,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x06,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x06,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x06,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x06,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x06,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_f16_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
 
-v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ge_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x06,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ge_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_ge_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x06,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_ge_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x06,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_ge_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x06,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x06,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-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
+v_cmp_ge_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x16,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_ge_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x16,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x16,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x16,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x16,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x16,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x16,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ge_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x16,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x16,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x16,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x16,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x16,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x16,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_ge_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x26,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x26,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x26,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x26,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x26,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x26,0xd4,0x7e,0xfa,0x01,0x20]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x26,0xd4,0x7c,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x26,0xd4,0xc1,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x26,0xd4,0xf0,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x26,0xd4,0xfd,0xfc,0x00,0x60]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+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
 
-v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x26,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x26,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x26,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x26,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x26,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x26,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_ge_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x36,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x36,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x36,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x36,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x36,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x36,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ge_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_ge_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_ge_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_ge_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x36,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_ge_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x36,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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]
+v_cmp_ge_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x36,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x36,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmp_ge_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x46,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_ge_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x46,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x46,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x46,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x46,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x46,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ge_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x46,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x46,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ge_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x46,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x46,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_ge_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x56,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x56,0xd4,0x7e,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x56,0xd4,0x7c,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x56,0xd4,0xc1,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x56,0xd4,0xf0,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_ge_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x56,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x56,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x56,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x56,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x56,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x56,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmp_ge_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x3e,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x3e,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x3e,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x3e,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x3e,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_ge_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ge_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_ge_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_ge_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_ge_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x3e,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_ge_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x3e,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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]
+v_cmp_ge_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x3e,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x3e,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmp_ge_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_ge_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4e,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4e,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4e,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4e,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4e,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ge_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ge_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ge_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ge_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ge_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ge_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ge_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ge_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4e,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ge_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4e,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ge_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4e,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4e,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_ge_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ge_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5e,0xd4,0x7e,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5e,0xd4,0x7c,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5e,0xd4,0xc1,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_ge_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5e,0xd4,0xf0,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_ge_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5e,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5e,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5e,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ge_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5e,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_ge_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5e,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmp_gt_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x04,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x04,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x04,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x04,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x04,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x04,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_gt_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x04,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_gt_f16_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
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_gt_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_gt_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_gt_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_gt_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_gt_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_gt_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_gt_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_gt_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_gt_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x04,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_gt_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_gt_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x04,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_gt_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x04,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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]
+v_cmp_gt_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x04,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
+v_cmp_gt_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x04,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_neq_f64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_gt_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x14,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
-
-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
+v_cmp_gt_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x14,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x14,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x14,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x14,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x14,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x14,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_gt_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_gt_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_gt_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_gt_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_gt_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_gt_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_gt_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_gt_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_gt_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x14,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_gt_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x14,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x20]
+v_cmp_gt_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x14,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
+v_cmp_gt_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x14,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
+v_cmp_gt_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x14,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x14,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_nlt_f64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_gt_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x24,0xd4,0xfe,0xfd,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x24,0xd4,0x02,0x08,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x24,0xd4,0x68,0xd0,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x24,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x24,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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
-
-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
-
-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
-
-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
-
-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
-
-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
-
-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
+v_cmp_gt_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x24,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x24,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x24,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x24,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x24,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]
+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
 
-v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_gt_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_gt_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_gt_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_gt_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_gt_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x24,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_gt_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x24,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_gt_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x24,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_gt_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x24,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_gt_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x24,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x24,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-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
+v_cmp_gt_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x40]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x34,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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,0x60]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-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
+v_cmp_gt_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: 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]
+v_cmp_gt_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x34,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x34,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x34,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x40,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x34,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x34,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x34,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_gt_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x34,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_gt_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x34,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x34,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_f_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x44,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x40,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x44,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x44,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x44,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x44,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x44,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_gt_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_gt_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x44,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_gt_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x44,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_gt_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x44,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x44,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_lt_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x54,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x54,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x54,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x42,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x54,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x54,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x54,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x54,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x54,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x54,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x54,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x54,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_eq_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x42,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x3c,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x3c,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x3c,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x3c,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x3c,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x3c,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_gt_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x3c,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_gt_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x3c,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x3c,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_le_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4c,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x44,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4c,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4c,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4c,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4c,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_gt_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_gt_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4c,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_gt_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4c,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_gt_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4c,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4c,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x44,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5c,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5c,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5c,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5c,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5c,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5c,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_gt_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5c,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_gt_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5c,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_gt_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5c,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x03,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x03,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x03,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x03,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x03,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x46,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x03,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x03,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_le_f16_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
 
-v_cmp_ge_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x03,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_le_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x03,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x03,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_le_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x03,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x03,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x13,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x46,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x13,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x13,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x13,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x13,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x13,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x65,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x13,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_le_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x13,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x13,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_le_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x13,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_le_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x13,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_le_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x13,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x13,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_t_i32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x23,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x23,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x23,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x23,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x23,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x23,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x23,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x7e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x23,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x23,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x23,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x65,0x04,0x02,0x00]
+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
 
-v_cmp_class_f32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x23,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x23,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_le_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x23,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_le_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x23,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x23,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x23,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_class_f32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x33,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x33,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f32_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x7e,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x33,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x33,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x33,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x33,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x33,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x33,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x33,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x33,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x43,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x43,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x43,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x32,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x43,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x43,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x43,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x43,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x43,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_le_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x43,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_le_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x43,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x43,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_eq_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x53,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x32,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x53,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x53,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x53,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x33,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x53,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x53,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x53,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x53,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x53,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x53,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x53,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_le_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x3b,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x33,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x3b,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x3b,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x3b,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x34,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x3b,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x3b,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x3b,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x3b,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x3b,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x34,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4b,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4b,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4b,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4b,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4b,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_le_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_le_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4b,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_le_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4b,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_le_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4b,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4b,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5b,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5b,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5b,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x36,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5b,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5b,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_le_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5b,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_le_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5b,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_le_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5b,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_le_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5b,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ge_i16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x05,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x05,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x05,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x36,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x05,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x05,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x7d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x05,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x7d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x05,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_lg_f16_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
 
-v_cmp_class_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x05,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lg_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x05,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_lg_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x05,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_lg_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x05,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x05,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_class_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x15,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x15,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x7d,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x15,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x15,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x15,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x50,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x15,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x15,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lg_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_lg_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x15,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lg_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x15,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lg_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x15,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lg_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x15,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lg_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x15,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x15,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x25,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x25,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x25,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x25,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x25,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x25,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x25,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x25,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x25,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x25,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x6a,0x04,0x02,0x00]
+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
 
-v_cmp_lt_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lg_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lg_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lg_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lg_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lg_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_lg_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x25,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lg_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x25,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lg_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x25,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lg_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x25,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lg_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x25,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lg_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x25,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x01,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x52,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x01,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x01,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x01,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x01,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x01,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x01,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lt_f16_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
 
-v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lt_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lt_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_lt_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lt_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lt_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lt_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_lt_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x01,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x01,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x01,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x01,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x01,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x53,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x11,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x11,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x11,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x11,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x11,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x11,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x11,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lt_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_lt_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x54,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x11,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_lt_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x11,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lt_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x11,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_lt_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x11,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_lt_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x11,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x11,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x21,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x21,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x21,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x21,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x21,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x21,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x21,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x21,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x21,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x21,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x01,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,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x21,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_lt_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x21,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lt_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x21,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_lt_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x21,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_lt_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x21,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x21,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x31,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x31,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x31,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x31,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x31,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x31,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x56,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x31,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x31,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x31,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lt_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x31,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x31,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x41,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x41,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x41,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x41,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x41,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x41,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lt_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_lt_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lt_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lt_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x41,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lt_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x41,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x41,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x41,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x41,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x51,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[12:13], v[1:2], v2
-// W64: encoding: [0x0c,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[100:101], v[1:2], v2
-// W64: encoding: [0x64,0x00,0x7f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[254:255], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x51,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], s[2:3], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x51,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], s[4:5], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x51,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], s[100:101], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x51,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], vcc, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x51,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], exec, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lt_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lt_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lt_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lt_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], v255
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_lt_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], s2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_lt_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], s101
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_lt_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x51,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x51,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_lt_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x51,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], m0
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_lt_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x51,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x51,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x39,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s[10:11], -v[1:2], v2
-// W64: encoding: [0x0a,0x00,0x7f,0xd4,0x01,0x05,0x02,0x20]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x58,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x39,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x39,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x39,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x39,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x39,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_lt_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_lt_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_lt_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_lt_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_lt_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_lt_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lt_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lt_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lt_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_lt_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x39,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x39,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x39,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x39,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x49,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x49,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x49,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x49,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x49,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x49,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_lt_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_lt_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_lt_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_lt_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5a,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x49,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_lt_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x49,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lt_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x49,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x49,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x59,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x59,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x59,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x59,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x59,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x59,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_lt_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_lt_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_lt_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_lt_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_lt_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x59,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_lt_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x59,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_lt_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x59,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_lt_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x59,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_lt_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x59,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x35,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x80,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0xc1,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x35,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x35,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x35,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x35,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x35,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ne_i16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ne_i16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_ne_i16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5c,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x35,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x35,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x35,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ne_i16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x35,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0xf0,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x35,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xfd,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x45,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x09,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x0d,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xc9,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x45,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x45,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x45,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x45,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x45,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0xfe,0x05,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ne_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ne_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x45,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x45,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x45,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x45,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x45,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x55,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x55,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x55,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x55,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x55,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x55,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ne_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ne_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x55,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x55,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x55,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x55,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x55,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3]
-// W64: encoding: [0x0c,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3]
-// W64: encoding: [0x64,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0xfe,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x02,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x3d,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x04,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x3d,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x64,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x3d,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], vcc, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x6a,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x3d,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], exec, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x7e,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x3d,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], 0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ne_u16_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], -1, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ne_u16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ne_u16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ne_u16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xfd,0x03,0x00]
+v_cmp_ne_u16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_u16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101]
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], vcc
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_ne_u16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], exec
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_ne_u16_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], 0
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_ne_u16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], -1
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_ne_u16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x3d,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_ne_u16_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x3d,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0
-// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_ne_u16_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x3d,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_f_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u16_e64 null, 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x3d,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmp_f_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x50,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x51,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x7d,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4d,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4d,0xd4,0x7c,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4d,0xd4,0xc1,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4d,0xd4,0xf0,0xfa,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x52,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4d,0xd4,0xfd,0xd4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0xff,0xff,0x03,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x04,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x69,0xd2,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x6a,0xf6,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x53,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7b,0xfa,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7d,0xe0,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7e,0x82,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7f,0xf8,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7c,0xfc,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x54,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4d,0xd4,0xc1,0xfe,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4d,0xd4,0xf0,0xfa,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4d,0xd4,0xfd,0xd4,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4d,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0xfe,0xfd,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x55,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x02,0x08,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x68,0xd0,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x6a,0xf4,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_ne_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_ne_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5d,0xd4,0x7e,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_ne_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5d,0xd4,0x7c,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x56,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_ne_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5d,0xd4,0xc1,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_ne_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5d,0xd4,0xf0,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_ne_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5d,0xd4,0xfd,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x05,0x02,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0xfe,0xfd,0x03,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x02,0x08,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_i64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x57,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x68,0xd0,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s10, s[2:3], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x6a,0xf4,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s10, s[4:5], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_class_f64_e64 s10, s[100:101], v2
-// W32: encoding: [0x0a,0x00,0x7f,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x7e,0xfa,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5d,0xd4,0x7c,0xe0,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5d,0xd4,0xc1,0x82,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5d,0xd4,0xf0,0xf8,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5d,0xd4,0xfd,0xfc,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ne_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5d,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_f_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x58,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_neq_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_neq_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x59,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x7d,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0d,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0d,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_neq_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0d,0xd4,0x7c,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_neq_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0d,0xd4,0xc1,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5a,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0d,0xd4,0xf0,0xfa,0x00,0x40]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_neq_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0d,0xd4,0xfd,0xd4,0x00,0x20]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_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
 
-v_cmp_le_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0xff,0x03,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x69,0xd2,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5b,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0xf6,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7b,0xfa,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7d,0xe0,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x82,0x01,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0x0d,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0d,0xd4,0x7f,0xf8,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5c,0xd4,0x01,0xc9,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0xfc,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x02,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0d,0xd4,0xc1,0xfe,0x00,0x00]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x04,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0d,0xd4,0xf0,0xfa,0x00,0x40]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x64,0x04,0x02,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0d,0xd4,0xfd,0xd4,0x00,0x20]
+// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x09,0x00,0x00]
-// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0d,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ne_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_neq_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5d,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0xff,0xff,0x03,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x01,0x04,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x69,0xd2,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x6a,0xf6,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_neq_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_neq_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x7b,0xfa,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5e,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x7d,0xe0,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, s[2:3], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x02,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1d,0xd4,0x7e,0x82,0x01,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, s[4:5], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x04,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1d,0xd4,0x7f,0xf8,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, s[100:101], v[2:3]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x64,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1d,0xd4,0x7c,0xfc,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, v[1:2], s[4:5]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x09,0x00,0x00]
+v_cmp_neq_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1d,0xd4,0xc1,0xfe,0x00,0x00]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, v[1:2], s[6:7]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x0d,0x00,0x00]
+v_cmp_neq_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1d,0xd4,0xf0,0xfa,0x00,0x40]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u64_e64 s10, v[1:2], s[100:101]
-// W32: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0xc9,0x00,0x00]
+v_cmp_neq_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1d,0xd4,0xfd,0xd4,0x00,0x20]
 // W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x39,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
-
-v_cmp_lt_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_neq_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_neq_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1d,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_neq_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1d,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_neq_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1d,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_neq_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1d,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_neq_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1d,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1d,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2d,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2d,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x39,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2d,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2d,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2d,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x3a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2d,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0xff,0x05,0x02,0x00]
+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
 
-v_cmp_eq_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2d,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2d,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2d,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_neq_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2d,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_neq_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2d,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_neq_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2d,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_eq_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x09,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x09,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x09,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x09,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x3a,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x09,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x09,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x09,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x3b,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nge_f16_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
 
-v_cmp_le_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x09,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nge_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_nge_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x09,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_nge_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x09,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nge_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x09,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x09,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_le_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x19,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x19,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x3b,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x19,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x19,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x19,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x3c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x19,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x19,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nge_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_nge_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x19,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_nge_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x19,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nge_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x19,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_nge_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x19,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_nge_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x19,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x19,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x29,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x29,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x29,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x29,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x29,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x29,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x3c,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x29,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x29,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x29,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x3d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x29,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0xff,0x05,0x02,0x00]
+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
 
-v_cmp_ne_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x29,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x29,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x29,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nge_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x29,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_nge_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x29,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nge_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x29,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_ne_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0b,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0b,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0b,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x3d,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0b,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0b,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0b,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x3e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_ngt_f16_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
 
-v_cmp_ge_u16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0b,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ngt_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]
+v_cmp_ngt_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0b,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]
+v_cmp_ngt_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0b,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_ngt_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0b,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0b,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ge_u16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1b,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x3e,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1b,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1b,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1b,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x48,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1b,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1b,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1b,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_ngt_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1b,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_ngt_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1b,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_ngt_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1b,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_ngt_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1b,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1b,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_f_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2b,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2b,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x48,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2b,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2b,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2b,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x49,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2b,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0xff,0x05,0x02,0x00]
+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
 
-v_cmp_lt_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2b,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2b,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2b,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2b,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_ngt_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2b,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_ngt_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2b,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_lt_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0c,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0c,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0c,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x49,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0c,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0c,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0c,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4a,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nle_f16_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
 
-v_cmp_eq_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0c,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0c,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_nle_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0c,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nle_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0c,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0c,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_eq_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1c,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4a,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1c,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1c,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1c,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4b,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1c,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1c,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1c,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_nle_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1c,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nle_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1c,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_nle_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1c,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_nle_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1c,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1c,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_le_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2c,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2c,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4b,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2c,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2c,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2c,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4c,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2c,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0xff,0x05,0x02,0x00]
+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
 
-v_cmp_gt_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2c,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2c,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2c,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2c,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nle_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2c,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nle_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2c,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0a,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0a,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0a,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4c,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0a,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0a,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0a,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlg_f16_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
 
-v_cmp_ne_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0a,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0a,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_nlg_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0a,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nlg_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0a,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0a,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ne_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1a,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ne_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4d,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1a,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1a,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1a,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4e,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1a,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0xff,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1a,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1a,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_nlg_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1a,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nlg_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1a,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_nlg_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1a,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_nlg_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1a,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1a,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2a,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2a,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4e,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2a,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2a,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2a,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2a,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0xff,0x05,0x02,0x00]
+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
 
-v_cmp_t_u32_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2a,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2a,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2a,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2a,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nlg_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2a,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0xf7,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlg_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2a,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_t_u32_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xff,0x03,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x05,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xcb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xd5,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xd7,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xfd,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xff,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x01,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0e,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x83,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0e,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xe1,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0e,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_t_u32_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0xef,0x01,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0e,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0e,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0e,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f16_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
 
-v_cmp_f_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0e,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0e,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_nlt_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0e,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_nlt_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0e,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0e,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1e,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1e,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1e,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1e,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1e,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_f_f16_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
+v_cmp_nlt_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1e,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1e,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1e,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1e,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1e,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_nlt_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1e,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1e,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_nlt_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2e,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2e,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2e,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2e,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2e,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_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
+v_cmp_nlt_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2e,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x01,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,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_nlt_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_nlt_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2e,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_nlt_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2e,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_nlt_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2e,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_nlt_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2e,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_nlt_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2e,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_nlt_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2e,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_o_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x07,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x07,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x07,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x07,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x07,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_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
+v_cmp_o_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x07,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_o_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x07,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_o_f16_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
 
-v_cmp_eq_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_o_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_o_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_o_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_o_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_o_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_o_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_o_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_o_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x07,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x07,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x07,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_o_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x07,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x07,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x17,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_o_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x17,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x17,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x17,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x17,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x17,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_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
+v_cmp_o_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x17,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_o_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_o_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_o_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_o_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_o_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_o_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_o_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_o_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_o_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_o_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x17,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_o_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x17,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_le_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x17,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x17,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_o_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x17,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x17,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x27,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x27,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x27,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x27,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_o_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x27,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x27,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x27,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x27,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x27,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x27,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]
+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
 
-v_cmp_gt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_o_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x27,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_o_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x27,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_o_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x27,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_o_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x27,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_o_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x27,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_o_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x27,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_gt_f16_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
+v_cmp_t_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_t_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_t_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_t_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_gt_f16_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
+v_cmp_t_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0f,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0f,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0f,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0f,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_t_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0f,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_t_f16_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
 
-v_cmp_lg_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_t_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_t_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_t_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_t_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_t_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_t_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_t_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_t_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_t_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0f,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_t_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_t_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0f,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_t_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0f,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_t_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0f,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0f,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_lg_f16_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
+v_cmp_t_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1f,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1f,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1f,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1f,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1f,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_t_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_t_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_t_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1f,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_t_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_t_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1f,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_t_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1f,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_t_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1f,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1f,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2f,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2f,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ge_f16_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
+v_cmp_t_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2f,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2f,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2f,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_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
 
-v_cmp_o_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2f,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_t_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2f,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_t_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2f,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_t_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2f,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2f,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x47,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_t_i32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x47,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x47,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x47,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x47,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_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
+v_cmp_t_i32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x47,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_t_i32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_t_i32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_o_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_t_i32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x47,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_t_i32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x47,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_t_i32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x47,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_t_i32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x47,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x47,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x57,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+
+v_cmp_t_i64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x57,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x57,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x57,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_t_i64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x57,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_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
+v_cmp_t_i64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x57,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_t_i64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_t_i64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_t_i64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_t_i64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_t_i64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_t_i64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_t_i64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x57,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_u_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x57,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x57,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_i64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x57,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_i64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x57,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_t_u32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s5, exec_hi, null
+// W32: encoding: [0x05,0x00,0x4f,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x4f,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x4f,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 vcc_hi, 0.5, m0
+// W32: encoding: [0x6b,0x00,0x4f,0xd4,0xf0,0xfa,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_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
+v_cmp_t_u32_e64 ttmp15, src_scc, vcc_lo
+// W32: encoding: [0x7b,0x00,0x4f,0xd4,0xfd,0xd4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_t_u32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_t_u32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_t_u32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_t_u32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_t_u32_e64 s[10:11], exec_hi, null
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_t_u32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x4f,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_t_u32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x4f,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_t_u32_e64 vcc, 0.5, m0
+// W64: encoding: [0x6a,0x00,0x4f,0xd4,0xf0,0xfa,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_t_u32_e64 ttmp[14:15], src_scc, vcc_lo
+// W64: encoding: [0x7a,0x00,0x4f,0xd4,0xfd,0xd4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u32_e64 null, 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7c,0x00,0x4f,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 s5, exec, src_scc
+// W32: encoding: [0x05,0x00,0x5f,0xd4,0x7e,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_t_u64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x5f,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x5f,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x5f,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 ttmp15, src_scc, exec
+// W32: encoding: [0x7b,0x00,0x5f,0xd4,0xfd,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3]
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_t_u64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_t_u64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_t_u64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_t_u64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_t_u64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_t_u64_e64 s[10:11], exec, src_scc
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x7e,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_t_u64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x5f,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_t_u64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x5f,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_t_u64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x5f,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_t_u64_e64 ttmp[14:15], src_scc, exec
+// W64: encoding: [0x7a,0x00,0x5f,0xd4,0xfd,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_t_u64_e64 null, 0xaf123456, vcc
+// GFX11: encoding: [0x7c,0x00,0x5f,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlg_f16_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
+v_cmp_tru_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x0f,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x0f,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x0f,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x0f,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x0f,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x0f,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_tru_f16_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
 
-v_cmp_ngt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_tru_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_tru_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_tru_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x0f,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_tru_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_tru_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x0f,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]
+v_cmp_tru_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x0f,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_tru_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x0f,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x0f,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_ngt_f16_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
+v_cmp_tru_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x1f,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x1f,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x1f,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x1f,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x1f,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x1f,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], 0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], -1, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], 0.5, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], -4.0, v2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]
+v_cmp_tru_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x1f,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], v1, v255
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]
+v_cmp_tru_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x1f,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], v1, s2
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]
+v_cmp_tru_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x1f,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], v1, s101
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]
+v_cmp_tru_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x1f,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]
+v_cmp_tru_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x1f,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x1f,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_nle_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_tru_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x2f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x2f,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x2f,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x2f,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x2f,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nle_f16_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
+v_cmp_tru_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x2f,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+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
 
-v_cmp_neq_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x2f,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x2f,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x2f,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], exec_lo, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x2f,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], exec_hi, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]
+v_cmp_tru_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x2f,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_tru_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x2f,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x08,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, vcc_hi, 0xfe0b
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_u_f16_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x08,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x08,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x08,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x08,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x08,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_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
+v_cmp_u_f16_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x08,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_u_f16_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
 
-v_cmp_neq_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_u_f16_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_u_f16_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_u_f16_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], vcc_hi, 0xfe0b
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x08,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_u_f16_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x08,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_u_f16_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x08,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]
+v_cmp_u_f16_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x08,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x7d,0x04,0x02,0x00]
+v_cmp_u_f16_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x08,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f16_e64 null, -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x08,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, v1, v2
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, v255, v255
+// W32: encoding: [0x05,0x00,0x18,0xd4,0xff,0xff,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, s1, s2
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x01,0x04,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, s105, s105
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x69,0xd2,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, vcc_lo, ttmp15
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x6a,0xf6,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, vcc_hi, 0xaf123456
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, ttmp15, src_scc
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x7b,0xfa,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, m0, 0.5
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x7d,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, exec_lo, -1
+// W32: encoding: [0x05,0x00,0x18,0xd4,0x7e,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 s5, |exec_hi|, null
+// W32: encoding: [0x05,0x01,0x18,0xd4,0x7f,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfb,0x00,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_u_f32_e64 s105, null, exec_lo
+// W32: encoding: [0x69,0x00,0x18,0xd4,0x7c,0xfc,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 vcc_lo, -1, exec_hi
+// W32: encoding: [0x6a,0x00,0x18,0xd4,0xc1,0xfe,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 vcc_hi, 0.5, -m0
+// W32: encoding: [0x6b,0x00,0x18,0xd4,0xf0,0xfa,0x00,0x40]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_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
+v_cmp_u_f32_e64 ttmp15, -src_scc, |vcc_lo|
+// W32: encoding: [0x7b,0x02,0x18,0xd4,0xfd,0xd4,0x00,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_u_f32_e64 s[10:11], v1, v2
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x05,0x02,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_u_f32_e64 s[10:11], v255, v255
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0xff,0xff,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_u_f32_e64 s[10:11], s1, s2
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x01,0x04,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_u_f32_e64 s[10:11], s105, s105
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x69,0xd2,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_u_f32_e64 s[10:11], vcc_lo, ttmp15
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x6a,0xf6,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_u_f32_e64 s[10:11], vcc_hi, 0xaf123456
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp
-// W64: encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f32_e64 s[10:11], ttmp15, src_scc
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7b,0xfa,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f32_e64 s[10:11], m0, 0.5
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7d,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[12:13], v1, v2
-// W64: encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f32_e64 s[10:11], exec_lo, -1
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7e,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[100:101], v1, v2
-// W64: encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]
+v_cmp_u_f32_e64 s[10:11], |exec_hi|, null
+// W64: encoding: [0x0a,0x01,0x18,0xd4,0x7f,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v255, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]
+v_cmp_u_f32_e64 s[10:11], null, exec_lo
+// W64: encoding: [0x0a,0x00,0x18,0xd4,0x7c,0xfc,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], s1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]
+v_cmp_u_f32_e64 s[104:105], -1, exec_hi
+// W64: encoding: [0x68,0x00,0x18,0xd4,0xc1,0xfe,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], s101, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]
+v_cmp_u_f32_e64 vcc, 0.5, -m0
+// W64: encoding: [0x6a,0x00,0x18,0xd4,0xf0,0xfa,0x00,0x40]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]
+v_cmp_u_f32_e64 ttmp[14:15], -src_scc, |vcc_lo|
+// W64: encoding: [0x7a,0x02,0x18,0xd4,0xfd,0xd4,0x00,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f32_e64 null, -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7c,0x83,0x18,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmp_tru_f16_e64 s[10:11], m0, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x7d,0x04,0x02,0x00]
-// W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
+v_cmp_u_f64_e64 s5, v[1:2], v[2:3]
+// W32: encoding: [0x05,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, v[254:255], v[254:255]
+// W32: encoding: [0x05,0x00,0x28,0xd4,0xfe,0xfd,0x03,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, s[2:3], s[4:5]
+// W32: encoding: [0x05,0x00,0x28,0xd4,0x02,0x08,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, s[104:105], s[104:105]
+// W32: encoding: [0x05,0x00,0x28,0xd4,0x68,0xd0,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, vcc, ttmp[14:15]
+// W32: encoding: [0x05,0x00,0x28,0xd4,0x6a,0xf4,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, ttmp[14:15], 0xaf123456
+// W32: encoding: [0x05,0x00,0x28,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s5, -|exec|, src_scc
+// W32: encoding: [0x05,0x01,0x28,0xd4,0x7e,0xfa,0x01,0x20]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 s105, null, 0.5
+// W32: encoding: [0x69,0x00,0x28,0xd4,0x7c,0xe0,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 vcc_lo, -1, -1
+// W32: encoding: [0x6a,0x00,0x28,0xd4,0xc1,0x82,0x01,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 vcc_hi, 0.5, null
+// W32: encoding: [0x6b,0x00,0x28,0xd4,0xf0,0xf8,0x00,0x00]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 ttmp15, -|src_scc|, -|exec|
+// W32: encoding: [0x7b,0x03,0x28,0xd4,0xfd,0xfc,0x00,0x60]
+// W64-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]
+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
 
-v_cmp_tru_f16_e64 s[10:11], v1, m0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfb,0x00,0x00]
+v_cmp_u_f64_e64 s[10:11], v[254:255], v[254:255]
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0xfe,0xfd,0x03,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, exec_lo
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmp_u_f64_e64 s[10:11], s[2:3], s[4:5]
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0x02,0x08,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, exec_hi
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]
+v_cmp_u_f64_e64 s[10:11], s[104:105], s[104:105]
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0x68,0xd0,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, 0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]
+v_cmp_u_f64_e64 s[10:11], vcc, ttmp[14:15]
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0x6a,0xf4,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, -1
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]
+v_cmp_u_f64_e64 s[10:11], ttmp[14:15], 0xaf123456
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, 0.5
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]
+v_cmp_u_f64_e64 s[10:11], -|exec|, src_scc
+// W64: encoding: [0x0a,0x01,0x28,0xd4,0x7e,0xfa,0x01,0x20]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, -4.0
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]
+v_cmp_u_f64_e64 s[10:11], null, 0.5
+// W64: encoding: [0x0a,0x00,0x28,0xd4,0x7c,0xe0,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], -v1, v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]
+v_cmp_u_f64_e64 s[104:105], -1, -1
+// W64: encoding: [0x68,0x00,0x28,0xd4,0xc1,0x82,0x01,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], v1, -v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]
+v_cmp_u_f64_e64 vcc, 0.5, null
+// W64: encoding: [0x6a,0x00,0x28,0xd4,0xf0,0xf8,0x00,0x00]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_e64 s[10:11], -v1, -v2
-// W64: encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]
+v_cmp_u_f64_e64 ttmp[14:15], -|src_scc|, -|exec|
+// W64: encoding: [0x7a,0x03,0x28,0xd4,0xfd,0xfc,0x00,0x60]
 // W32-ERR: :[[@LINE-2]]:{{[0-9]+}}: error: invalid operand for instruction
 
-v_cmp_tru_f16_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
+v_cmp_u_f64_e64 null, 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7c,0x82,0x28,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s b/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s
index e7c45f05d56c..ffc3a4c97647 100644
--- a/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_vop3cx.s
@@ -1,3233 +1,4115 @@
 // RUN: llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,-wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX11 %s
 // RUN: llvm-mc -arch=amdgcn -mcpu=gfx1100 -mattr=-wavefrontsize32,+wavefrontsize64 -show-encoding %s | FileCheck --check-prefixes=GFX11 %s
 
-v_cmpx_f_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_class_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_class_f16_e64 v255, v2
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0xff,0x05,0x02,0x00]
 
-v_cmpx_f_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_class_f16_e64 s1, v2
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x04,0x02,0x00]
 
-v_cmpx_f_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_class_f16_e64 s105, v255
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x69,0xfe,0x03,0x00]
 
-v_cmpx_f_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_class_f16_e64 vcc_lo, s2
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x6a,0x04,0x00,0x00]
 
-v_cmpx_f_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_class_f16_e64 vcc_hi, s105
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x6b,0xd2,0x00,0x00]
 
-v_cmpx_f_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_class_f16_e64 ttmp15, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x7b,0xf6,0x00,0x00]
 
-v_cmpx_f_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_class_f16_e64 m0, src_scc
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x7d,0xfa,0x01,0x00]
 
-v_cmpx_f_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_class_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_f_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_class_f16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_f_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_class_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_f_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_class_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_f_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_class_f16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_f_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_class_f16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_lt_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_class_f16_e64 -|0xfe0b|, vcc_hi
+// GFX11: encoding: [0x7e,0x01,0xfd,0xd4,0xff,0xd6,0x00,0x20,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_lt_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_class_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_class_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_lt_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_class_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_lt_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_class_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lt_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_class_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lt_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_class_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_class_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_class_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_class_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_class_f32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lt_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_class_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_class_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_class_f32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_eq_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_class_f32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_eq_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_class_f32_e64 -|0xaf123456|, vcc_hi
+// GFX11: encoding: [0x7e,0x01,0xfe,0xd4,0xff,0xd6,0x00,0x20,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_class_f64_e64 v[1:2], v2
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_class_f64_e64 v[1:2], v255
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xff,0x03,0x00]
 
-v_cmpx_eq_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_class_f64_e64 v[1:2], s2
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x05,0x00,0x00]
 
-v_cmpx_eq_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_class_f64_e64 v[1:2], s105
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xd3,0x00,0x00]
 
-v_cmpx_eq_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_class_f64_e64 v[254:255], ttmp15
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0xfe,0xf7,0x00,0x00]
 
-v_cmpx_eq_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_class_f64_e64 s[2:3], vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x02,0xd6,0x00,0x00]
 
-v_cmpx_eq_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_class_f64_e64 s[104:105], vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x68,0xd4,0x00,0x00]
 
-v_cmpx_eq_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_class_f64_e64 vcc, m0
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x6a,0xfa,0x00,0x00]
 
-v_cmpx_eq_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_class_f64_e64 ttmp[14:15], exec_hi
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x7a,0xfe,0x00,0x00]
 
-v_cmpx_eq_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_class_f64_e64 exec, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x7e,0xfc,0x00,0x00]
 
-v_cmpx_eq_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_class_f64_e64 null, null
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x7c,0xf8,0x00,0x00]
 
-v_cmpx_eq_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_class_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_le_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_class_f64_e64 0.5, 0.5
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0xf0,0xe0,0x01,0x00]
 
-v_cmpx_le_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_class_f64_e64 -|src_scc|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xff,0xd4,0xfd,0xfa,0x01,0x20]
 
-v_cmpx_le_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_class_f64_e64 0xaf123456, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0xff,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_le_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_le_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_le_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_le_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_le_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x82,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_le_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_gt_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_gt_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x82,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_gt_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x82,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_gt_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_gt_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_gt_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_gt_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_gt_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x92,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lg_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lg_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lg_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x92,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lg_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x92,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lg_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x92,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lg_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lg_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_lg_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_lg_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_lg_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_lg_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lg_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa2,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_lg_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_lg_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_ge_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ge_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa2,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_ge_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa2,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ge_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ge_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ge_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ge_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ge_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ge_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ge_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ge_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ge_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_o_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_o_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_o_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_o_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_o_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_o_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_o_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_o_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_o_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_o_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_o_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_o_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_o_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_o_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_u_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_u_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_u_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_u_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_u_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_u_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_u_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_u_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_u_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_u_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_u_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_u_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_u_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_u_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_nge_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_nge_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_nge_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nge_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nge_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nge_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nge_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nge_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nge_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nge_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nge_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_nge_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nge_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nge_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nlg_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nlg_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nlg_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlg_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nlg_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nlg_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nlg_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_eq_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_eq_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ngt_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_eq_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ngt_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_eq_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ngt_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_eq_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_eq_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_eq_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ngt_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_eq_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ngt_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_eq_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_ngt_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_eq_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_ngt_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_eq_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_nle_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_eq_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_nle_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_eq_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_nle_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_eq_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nle_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_f_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nle_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_f_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nle_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nle_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_f_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nle_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nle_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nle_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nle_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nle_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nle_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x80,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nle_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_neq_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_f_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_neq_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_f_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_neq_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x80,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_neq_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_f_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x80,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_neq_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_f_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_neq_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_neq_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_f_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_neq_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_neq_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_neq_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_neq_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_neq_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_neq_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_neq_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x90,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_f_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_f_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x90,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_nlt_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_f_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x90,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_nlt_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_f_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x90,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlt_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nlt_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_f_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_nlt_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_nlt_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlt_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa0,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_nlt_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_nlt_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_tru_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_f_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_tru_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_f_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa0,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_tru_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa0,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_tru_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_f_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_tru_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_f_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_tru_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_tru_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_f_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_tru_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_tru_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_tru_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_tru_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_tru_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_tru_f32 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_tru_f32 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_f_f64_e64 exec, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]
+v_cmpx_f_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_f_f64_e64 vcc, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]
+v_cmpx_f_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_f_f64_e64 0, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]
+v_cmpx_f_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_f_f64_e64 -1, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]
+v_cmpx_f_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_f64_e64 0.5, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]
+v_cmpx_f_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_f64_e64 -4.0, v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]
+v_cmpx_f_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_f_f64_e64 v[1:2], v[254:255]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]
+v_cmpx_f_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_f_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_f_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_f_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_f_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_f_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_f_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_f_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_f_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_f_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_f_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_f_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_f_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa0,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_f_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_f_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_f_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_lt_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_lt_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_f_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_f_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_eq_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_f_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_eq_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_f_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_eq_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_f_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_eq_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_f_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_f_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_eq_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_f_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_eq_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_f_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_eq_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_f_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_eq_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_f_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_eq_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa2,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_f_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_le_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_le_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_le_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_le_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_le_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x86,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_le_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_le_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_gt_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x86,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_gt_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x86,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_gt_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_gt_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_gt_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_gt_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lg_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x96,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lg_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lg_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lg_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x96,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lg_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x96,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lg_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x96,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lg_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lg_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_lg_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_lg_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_lg_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_lg_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa6,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_ge_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_ge_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_ge_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ge_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa6,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_ge_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa6,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ge_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ge_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ge_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ge_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa6,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_o_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_o_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_o_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_o_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_o_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_o_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_u_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_u_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_u_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_u_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_u_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_u_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_u_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nge_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nge_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_nge_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_nge_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_nge_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_nge_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nge_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_nge_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_nge_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_nge_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_nge_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_nge_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlg_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nlg_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nlg_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nlg_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nlg_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nlg_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nlg_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ngt_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ngt_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ngt_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ngt_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ngt_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_ngt_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nle_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nle_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ge_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nle_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_ge_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_nle_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_ge_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_nle_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_ge_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_nle_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_ge_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_nle_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_ge_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_neq_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_ge_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_neq_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_ge_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_neq_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_ge_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_neq_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ge_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_neq_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ge_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_neq_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ge_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_neq_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_neq_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_neq_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_neq_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_gt_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_neq_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_gt_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_neq_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_gt_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nlt_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_gt_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nlt_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_gt_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nlt_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_gt_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nlt_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x84,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nlt_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nlt_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nlt_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_nlt_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x84,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_nlt_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x84,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nlt_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_gt_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nlt_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_gt_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nlt_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_gt_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_tru_f64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_gt_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_tru_f64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_gt_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_tru_f64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_gt_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_tru_f64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_tru_f64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_tru_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_tru_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x94,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_tru_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_tru_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_tru_f64 -v[1:2], v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_gt_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x94,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_tru_f64 v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_gt_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x94,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_tru_f64 -v[1:2], -v[2:3]
-// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_gt_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x94,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_f_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_f_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_f_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_f_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa4,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_f_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_f_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_f_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa4,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_f_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa4,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_lt_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa4,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_lt_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_lt_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lt_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lt_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_lt_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_lt_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_eq_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_eq_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_eq_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_eq_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_eq_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_eq_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_eq_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_eq_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_eq_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_eq_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_le_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_le_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_le_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_le_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_le_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_le_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_le_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_le_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_gt_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_gt_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_gt_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_gt_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_gt_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_gt_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_gt_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_gt_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_gt_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ne_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ne_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ne_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ne_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ne_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ne_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ne_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ne_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ne_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ne_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ne_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ge_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ge_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_ge_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ge_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ge_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ge_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ge_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ge_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ge_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_t_i32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_t_i32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_t_i32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_t_i32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_t_i32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_t_i32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_t_i32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_t_i32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_t_i32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_gt_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_t_i32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_gt_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_t_i32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_gt_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_class_f32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_gt_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_class_f32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_gt_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_class_f32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_gt_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_class_f32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_gt_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_class_f32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_gt_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_class_f32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_gt_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_class_f32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_gt_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_class_f32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_gt_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_class_f32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_class_f32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_class_f32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_class_f32 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0xfe,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_le_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lt_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lt_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_lt_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x83,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lt_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_eq_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x83,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_eq_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x83,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_eq_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_eq_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_eq_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_eq_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_eq_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb2,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_le_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_le_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_le_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x93,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_le_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_le_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_le_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x93,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_le_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x93,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_le_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x93,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_gt_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_gt_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_gt_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_gt_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa3,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_gt_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_gt_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_gt_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb4,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa3,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ne_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa3,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_ne_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa3,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ne_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ne_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ne_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ne_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ne_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ne_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ge_i16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ge_i16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ge_i16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ge_i16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ge_i16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ge_i16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_ge_i16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_ge_i16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb3,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ge_i16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb6,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_class_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_le_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_class_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_le_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_class_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_class_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_le_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_class_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_le_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_class_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_class_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_le_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_class_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_class_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_class_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0xfd,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_le_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc3,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_f_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_f_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd0,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_lt_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_lt_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_lt_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_lt_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_lt_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_lt_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_eq_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_eq_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_eq_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_eq_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd2,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd3,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_gt_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_gt_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_gt_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_gt_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_gt_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd4,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_ne_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ne_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ne_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ne_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_le_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ne_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_le_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ne_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_le_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_le_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_ne_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_le_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_ge_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_le_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_ge_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_le_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ge_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_le_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_ge_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_le_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_lg_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_lg_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ge_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_lg_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ge_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_lg_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ge_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd6,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_lg_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_t_i64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_lg_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_t_i64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_lg_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_t_i64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_lg_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_t_i64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_lg_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_t_i64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_lg_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x85,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_t_i64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_lg_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_t_i64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_lg_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_t_i64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_lg_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_t_i64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_lg_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x85,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_class_f64 v[1:2], s2
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_lg_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x85,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lg_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lg_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lg_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lg_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lg_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lg_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lg_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lg_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_lg_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lg_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x95,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lg_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lg_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lg_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x95,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_lg_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x95,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_lg_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x95,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lg_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lg_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_lg_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_lg_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_lg_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_lg_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lg_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa5,0xd4,0x7e,0xfa,0x01,0x20]
+
+v_cmpx_lg_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_lg_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_lg_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa5,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_lg_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa5,0xd4,0xfd,0xfc,0x00,0x60]
+
+v_cmpx_lg_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa5,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_lt_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x81,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_lt_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x81,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_lt_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x81,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_lt_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x91,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x91,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_lt_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x91,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_lt_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x91,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_lt_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_lt_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_lt_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_lt_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa1,0xd4,0x7e,0xfa,0x01,0x20]
+
+v_cmpx_lt_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_lt_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_lt_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa1,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_lt_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa1,0xd4,0xfd,0xfc,0x00,0x60]
+
+v_cmpx_lt_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa1,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_lt_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_lt_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_lt_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb1,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_lt_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0xf0,0xfa,0x00,0x00]
+
+v_cmpx_lt_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_lt_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc1,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_lt_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_lt_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_lt_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_lt_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x7e,0xfa,0x01,0x00]
+
+v_cmpx_lt_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_lt_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_lt_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_lt_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0xfd,0xfc,0x00,0x00]
+
+v_cmpx_lt_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd1,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_lt_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_lt_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_lt_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_lt_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_lt_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_lt_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_lt_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_lt_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_lt_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_lt_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_lt_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_lt_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_lt_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_lt_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0xf0,0xfa,0x00,0x00]
+
+v_cmpx_lt_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_lt_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_lt_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_lt_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_lt_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_lt_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_lt_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_lt_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x7e,0xfa,0x01,0x00]
+
+v_cmpx_lt_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_lt_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_lt_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_lt_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0xfd,0xfc,0x00,0x00]
+
+v_cmpx_lt_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_i16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_i16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_ne_i16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_ne_i16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_ne_i16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_ne_i16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_ne_i16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_ne_i16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_ne_i16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_ne_i16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_ne_i16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_ne_i16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_ne_i16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_ne_i16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_ne_i16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xb5,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_ne_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_ne_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_ne_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_ne_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_ne_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_ne_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_ne_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_ne_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_ne_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_ne_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_ne_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0xf0,0xfa,0x00,0x00]
+
+v_cmpx_ne_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_ne_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc5,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_ne_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_ne_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_ne_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_ne_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x7e,0xfa,0x01,0x00]
+
+v_cmpx_ne_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_ne_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_ne_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_ne_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0xfd,0xfc,0x00,0x00]
+
+v_cmpx_ne_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd5,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_u16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_u16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_ne_u16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_ne_u16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_ne_u16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_ne_u16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_ne_u16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_ne_u16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x7d,0xfe,0x01,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_ne_u16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_ne_u16_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_ne_u16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_ne_u16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_ne_u16_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0xff,0xfa,0x00,0x00,0x00,0x38,0x00,0x00]
+
+v_cmpx_ne_u16_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_ne_u16_e64 0xfe0b, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0xff,0xd6,0x00,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_ne_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_ne_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_ne_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_ne_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_ne_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_ne_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_ne_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_ne_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_ne_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_ne_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_ne_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0xf0,0xfa,0x00,0x00]
+
+v_cmpx_ne_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0xfd,0xd4,0x00,0x00]
+
+v_cmpx_ne_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_ne_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_ne_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_ne_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_ne_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_ne_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_ne_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x7e,0xfa,0x01,0x00]
+
+v_cmpx_ne_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_ne_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_ne_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_ne_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0xfd,0xfc,0x00,0x00]
+
+v_cmpx_ne_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_neq_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_neq_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_neq_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_neq_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_neq_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_neq_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_neq_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_neq_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_neq_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_neq_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8d,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_neq_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_neq_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_neq_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_neq_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8d,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_neq_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8d,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_neq_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_neq_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_neq_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_neq_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_neq_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_neq_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_neq_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_neq_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_neq_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_neq_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9d,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_neq_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_neq_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_neq_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9d,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_neq_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9d,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_neq_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9d,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
+
+v_cmpx_neq_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_neq_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0xfe,0xfd,0x03,0x00]
+
+v_cmpx_neq_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x02,0x08,0x00,0x00]
+
+v_cmpx_neq_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x68,0xd0,0x00,0x00]
+
+v_cmpx_neq_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x6a,0xf4,0x00,0x00]
+
+v_cmpx_neq_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
+
+v_cmpx_neq_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xad,0xd4,0x7e,0xfa,0x01,0x20]
+
+v_cmpx_neq_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0x7c,0xe0,0x01,0x00]
+
+v_cmpx_neq_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0xc1,0x82,0x01,0x00]
+
+v_cmpx_neq_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xad,0xd4,0xf0,0xf8,0x00,0x00]
+
+v_cmpx_neq_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xad,0xd4,0xfd,0xfc,0x00,0x60]
+
+v_cmpx_neq_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xad,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
+
+v_cmpx_nge_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]
+
+v_cmpx_nge_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0xff,0xff,0x03,0x00]
+
+v_cmpx_nge_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x04,0x00,0x00]
+
+v_cmpx_nge_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x69,0xd2,0x00,0x00]
+
+v_cmpx_nge_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x6a,0xf6,0x00,0x00]
+
+v_cmpx_nge_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
+
+v_cmpx_nge_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x7b,0xfa,0x01,0x00]
+
+v_cmpx_nge_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x7d,0xe0,0x01,0x00]
+
+v_cmpx_nge_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x7e,0x82,0x01,0x00]
+
+v_cmpx_nge_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x89,0xd4,0x7f,0xf8,0x00,0x00]
+
+v_cmpx_nge_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x7c,0xfc,0x00,0x00]
+
+v_cmpx_nge_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0xc1,0xfe,0x00,0x00]
+
+v_cmpx_nge_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0xf0,0xfa,0x00,0x40]
+
+v_cmpx_nge_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x89,0xd4,0xfd,0xd4,0x00,0x20]
+
+v_cmpx_nge_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x89,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_class_f64 v[1:2], s101
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nge_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_class_f64 v[1:2], vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nge_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_class_f64 v[1:2], vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nge_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_class_f64 v[1:2], m0
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nge_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_class_f64 v[1:2], exec_lo
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nge_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_class_f64 v[1:2], exec_hi
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nge_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_class_f64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nge_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_class_f64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nge_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_class_f64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nge_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_class_f64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nge_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x99,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_class_f64 -v[1:2], v2
-// GFX11: encoding: [0x7e,0x00,0xff,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_nge_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nge_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nge_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x99,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lt_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nge_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x99,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lt_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nge_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x99,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nge_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nge_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_lt_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nge_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_lt_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nge_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_lt_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xb9,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nge_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_eq_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nge_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nge_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa9,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_eq_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nge_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_eq_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nge_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_eq_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nge_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa9,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_eq_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nge_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa9,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_eq_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nge_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa9,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ngt_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xba,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ngt_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_ngt_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_ngt_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ngt_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_le_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_ngt_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_le_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_ngt_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_le_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ngt_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_le_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_ngt_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_le_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ngt_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8b,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_le_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xbb,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ngt_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_gt_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_ngt_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_ngt_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_gt_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ngt_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8b,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_gt_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_ngt_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8b,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_ngt_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ngt_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_gt_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_ngt_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_gt_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ngt_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_gt_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xbc,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ngt_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ne_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_ngt_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_ngt_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ne_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ngt_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_ne_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_ngt_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ne_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_ngt_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9b,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ne_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ngt_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ne_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_ngt_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ne_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ngt_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9b,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_ne_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xbd,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ngt_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9b,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_ge_u16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_ngt_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9b,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_u16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_ngt_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_u16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ngt_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ge_u16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_ngt_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ge_u16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_ngt_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ge_u16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_ngt_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ge_u16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_ngt_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_u16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_ngt_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xab,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_ge_u16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xbe,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_ngt_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_f_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_ngt_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_f_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_ngt_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xab,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_f_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_ngt_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xab,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_f_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_ngt_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xab,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nle_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nle_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_f_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nle_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_f_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nle_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_f_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nle_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_f_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nle_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_f_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nle_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nle_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nle_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nle_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8c,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lt_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nle_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nle_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nle_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lt_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nle_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8c,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lt_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nle_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8c,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_lt_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nle_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nle_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_lt_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nle_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_eq_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nle_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_eq_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nle_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_eq_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nle_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nle_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_eq_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nle_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_eq_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nle_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_eq_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nle_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9c,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_eq_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nle_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_eq_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nle_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_eq_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nle_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9c,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_eq_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nle_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9c,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_le_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nle_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9c,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nle_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nle_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_le_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nle_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_le_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nle_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_le_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nle_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_le_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nle_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nle_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xac,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_le_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nle_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_le_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nle_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_le_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nle_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xac,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_gt_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nle_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xac,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_gt_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nle_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xac,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlg_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlg_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_gt_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlg_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_gt_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlg_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_gt_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlg_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_gt_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlg_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlg_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nlg_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nlg_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ne_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlg_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8a,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ne_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlg_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ne_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlg_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ne_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlg_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_ne_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlg_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8a,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_ne_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlg_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8a,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_ne_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlg_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ne_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlg_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ne_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlg_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ne_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nlg_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ne_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nlg_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ge_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlg_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlg_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_ge_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlg_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_ge_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlg_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ge_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlg_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9a,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ge_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlg_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ge_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlg_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ge_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlg_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9a,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_ge_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlg_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9a,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_ge_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nlg_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9a,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nlg_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_t_u32 v1, s2
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlg_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_t_u32 v1, s101
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlg_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_t_u32 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlg_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_t_u32 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlg_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_t_u32 v1, m0
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlg_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_t_u32 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlg_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xaa,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_t_u32 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlg_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_t_u32 v1, 0
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlg_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_t_u32 v1, -1
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlg_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xaa,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_t_u32 v1, 0.5
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_nlg_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xaa,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_t_u32 v1, -4.0
-// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_nlg_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xaa,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_f_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlt_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlt_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_f_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlt_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_f_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlt_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_f_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlt_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_f_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlt_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_f_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlt_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_f_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlt_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_f_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlt_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_f_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_nlt_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8e,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_f_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_nlt_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_f_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x80,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_nlt_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlt_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lt_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlt_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8e,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lt_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlt_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8e,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_lt_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlt_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_lt_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlt_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_lt_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlt_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_lt_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlt_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lt_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlt_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lt_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlt_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_nlt_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_nlt_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x81,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_nlt_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_eq_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlt_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9e,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_eq_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlt_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_eq_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlt_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_eq_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlt_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9e,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_eq_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlt_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9e,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_eq_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlt_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9e,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_nlt_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_nlt_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_eq_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_nlt_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_eq_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_nlt_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_eq_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_nlt_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_eq_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x82,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_nlt_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_nlt_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xae,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_le_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_nlt_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_le_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_nlt_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_le_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_nlt_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xae,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_le_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_nlt_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xae,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_le_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_nlt_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xae,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_o_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_o_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_o_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_o_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_o_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_le_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x83,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_o_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_o_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_o_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_o_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_gt_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_o_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x87,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_gt_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_o_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_gt_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_o_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_o_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_gt_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_o_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x87,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_gt_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_o_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x87,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_gt_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_o_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_gt_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_o_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_gt_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x84,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_o_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_lg_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_o_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_lg_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_o_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_lg_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_o_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lg_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_o_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lg_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_o_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lg_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_o_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lg_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_o_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x97,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lg_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_o_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lg_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_o_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lg_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_o_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x97,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lg_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_o_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x97,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lg_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x85,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_o_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x97,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_o_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_o_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ge_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_o_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ge_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_o_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ge_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_o_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ge_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_o_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_o_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa7,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_ge_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_o_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_ge_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_o_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_ge_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_o_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa7,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ge_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_o_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa7,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_ge_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x86,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_o_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa7,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_o_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_t_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_o_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_t_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_o_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_o_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_t_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_o_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_t_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_o_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_o_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_t_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_o_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_o_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_o_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_t_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8f,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_o_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_t_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_o_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x87,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_t_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_f_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_f_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8f,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_f_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8f,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_f_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_f_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_f_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_f_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_f_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_f_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd8,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_lt_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_lt_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_lt_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_lt_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9f,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_lt_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_lt_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_lt_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_lt_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9f,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_lt_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xd9,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9f,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_eq_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_eq_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_eq_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_eq_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_eq_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_eq_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xaf,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_eq_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_eq_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xda,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_le_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_le_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xaf,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_le_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xaf,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_le_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_i32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_le_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_i32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_le_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_i32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_le_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_i32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_le_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_i32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_le_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xdb,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_i32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_gt_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_i32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_gt_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_i32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_gt_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_i32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_gt_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_i32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_gt_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_i32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_gt_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_i32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_gt_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_i32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_gt_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_i32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_gt_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xdc,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_i32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xc7,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_i64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ne_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_i64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ne_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_i64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ne_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_i64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ne_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_i64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ne_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_i64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ne_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_i64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_ne_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_i64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_ne_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xdd,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_i64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_ge_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_i64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_ge_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_i64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_ge_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_i64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xd7,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ge_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_u32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ge_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_u32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_ge_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_u32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_ge_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_u32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_ge_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_u32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_ge_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xde,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_u32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_t_u64 v[1:2], s[4:5]
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0x09,0x00,0x00]
+v_cmpx_t_u32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_t_u64 v[1:2], s[6:7]
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0x0d,0x00,0x00]
+v_cmpx_t_u32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_t_u64 v[1:2], s[100:101]
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0xc9,0x00,0x00]
+v_cmpx_t_u32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_t_u64 v[1:2], vcc
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_u32_e64 exec_hi, null
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_t_u64 v[1:2], exec
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_u32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_t_u64 v[1:2], 0
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_u32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_t_u64 v[1:2], -1
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_u32_e64 0.5, m0
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0xf0,0xfa,0x00,0x00]
 
-v_cmpx_t_u64 v[1:2], 0.5
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0xe1,0x01,0x00]
+v_cmpx_t_u32_e64 src_scc, vcc_lo
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0xfd,0xd4,0x00,0x00]
 
-v_cmpx_t_u64 v[1:2], -4.0
-// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0xef,0x01,0x00]
+v_cmpx_t_u32_e64 0xaf123456, vcc_hi
+// GFX11: encoding: [0x7e,0x00,0xcf,0xd4,0xff,0xd6,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_u_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_t_u64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_u_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_t_u64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_u_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_t_u64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_u_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_t_u64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_u_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_t_u64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_u_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_t_u64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_u_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_t_u64_e64 exec, src_scc
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x7e,0xfa,0x01,0x00]
 
-v_cmpx_u_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_t_u64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_u_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_t_u64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_u_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_t_u64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_u_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_t_u64_e64 src_scc, exec
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0xfd,0xfc,0x00,0x00]
 
-v_cmpx_u_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_t_u64_e64 0xaf123456, vcc
+// GFX11: encoding: [0x7e,0x00,0xdf,0xd4,0xff,0xd4,0x00,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nge_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_tru_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nge_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_tru_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nge_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_tru_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nge_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_tru_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nge_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_tru_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nge_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_tru_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nge_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_tru_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nge_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_tru_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nge_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_tru_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nge_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_tru_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x8f,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nge_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_tru_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nge_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x89,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_tru_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nlg_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_tru_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_nlg_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_tru_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x8f,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_nlg_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_tru_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x8f,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_nlg_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_tru_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nlg_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_tru_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nlg_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_tru_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nlg_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_tru_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nlg_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_tru_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nlg_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_tru_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlg_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_tru_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nlg_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_tru_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nlg_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8a,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_tru_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_ngt_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_tru_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x9f,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_ngt_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_tru_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_ngt_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_tru_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_ngt_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_tru_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x9f,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_ngt_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_tru_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x9f,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_ngt_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_tru_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x9f,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_ngt_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_tru_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_ngt_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_tru_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_ngt_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_tru_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_ngt_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_tru_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_ngt_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_tru_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_ngt_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8b,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_tru_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nle_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_tru_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xaf,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_nle_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_tru_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_nle_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_tru_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_nle_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_tru_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xaf,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_nle_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_tru_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xaf,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_nle_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_tru_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xaf,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nle_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_u_f16_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_nle_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_u_f16_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_nle_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_u_f16_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nle_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_u_f16_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nle_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_u_f16_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nle_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8c,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_u_f16_e64 vcc_hi, 0xfe0b
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x6b,0xfe,0x01,0x00,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_neq_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_u_f16_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_neq_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_u_f16_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_neq_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_u_f16_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_neq_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_u_f16_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x88,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_neq_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_u_f16_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_neq_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_u_f16_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_neq_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_u_f16_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x88,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_neq_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_u_f16_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x88,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_neq_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_u_f16_e64 -|0xfe0b|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x88,0xd4,0xff,0xd6,0x00,0x60,0x0b,0xfe,0x00,0x00]
 
-v_cmpx_neq_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_u_f32_e64 v1, v2
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_neq_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_u_f32_e64 v255, v255
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0xff,0xff,0x03,0x00]
 
-v_cmpx_neq_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8d,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_u_f32_e64 s1, s2
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x01,0x04,0x00,0x00]
 
-v_cmpx_nlt_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_u_f32_e64 s105, s105
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x69,0xd2,0x00,0x00]
 
-v_cmpx_nlt_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_u_f32_e64 vcc_lo, ttmp15
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x6a,0xf6,0x00,0x00]
 
-v_cmpx_nlt_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_u_f32_e64 vcc_hi, 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x6b,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_nlt_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_u_f32_e64 ttmp15, src_scc
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x7b,0xfa,0x01,0x00]
 
-v_cmpx_nlt_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_u_f32_e64 m0, 0.5
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x7d,0xe0,0x01,0x00]
 
-v_cmpx_nlt_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_u_f32_e64 exec_lo, -1
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x7e,0x82,0x01,0x00]
 
-v_cmpx_nlt_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_u_f32_e64 |exec_hi|, null
+// GFX11: encoding: [0x7e,0x01,0x98,0xd4,0x7f,0xf8,0x00,0x00]
 
-v_cmpx_nlt_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_u_f32_e64 null, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0x7c,0xfc,0x00,0x00]
 
-v_cmpx_nlt_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_u_f32_e64 -1, exec_hi
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0xc1,0xfe,0x00,0x00]
 
-v_cmpx_nlt_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_u_f32_e64 0.5, -m0
+// GFX11: encoding: [0x7e,0x00,0x98,0xd4,0xf0,0xfa,0x00,0x40]
 
-v_cmpx_nlt_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_u_f32_e64 -src_scc, |vcc_lo|
+// GFX11: encoding: [0x7e,0x02,0x98,0xd4,0xfd,0xd4,0x00,0x20]
 
-v_cmpx_nlt_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8e,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_u_f32_e64 -|0xaf123456|, -|vcc_hi| clamp
+// GFX11: encoding: [0x7e,0x83,0x98,0xd4,0xff,0xd6,0x00,0x60,0x56,0x34,0x12,0xaf]
 
-v_cmpx_tru_f16 v1, s2
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x00,0x00]
+v_cmpx_u_f64_e64 v[1:2], v[2:3]
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]
 
-v_cmpx_tru_f16 v1, s101
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xcb,0x00,0x00]
+v_cmpx_u_f64_e64 v[254:255], v[254:255]
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0xfe,0xfd,0x03,0x00]
 
-v_cmpx_tru_f16 v1, vcc_lo
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xd5,0x00,0x00]
+v_cmpx_u_f64_e64 s[2:3], s[4:5]
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x02,0x08,0x00,0x00]
 
-v_cmpx_tru_f16 v1, vcc_hi
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xd7,0x00,0x00]
+v_cmpx_u_f64_e64 s[104:105], s[104:105]
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x68,0xd0,0x00,0x00]
 
-v_cmpx_tru_f16 v1, m0
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xfb,0x00,0x00]
+v_cmpx_u_f64_e64 vcc, ttmp[14:15]
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x6a,0xf4,0x00,0x00]
 
-v_cmpx_tru_f16 v1, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xfd,0x00,0x00]
+v_cmpx_u_f64_e64 ttmp[14:15], 0xaf123456
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x7a,0xfe,0x01,0x00,0x56,0x34,0x12,0xaf]
 
-v_cmpx_tru_f16 v1, exec_hi
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0xff,0x00,0x00]
+v_cmpx_u_f64_e64 -|exec|, src_scc
+// GFX11: encoding: [0x7e,0x01,0xa8,0xd4,0x7e,0xfa,0x01,0x20]
 
-v_cmpx_tru_f16 v1, 0
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x01,0x01,0x00]
+v_cmpx_u_f64_e64 null, 0.5
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0x7c,0xe0,0x01,0x00]
 
-v_cmpx_tru_f16 v1, -1
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x83,0x01,0x00]
+v_cmpx_u_f64_e64 -1, -1
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0xc1,0x82,0x01,0x00]
 
-v_cmpx_tru_f16 -v1, v2
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x02,0x20]
+v_cmpx_u_f64_e64 0.5, null
+// GFX11: encoding: [0x7e,0x00,0xa8,0xd4,0xf0,0xf8,0x00,0x00]
 
-v_cmpx_tru_f16 v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x02,0x40]
+v_cmpx_u_f64_e64 -|src_scc|, -|exec|
+// GFX11: encoding: [0x7e,0x03,0xa8,0xd4,0xfd,0xfc,0x00,0x60]
 
-v_cmpx_tru_f16 -v1, -v2
-// GFX11: encoding: [0x7e,0x00,0x8f,0xd4,0x01,0x05,0x02,0x60]
+v_cmpx_u_f64_e64 0xaf123456, -|vcc| clamp
+// GFX11: encoding: [0x7e,0x82,0xa8,0xd4,0xff,0xd4,0x00,0x40,0x56,0x34,0x12,0xaf]


        


More information about the llvm-commits mailing list