[llvm] eed6151 - [AMDGPU][MC][GFX11][NFC] Split tests for SOP formats

Dmitry Preobrazhensky via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 03:59:42 PDT 2022


Author: Dmitry Preobrazhensky
Date: 2022-08-24T13:57:48+03:00
New Revision: eed6151ffb80e81c052f7ca728f0d3cde19c8a53

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

LOG: [AMDGPU][MC][GFX11][NFC] Split tests for SOP formats

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

Added: 
    llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
    llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
    llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
    llvm/test/MC/AMDGPU/gfx11_asm_sopk.s

Modified: 
    llvm/test/MC/AMDGPU/gfx11_asm_sopp.s

Removed: 
    llvm/test/MC/AMDGPU/gfx11_asm_scalar.s


################################################################################
diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_sop1.s b/llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
new file mode 100644
index 0000000000000..c9adf70a0814d
--- /dev/null
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
@@ -0,0 +1,2974 @@
+// RUN: llvm-mc -arch=amdgcn -show-encoding -mcpu=gfx1100 %s | FileCheck --check-prefix=GFX11 %s
+
+s_mov_b32 s0, s1
+// GFX11: encoding: [0x01,0x00,0x80,0xbe]
+
+s_mov_b32 s105, s104
+// GFX11: encoding: [0x68,0x00,0xe9,0xbe]
+
+s_mov_b32 s0, s104
+// GFX11: encoding: [0x68,0x00,0x80,0xbe]
+
+s_mov_b32 s105, s1
+// GFX11: encoding: [0x01,0x00,0xe9,0xbe]
+
+s_mov_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x00,0xfe,0xbe]
+
+s_mov_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x00,0xff,0xbe]
+
+s_mov_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x00,0xea,0xbe]
+
+s_mov_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x00,0xeb,0xbe]
+
+s_mov_b32 m0, s1
+// GFX11: encoding: [0x01,0x00,0xfd,0xbe]
+
+s_mov_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x00,0x80,0xbe]
+
+s_mov_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x00,0x80,0xbe]
+
+s_mov_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x00,0x80,0xbe]
+
+s_mov_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x00,0x80,0xbe]
+
+s_mov_b32 s0, m0
+// GFX11: encoding: [0x7d,0x00,0x80,0xbe]
+
+s_mov_b32 s0, 0
+// GFX11: encoding: [0x80,0x00,0x80,0xbe]
+
+s_mov_b32 s0, -1
+// GFX11: encoding: [0xc1,0x00,0x80,0xbe]
+
+s_mov_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x00,0x80,0xbe]
+
+s_mov_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x00,0x80,0xbe]
+
+s_mov_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x00,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_mov_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x00,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_mov_b32 s0, null
+// GFX11: encoding: [0x7c,0x00,0x80,0xbe]
+
+s_mov_b32 null, s1
+// GFX11: encoding: [0x01,0x00,0xfc,0xbe]
+
+s_mov_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x01,0x80,0xbe]
+
+s_mov_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x01,0xe8,0xbe]
+
+s_mov_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x01,0x80,0xbe]
+
+s_mov_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x01,0xe8,0xbe]
+
+s_mov_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x01,0xfe,0xbe]
+
+s_mov_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x01,0xea,0xbe]
+
+s_mov_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x01,0x80,0xbe]
+
+s_mov_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x01,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_mov_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x01,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_mov_b64 s[0:1], null
+// GFX11: encoding: [0x7c,0x01,0x80,0xbe]
+
+s_mov_b64 null, s[2:3]
+// GFX11: encoding: [0x02,0x01,0xfc,0xbe]
+
+s_cmov_b32 s0, s1
+// GFX11: encoding: [0x01,0x02,0x80,0xbe]
+
+s_cmov_b32 s105, s104
+// GFX11: encoding: [0x68,0x02,0xe9,0xbe]
+
+s_cmov_b32 s0, s104
+// GFX11: encoding: [0x68,0x02,0x80,0xbe]
+
+s_cmov_b32 s105, s1
+// GFX11: encoding: [0x01,0x02,0xe9,0xbe]
+
+s_cmov_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x02,0xfe,0xbe]
+
+s_cmov_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x02,0xff,0xbe]
+
+s_cmov_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x02,0xea,0xbe]
+
+s_cmov_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x02,0xeb,0xbe]
+
+s_cmov_b32 m0, s1
+// GFX11: encoding: [0x01,0x02,0xfd,0xbe]
+
+s_cmov_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, m0
+// GFX11: encoding: [0x7d,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, 0
+// GFX11: encoding: [0x80,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, -1
+// GFX11: encoding: [0xc1,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x02,0x80,0xbe]
+
+s_cmov_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x02,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_cmov_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x02,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_cmov_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x03,0x80,0xbe]
+
+s_cmov_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x03,0xe8,0xbe]
+
+s_cmov_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x03,0x80,0xbe]
+
+s_cmov_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x03,0xe8,0xbe]
+
+s_cmov_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x03,0xfe,0xbe]
+
+s_cmov_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x03,0xea,0xbe]
+
+s_cmov_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x03,0x80,0xbe]
+
+s_cmov_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x03,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_cmov_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x03,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_not_b32 s0, s1
+// GFX11: encoding: [0x01,0x1e,0x80,0xbe]
+
+s_not_b32 s105, s104
+// GFX11: encoding: [0x68,0x1e,0xe9,0xbe]
+
+s_not_b32 s0, s104
+// GFX11: encoding: [0x68,0x1e,0x80,0xbe]
+
+s_not_b32 s105, s1
+// GFX11: encoding: [0x01,0x1e,0xe9,0xbe]
+
+s_not_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x1e,0xfe,0xbe]
+
+s_not_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x1e,0xff,0xbe]
+
+s_not_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x1e,0xea,0xbe]
+
+s_not_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x1e,0xeb,0xbe]
+
+s_not_b32 m0, s1
+// GFX11: encoding: [0x01,0x1e,0xfd,0xbe]
+
+s_not_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x1e,0x80,0xbe]
+
+s_not_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x1e,0x80,0xbe]
+
+s_not_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x1e,0x80,0xbe]
+
+s_not_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x1e,0x80,0xbe]
+
+s_not_b32 s0, m0
+// GFX11: encoding: [0x7d,0x1e,0x80,0xbe]
+
+s_not_b32 s0, 0
+// GFX11: encoding: [0x80,0x1e,0x80,0xbe]
+
+s_not_b32 s0, -1
+// GFX11: encoding: [0xc1,0x1e,0x80,0xbe]
+
+s_not_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x1e,0x80,0xbe]
+
+s_not_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x1e,0x80,0xbe]
+
+s_not_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x1e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_not_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x1e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_not_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x1f,0x80,0xbe]
+
+s_not_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x1f,0xe8,0xbe]
+
+s_not_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x1f,0x80,0xbe]
+
+s_not_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x1f,0xe8,0xbe]
+
+s_not_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x1f,0xfe,0xbe]
+
+s_not_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x1f,0xea,0xbe]
+
+s_not_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x1f,0x80,0xbe]
+
+s_not_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x1f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_not_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x1f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_wqm_b32 s0, s1
+// GFX11: encoding: [0x01,0x1c,0x80,0xbe]
+
+s_wqm_b32 s105, s104
+// GFX11: encoding: [0x68,0x1c,0xe9,0xbe]
+
+s_wqm_b32 s0, s104
+// GFX11: encoding: [0x68,0x1c,0x80,0xbe]
+
+s_wqm_b32 s105, s1
+// GFX11: encoding: [0x01,0x1c,0xe9,0xbe]
+
+s_wqm_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x1c,0xfe,0xbe]
+
+s_wqm_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x1c,0xff,0xbe]
+
+s_wqm_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x1c,0xea,0xbe]
+
+s_wqm_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x1c,0xeb,0xbe]
+
+s_wqm_b32 m0, s1
+// GFX11: encoding: [0x01,0x1c,0xfd,0xbe]
+
+s_wqm_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, m0
+// GFX11: encoding: [0x7d,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, 0
+// GFX11: encoding: [0x80,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, -1
+// GFX11: encoding: [0xc1,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x1c,0x80,0xbe]
+
+s_wqm_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x1c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_wqm_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x1c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_wqm_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x1d,0xe8,0xbe]
+
+s_wqm_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x1d,0xe8,0xbe]
+
+s_wqm_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x1d,0xfe,0xbe]
+
+s_wqm_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x1d,0xea,0xbe]
+
+s_wqm_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x1d,0x80,0xbe]
+
+s_wqm_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x1d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_wqm_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x1d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_brev_b32 s0, s1
+// GFX11: encoding: [0x01,0x04,0x80,0xbe]
+
+s_brev_b32 s105, s104
+// GFX11: encoding: [0x68,0x04,0xe9,0xbe]
+
+s_brev_b32 s0, s104
+// GFX11: encoding: [0x68,0x04,0x80,0xbe]
+
+s_brev_b32 s105, s1
+// GFX11: encoding: [0x01,0x04,0xe9,0xbe]
+
+s_brev_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x04,0xfe,0xbe]
+
+s_brev_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x04,0xff,0xbe]
+
+s_brev_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x04,0xea,0xbe]
+
+s_brev_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x04,0xeb,0xbe]
+
+s_brev_b32 m0, s1
+// GFX11: encoding: [0x01,0x04,0xfd,0xbe]
+
+s_brev_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x04,0x80,0xbe]
+
+s_brev_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x04,0x80,0xbe]
+
+s_brev_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x04,0x80,0xbe]
+
+s_brev_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x04,0x80,0xbe]
+
+s_brev_b32 s0, m0
+// GFX11: encoding: [0x7d,0x04,0x80,0xbe]
+
+s_brev_b32 s0, 0
+// GFX11: encoding: [0x80,0x04,0x80,0xbe]
+
+s_brev_b32 s0, -1
+// GFX11: encoding: [0xc1,0x04,0x80,0xbe]
+
+s_brev_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x04,0x80,0xbe]
+
+s_brev_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x04,0x80,0xbe]
+
+s_brev_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x04,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_brev_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x04,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_brev_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x05,0x80,0xbe]
+
+s_brev_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x05,0xe8,0xbe]
+
+s_brev_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x05,0x80,0xbe]
+
+s_brev_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x05,0xe8,0xbe]
+
+s_brev_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x05,0xfe,0xbe]
+
+s_brev_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x05,0xea,0xbe]
+
+s_brev_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x05,0x80,0xbe]
+
+s_brev_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x05,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_brev_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x05,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bcnt0_i32_b32 s0, s1
+// GFX11: encoding: [0x01,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s105, s104
+// GFX11: encoding: [0x68,0x16,0xe9,0xbe]
+
+s_bcnt0_i32_b32 s0, s104
+// GFX11: encoding: [0x68,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s105, s1
+// GFX11: encoding: [0x01,0x16,0xe9,0xbe]
+
+s_bcnt0_i32_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x16,0xfe,0xbe]
+
+s_bcnt0_i32_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x16,0xff,0xbe]
+
+s_bcnt0_i32_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x16,0xea,0xbe]
+
+s_bcnt0_i32_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x16,0xeb,0xbe]
+
+s_bcnt0_i32_b32 m0, s1
+// GFX11: encoding: [0x01,0x16,0xfd,0xbe]
+
+s_bcnt0_i32_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, m0
+// GFX11: encoding: [0x7d,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, 0
+// GFX11: encoding: [0x80,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, -1
+// GFX11: encoding: [0xc1,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x16,0x80,0xbe]
+
+s_bcnt0_i32_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x16,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bcnt0_i32_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x16,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bcnt0_i32_b64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s105, s[102:103]
+// GFX11: encoding: [0x66,0x17,0xe9,0xbe]
+
+s_bcnt0_i32_b64 s0, s[102:103]
+// GFX11: encoding: [0x66,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s105, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xe9,0xbe]
+
+s_bcnt0_i32_b64 exec_lo, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xfe,0xbe]
+
+s_bcnt0_i32_b64 exec_hi, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xff,0xbe]
+
+s_bcnt0_i32_b64 vcc_lo, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xea,0xbe]
+
+s_bcnt0_i32_b64 vcc_hi, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xeb,0xbe]
+
+s_bcnt0_i32_b64 m0, s[2:3]
+// GFX11: encoding: [0x02,0x17,0xfd,0xbe]
+
+s_bcnt0_i32_b64 s0, exec
+// GFX11: encoding: [0x7e,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, vcc
+// GFX11: encoding: [0x6a,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, 0
+// GFX11: encoding: [0x80,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, -1
+// GFX11: encoding: [0xc1,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, 0.5
+// GFX11: encoding: [0xf0,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, -4.0
+// GFX11: encoding: [0xf7,0x17,0x80,0xbe]
+
+s_bcnt0_i32_b64 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x17,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bcnt0_i32_b64 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x17,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bcnt1_i32_b32 s0, s1
+// GFX11: encoding: [0x01,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s105, s104
+// GFX11: encoding: [0x68,0x18,0xe9,0xbe]
+
+s_bcnt1_i32_b32 s0, s104
+// GFX11: encoding: [0x68,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s105, s1
+// GFX11: encoding: [0x01,0x18,0xe9,0xbe]
+
+s_bcnt1_i32_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x18,0xfe,0xbe]
+
+s_bcnt1_i32_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x18,0xff,0xbe]
+
+s_bcnt1_i32_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x18,0xea,0xbe]
+
+s_bcnt1_i32_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x18,0xeb,0xbe]
+
+s_bcnt1_i32_b32 m0, s1
+// GFX11: encoding: [0x01,0x18,0xfd,0xbe]
+
+s_bcnt1_i32_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, m0
+// GFX11: encoding: [0x7d,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, 0
+// GFX11: encoding: [0x80,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, -1
+// GFX11: encoding: [0xc1,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x18,0x80,0xbe]
+
+s_bcnt1_i32_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x18,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bcnt1_i32_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x18,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bcnt1_i32_b64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s105, s[102:103]
+// GFX11: encoding: [0x66,0x19,0xe9,0xbe]
+
+s_bcnt1_i32_b64 s0, s[102:103]
+// GFX11: encoding: [0x66,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s105, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xe9,0xbe]
+
+s_bcnt1_i32_b64 exec_lo, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xfe,0xbe]
+
+s_bcnt1_i32_b64 exec_hi, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xff,0xbe]
+
+s_bcnt1_i32_b64 vcc_lo, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xea,0xbe]
+
+s_bcnt1_i32_b64 vcc_hi, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xeb,0xbe]
+
+s_bcnt1_i32_b64 m0, s[2:3]
+// GFX11: encoding: [0x02,0x19,0xfd,0xbe]
+
+s_bcnt1_i32_b64 s0, exec
+// GFX11: encoding: [0x7e,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, vcc
+// GFX11: encoding: [0x6a,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, 0
+// GFX11: encoding: [0x80,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, -1
+// GFX11: encoding: [0xc1,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, 0.5
+// GFX11: encoding: [0xf0,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, -4.0
+// GFX11: encoding: [0xf7,0x19,0x80,0xbe]
+
+s_bcnt1_i32_b64 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x19,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bcnt1_i32_b64 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x19,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_ff1_i32_b32 s0, s1
+// GFX11: encoding: [0x01,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s105, s104
+// GFX11: encoding: [0x68,0x08,0xe9,0xbe]
+
+s_ff1_i32_b32 s0, s104
+// GFX11: encoding: [0x68,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s105, s1
+// GFX11: encoding: [0x01,0x08,0xe9,0xbe]
+
+s_ff1_i32_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x08,0xfe,0xbe]
+
+s_ff1_i32_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x08,0xff,0xbe]
+
+s_ff1_i32_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x08,0xea,0xbe]
+
+s_ff1_i32_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x08,0xeb,0xbe]
+
+s_ff1_i32_b32 m0, s1
+// GFX11: encoding: [0x01,0x08,0xfd,0xbe]
+
+s_ff1_i32_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, m0
+// GFX11: encoding: [0x7d,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, 0
+// GFX11: encoding: [0x80,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, -1
+// GFX11: encoding: [0xc1,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x08,0x80,0xbe]
+
+s_ff1_i32_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x08,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_ff1_i32_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x08,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_ff1_i32_b64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s105, s[102:103]
+// GFX11: encoding: [0x66,0x09,0xe9,0xbe]
+
+s_ff1_i32_b64 s0, s[102:103]
+// GFX11: encoding: [0x66,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s105, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xe9,0xbe]
+
+s_ff1_i32_b64 exec_lo, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xfe,0xbe]
+
+s_ff1_i32_b64 exec_hi, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xff,0xbe]
+
+s_ff1_i32_b64 vcc_lo, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xea,0xbe]
+
+s_ff1_i32_b64 vcc_hi, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xeb,0xbe]
+
+s_ff1_i32_b64 m0, s[2:3]
+// GFX11: encoding: [0x02,0x09,0xfd,0xbe]
+
+s_ff1_i32_b64 s0, exec
+// GFX11: encoding: [0x7e,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, vcc
+// GFX11: encoding: [0x6a,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, 0
+// GFX11: encoding: [0x80,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, -1
+// GFX11: encoding: [0xc1,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, 0.5
+// GFX11: encoding: [0xf0,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, -4.0
+// GFX11: encoding: [0xf7,0x09,0x80,0xbe]
+
+s_ff1_i32_b64 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x09,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_ff1_i32_b64 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x09,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_flbit_i32_b32 s0, s1
+// GFX11: encoding: [0x01,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s105, s104
+// GFX11: encoding: [0x68,0x0a,0xe9,0xbe]
+
+s_flbit_i32_b32 s0, s104
+// GFX11: encoding: [0x68,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s105, s1
+// GFX11: encoding: [0x01,0x0a,0xe9,0xbe]
+
+s_flbit_i32_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x0a,0xfe,0xbe]
+
+s_flbit_i32_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x0a,0xff,0xbe]
+
+s_flbit_i32_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x0a,0xea,0xbe]
+
+s_flbit_i32_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x0a,0xeb,0xbe]
+
+s_flbit_i32_b32 m0, s1
+// GFX11: encoding: [0x01,0x0a,0xfd,0xbe]
+
+s_flbit_i32_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, m0
+// GFX11: encoding: [0x7d,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, 0
+// GFX11: encoding: [0x80,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, -1
+// GFX11: encoding: [0xc1,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x0a,0x80,0xbe]
+
+s_flbit_i32_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_flbit_i32_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_flbit_i32_b64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s105, s[102:103]
+// GFX11: encoding: [0x66,0x0b,0xe9,0xbe]
+
+s_flbit_i32_b64 s0, s[102:103]
+// GFX11: encoding: [0x66,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s105, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xe9,0xbe]
+
+s_flbit_i32_b64 exec_lo, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xfe,0xbe]
+
+s_flbit_i32_b64 exec_hi, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xff,0xbe]
+
+s_flbit_i32_b64 vcc_lo, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xea,0xbe]
+
+s_flbit_i32_b64 vcc_hi, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xeb,0xbe]
+
+s_flbit_i32_b64 m0, s[2:3]
+// GFX11: encoding: [0x02,0x0b,0xfd,0xbe]
+
+s_flbit_i32_b64 s0, exec
+// GFX11: encoding: [0x7e,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, vcc
+// GFX11: encoding: [0x6a,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, 0
+// GFX11: encoding: [0x80,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, -1
+// GFX11: encoding: [0xc1,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, 0.5
+// GFX11: encoding: [0xf0,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, -4.0
+// GFX11: encoding: [0xf7,0x0b,0x80,0xbe]
+
+s_flbit_i32_b64 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_flbit_i32_b64 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_flbit_i32 s0, s1
+// GFX11: encoding: [0x01,0x0c,0x80,0xbe]
+
+s_flbit_i32 s105, s104
+// GFX11: encoding: [0x68,0x0c,0xe9,0xbe]
+
+s_flbit_i32 s0, s104
+// GFX11: encoding: [0x68,0x0c,0x80,0xbe]
+
+s_flbit_i32 s105, s1
+// GFX11: encoding: [0x01,0x0c,0xe9,0xbe]
+
+s_flbit_i32 exec_lo, s1
+// GFX11: encoding: [0x01,0x0c,0xfe,0xbe]
+
+s_flbit_i32 exec_hi, s1
+// GFX11: encoding: [0x01,0x0c,0xff,0xbe]
+
+s_flbit_i32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x0c,0xea,0xbe]
+
+s_flbit_i32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x0c,0xeb,0xbe]
+
+s_flbit_i32 m0, s1
+// GFX11: encoding: [0x01,0x0c,0xfd,0xbe]
+
+s_flbit_i32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, m0
+// GFX11: encoding: [0x7d,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, 0
+// GFX11: encoding: [0x80,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, -1
+// GFX11: encoding: [0xc1,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, 0.5
+// GFX11: encoding: [0xf0,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, -4.0
+// GFX11: encoding: [0xf7,0x0c,0x80,0xbe]
+
+s_flbit_i32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_flbit_i32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_flbit_i32_i64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s105, s[102:103]
+// GFX11: encoding: [0x66,0x0d,0xe9,0xbe]
+
+s_flbit_i32_i64 s0, s[102:103]
+// GFX11: encoding: [0x66,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s105, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xe9,0xbe]
+
+s_flbit_i32_i64 exec_lo, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xfe,0xbe]
+
+s_flbit_i32_i64 exec_hi, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xff,0xbe]
+
+s_flbit_i32_i64 vcc_lo, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xea,0xbe]
+
+s_flbit_i32_i64 vcc_hi, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xeb,0xbe]
+
+s_flbit_i32_i64 m0, s[2:3]
+// GFX11: encoding: [0x02,0x0d,0xfd,0xbe]
+
+s_flbit_i32_i64 s0, exec
+// GFX11: encoding: [0x7e,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, vcc
+// GFX11: encoding: [0x6a,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, 0
+// GFX11: encoding: [0x80,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, -1
+// GFX11: encoding: [0xc1,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, 0.5
+// GFX11: encoding: [0xf0,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, -4.0
+// GFX11: encoding: [0xf7,0x0d,0x80,0xbe]
+
+s_flbit_i32_i64 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_flbit_i32_i64 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_sext_i32_i8 s0, s1
+// GFX11: encoding: [0x01,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s105, s104
+// GFX11: encoding: [0x68,0x0e,0xe9,0xbe]
+
+s_sext_i32_i8 s0, s104
+// GFX11: encoding: [0x68,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s105, s1
+// GFX11: encoding: [0x01,0x0e,0xe9,0xbe]
+
+s_sext_i32_i8 exec_lo, s1
+// GFX11: encoding: [0x01,0x0e,0xfe,0xbe]
+
+s_sext_i32_i8 exec_hi, s1
+// GFX11: encoding: [0x01,0x0e,0xff,0xbe]
+
+s_sext_i32_i8 vcc_lo, s1
+// GFX11: encoding: [0x01,0x0e,0xea,0xbe]
+
+s_sext_i32_i8 vcc_hi, s1
+// GFX11: encoding: [0x01,0x0e,0xeb,0xbe]
+
+s_sext_i32_i8 m0, s1
+// GFX11: encoding: [0x01,0x0e,0xfd,0xbe]
+
+s_sext_i32_i8 s0, exec_lo
+// GFX11: encoding: [0x7e,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, exec_hi
+// GFX11: encoding: [0x7f,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, m0
+// GFX11: encoding: [0x7d,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, 0
+// GFX11: encoding: [0x80,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, -1
+// GFX11: encoding: [0xc1,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, 0.5
+// GFX11: encoding: [0xf0,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, -4.0
+// GFX11: encoding: [0xf7,0x0e,0x80,0xbe]
+
+s_sext_i32_i8 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_sext_i32_i8 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_sext_i32_i16 s0, s1
+// GFX11: encoding: [0x01,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s105, s104
+// GFX11: encoding: [0x68,0x0f,0xe9,0xbe]
+
+s_sext_i32_i16 s0, s104
+// GFX11: encoding: [0x68,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s105, s1
+// GFX11: encoding: [0x01,0x0f,0xe9,0xbe]
+
+s_sext_i32_i16 exec_lo, s1
+// GFX11: encoding: [0x01,0x0f,0xfe,0xbe]
+
+s_sext_i32_i16 exec_hi, s1
+// GFX11: encoding: [0x01,0x0f,0xff,0xbe]
+
+s_sext_i32_i16 vcc_lo, s1
+// GFX11: encoding: [0x01,0x0f,0xea,0xbe]
+
+s_sext_i32_i16 vcc_hi, s1
+// GFX11: encoding: [0x01,0x0f,0xeb,0xbe]
+
+s_sext_i32_i16 m0, s1
+// GFX11: encoding: [0x01,0x0f,0xfd,0xbe]
+
+s_sext_i32_i16 s0, exec_lo
+// GFX11: encoding: [0x7e,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, exec_hi
+// GFX11: encoding: [0x7f,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, m0
+// GFX11: encoding: [0x7d,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, 0
+// GFX11: encoding: [0x80,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, -1
+// GFX11: encoding: [0xc1,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, 0.5
+// GFX11: encoding: [0xf0,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, -4.0
+// GFX11: encoding: [0xf7,0x0f,0x80,0xbe]
+
+s_sext_i32_i16 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x0f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_sext_i32_i16 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x0f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bitset0_b32 s0, s1
+// GFX11: encoding: [0x01,0x10,0x80,0xbe]
+
+s_bitset0_b32 s105, s104
+// GFX11: encoding: [0x68,0x10,0xe9,0xbe]
+
+s_bitset0_b32 s0, s104
+// GFX11: encoding: [0x68,0x10,0x80,0xbe]
+
+s_bitset0_b32 s105, s1
+// GFX11: encoding: [0x01,0x10,0xe9,0xbe]
+
+s_bitset0_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x10,0xfe,0xbe]
+
+s_bitset0_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x10,0xff,0xbe]
+
+s_bitset0_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x10,0xea,0xbe]
+
+s_bitset0_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x10,0xeb,0xbe]
+
+s_bitset0_b32 m0, s1
+// GFX11: encoding: [0x01,0x10,0xfd,0xbe]
+
+s_bitset0_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, m0
+// GFX11: encoding: [0x7d,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, 0
+// GFX11: encoding: [0x80,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, -1
+// GFX11: encoding: [0xc1,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x10,0x80,0xbe]
+
+s_bitset0_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x10,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bitset0_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x10,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bitset0_b64 s[0:1], s2
+// GFX11: encoding: [0x02,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[104:105], s102
+// GFX11: encoding: [0x66,0x11,0xe8,0xbe]
+
+s_bitset0_b64 s[0:1], s102
+// GFX11: encoding: [0x66,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[104:105], s2
+// GFX11: encoding: [0x02,0x11,0xe8,0xbe]
+
+s_bitset0_b64 exec, s2
+// GFX11: encoding: [0x02,0x11,0xfe,0xbe]
+
+s_bitset0_b64 vcc, s2
+// GFX11: encoding: [0x02,0x11,0xea,0xbe]
+
+s_bitset0_b64 s[0:1], exec_lo
+// GFX11: encoding: [0x7e,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], exec_hi
+// GFX11: encoding: [0x7f,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], vcc_lo
+// GFX11: encoding: [0x6a,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], vcc_hi
+// GFX11: encoding: [0x6b,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], m0
+// GFX11: encoding: [0x7d,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x11,0x80,0xbe]
+
+s_bitset0_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x11,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bitset0_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x11,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bitset1_b32 s0, s1
+// GFX11: encoding: [0x01,0x12,0x80,0xbe]
+
+s_bitset1_b32 s105, s104
+// GFX11: encoding: [0x68,0x12,0xe9,0xbe]
+
+s_bitset1_b32 s0, s104
+// GFX11: encoding: [0x68,0x12,0x80,0xbe]
+
+s_bitset1_b32 s105, s1
+// GFX11: encoding: [0x01,0x12,0xe9,0xbe]
+
+s_bitset1_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x12,0xfe,0xbe]
+
+s_bitset1_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x12,0xff,0xbe]
+
+s_bitset1_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x12,0xea,0xbe]
+
+s_bitset1_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x12,0xeb,0xbe]
+
+s_bitset1_b32 m0, s1
+// GFX11: encoding: [0x01,0x12,0xfd,0xbe]
+
+s_bitset1_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, m0
+// GFX11: encoding: [0x7d,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, 0
+// GFX11: encoding: [0x80,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, -1
+// GFX11: encoding: [0xc1,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x12,0x80,0xbe]
+
+s_bitset1_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x12,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bitset1_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x12,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bitset1_b64 s[0:1], s2
+// GFX11: encoding: [0x02,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[104:105], s102
+// GFX11: encoding: [0x66,0x13,0xe8,0xbe]
+
+s_bitset1_b64 s[0:1], s102
+// GFX11: encoding: [0x66,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[104:105], s2
+// GFX11: encoding: [0x02,0x13,0xe8,0xbe]
+
+s_bitset1_b64 exec, s2
+// GFX11: encoding: [0x02,0x13,0xfe,0xbe]
+
+s_bitset1_b64 vcc, s2
+// GFX11: encoding: [0x02,0x13,0xea,0xbe]
+
+s_bitset1_b64 s[0:1], exec_lo
+// GFX11: encoding: [0x7e,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], exec_hi
+// GFX11: encoding: [0x7f,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], vcc_lo
+// GFX11: encoding: [0x6a,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], vcc_hi
+// GFX11: encoding: [0x6b,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], m0
+// GFX11: encoding: [0x7d,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x13,0x80,0xbe]
+
+s_bitset1_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x13,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bitset1_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x13,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_getpc_b64 s[0:1]
+// GFX11: encoding: [0x00,0x47,0x80,0xbe]
+
+s_getpc_b64 s[104:105]
+// GFX11: encoding: [0x00,0x47,0xe8,0xbe]
+
+s_getpc_b64 exec
+// GFX11: encoding: [0x00,0x47,0xfe,0xbe]
+
+s_getpc_b64 vcc
+// GFX11: encoding: [0x00,0x47,0xea,0xbe]
+
+s_setpc_b64 s[0:1]
+// GFX11: encoding: [0x00,0x48,0x80,0xbe]
+
+s_setpc_b64 s[104:105]
+// GFX11: encoding: [0x68,0x48,0x80,0xbe]
+
+s_setpc_b64 vcc
+// GFX11: encoding: [0x6a,0x48,0x80,0xbe]
+
+s_swappc_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x49,0x80,0xbe]
+
+s_swappc_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x49,0xe8,0xbe]
+
+s_swappc_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x49,0x80,0xbe]
+
+s_swappc_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x49,0xe8,0xbe]
+
+s_swappc_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x49,0xea,0xbe]
+
+s_swappc_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x49,0x80,0xbe]
+
+s_rfe_b64 s[0:1]
+// GFX11: encoding: [0x00,0x4a,0x80,0xbe]
+
+s_rfe_b64 s[104:105]
+// GFX11: encoding: [0x68,0x4a,0x80,0xbe]
+
+s_rfe_b64 vcc
+// GFX11: encoding: [0x6a,0x4a,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x21,0xe8,0xbe]
+
+s_and_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x21,0xe8,0xbe]
+
+s_and_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x21,0xea,0xbe]
+
+s_and_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x21,0x80,0xbe]
+
+s_and_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x21,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_and_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x21,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_or_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x23,0xe8,0xbe]
+
+s_or_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x23,0xe8,0xbe]
+
+s_or_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x23,0xea,0xbe]
+
+s_or_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x23,0x80,0xbe]
+
+s_or_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x23,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_or_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x23,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_xor_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x25,0xe8,0xbe]
+
+s_xor_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x25,0xe8,0xbe]
+
+s_xor_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x25,0xea,0xbe]
+
+s_xor_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x25,0x80,0xbe]
+
+s_xor_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x25,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_xor_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x25,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn2_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x31,0xe8,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x31,0xe8,0xbe]
+
+s_andn2_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x31,0xea,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x31,0x80,0xbe]
+
+s_andn2_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x31,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn2_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x31,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_orn2_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x33,0xe8,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x33,0xe8,0xbe]
+
+s_orn2_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x33,0xea,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x33,0x80,0xbe]
+
+s_orn2_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x33,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_orn2_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x33,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_nand_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x27,0xe8,0xbe]
+
+s_nand_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x27,0xe8,0xbe]
+
+s_nand_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x27,0xea,0xbe]
+
+s_nand_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x27,0x80,0xbe]
+
+s_nand_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x27,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_nand_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x27,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_nor_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x29,0xe8,0xbe]
+
+s_nor_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x29,0xe8,0xbe]
+
+s_nor_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x29,0xea,0xbe]
+
+s_nor_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x29,0x80,0xbe]
+
+s_nor_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x29,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_nor_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x29,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_xnor_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x2b,0xe8,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x2b,0xe8,0xbe]
+
+s_xnor_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x2b,0xea,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x2b,0x80,0xbe]
+
+s_xnor_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x2b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_xnor_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x2b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_quadmask_b32 s0, s1
+// GFX11: encoding: [0x01,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s105, s104
+// GFX11: encoding: [0x68,0x1a,0xe9,0xbe]
+
+s_quadmask_b32 s0, s104
+// GFX11: encoding: [0x68,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s105, s1
+// GFX11: encoding: [0x01,0x1a,0xe9,0xbe]
+
+s_quadmask_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x1a,0xfe,0xbe]
+
+s_quadmask_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x1a,0xff,0xbe]
+
+s_quadmask_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x1a,0xea,0xbe]
+
+s_quadmask_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x1a,0xeb,0xbe]
+
+s_quadmask_b32 m0, s1
+// GFX11: encoding: [0x01,0x1a,0xfd,0xbe]
+
+s_quadmask_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, m0
+// GFX11: encoding: [0x7d,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, 0
+// GFX11: encoding: [0x80,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, -1
+// GFX11: encoding: [0xc1,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x1a,0x80,0xbe]
+
+s_quadmask_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x1a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_quadmask_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x1a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_quadmask_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x1b,0xe8,0xbe]
+
+s_quadmask_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x1b,0xe8,0xbe]
+
+s_quadmask_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x1b,0xfe,0xbe]
+
+s_quadmask_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x1b,0xea,0xbe]
+
+s_quadmask_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x1b,0x80,0xbe]
+
+s_quadmask_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x1b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_quadmask_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x1b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_movrels_b32 s0, s1
+// GFX11: encoding: [0x01,0x40,0x80,0xbe]
+
+s_movrels_b32 s105, s104
+// GFX11: encoding: [0x68,0x40,0xe9,0xbe]
+
+s_movrels_b32 s0, s104
+// GFX11: encoding: [0x68,0x40,0x80,0xbe]
+
+s_movrels_b32 s105, s1
+// GFX11: encoding: [0x01,0x40,0xe9,0xbe]
+
+s_movrels_b32 exec_lo, s1
+// GFX11: encoding: [0x01,0x40,0xfe,0xbe]
+
+s_movrels_b32 exec_hi, s1
+// GFX11: encoding: [0x01,0x40,0xff,0xbe]
+
+s_movrels_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x40,0xea,0xbe]
+
+s_movrels_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x40,0xeb,0xbe]
+
+s_movrels_b32 m0, s1
+// GFX11: encoding: [0x01,0x40,0xfd,0xbe]
+
+s_movrels_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x40,0x80,0xbe]
+
+s_movrels_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x40,0x80,0xbe]
+
+s_movrels_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x41,0x80,0xbe]
+
+s_movrels_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x41,0xe8,0xbe]
+
+s_movrels_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x41,0x80,0xbe]
+
+s_movrels_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x41,0xe8,0xbe]
+
+s_movrels_b64 exec, s[2:3]
+// GFX11: encoding: [0x02,0x41,0xfe,0xbe]
+
+s_movrels_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x41,0xea,0xbe]
+
+s_movrels_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x41,0x80,0xbe]
+
+s_movreld_b32 s0, s1
+// GFX11: encoding: [0x01,0x42,0x80,0xbe]
+
+s_movreld_b32 s105, s104
+// GFX11: encoding: [0x68,0x42,0xe9,0xbe]
+
+s_movreld_b32 s0, s104
+// GFX11: encoding: [0x68,0x42,0x80,0xbe]
+
+s_movreld_b32 s105, s1
+// GFX11: encoding: [0x01,0x42,0xe9,0xbe]
+
+s_movreld_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x42,0xea,0xbe]
+
+s_movreld_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x42,0xeb,0xbe]
+
+s_movreld_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, m0
+// GFX11: encoding: [0x7d,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, 0
+// GFX11: encoding: [0x80,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, -1
+// GFX11: encoding: [0xc1,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x42,0x80,0xbe]
+
+s_movreld_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x42,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_movreld_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x42,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_movreld_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x43,0x80,0xbe]
+
+s_movreld_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x43,0xe8,0xbe]
+
+s_movreld_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x43,0x80,0xbe]
+
+s_movreld_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x43,0xe8,0xbe]
+
+s_movreld_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x43,0xea,0xbe]
+
+s_movreld_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x43,0x80,0xbe]
+
+s_movreld_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x43,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_movreld_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x43,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_abs_i32 s0, s1
+// GFX11: encoding: [0x01,0x15,0x80,0xbe]
+
+s_abs_i32 s105, s104
+// GFX11: encoding: [0x68,0x15,0xe9,0xbe]
+
+s_abs_i32 s0, s104
+// GFX11: encoding: [0x68,0x15,0x80,0xbe]
+
+s_abs_i32 s105, s1
+// GFX11: encoding: [0x01,0x15,0xe9,0xbe]
+
+s_abs_i32 exec_lo, s1
+// GFX11: encoding: [0x01,0x15,0xfe,0xbe]
+
+s_abs_i32 exec_hi, s1
+// GFX11: encoding: [0x01,0x15,0xff,0xbe]
+
+s_abs_i32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x15,0xea,0xbe]
+
+s_abs_i32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x15,0xeb,0xbe]
+
+s_abs_i32 m0, s1
+// GFX11: encoding: [0x01,0x15,0xfd,0xbe]
+
+s_abs_i32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x15,0x80,0xbe]
+
+s_abs_i32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x15,0x80,0xbe]
+
+s_abs_i32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x15,0x80,0xbe]
+
+s_abs_i32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x15,0x80,0xbe]
+
+s_abs_i32 s0, m0
+// GFX11: encoding: [0x7d,0x15,0x80,0xbe]
+
+s_abs_i32 s0, 0
+// GFX11: encoding: [0x80,0x15,0x80,0xbe]
+
+s_abs_i32 s0, -1
+// GFX11: encoding: [0xc1,0x15,0x80,0xbe]
+
+s_abs_i32 s0, 0.5
+// GFX11: encoding: [0xf0,0x15,0x80,0xbe]
+
+s_abs_i32 s0, -4.0
+// GFX11: encoding: [0xf7,0x15,0x80,0xbe]
+
+s_abs_i32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x15,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_abs_i32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x15,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn1_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x2d,0xe8,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x2d,0xe8,0xbe]
+
+s_andn1_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x2d,0xea,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x2d,0x80,0xbe]
+
+s_andn1_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x2d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn1_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x2d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_orn1_saveexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x2f,0xe8,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x2f,0xe8,0xbe]
+
+s_orn1_saveexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x2f,0xea,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x2f,0x80,0xbe]
+
+s_orn1_saveexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x2f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_orn1_saveexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x2f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn1_wrexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x35,0xe8,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x35,0xe8,0xbe]
+
+s_andn1_wrexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x35,0xea,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x35,0x80,0xbe]
+
+s_andn1_wrexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x35,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn1_wrexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x35,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn2_wrexec_b64 s[0:1], s[2:3]
+// GFX11: encoding: [0x02,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x37,0xe8,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], s[102:103]
+// GFX11: encoding: [0x66,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[104:105], s[2:3]
+// GFX11: encoding: [0x02,0x37,0xe8,0xbe]
+
+s_andn2_wrexec_b64 vcc, s[2:3]
+// GFX11: encoding: [0x02,0x37,0xea,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], exec
+// GFX11: encoding: [0x7e,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], vcc
+// GFX11: encoding: [0x6a,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], 0
+// GFX11: encoding: [0x80,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], -1
+// GFX11: encoding: [0xc1,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x37,0x80,0xbe]
+
+s_andn2_wrexec_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x37,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn2_wrexec_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x37,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_bitreplicate_b64_b32 s[0:1], s2
+// GFX11: encoding: [0x02,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[104:105], s102
+// GFX11: encoding: [0x66,0x14,0xe8,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], s102
+// GFX11: encoding: [0x66,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[104:105], s2
+// GFX11: encoding: [0x02,0x14,0xe8,0xbe]
+
+s_bitreplicate_b64_b32 exec, s2
+// GFX11: encoding: [0x02,0x14,0xfe,0xbe]
+
+s_bitreplicate_b64_b32 vcc, s2
+// GFX11: encoding: [0x02,0x14,0xea,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], exec_lo
+// GFX11: encoding: [0x7e,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], exec_hi
+// GFX11: encoding: [0x7f,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], vcc_lo
+// GFX11: encoding: [0x6a,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], vcc_hi
+// GFX11: encoding: [0x6b,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], m0
+// GFX11: encoding: [0x7d,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], 0
+// GFX11: encoding: [0x80,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], -1
+// GFX11: encoding: [0xc1,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], 0.5
+// GFX11: encoding: [0xf0,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], -4.0
+// GFX11: encoding: [0xf7,0x14,0x80,0xbe]
+
+s_bitreplicate_b64_b32 s[0:1], 0x3f717273
+// GFX11: encoding: [0xff,0x14,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_bitreplicate_b64_b32 s[0:1], 0xaf123456
+// GFX11: encoding: [0xff,0x14,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_and_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x20,0xe9,0xbe]
+
+s_and_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x20,0xe9,0xbe]
+
+s_and_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x20,0xea,0xbe]
+
+s_and_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x20,0xeb,0xbe]
+
+s_and_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x20,0x80,0xbe]
+
+s_and_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x20,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_and_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x20,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_or_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x22,0xe9,0xbe]
+
+s_or_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x22,0xe9,0xbe]
+
+s_or_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x22,0xea,0xbe]
+
+s_or_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x22,0xeb,0xbe]
+
+s_or_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x22,0x80,0xbe]
+
+s_or_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x22,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_or_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x22,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_xor_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x24,0xe9,0xbe]
+
+s_xor_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x24,0xe9,0xbe]
+
+s_xor_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x24,0xea,0xbe]
+
+s_xor_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x24,0xeb,0xbe]
+
+s_xor_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x24,0x80,0xbe]
+
+s_xor_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x24,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_xor_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x24,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn2_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x30,0xe9,0xbe]
+
+s_andn2_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x30,0xe9,0xbe]
+
+s_andn2_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x30,0xea,0xbe]
+
+s_andn2_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x30,0xeb,0xbe]
+
+s_andn2_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x30,0x80,0xbe]
+
+s_andn2_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x30,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn2_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x30,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_orn2_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x32,0xe9,0xbe]
+
+s_orn2_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x32,0xe9,0xbe]
+
+s_orn2_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x32,0xea,0xbe]
+
+s_orn2_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x32,0xeb,0xbe]
+
+s_orn2_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x32,0x80,0xbe]
+
+s_orn2_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x32,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_orn2_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x32,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_nand_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x26,0xe9,0xbe]
+
+s_nand_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x26,0xe9,0xbe]
+
+s_nand_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x26,0xea,0xbe]
+
+s_nand_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x26,0xeb,0xbe]
+
+s_nand_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x26,0x80,0xbe]
+
+s_nand_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x26,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_nand_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x26,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_nor_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x28,0xe9,0xbe]
+
+s_nor_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x28,0xe9,0xbe]
+
+s_nor_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x28,0xea,0xbe]
+
+s_nor_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x28,0xeb,0xbe]
+
+s_nor_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x28,0x80,0xbe]
+
+s_nor_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x28,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_nor_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x28,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_xnor_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x2a,0xe9,0xbe]
+
+s_xnor_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x2a,0xe9,0xbe]
+
+s_xnor_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x2a,0xea,0xbe]
+
+s_xnor_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x2a,0xeb,0xbe]
+
+s_xnor_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x2a,0x80,0xbe]
+
+s_xnor_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x2a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_xnor_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x2a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn1_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x2c,0xe9,0xbe]
+
+s_andn1_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x2c,0xe9,0xbe]
+
+s_andn1_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x2c,0xea,0xbe]
+
+s_andn1_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x2c,0xeb,0xbe]
+
+s_andn1_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x2c,0x80,0xbe]
+
+s_andn1_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x2c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn1_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x2c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_orn1_saveexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x2e,0xe9,0xbe]
+
+s_orn1_saveexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x2e,0xe9,0xbe]
+
+s_orn1_saveexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x2e,0xea,0xbe]
+
+s_orn1_saveexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x2e,0xeb,0xbe]
+
+s_orn1_saveexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x2e,0x80,0xbe]
+
+s_orn1_saveexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x2e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_orn1_saveexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x2e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn1_wrexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x34,0xe9,0xbe]
+
+s_andn1_wrexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x34,0xe9,0xbe]
+
+s_andn1_wrexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x34,0xea,0xbe]
+
+s_andn1_wrexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x34,0xeb,0xbe]
+
+s_andn1_wrexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x34,0x80,0xbe]
+
+s_andn1_wrexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x34,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn1_wrexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x34,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_andn2_wrexec_b32 s0, s1
+// GFX11: encoding: [0x01,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s105, s104
+// GFX11: encoding: [0x68,0x36,0xe9,0xbe]
+
+s_andn2_wrexec_b32 s0, s104
+// GFX11: encoding: [0x68,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s105, s1
+// GFX11: encoding: [0x01,0x36,0xe9,0xbe]
+
+s_andn2_wrexec_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x36,0xea,0xbe]
+
+s_andn2_wrexec_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x36,0xeb,0xbe]
+
+s_andn2_wrexec_b32 s0, exec_lo
+// GFX11: encoding: [0x7e,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, exec_hi
+// GFX11: encoding: [0x7f,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, m0
+// GFX11: encoding: [0x7d,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, 0
+// GFX11: encoding: [0x80,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, -1
+// GFX11: encoding: [0xc1,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, 0.5
+// GFX11: encoding: [0xf0,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, -4.0
+// GFX11: encoding: [0xf7,0x36,0x80,0xbe]
+
+s_andn2_wrexec_b32 s0, 0x3f717273
+// GFX11: encoding: [0xff,0x36,0x80,0xbe,0x73,0x72,0x71,0x3f]
+
+s_andn2_wrexec_b32 s0, 0xaf123456
+// GFX11: encoding: [0xff,0x36,0x80,0xbe,0x56,0x34,0x12,0xaf]
+
+s_movrelsd_2_b32 s0, s1
+// GFX11: encoding: [0x01,0x44,0x80,0xbe]
+
+s_movrelsd_2_b32 s105, s104
+// GFX11: encoding: [0x68,0x44,0xe9,0xbe]
+
+s_movrelsd_2_b32 s0, s104
+// GFX11: encoding: [0x68,0x44,0x80,0xbe]
+
+s_movrelsd_2_b32 s105, s1
+// GFX11: encoding: [0x01,0x44,0xe9,0xbe]
+
+s_movrelsd_2_b32 vcc_lo, s1
+// GFX11: encoding: [0x01,0x44,0xea,0xbe]
+
+s_movrelsd_2_b32 vcc_hi, s1
+// GFX11: encoding: [0x01,0x44,0xeb,0xbe]
+
+s_movrelsd_2_b32 s0, vcc_lo
+// GFX11: encoding: [0x6a,0x44,0x80,0xbe]
+
+s_movrelsd_2_b32 s0, vcc_hi
+// GFX11: encoding: [0x6b,0x44,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s1, 0x0
+// GFX11: encoding: [0x00,0x4c,0x81,0xbe]
+
+s_sendmsg_rtn_b32 s2, 0x12
+// GFX11: encoding: [0x12,0x4c,0x82,0xbe]
+
+s_sendmsg_rtn_b32 s3, 0xff
+// GFX11: encoding: [0xff,0x4c,0x83,0xbe]
+
+s_sendmsg_rtn_b64 s[0:1], 0x0
+// GFX11: encoding: [0x00,0x4d,0x80,0xbe]
+
+s_sendmsg_rtn_b64 s[2:3], 0x12
+// GFX11: encoding: [0x12,0x4d,0x82,0xbe]
+
+s_sendmsg_rtn_b64 s[4:5], 0xff
+// GFX11: encoding: [0xff,0x4d,0x84,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DOORBELL)
+// GFX11: encoding: [0x80,0x4c,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DDID)
+// GFX11: encoding: [0x81,0x4c,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_TMA)
+// GFX11: encoding: [0x82,0x4c,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_REALTIME)
+// GFX11: encoding: [0x83,0x4c,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_SAVE_WAVE)
+// GFX11: encoding: [0x84,0x4c,0x80,0xbe]
+
+s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_TBA)
+// GFX11: encoding: [0x85,0x4c,0x80,0xbe]
+
+s_ctz_i32_b32 s0, s104
+// GFX11: encoding: [0x68,0x08,0x80,0xbe]
+
+s_ctz_i32_b64 s0, s[2:3]
+// GFX11: encoding: [0x02,0x09,0x80,0xbe]
+
+s_and_not1_saveexec_b64 s[104:105], s[102:103]
+// GFX11: encoding: [0x66,0x31,0xe8,0xbe]

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_scalar.s b/llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
similarity index 51%
rename from llvm/test/MC/AMDGPU/gfx11_asm_scalar.s
rename to llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
index a6374e707bbe6..9904178ca64e1 100644
--- a/llvm/test/MC/AMDGPU/gfx11_asm_scalar.s
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
@@ -1,9829 +1,4984 @@
 // RUN: llvm-mc -arch=amdgcn -show-encoding -mcpu=gfx1100 %s | FileCheck --check-prefix=GFX11 %s
 
-s_mov_b32 s0, s1
-// GFX11: encoding: [0x01,0x00,0x80,0xbe]
+s_add_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x80]
 
-s_mov_b32 s105, s104
-// GFX11: encoding: [0x68,0x00,0xe9,0xbe]
+s_add_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x80]
 
-s_mov_b32 s0, s104
-// GFX11: encoding: [0x68,0x00,0x80,0xbe]
+s_add_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x80]
 
-s_mov_b32 s105, s1
-// GFX11: encoding: [0x01,0x00,0xe9,0xbe]
+s_add_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x80]
 
-s_mov_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x00,0xfe,0xbe]
+s_add_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x80]
 
-s_mov_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x00,0xff,0xbe]
+s_add_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x80]
 
-s_mov_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x00,0xea,0xbe]
+s_add_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x80]
 
-s_mov_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x00,0xeb,0xbe]
+s_add_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x80]
 
-s_mov_b32 m0, s1
-// GFX11: encoding: [0x01,0x00,0xfd,0xbe]
+s_add_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x80]
 
-s_mov_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x00,0x80,0xbe]
+s_add_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x80]
 
-s_mov_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x00,0x80,0xbe]
+s_add_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x80]
 
-s_mov_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x00,0x80,0xbe]
+s_add_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x80]
 
-s_mov_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x00,0x80,0xbe]
+s_add_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x80]
 
-s_mov_b32 s0, m0
-// GFX11: encoding: [0x7d,0x00,0x80,0xbe]
+s_add_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x80]
 
-s_mov_b32 s0, 0
-// GFX11: encoding: [0x80,0x00,0x80,0xbe]
+s_add_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x80]
 
-s_mov_b32 s0, -1
-// GFX11: encoding: [0xc1,0x00,0x80,0xbe]
+s_add_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x80]
 
-s_mov_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x00,0x80,0xbe]
+s_add_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x80]
 
-s_mov_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x00,0x80,0xbe]
+s_add_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x80]
 
-s_mov_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x00,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_add_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x80]
 
-s_mov_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x00,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_add_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x80]
 
-s_mov_b32 s0, null
-// GFX11: encoding: [0x7c,0x00,0x80,0xbe]
+s_add_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x80]
 
-s_mov_b32 null, s1
-// GFX11: encoding: [0x01,0x00,0xfc,0xbe]
+s_add_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x80]
 
-s_mov_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x01,0x80,0xbe]
+s_add_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x80,0x73,0x72,0x71,0x3f]
 
-s_mov_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x01,0xe8,0xbe]
+s_add_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x80,0x56,0x34,0x12,0xaf]
 
-s_mov_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x01,0x80,0xbe]
+s_add_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x80]
 
-s_mov_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x01,0xe8,0xbe]
+s_add_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x80]
 
-s_mov_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x01,0xfe,0xbe]
+s_add_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x80]
 
-s_mov_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x01,0xea,0xbe]
+s_add_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x80]
 
-s_mov_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x01,0x80,0xbe]
+s_add_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x80]
 
-s_mov_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x01,0x80,0xbe]
+s_add_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x80]
 
-s_mov_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x01,0x80,0xbe]
+s_add_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x80]
 
-s_mov_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x01,0x80,0xbe]
+s_add_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x80]
 
-s_mov_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x01,0x80,0xbe]
+s_add_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x80]
 
-s_mov_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x01,0x80,0xbe]
+s_add_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x80,0x73,0x72,0x71,0x3f]
 
-s_mov_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x01,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_add_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x80,0x56,0x34,0x12,0xaf]
 
-s_mov_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x01,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_sub_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x80]
 
-s_mov_b64 s[0:1], null
-// GFX11: encoding: [0x7c,0x01,0x80,0xbe]
+s_sub_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x80]
 
-s_mov_b64 null, s[2:3]
-// GFX11: encoding: [0x02,0x01,0xfc,0xbe]
+s_sub_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x80]
 
-s_cmov_b32 s0, s1
-// GFX11: encoding: [0x01,0x02,0x80,0xbe]
+s_sub_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x80]
 
-s_cmov_b32 s105, s104
-// GFX11: encoding: [0x68,0x02,0xe9,0xbe]
+s_sub_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x80]
 
-s_cmov_b32 s0, s104
-// GFX11: encoding: [0x68,0x02,0x80,0xbe]
+s_sub_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x80]
 
-s_cmov_b32 s105, s1
-// GFX11: encoding: [0x01,0x02,0xe9,0xbe]
+s_sub_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x80]
 
-s_cmov_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x02,0xfe,0xbe]
+s_sub_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x80]
 
-s_cmov_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x02,0xff,0xbe]
+s_sub_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x80]
 
-s_cmov_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x02,0xea,0xbe]
+s_sub_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x80]
 
-s_cmov_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x02,0xeb,0xbe]
+s_sub_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x80]
 
-s_cmov_b32 m0, s1
-// GFX11: encoding: [0x01,0x02,0xfd,0xbe]
+s_sub_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x80]
 
-s_cmov_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x02,0x80,0xbe]
+s_sub_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x80]
 
-s_cmov_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x02,0x80,0xbe]
+s_sub_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x80]
 
-s_cmov_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x02,0x80,0xbe]
+s_sub_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x80]
 
-s_cmov_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x02,0x80,0xbe]
+s_sub_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x80]
 
-s_cmov_b32 s0, m0
-// GFX11: encoding: [0x7d,0x02,0x80,0xbe]
+s_sub_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x80]
 
-s_cmov_b32 s0, 0
-// GFX11: encoding: [0x80,0x02,0x80,0xbe]
+s_sub_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x80]
 
-s_cmov_b32 s0, -1
-// GFX11: encoding: [0xc1,0x02,0x80,0xbe]
+s_sub_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x80]
 
-s_cmov_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x02,0x80,0xbe]
+s_sub_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x80]
 
-s_cmov_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x02,0x80,0xbe]
+s_sub_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x80]
 
-s_cmov_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x02,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_sub_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x80]
 
-s_cmov_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x02,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_sub_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x80,0x73,0x72,0x71,0x3f]
 
-s_cmov_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x03,0x80,0xbe]
+s_sub_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x80,0x56,0x34,0x12,0xaf]
 
-s_cmov_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x03,0xe8,0xbe]
+s_sub_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x80]
 
-s_cmov_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x80]
 
-s_cmov_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x03,0xe8,0xbe]
+s_sub_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x80]
 
-s_cmov_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x03,0xfe,0xbe]
+s_sub_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x80]
 
-s_cmov_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x03,0xea,0xbe]
+s_sub_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x80]
 
-s_cmov_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x80]
 
-s_cmov_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x80]
 
-s_cmov_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x80]
 
-s_cmov_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x80]
 
-s_cmov_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x80,0x73,0x72,0x71,0x3f]
 
-s_cmov_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x03,0x80,0xbe]
+s_sub_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x80,0x56,0x34,0x12,0xaf]
 
-s_cmov_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x03,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_add_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x81]
 
-s_cmov_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x03,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_add_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x81]
 
-s_not_b32 s0, s1
-// GFX11: encoding: [0x01,0x1e,0x80,0xbe]
+s_add_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x81]
 
-s_not_b32 s105, s104
-// GFX11: encoding: [0x68,0x1e,0xe9,0xbe]
+s_add_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x81]
 
-s_not_b32 s0, s104
-// GFX11: encoding: [0x68,0x1e,0x80,0xbe]
+s_add_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x81]
 
-s_not_b32 s105, s1
-// GFX11: encoding: [0x01,0x1e,0xe9,0xbe]
+s_add_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x81]
 
-s_not_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x1e,0xfe,0xbe]
+s_add_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x81]
 
-s_not_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x1e,0xff,0xbe]
+s_add_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x81]
 
-s_not_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x1e,0xea,0xbe]
+s_add_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x81]
 
-s_not_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x1e,0xeb,0xbe]
+s_add_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x81]
 
-s_not_b32 m0, s1
-// GFX11: encoding: [0x01,0x1e,0xfd,0xbe]
+s_add_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x81]
 
-s_not_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x1e,0x80,0xbe]
+s_add_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x81]
 
-s_not_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x1e,0x80,0xbe]
+s_add_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x81]
 
-s_not_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x1e,0x80,0xbe]
+s_add_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x81]
 
-s_not_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x1e,0x80,0xbe]
+s_add_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x81]
 
-s_not_b32 s0, m0
-// GFX11: encoding: [0x7d,0x1e,0x80,0xbe]
+s_add_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x81]
 
-s_not_b32 s0, 0
-// GFX11: encoding: [0x80,0x1e,0x80,0xbe]
+s_add_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x81]
 
-s_not_b32 s0, -1
-// GFX11: encoding: [0xc1,0x1e,0x80,0xbe]
+s_add_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x81]
 
-s_not_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x1e,0x80,0xbe]
+s_add_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x81]
 
-s_not_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x1e,0x80,0xbe]
+s_add_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x81]
 
-s_not_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x1e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_add_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x81]
 
-s_not_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x1e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_add_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x81]
 
-s_not_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x1f,0x80,0xbe]
+s_add_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x81,0x73,0x72,0x71,0x3f]
 
-s_not_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x1f,0xe8,0xbe]
+s_add_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x81,0x56,0x34,0x12,0xaf]
 
-s_not_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x81]
 
-s_not_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x1f,0xe8,0xbe]
+s_add_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x81]
 
-s_not_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x1f,0xfe,0xbe]
+s_add_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x81]
 
-s_not_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x1f,0xea,0xbe]
+s_add_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x81]
 
-s_not_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x81]
 
-s_not_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x81]
 
-s_not_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x81]
 
-s_not_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x81]
 
-s_not_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x81]
 
-s_not_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x1f,0x80,0xbe]
+s_add_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x81,0x73,0x72,0x71,0x3f]
 
-s_not_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x1f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_add_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x81,0x56,0x34,0x12,0xaf]
 
-s_not_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x1f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_sub_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x81]
 
-s_wqm_b32 s0, s1
-// GFX11: encoding: [0x01,0x1c,0x80,0xbe]
+s_sub_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x81]
 
-s_wqm_b32 s105, s104
-// GFX11: encoding: [0x68,0x1c,0xe9,0xbe]
+s_sub_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x81]
 
-s_wqm_b32 s0, s104
-// GFX11: encoding: [0x68,0x1c,0x80,0xbe]
+s_sub_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x81]
 
-s_wqm_b32 s105, s1
-// GFX11: encoding: [0x01,0x1c,0xe9,0xbe]
+s_sub_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x81]
 
-s_wqm_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x1c,0xfe,0xbe]
+s_sub_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x81]
 
-s_wqm_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x1c,0xff,0xbe]
+s_sub_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x81]
 
-s_wqm_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x1c,0xea,0xbe]
+s_sub_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x81]
 
-s_wqm_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x1c,0xeb,0xbe]
+s_sub_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x81]
 
-s_wqm_b32 m0, s1
-// GFX11: encoding: [0x01,0x1c,0xfd,0xbe]
+s_sub_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x81]
 
-s_wqm_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x1c,0x80,0xbe]
+s_sub_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x81]
 
-s_wqm_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x1c,0x80,0xbe]
+s_sub_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x81]
 
-s_wqm_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x1c,0x80,0xbe]
+s_sub_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x81]
 
-s_wqm_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x1c,0x80,0xbe]
+s_sub_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x81]
 
-s_wqm_b32 s0, m0
-// GFX11: encoding: [0x7d,0x1c,0x80,0xbe]
+s_sub_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x81]
 
-s_wqm_b32 s0, 0
-// GFX11: encoding: [0x80,0x1c,0x80,0xbe]
+s_sub_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x81]
 
-s_wqm_b32 s0, -1
-// GFX11: encoding: [0xc1,0x1c,0x80,0xbe]
+s_sub_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x81]
 
-s_wqm_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x1c,0x80,0xbe]
+s_sub_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x81]
 
-s_wqm_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x1c,0x80,0xbe]
+s_sub_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x81]
 
-s_wqm_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x1c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_sub_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x81]
 
-s_wqm_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x1c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_sub_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x81]
 
-s_wqm_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x1d,0x80,0xbe]
+s_sub_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x81]
 
-s_wqm_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x1d,0xe8,0xbe]
+s_sub_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x81,0x73,0x72,0x71,0x3f]
 
-s_wqm_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x1d,0x80,0xbe]
+s_sub_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x81,0x56,0x34,0x12,0xaf]
 
-s_wqm_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x1d,0xe8,0xbe]
+s_sub_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x81]
 
-s_wqm_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x1d,0xfe,0xbe]
+s_sub_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x81]
 
-s_wqm_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x1d,0xea,0xbe]
+s_sub_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x81]
 
-s_wqm_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x81]
 
-s_wqm_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x81]
 
-s_wqm_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x81]
 
-s_wqm_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x81]
 
-s_wqm_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x81]
 
-s_wqm_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x1d,0x80,0xbe]
+s_sub_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x81]
 
-s_wqm_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x1d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_sub_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x81,0x73,0x72,0x71,0x3f]
 
-s_wqm_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x1d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_sub_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x81,0x56,0x34,0x12,0xaf]
 
-s_brev_b32 s0, s1
-// GFX11: encoding: [0x01,0x04,0x80,0xbe]
+s_addc_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x82]
 
-s_brev_b32 s105, s104
-// GFX11: encoding: [0x68,0x04,0xe9,0xbe]
+s_addc_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x82]
 
-s_brev_b32 s0, s104
-// GFX11: encoding: [0x68,0x04,0x80,0xbe]
+s_addc_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x82]
 
-s_brev_b32 s105, s1
-// GFX11: encoding: [0x01,0x04,0xe9,0xbe]
+s_addc_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x82]
 
-s_brev_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x04,0xfe,0xbe]
+s_addc_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x82]
 
-s_brev_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x04,0xff,0xbe]
+s_addc_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x82]
 
-s_brev_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x04,0xea,0xbe]
+s_addc_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x82]
 
-s_brev_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x04,0xeb,0xbe]
+s_addc_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x82]
 
-s_brev_b32 m0, s1
-// GFX11: encoding: [0x01,0x04,0xfd,0xbe]
+s_addc_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x82]
 
-s_brev_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x04,0x80,0xbe]
+s_addc_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x82]
 
-s_brev_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x04,0x80,0xbe]
+s_addc_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x82]
 
-s_brev_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x04,0x80,0xbe]
+s_addc_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x82]
 
-s_brev_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x04,0x80,0xbe]
+s_addc_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x82]
 
-s_brev_b32 s0, m0
-// GFX11: encoding: [0x7d,0x04,0x80,0xbe]
+s_addc_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x82]
 
-s_brev_b32 s0, 0
-// GFX11: encoding: [0x80,0x04,0x80,0xbe]
+s_addc_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x82]
 
-s_brev_b32 s0, -1
-// GFX11: encoding: [0xc1,0x04,0x80,0xbe]
+s_addc_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x82]
 
-s_brev_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x04,0x80,0xbe]
+s_addc_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x82]
 
-s_brev_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x04,0x80,0xbe]
+s_addc_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x82]
 
-s_brev_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x04,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_addc_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x82]
 
-s_brev_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x04,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_addc_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x82]
 
-s_brev_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x05,0x80,0xbe]
+s_addc_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x82]
 
-s_brev_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x05,0xe8,0xbe]
+s_addc_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x82]
 
-s_brev_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x05,0x80,0xbe]
+s_addc_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x82,0x73,0x72,0x71,0x3f]
 
-s_brev_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x05,0xe8,0xbe]
+s_addc_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x82,0x56,0x34,0x12,0xaf]
 
-s_brev_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x05,0xfe,0xbe]
+s_addc_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x82]
 
-s_brev_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x05,0xea,0xbe]
+s_addc_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x82]
 
-s_brev_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x82]
 
-s_brev_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x82]
 
-s_brev_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x82]
 
-s_brev_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x82]
 
-s_brev_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x82]
 
-s_brev_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x05,0x80,0xbe]
+s_addc_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x82]
 
-s_brev_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x05,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_addc_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x82]
 
-s_brev_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x05,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_addc_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x82,0x73,0x72,0x71,0x3f]
 
-s_bcnt0_i32_b32 s0, s1
-// GFX11: encoding: [0x01,0x16,0x80,0xbe]
+s_addc_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x82,0x56,0x34,0x12,0xaf]
 
-s_bcnt0_i32_b32 s105, s104
-// GFX11: encoding: [0x68,0x16,0xe9,0xbe]
+s_subb_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, s104
-// GFX11: encoding: [0x68,0x16,0x80,0xbe]
+s_subb_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x82]
 
-s_bcnt0_i32_b32 s105, s1
-// GFX11: encoding: [0x01,0x16,0xe9,0xbe]
+s_subb_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x82]
 
-s_bcnt0_i32_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x16,0xfe,0xbe]
+s_subb_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x82]
 
-s_bcnt0_i32_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x16,0xff,0xbe]
+s_subb_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x82]
 
-s_bcnt0_i32_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x16,0xea,0xbe]
+s_subb_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x82]
 
-s_bcnt0_i32_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x16,0xeb,0xbe]
+s_subb_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 m0, s1
-// GFX11: encoding: [0x01,0x16,0xfd,0xbe]
+s_subb_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x16,0x80,0xbe]
+s_subb_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x82]
 
-s_bcnt0_i32_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x16,0x80,0xbe]
+s_subb_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x82]
 
-s_bcnt0_i32_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x16,0x80,0xbe]
+s_subb_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x82]
 
-s_bcnt0_i32_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x16,0x80,0xbe]
+s_subb_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x82]
 
-s_bcnt0_i32_b32 s0, m0
-// GFX11: encoding: [0x7d,0x16,0x80,0xbe]
+s_subb_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x82]
 
-s_bcnt0_i32_b32 s0, 0
-// GFX11: encoding: [0x80,0x16,0x80,0xbe]
+s_subb_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, -1
-// GFX11: encoding: [0xc1,0x16,0x80,0xbe]
+s_subb_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x16,0x80,0xbe]
+s_subb_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x16,0x80,0xbe]
+s_subb_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x16,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_subb_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x82]
 
-s_bcnt0_i32_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x16,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_subb_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x17,0x80,0xbe]
+s_subb_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x82]
 
-s_bcnt0_i32_b64 s105, s[102:103]
-// GFX11: encoding: [0x66,0x17,0xe9,0xbe]
+s_subb_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, s[102:103]
-// GFX11: encoding: [0x66,0x17,0x80,0xbe]
+s_subb_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x82]
 
-s_bcnt0_i32_b64 s105, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xe9,0xbe]
+s_subb_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x82,0x73,0x72,0x71,0x3f]
 
-s_bcnt0_i32_b64 exec_lo, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xfe,0xbe]
+s_subb_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x82,0x56,0x34,0x12,0xaf]
 
-s_bcnt0_i32_b64 exec_hi, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xff,0xbe]
+s_subb_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x82]
 
-s_bcnt0_i32_b64 vcc_lo, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xea,0xbe]
+s_subb_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x82]
 
-s_bcnt0_i32_b64 vcc_hi, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xeb,0xbe]
+s_subb_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x82]
 
-s_bcnt0_i32_b64 m0, s[2:3]
-// GFX11: encoding: [0x02,0x17,0xfd,0xbe]
+s_subb_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, exec
-// GFX11: encoding: [0x7e,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, vcc
-// GFX11: encoding: [0x6a,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, 0
-// GFX11: encoding: [0x80,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, -1
-// GFX11: encoding: [0xc1,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, 0.5
-// GFX11: encoding: [0xf0,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x82]
 
-s_bcnt0_i32_b64 s0, -4.0
-// GFX11: encoding: [0xf7,0x17,0x80,0xbe]
+s_subb_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x82,0x73,0x72,0x71,0x3f]
 
-s_bcnt0_i32_b64 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x17,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_subb_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x82,0x56,0x34,0x12,0xaf]
 
-s_bcnt0_i32_b64 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x17,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_min_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, s1
-// GFX11: encoding: [0x01,0x18,0x80,0xbe]
+s_min_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x89]
 
-s_bcnt1_i32_b32 s105, s104
-// GFX11: encoding: [0x68,0x18,0xe9,0xbe]
+s_min_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, s104
-// GFX11: encoding: [0x68,0x18,0x80,0xbe]
+s_min_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x89]
 
-s_bcnt1_i32_b32 s105, s1
-// GFX11: encoding: [0x01,0x18,0xe9,0xbe]
+s_min_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x89]
 
-s_bcnt1_i32_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x18,0xfe,0xbe]
+s_min_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x89]
 
-s_bcnt1_i32_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x18,0xff,0xbe]
+s_min_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x18,0xea,0xbe]
+s_min_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x89]
 
-s_bcnt1_i32_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x18,0xeb,0xbe]
+s_min_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x89]
 
-s_bcnt1_i32_b32 m0, s1
-// GFX11: encoding: [0x01,0x18,0xfd,0xbe]
+s_min_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x89]
 
-s_bcnt1_i32_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x18,0x80,0xbe]
+s_min_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x89]
 
-s_bcnt1_i32_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x18,0x80,0xbe]
+s_min_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x89]
 
-s_bcnt1_i32_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x18,0x80,0xbe]
+s_min_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x89]
 
-s_bcnt1_i32_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x18,0x80,0xbe]
+s_min_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, m0
-// GFX11: encoding: [0x7d,0x18,0x80,0xbe]
+s_min_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, 0
-// GFX11: encoding: [0x80,0x18,0x80,0xbe]
+s_min_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, -1
-// GFX11: encoding: [0xc1,0x18,0x80,0xbe]
+s_min_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x18,0x80,0xbe]
+s_min_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x18,0x80,0xbe]
+s_min_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x18,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_min_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x89]
 
-s_bcnt1_i32_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x18,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_min_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x89]
 
-s_bcnt1_i32_b64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x19,0x80,0xbe]
+s_min_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x89]
 
-s_bcnt1_i32_b64 s105, s[102:103]
-// GFX11: encoding: [0x66,0x19,0xe9,0xbe]
+s_min_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x89,0x73,0x72,0x71,0x3f]
 
-s_bcnt1_i32_b64 s0, s[102:103]
-// GFX11: encoding: [0x66,0x19,0x80,0xbe]
+s_min_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x89,0x56,0x34,0x12,0xaf]
 
-s_bcnt1_i32_b64 s105, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xe9,0xbe]
+s_min_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x89]
 
-s_bcnt1_i32_b64 exec_lo, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xfe,0xbe]
+s_min_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x89]
 
-s_bcnt1_i32_b64 exec_hi, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xff,0xbe]
+s_min_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x89]
 
-s_bcnt1_i32_b64 vcc_lo, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xea,0xbe]
+s_min_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x89]
 
-s_bcnt1_i32_b64 vcc_hi, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xeb,0xbe]
+s_min_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x89]
 
-s_bcnt1_i32_b64 m0, s[2:3]
-// GFX11: encoding: [0x02,0x19,0xfd,0xbe]
+s_min_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x89]
 
-s_bcnt1_i32_b64 s0, exec
-// GFX11: encoding: [0x7e,0x19,0x80,0xbe]
+s_min_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x89]
 
-s_bcnt1_i32_b64 s0, vcc
-// GFX11: encoding: [0x6a,0x19,0x80,0xbe]
+s_min_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x89]
 
-s_bcnt1_i32_b64 s0, 0
-// GFX11: encoding: [0x80,0x19,0x80,0xbe]
+s_min_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x89]
 
-s_bcnt1_i32_b64 s0, -1
-// GFX11: encoding: [0xc1,0x19,0x80,0xbe]
+s_min_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x89,0x73,0x72,0x71,0x3f]
 
-s_bcnt1_i32_b64 s0, 0.5
-// GFX11: encoding: [0xf0,0x19,0x80,0xbe]
+s_min_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x89,0x56,0x34,0x12,0xaf]
 
-s_bcnt1_i32_b64 s0, -4.0
-// GFX11: encoding: [0xf7,0x19,0x80,0xbe]
+s_min_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x89]
 
-s_bcnt1_i32_b64 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x19,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_min_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x89]
 
-s_bcnt1_i32_b64 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x19,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_min_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x89]
 
-s_ff1_i32_b32 s0, s1
-// GFX11: encoding: [0x01,0x08,0x80,0xbe]
+s_min_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x89]
 
-s_ff1_i32_b32 s105, s104
-// GFX11: encoding: [0x68,0x08,0xe9,0xbe]
+s_min_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x89]
 
-s_ff1_i32_b32 s0, s104
-// GFX11: encoding: [0x68,0x08,0x80,0xbe]
+s_min_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x89]
 
-s_ff1_i32_b32 s105, s1
-// GFX11: encoding: [0x01,0x08,0xe9,0xbe]
+s_min_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x89]
 
-s_ff1_i32_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x08,0xfe,0xbe]
+s_min_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x89]
 
-s_ff1_i32_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x08,0xff,0xbe]
+s_min_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x89]
 
-s_ff1_i32_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x08,0xea,0xbe]
+s_min_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x89]
 
-s_ff1_i32_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x08,0xeb,0xbe]
+s_min_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x89]
 
-s_ff1_i32_b32 m0, s1
-// GFX11: encoding: [0x01,0x08,0xfd,0xbe]
+s_min_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x89]
 
-s_ff1_i32_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x08,0x80,0xbe]
+s_min_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x89]
 
-s_ff1_i32_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x08,0x80,0xbe]
+s_min_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x08,0x80,0xbe]
+s_min_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x08,0x80,0xbe]
+s_min_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, m0
-// GFX11: encoding: [0x7d,0x08,0x80,0xbe]
+s_min_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, 0
-// GFX11: encoding: [0x80,0x08,0x80,0xbe]
+s_min_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, -1
-// GFX11: encoding: [0xc1,0x08,0x80,0xbe]
+s_min_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x08,0x80,0xbe]
+s_min_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x08,0x80,0xbe]
+s_min_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x08,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_min_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x89]
 
-s_ff1_i32_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x08,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_min_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x89,0x73,0x72,0x71,0x3f]
 
-s_ff1_i32_b64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x09,0x80,0xbe]
+s_min_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x89,0x56,0x34,0x12,0xaf]
 
-s_ff1_i32_b64 s105, s[102:103]
-// GFX11: encoding: [0x66,0x09,0xe9,0xbe]
+s_min_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x89]
 
-s_ff1_i32_b64 s0, s[102:103]
-// GFX11: encoding: [0x66,0x09,0x80,0xbe]
+s_min_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x89]
 
-s_ff1_i32_b64 s105, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xe9,0xbe]
+s_min_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x89]
 
-s_ff1_i32_b64 exec_lo, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xfe,0xbe]
+s_min_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x89]
 
-s_ff1_i32_b64 exec_hi, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xff,0xbe]
+s_min_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x89]
 
-s_ff1_i32_b64 vcc_lo, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xea,0xbe]
+s_min_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x89]
 
-s_ff1_i32_b64 vcc_hi, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xeb,0xbe]
+s_min_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x89]
 
-s_ff1_i32_b64 m0, s[2:3]
-// GFX11: encoding: [0x02,0x09,0xfd,0xbe]
+s_min_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x89]
 
-s_ff1_i32_b64 s0, exec
-// GFX11: encoding: [0x7e,0x09,0x80,0xbe]
+s_min_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x89]
 
-s_ff1_i32_b64 s0, vcc
-// GFX11: encoding: [0x6a,0x09,0x80,0xbe]
+s_min_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x89,0x73,0x72,0x71,0x3f]
 
-s_ff1_i32_b64 s0, 0
-// GFX11: encoding: [0x80,0x09,0x80,0xbe]
+s_min_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x89,0x56,0x34,0x12,0xaf]
 
-s_ff1_i32_b64 s0, -1
-// GFX11: encoding: [0xc1,0x09,0x80,0xbe]
+s_max_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8a]
 
-s_ff1_i32_b64 s0, 0.5
-// GFX11: encoding: [0xf0,0x09,0x80,0xbe]
+s_max_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8a]
 
-s_ff1_i32_b64 s0, -4.0
-// GFX11: encoding: [0xf7,0x09,0x80,0xbe]
+s_max_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8a]
 
-s_ff1_i32_b64 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x09,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_max_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8a]
 
-s_ff1_i32_b64 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x09,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_max_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8a]
 
-s_flbit_i32_b32 s0, s1
-// GFX11: encoding: [0x01,0x0a,0x80,0xbe]
+s_max_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8a]
 
-s_flbit_i32_b32 s105, s104
-// GFX11: encoding: [0x68,0x0a,0xe9,0xbe]
+s_max_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, s104
-// GFX11: encoding: [0x68,0x0a,0x80,0xbe]
+s_max_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8a]
 
-s_flbit_i32_b32 s105, s1
-// GFX11: encoding: [0x01,0x0a,0xe9,0xbe]
+s_max_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8a]
 
-s_flbit_i32_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x0a,0xfe,0xbe]
+s_max_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8a]
 
-s_flbit_i32_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x0a,0xff,0xbe]
+s_max_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8a]
 
-s_flbit_i32_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x0a,0xea,0xbe]
+s_max_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8a]
 
-s_flbit_i32_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x0a,0xeb,0xbe]
+s_max_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8a]
 
-s_flbit_i32_b32 m0, s1
-// GFX11: encoding: [0x01,0x0a,0xfd,0xbe]
+s_max_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x0a,0x80,0xbe]
+s_max_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x0a,0x80,0xbe]
+s_max_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x0a,0x80,0xbe]
+s_max_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x0a,0x80,0xbe]
+s_max_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, m0
-// GFX11: encoding: [0x7d,0x0a,0x80,0xbe]
+s_max_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, 0
-// GFX11: encoding: [0x80,0x0a,0x80,0xbe]
+s_max_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, -1
-// GFX11: encoding: [0xc1,0x0a,0x80,0xbe]
+s_max_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x0a,0x80,0xbe]
+s_max_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8a]
 
-s_flbit_i32_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x0a,0x80,0xbe]
+s_max_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8a,0x73,0x72,0x71,0x3f]
 
-s_flbit_i32_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_max_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8a,0x56,0x34,0x12,0xaf]
 
-s_flbit_i32_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_max_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8a]
 
-s_flbit_i32_b64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0x80,0xbe]
+s_max_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8a]
 
-s_flbit_i32_b64 s105, s[102:103]
-// GFX11: encoding: [0x66,0x0b,0xe9,0xbe]
+s_max_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8a]
 
-s_flbit_i32_b64 s0, s[102:103]
-// GFX11: encoding: [0x66,0x0b,0x80,0xbe]
+s_max_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8a]
 
-s_flbit_i32_b64 s105, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xe9,0xbe]
+s_max_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8a]
 
-s_flbit_i32_b64 exec_lo, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xfe,0xbe]
+s_max_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8a]
 
-s_flbit_i32_b64 exec_hi, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xff,0xbe]
+s_max_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8a]
 
-s_flbit_i32_b64 vcc_lo, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xea,0xbe]
+s_max_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8a]
 
-s_flbit_i32_b64 vcc_hi, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xeb,0xbe]
+s_max_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8a]
 
-s_flbit_i32_b64 m0, s[2:3]
-// GFX11: encoding: [0x02,0x0b,0xfd,0xbe]
+s_max_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8a,0x73,0x72,0x71,0x3f]
 
-s_flbit_i32_b64 s0, exec
-// GFX11: encoding: [0x7e,0x0b,0x80,0xbe]
+s_max_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8a,0x56,0x34,0x12,0xaf]
 
-s_flbit_i32_b64 s0, vcc
-// GFX11: encoding: [0x6a,0x0b,0x80,0xbe]
+s_max_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x8a]
 
-s_flbit_i32_b64 s0, 0
-// GFX11: encoding: [0x80,0x0b,0x80,0xbe]
+s_max_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x8a]
 
-s_flbit_i32_b64 s0, -1
-// GFX11: encoding: [0xc1,0x0b,0x80,0xbe]
+s_max_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x8a]
 
-s_flbit_i32_b64 s0, 0.5
-// GFX11: encoding: [0xf0,0x0b,0x80,0xbe]
+s_max_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x8a]
 
-s_flbit_i32_b64 s0, -4.0
-// GFX11: encoding: [0xf7,0x0b,0x80,0xbe]
+s_max_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x8a]
 
-s_flbit_i32_b64 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_max_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x8a]
 
-s_flbit_i32_b64 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_max_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, s1
-// GFX11: encoding: [0x01,0x0c,0x80,0xbe]
+s_max_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x8a]
 
-s_flbit_i32 s105, s104
-// GFX11: encoding: [0x68,0x0c,0xe9,0xbe]
+s_max_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x8a]
 
-s_flbit_i32 s0, s104
-// GFX11: encoding: [0x68,0x0c,0x80,0xbe]
+s_max_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x8a]
 
-s_flbit_i32 s105, s1
-// GFX11: encoding: [0x01,0x0c,0xe9,0xbe]
+s_max_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x8a]
 
-s_flbit_i32 exec_lo, s1
-// GFX11: encoding: [0x01,0x0c,0xfe,0xbe]
+s_max_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x8a]
 
-s_flbit_i32 exec_hi, s1
-// GFX11: encoding: [0x01,0x0c,0xff,0xbe]
+s_max_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x8a]
 
-s_flbit_i32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x0c,0xea,0xbe]
+s_max_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x8a]
 
-s_flbit_i32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x0c,0xeb,0xbe]
+s_max_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x8a]
 
-s_flbit_i32 m0, s1
-// GFX11: encoding: [0x01,0x0c,0xfd,0xbe]
+s_max_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x0c,0x80,0xbe]
+s_max_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x0c,0x80,0xbe]
+s_max_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x0c,0x80,0xbe]
+s_max_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x0c,0x80,0xbe]
+s_max_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, m0
-// GFX11: encoding: [0x7d,0x0c,0x80,0xbe]
+s_max_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, 0
-// GFX11: encoding: [0x80,0x0c,0x80,0xbe]
+s_max_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x8a]
 
-s_flbit_i32 s0, -1
-// GFX11: encoding: [0xc1,0x0c,0x80,0xbe]
+s_max_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x8a,0x73,0x72,0x71,0x3f]
 
-s_flbit_i32 s0, 0.5
-// GFX11: encoding: [0xf0,0x0c,0x80,0xbe]
+s_max_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x8a,0x56,0x34,0x12,0xaf]
 
-s_flbit_i32 s0, -4.0
-// GFX11: encoding: [0xf7,0x0c,0x80,0xbe]
+s_max_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x8a]
 
-s_flbit_i32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_max_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x8a]
 
-s_flbit_i32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_max_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x8a]
 
-s_flbit_i32_i64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0x80,0xbe]
+s_max_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x8a]
 
-s_flbit_i32_i64 s105, s[102:103]
-// GFX11: encoding: [0x66,0x0d,0xe9,0xbe]
+s_max_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x8a]
 
-s_flbit_i32_i64 s0, s[102:103]
-// GFX11: encoding: [0x66,0x0d,0x80,0xbe]
+s_max_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x8a]
 
-s_flbit_i32_i64 s105, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xe9,0xbe]
+s_max_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x8a]
 
-s_flbit_i32_i64 exec_lo, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xfe,0xbe]
+s_max_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x8a]
 
-s_flbit_i32_i64 exec_hi, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xff,0xbe]
+s_max_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x8a]
 
-s_flbit_i32_i64 vcc_lo, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xea,0xbe]
+s_max_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x8a,0x73,0x72,0x71,0x3f]
 
-s_flbit_i32_i64 vcc_hi, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xeb,0xbe]
+s_max_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x8a,0x56,0x34,0x12,0xaf]
 
-s_flbit_i32_i64 m0, s[2:3]
-// GFX11: encoding: [0x02,0x0d,0xfd,0xbe]
+s_cselect_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x98]
 
-s_flbit_i32_i64 s0, exec
-// GFX11: encoding: [0x7e,0x0d,0x80,0xbe]
+s_cselect_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x98]
 
-s_flbit_i32_i64 s0, vcc
-// GFX11: encoding: [0x6a,0x0d,0x80,0xbe]
+s_cselect_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x98]
 
-s_flbit_i32_i64 s0, 0
-// GFX11: encoding: [0x80,0x0d,0x80,0xbe]
+s_cselect_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x98]
 
-s_flbit_i32_i64 s0, -1
-// GFX11: encoding: [0xc1,0x0d,0x80,0xbe]
+s_cselect_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x98]
 
-s_flbit_i32_i64 s0, 0.5
-// GFX11: encoding: [0xf0,0x0d,0x80,0xbe]
+s_cselect_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x98]
 
-s_flbit_i32_i64 s0, -4.0
-// GFX11: encoding: [0xf7,0x0d,0x80,0xbe]
+s_cselect_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x98]
 
-s_flbit_i32_i64 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_cselect_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x98]
 
-s_flbit_i32_i64 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_cselect_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x98]
 
-s_sext_i32_i8 s0, s1
-// GFX11: encoding: [0x01,0x0e,0x80,0xbe]
+s_cselect_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x98]
 
-s_sext_i32_i8 s105, s104
-// GFX11: encoding: [0x68,0x0e,0xe9,0xbe]
+s_cselect_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x98]
 
-s_sext_i32_i8 s0, s104
-// GFX11: encoding: [0x68,0x0e,0x80,0xbe]
+s_cselect_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x98]
 
-s_sext_i32_i8 s105, s1
-// GFX11: encoding: [0x01,0x0e,0xe9,0xbe]
+s_cselect_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x98]
 
-s_sext_i32_i8 exec_lo, s1
-// GFX11: encoding: [0x01,0x0e,0xfe,0xbe]
+s_cselect_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x98]
 
-s_sext_i32_i8 exec_hi, s1
-// GFX11: encoding: [0x01,0x0e,0xff,0xbe]
+s_cselect_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x98]
 
-s_sext_i32_i8 vcc_lo, s1
-// GFX11: encoding: [0x01,0x0e,0xea,0xbe]
+s_cselect_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x98]
 
-s_sext_i32_i8 vcc_hi, s1
-// GFX11: encoding: [0x01,0x0e,0xeb,0xbe]
+s_cselect_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x98]
 
-s_sext_i32_i8 m0, s1
-// GFX11: encoding: [0x01,0x0e,0xfd,0xbe]
+s_cselect_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x98]
 
-s_sext_i32_i8 s0, exec_lo
-// GFX11: encoding: [0x7e,0x0e,0x80,0xbe]
+s_cselect_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x98]
 
-s_sext_i32_i8 s0, exec_hi
-// GFX11: encoding: [0x7f,0x0e,0x80,0xbe]
+s_cselect_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x98]
 
-s_sext_i32_i8 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x0e,0x80,0xbe]
+s_cselect_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x98]
 
-s_sext_i32_i8 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x0e,0x80,0xbe]
+s_cselect_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x98]
 
-s_sext_i32_i8 s0, m0
-// GFX11: encoding: [0x7d,0x0e,0x80,0xbe]
+s_cselect_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x98,0x73,0x72,0x71,0x3f]
 
-s_sext_i32_i8 s0, 0
-// GFX11: encoding: [0x80,0x0e,0x80,0xbe]
+s_cselect_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x98,0x56,0x34,0x12,0xaf]
 
-s_sext_i32_i8 s0, -1
-// GFX11: encoding: [0xc1,0x0e,0x80,0xbe]
+s_cselect_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x98]
 
-s_sext_i32_i8 s0, 0.5
-// GFX11: encoding: [0xf0,0x0e,0x80,0xbe]
+s_cselect_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x98]
 
-s_sext_i32_i8 s0, -4.0
-// GFX11: encoding: [0xf7,0x0e,0x80,0xbe]
+s_cselect_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x98]
 
-s_sext_i32_i8 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_cselect_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x98]
 
-s_sext_i32_i8 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_cselect_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x98]
 
-s_sext_i32_i16 s0, s1
-// GFX11: encoding: [0x01,0x0f,0x80,0xbe]
+s_cselect_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x98]
 
-s_sext_i32_i16 s105, s104
-// GFX11: encoding: [0x68,0x0f,0xe9,0xbe]
+s_cselect_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x98]
 
-s_sext_i32_i16 s0, s104
-// GFX11: encoding: [0x68,0x0f,0x80,0xbe]
+s_cselect_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x98]
 
-s_sext_i32_i16 s105, s1
-// GFX11: encoding: [0x01,0x0f,0xe9,0xbe]
+s_cselect_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x98]
 
-s_sext_i32_i16 exec_lo, s1
-// GFX11: encoding: [0x01,0x0f,0xfe,0xbe]
+s_cselect_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x98,0x73,0x72,0x71,0x3f]
 
-s_sext_i32_i16 exec_hi, s1
-// GFX11: encoding: [0x01,0x0f,0xff,0xbe]
+s_cselect_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x98,0x56,0x34,0x12,0xaf]
 
-s_sext_i32_i16 vcc_lo, s1
-// GFX11: encoding: [0x01,0x0f,0xea,0xbe]
+s_cselect_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x98]
 
-s_sext_i32_i16 vcc_hi, s1
-// GFX11: encoding: [0x01,0x0f,0xeb,0xbe]
+s_cselect_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x98]
 
-s_sext_i32_i16 m0, s1
-// GFX11: encoding: [0x01,0x0f,0xfd,0xbe]
+s_cselect_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x98]
 
-s_sext_i32_i16 s0, exec_lo
-// GFX11: encoding: [0x7e,0x0f,0x80,0xbe]
+s_cselect_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x98]
 
-s_sext_i32_i16 s0, exec_hi
-// GFX11: encoding: [0x7f,0x0f,0x80,0xbe]
+s_cselect_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x98]
 
-s_sext_i32_i16 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x0f,0x80,0xbe]
+s_cselect_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x98]
 
-s_sext_i32_i16 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x0f,0x80,0xbe]
+s_cselect_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x98]
 
-s_sext_i32_i16 s0, m0
-// GFX11: encoding: [0x7d,0x0f,0x80,0xbe]
+s_cselect_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x98]
 
-s_sext_i32_i16 s0, 0
-// GFX11: encoding: [0x80,0x0f,0x80,0xbe]
+s_cselect_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x98]
 
-s_sext_i32_i16 s0, -1
-// GFX11: encoding: [0xc1,0x0f,0x80,0xbe]
+s_cselect_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x98]
 
-s_sext_i32_i16 s0, 0.5
-// GFX11: encoding: [0xf0,0x0f,0x80,0xbe]
+s_cselect_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x98]
 
-s_sext_i32_i16 s0, -4.0
-// GFX11: encoding: [0xf7,0x0f,0x80,0xbe]
+s_cselect_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x98]
 
-s_sext_i32_i16 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x0f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_cselect_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x98]
 
-s_sext_i32_i16 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x0f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_cselect_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x98]
 
-s_bitset0_b32 s0, s1
-// GFX11: encoding: [0x01,0x10,0x80,0xbe]
+s_cselect_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x98]
 
-s_bitset0_b32 s105, s104
-// GFX11: encoding: [0x68,0x10,0xe9,0xbe]
+s_cselect_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x98]
 
-s_bitset0_b32 s0, s104
-// GFX11: encoding: [0x68,0x10,0x80,0xbe]
+s_cselect_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x98,0x73,0x72,0x71,0x3f]
 
-s_bitset0_b32 s105, s1
-// GFX11: encoding: [0x01,0x10,0xe9,0xbe]
+s_cselect_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x98,0x56,0x34,0x12,0xaf]
 
-s_bitset0_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x10,0xfe,0xbe]
+s_cselect_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x98]
 
-s_bitset0_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x10,0xff,0xbe]
+s_cselect_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x98]
 
-s_bitset0_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x10,0xea,0xbe]
+s_cselect_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x98]
 
-s_bitset0_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x10,0xeb,0xbe]
+s_cselect_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x98]
 
-s_bitset0_b32 m0, s1
-// GFX11: encoding: [0x01,0x10,0xfd,0xbe]
+s_cselect_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x98]
 
-s_bitset0_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x10,0x80,0xbe]
+s_cselect_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x98]
 
-s_bitset0_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x10,0x80,0xbe]
+s_cselect_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x98,0x73,0x72,0x71,0x3f]
 
-s_bitset0_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x10,0x80,0xbe]
+s_cselect_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x98,0x56,0x34,0x12,0xaf]
 
-s_bitset0_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x10,0x80,0xbe]
+s_and_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8b]
 
-s_bitset0_b32 s0, m0
-// GFX11: encoding: [0x7d,0x10,0x80,0xbe]
+s_and_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8b]
 
-s_bitset0_b32 s0, 0
-// GFX11: encoding: [0x80,0x10,0x80,0xbe]
+s_and_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8b]
 
-s_bitset0_b32 s0, -1
-// GFX11: encoding: [0xc1,0x10,0x80,0xbe]
+s_and_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8b]
 
-s_bitset0_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x10,0x80,0xbe]
+s_and_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8b]
 
-s_bitset0_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x10,0x80,0xbe]
+s_and_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8b]
 
-s_bitset0_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x10,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_and_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8b]
 
-s_bitset0_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x10,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_and_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], s2
-// GFX11: encoding: [0x02,0x11,0x80,0xbe]
+s_and_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8b]
 
-s_bitset0_b64 s[104:105], s102
-// GFX11: encoding: [0x66,0x11,0xe8,0xbe]
+s_and_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8b]
 
-s_bitset0_b64 s[0:1], s102
-// GFX11: encoding: [0x66,0x11,0x80,0xbe]
+s_and_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8b]
 
-s_bitset0_b64 s[104:105], s2
-// GFX11: encoding: [0x02,0x11,0xe8,0xbe]
+s_and_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8b]
 
-s_bitset0_b64 exec, s2
-// GFX11: encoding: [0x02,0x11,0xfe,0xbe]
+s_and_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8b]
 
-s_bitset0_b64 vcc, s2
-// GFX11: encoding: [0x02,0x11,0xea,0xbe]
+s_and_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], exec_lo
-// GFX11: encoding: [0x7e,0x11,0x80,0xbe]
+s_and_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], exec_hi
-// GFX11: encoding: [0x7f,0x11,0x80,0xbe]
+s_and_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], vcc_lo
-// GFX11: encoding: [0x6a,0x11,0x80,0xbe]
+s_and_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], vcc_hi
-// GFX11: encoding: [0x6b,0x11,0x80,0xbe]
+s_and_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], m0
-// GFX11: encoding: [0x7d,0x11,0x80,0xbe]
+s_and_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x11,0x80,0xbe]
+s_and_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x11,0x80,0xbe]
+s_and_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x11,0x80,0xbe]
+s_and_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8b]
 
-s_bitset0_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x11,0x80,0xbe]
+s_and_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8b,0x73,0x72,0x71,0x3f]
 
-s_bitset0_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x11,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_and_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8b,0x56,0x34,0x12,0xaf]
 
-s_bitset0_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x11,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_and_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8b]
 
-s_bitset1_b32 s0, s1
-// GFX11: encoding: [0x01,0x12,0x80,0xbe]
+s_and_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8b]
 
-s_bitset1_b32 s105, s104
-// GFX11: encoding: [0x68,0x12,0xe9,0xbe]
+s_and_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8b]
 
-s_bitset1_b32 s0, s104
-// GFX11: encoding: [0x68,0x12,0x80,0xbe]
+s_and_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8b]
 
-s_bitset1_b32 s105, s1
-// GFX11: encoding: [0x01,0x12,0xe9,0xbe]
+s_and_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8b]
 
-s_bitset1_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x12,0xfe,0xbe]
+s_and_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8b]
 
-s_bitset1_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x12,0xff,0xbe]
+s_and_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8b]
 
-s_bitset1_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x12,0xea,0xbe]
+s_and_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8b]
 
-s_bitset1_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x12,0xeb,0xbe]
+s_and_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8b]
 
-s_bitset1_b32 m0, s1
-// GFX11: encoding: [0x01,0x12,0xfd,0xbe]
+s_and_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8b,0x73,0x72,0x71,0x3f]
 
-s_bitset1_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x12,0x80,0xbe]
+s_and_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8b,0x56,0x34,0x12,0xaf]
 
-s_bitset1_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x12,0x80,0xbe]
+s_and_b32 s0, s1, null
+// GFX11: encoding: [0x01,0x7c,0x00,0x8b]
 
-s_bitset1_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x12,0x80,0xbe]
+s_and_b32 s0, null, s2
+// GFX11: encoding: [0x7c,0x02,0x00,0x8b]
 
-s_bitset1_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x12,0x80,0xbe]
+s_and_b32 null, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7c,0x8b]
 
-s_bitset1_b32 s0, m0
-// GFX11: encoding: [0x7d,0x12,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x8b]
 
-s_bitset1_b32 s0, 0
-// GFX11: encoding: [0x80,0x12,0x80,0xbe]
+s_and_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x8b]
 
-s_bitset1_b32 s0, -1
-// GFX11: encoding: [0xc1,0x12,0x80,0xbe]
+s_and_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x8b]
 
-s_bitset1_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x12,0x80,0xbe]
+s_and_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x8b]
 
-s_bitset1_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x12,0x80,0xbe]
+s_and_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x8b]
 
-s_bitset1_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x12,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_and_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x8b]
 
-s_bitset1_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x12,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_and_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], s2
-// GFX11: encoding: [0x02,0x13,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x8b]
 
-s_bitset1_b64 s[104:105], s102
-// GFX11: encoding: [0x66,0x13,0xe8,0xbe]
+s_and_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x8b]
 
-s_bitset1_b64 s[0:1], s102
-// GFX11: encoding: [0x66,0x13,0x80,0xbe]
+s_and_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x8b]
 
-s_bitset1_b64 s[104:105], s2
-// GFX11: encoding: [0x02,0x13,0xe8,0xbe]
+s_and_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x8b]
 
-s_bitset1_b64 exec, s2
-// GFX11: encoding: [0x02,0x13,0xfe,0xbe]
+s_and_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x8b]
 
-s_bitset1_b64 vcc, s2
-// GFX11: encoding: [0x02,0x13,0xea,0xbe]
+s_and_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], exec_lo
-// GFX11: encoding: [0x7e,0x13,0x80,0xbe]
+s_and_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], exec_hi
-// GFX11: encoding: [0x7f,0x13,0x80,0xbe]
+s_and_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], vcc_lo
-// GFX11: encoding: [0x6a,0x13,0x80,0xbe]
+s_and_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], vcc_hi
-// GFX11: encoding: [0x6b,0x13,0x80,0xbe]
+s_and_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8b,0x73,0x72,0x71,0x3f]
 
-s_bitset1_b64 s[0:1], m0
-// GFX11: encoding: [0x7d,0x13,0x80,0xbe]
+s_and_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8b,0x56,0x34,0x12,0xaf]
 
-s_bitset1_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x13,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x13,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x13,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x13,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x13,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_and_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x8b]
 
-s_bitset1_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x13,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_and_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x8b]
 
-s_getpc_b64 s[0:1]
-// GFX11: encoding: [0x00,0x47,0x80,0xbe]
+s_and_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x8b,0x73,0x72,0x71,0x3f]
 
-s_getpc_b64 s[104:105]
-// GFX11: encoding: [0x00,0x47,0xe8,0xbe]
+s_and_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x8b,0x56,0x34,0x12,0xaf]
 
-s_getpc_b64 exec
-// GFX11: encoding: [0x00,0x47,0xfe,0xbe]
+s_or_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8c]
 
-s_getpc_b64 vcc
-// GFX11: encoding: [0x00,0x47,0xea,0xbe]
+s_or_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8c]
 
-s_setpc_b64 s[0:1]
-// GFX11: encoding: [0x00,0x48,0x80,0xbe]
+s_or_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8c]
 
-s_setpc_b64 s[104:105]
-// GFX11: encoding: [0x68,0x48,0x80,0xbe]
+s_or_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8c]
 
-s_setpc_b64 vcc
-// GFX11: encoding: [0x6a,0x48,0x80,0xbe]
+s_or_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8c]
 
-s_swappc_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x49,0x80,0xbe]
+s_or_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8c]
 
-s_swappc_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x49,0xe8,0xbe]
+s_or_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8c]
 
-s_swappc_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x49,0x80,0xbe]
+s_or_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8c]
 
-s_swappc_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x49,0xe8,0xbe]
+s_or_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8c]
 
-s_swappc_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x49,0xea,0xbe]
+s_or_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8c]
 
-s_swappc_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x49,0x80,0xbe]
+s_or_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8c]
 
-s_rfe_b64 s[0:1]
-// GFX11: encoding: [0x00,0x4a,0x80,0xbe]
+s_or_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8c]
 
-s_rfe_b64 s[104:105]
-// GFX11: encoding: [0x68,0x4a,0x80,0xbe]
+s_or_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8c]
 
-s_rfe_b64 vcc
-// GFX11: encoding: [0x6a,0x4a,0x80,0xbe]
+s_or_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x21,0x80,0xbe]
+s_or_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x21,0xe8,0xbe]
+s_or_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x21,0x80,0xbe]
+s_or_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x21,0xe8,0xbe]
+s_or_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x21,0xea,0xbe]
+s_or_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x21,0x80,0xbe]
+s_or_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x21,0x80,0xbe]
+s_or_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x21,0x80,0xbe]
+s_or_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x21,0x80,0xbe]
+s_or_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8c,0x73,0x72,0x71,0x3f]
 
-s_and_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x21,0x80,0xbe]
+s_or_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8c,0x56,0x34,0x12,0xaf]
 
-s_and_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x21,0x80,0xbe]
+s_or_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x21,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_or_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8c]
 
-s_and_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x21,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_or_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8c]
 
-s_or_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x23,0x80,0xbe]
+s_or_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8c]
 
-s_or_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x23,0xe8,0xbe]
+s_or_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8c]
 
-s_or_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x23,0x80,0xbe]
+s_or_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8c]
 
-s_or_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x23,0xe8,0xbe]
+s_or_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8c]
 
-s_or_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x23,0xea,0xbe]
+s_or_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8c]
 
-s_or_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x23,0x80,0xbe]
+s_or_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8c]
 
-s_or_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x23,0x80,0xbe]
+s_or_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8c,0x73,0x72,0x71,0x3f]
 
-s_or_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x23,0x80,0xbe]
+s_or_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8c,0x56,0x34,0x12,0xaf]
 
-s_or_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x23,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x8c]
 
-s_or_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x23,0x80,0xbe]
+s_or_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x8c]
 
-s_or_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x23,0x80,0xbe]
+s_or_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x8c]
 
-s_or_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x23,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_or_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x8c]
 
-s_or_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x23,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_or_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x8c]
 
-s_xor_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x25,0x80,0xbe]
+s_or_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x8c]
 
-s_xor_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x25,0xe8,0xbe]
+s_or_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x25,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x8c]
 
-s_xor_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x25,0xe8,0xbe]
+s_or_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x8c]
 
-s_xor_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x25,0xea,0xbe]
+s_or_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x8c]
 
-s_xor_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x25,0x80,0xbe]
+s_or_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x25,0x80,0xbe]
+s_or_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x25,0x80,0xbe]
+s_or_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x25,0x80,0xbe]
+s_or_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x25,0x80,0xbe]
+s_or_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x25,0x80,0xbe]
+s_or_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x8c]
 
-s_xor_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x25,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_or_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8c,0x73,0x72,0x71,0x3f]
 
-s_xor_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x25,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_or_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8c,0x56,0x34,0x12,0xaf]
 
-s_andn2_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x31,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x8c]
 
-s_andn2_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x31,0xe8,0xbe]
+s_or_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x8c]
 
-s_andn2_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x31,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x8c]
 
-s_andn2_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x31,0xe8,0xbe]
+s_or_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x8c]
 
-s_andn2_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x31,0xea,0xbe]
+s_or_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x8c]
 
-s_andn2_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x31,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x8c]
 
-s_andn2_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x31,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x8c,0x73,0x72,0x71,0x3f]
 
-s_andn2_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x31,0x80,0xbe]
+s_or_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x8c,0x56,0x34,0x12,0xaf]
 
-s_andn2_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x31,0x80,0xbe]
+s_xor_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8d]
 
-s_andn2_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x31,0x80,0xbe]
+s_xor_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8d]
 
-s_andn2_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x31,0x80,0xbe]
+s_xor_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8d]
 
-s_andn2_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x31,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xor_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8d]
 
-s_andn2_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x31,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xor_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x33,0x80,0xbe]
+s_xor_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8d]
 
-s_orn2_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x33,0xe8,0xbe]
+s_xor_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x33,0x80,0xbe]
+s_xor_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x33,0xe8,0xbe]
+s_xor_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8d]
 
-s_orn2_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x33,0xea,0xbe]
+s_xor_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x33,0x80,0xbe]
+s_xor_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x33,0x80,0xbe]
+s_xor_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x33,0x80,0xbe]
+s_xor_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x33,0x80,0xbe]
+s_xor_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x33,0x80,0xbe]
+s_xor_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x33,0x80,0xbe]
+s_xor_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x33,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xor_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8d]
 
-s_orn2_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x33,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xor_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x27,0x80,0xbe]
+s_xor_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8d]
 
-s_nand_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x27,0xe8,0xbe]
+s_xor_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x27,0x80,0xbe]
+s_xor_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8d]
 
-s_nand_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x27,0xe8,0xbe]
+s_xor_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8d]
 
-s_nand_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x27,0xea,0xbe]
+s_xor_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8d,0x73,0x72,0x71,0x3f]
 
-s_nand_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x27,0x80,0xbe]
+s_xor_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8d,0x56,0x34,0x12,0xaf]
 
-s_nand_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x27,0x80,0xbe]
+s_xor_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x27,0x80,0xbe]
+s_xor_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x27,0x80,0xbe]
+s_xor_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x27,0x80,0xbe]
+s_xor_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x27,0x80,0xbe]
+s_xor_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x27,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xor_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8d]
 
-s_nand_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x27,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xor_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8d]
 
-s_nor_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x29,0x80,0xbe]
+s_xor_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8d]
 
-s_nor_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x29,0xe8,0xbe]
+s_xor_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8d]
 
-s_nor_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x29,0x80,0xbe]
+s_xor_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8d,0x73,0x72,0x71,0x3f]
 
-s_nor_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x29,0xe8,0xbe]
+s_xor_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8d,0x56,0x34,0x12,0xaf]
 
-s_nor_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x29,0xea,0xbe]
+s_xor_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x8d]
 
-s_nor_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x29,0x80,0xbe]
+s_xor_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x8d]
 
-s_nor_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x29,0x80,0xbe]
+s_xor_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x8d]
 
-s_nor_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x29,0x80,0xbe]
+s_xor_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x8d]
 
-s_nor_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x29,0x80,0xbe]
+s_xor_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x8d]
 
-s_nor_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x29,0x80,0xbe]
+s_xor_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x8d]
 
-s_nor_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x29,0x80,0xbe]
+s_xor_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x8d]
 
-s_nor_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x29,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xor_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x8d]
 
-s_nor_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x29,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xor_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x2b,0x80,0xbe]
+s_xor_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x8d]
 
-s_xnor_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x2b,0xe8,0xbe]
+s_xor_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x2b,0xe8,0xbe]
+s_xor_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x2b,0xea,0xbe]
+s_xor_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8d,0x73,0x72,0x71,0x3f]
 
-s_xnor_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8d,0x56,0x34,0x12,0xaf]
 
-s_xnor_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x2b,0x80,0xbe]
+s_xor_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x2b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xor_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x8d]
 
-s_xnor_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x2b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xor_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x8d]
 
-s_quadmask_b32 s0, s1
-// GFX11: encoding: [0x01,0x1a,0x80,0xbe]
+s_xor_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x8d]
 
-s_quadmask_b32 s105, s104
-// GFX11: encoding: [0x68,0x1a,0xe9,0xbe]
+s_xor_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x8d]
 
-s_quadmask_b32 s0, s104
-// GFX11: encoding: [0x68,0x1a,0x80,0xbe]
+s_xor_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x8d,0x73,0x72,0x71,0x3f]
 
-s_quadmask_b32 s105, s1
-// GFX11: encoding: [0x01,0x1a,0xe9,0xbe]
+s_xor_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x8d,0x56,0x34,0x12,0xaf]
 
-s_quadmask_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x1a,0xfe,0xbe]
+s_andn2_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x91]
 
-s_quadmask_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x1a,0xff,0xbe]
+s_andn2_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x91]
 
-s_quadmask_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x1a,0xea,0xbe]
+s_andn2_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x91]
 
-s_quadmask_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x1a,0xeb,0xbe]
+s_andn2_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x91]
 
-s_quadmask_b32 m0, s1
-// GFX11: encoding: [0x01,0x1a,0xfd,0xbe]
+s_andn2_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x91]
 
-s_quadmask_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x1a,0x80,0xbe]
+s_andn2_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x91]
 
-s_quadmask_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x1a,0x80,0xbe]
+s_andn2_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x91]
 
-s_quadmask_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x1a,0x80,0xbe]
+s_andn2_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x91]
 
-s_quadmask_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x1a,0x80,0xbe]
+s_andn2_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x91]
 
-s_quadmask_b32 s0, m0
-// GFX11: encoding: [0x7d,0x1a,0x80,0xbe]
+s_andn2_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x91]
 
-s_quadmask_b32 s0, 0
-// GFX11: encoding: [0x80,0x1a,0x80,0xbe]
+s_andn2_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x91]
 
-s_quadmask_b32 s0, -1
-// GFX11: encoding: [0xc1,0x1a,0x80,0xbe]
+s_andn2_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x91]
 
-s_quadmask_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x1a,0x80,0xbe]
+s_andn2_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x91]
 
-s_quadmask_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x1a,0x80,0xbe]
+s_andn2_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x91]
 
-s_quadmask_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x1a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_andn2_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x91]
 
-s_quadmask_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x1a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_andn2_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x91]
 
-s_quadmask_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x1b,0x80,0xbe]
+s_andn2_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x91]
 
-s_quadmask_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x1b,0xe8,0xbe]
+s_andn2_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x91]
 
-s_quadmask_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x1b,0x80,0xbe]
+s_andn2_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x91]
 
-s_quadmask_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x1b,0xe8,0xbe]
+s_andn2_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x91]
 
-s_quadmask_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x1b,0xfe,0xbe]
+s_andn2_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x91]
 
-s_quadmask_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x1b,0xea,0xbe]
+s_andn2_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x91]
 
-s_quadmask_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x1b,0x80,0xbe]
+s_andn2_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x91,0x73,0x72,0x71,0x3f]
 
-s_quadmask_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x1b,0x80,0xbe]
+s_andn2_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x91,0x56,0x34,0x12,0xaf]
 
-s_quadmask_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x1b,0x80,0xbe]
+s_andn2_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x91]
 
-s_quadmask_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x1b,0x80,0xbe]
+s_andn2_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x91]
 
-s_quadmask_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x1b,0x80,0xbe]
+s_andn2_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x91]
 
-s_quadmask_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x1b,0x80,0xbe]
+s_andn2_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x91]
 
-s_quadmask_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x1b,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_andn2_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x91]
 
-s_quadmask_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x1b,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_andn2_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x91]
 
-s_movrels_b32 s0, s1
-// GFX11: encoding: [0x01,0x40,0x80,0xbe]
+s_andn2_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x91]
 
-s_movrels_b32 s105, s104
-// GFX11: encoding: [0x68,0x40,0xe9,0xbe]
+s_andn2_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x91]
 
-s_movrels_b32 s0, s104
-// GFX11: encoding: [0x68,0x40,0x80,0xbe]
+s_andn2_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x91]
 
-s_movrels_b32 s105, s1
-// GFX11: encoding: [0x01,0x40,0xe9,0xbe]
+s_andn2_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x91,0x73,0x72,0x71,0x3f]
 
-s_movrels_b32 exec_lo, s1
-// GFX11: encoding: [0x01,0x40,0xfe,0xbe]
+s_andn2_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x91,0x56,0x34,0x12,0xaf]
 
-s_movrels_b32 exec_hi, s1
-// GFX11: encoding: [0x01,0x40,0xff,0xbe]
+s_andn2_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x91]
 
-s_movrels_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x40,0xea,0xbe]
+s_andn2_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x91]
 
-s_movrels_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x40,0xeb,0xbe]
+s_andn2_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x91]
 
-s_movrels_b32 m0, s1
-// GFX11: encoding: [0x01,0x40,0xfd,0xbe]
+s_andn2_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x91]
 
-s_movrels_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x40,0x80,0xbe]
+s_andn2_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x91]
 
-s_movrels_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x40,0x80,0xbe]
+s_andn2_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x91]
 
-s_movrels_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x41,0x80,0xbe]
+s_andn2_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x91]
 
-s_movrels_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x41,0xe8,0xbe]
+s_andn2_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x91]
 
-s_movrels_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x41,0x80,0xbe]
+s_andn2_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x91]
 
-s_movrels_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x41,0xe8,0xbe]
+s_andn2_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x91]
 
-s_movrels_b64 exec, s[2:3]
-// GFX11: encoding: [0x02,0x41,0xfe,0xbe]
+s_andn2_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x91]
 
-s_movrels_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x41,0xea,0xbe]
+s_andn2_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x91]
 
-s_movrels_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x41,0x80,0xbe]
+s_andn2_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x91]
 
-s_movreld_b32 s0, s1
-// GFX11: encoding: [0x01,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x91]
 
-s_movreld_b32 s105, s104
-// GFX11: encoding: [0x68,0x42,0xe9,0xbe]
+s_andn2_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x91]
 
-s_movreld_b32 s0, s104
-// GFX11: encoding: [0x68,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x91]
 
-s_movreld_b32 s105, s1
-// GFX11: encoding: [0x01,0x42,0xe9,0xbe]
+s_andn2_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x91,0x73,0x72,0x71,0x3f]
 
-s_movreld_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x42,0xea,0xbe]
+s_andn2_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x91,0x56,0x34,0x12,0xaf]
 
-s_movreld_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x42,0xeb,0xbe]
+s_andn2_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x91]
 
-s_movreld_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x91]
 
-s_movreld_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x91]
 
-s_movreld_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x91]
 
-s_movreld_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x91]
 
-s_movreld_b32 s0, m0
-// GFX11: encoding: [0x7d,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x91]
 
-s_movreld_b32 s0, 0
-// GFX11: encoding: [0x80,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x91,0x73,0x72,0x71,0x3f]
 
-s_movreld_b32 s0, -1
-// GFX11: encoding: [0xc1,0x42,0x80,0xbe]
+s_andn2_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x91,0x56,0x34,0x12,0xaf]
 
-s_movreld_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x42,0x80,0xbe]
+s_orn2_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x92]
 
-s_movreld_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x42,0x80,0xbe]
+s_orn2_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x92]
 
-s_movreld_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x42,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_orn2_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x92]
 
-s_movreld_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x42,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_orn2_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x92]
 
-s_movreld_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x43,0x80,0xbe]
+s_orn2_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x92]
 
-s_movreld_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x43,0xe8,0xbe]
+s_orn2_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x92]
 
-s_movreld_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x43,0x80,0xbe]
+s_orn2_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x92]
 
-s_movreld_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x43,0xe8,0xbe]
+s_orn2_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x92]
 
-s_movreld_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x43,0xea,0xbe]
+s_orn2_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x92]
 
-s_movreld_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x43,0x80,0xbe]
+s_orn2_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x92]
 
-s_movreld_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x43,0x80,0xbe]
+s_orn2_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x92]
 
-s_movreld_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x43,0x80,0xbe]
+s_orn2_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x92]
 
-s_movreld_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x43,0x80,0xbe]
+s_orn2_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x92]
 
-s_movreld_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x43,0x80,0xbe]
+s_orn2_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x92]
 
-s_movreld_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x43,0x80,0xbe]
+s_orn2_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x92]
 
-s_movreld_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x43,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_orn2_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x92]
 
-s_movreld_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x43,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_orn2_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x92]
 
-s_abs_i32 s0, s1
-// GFX11: encoding: [0x01,0x15,0x80,0xbe]
+s_orn2_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x92]
 
-s_abs_i32 s105, s104
-// GFX11: encoding: [0x68,0x15,0xe9,0xbe]
+s_orn2_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x92]
 
-s_abs_i32 s0, s104
-// GFX11: encoding: [0x68,0x15,0x80,0xbe]
+s_orn2_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x92]
 
-s_abs_i32 s105, s1
-// GFX11: encoding: [0x01,0x15,0xe9,0xbe]
+s_orn2_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x92]
 
-s_abs_i32 exec_lo, s1
-// GFX11: encoding: [0x01,0x15,0xfe,0xbe]
+s_orn2_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x92]
 
-s_abs_i32 exec_hi, s1
-// GFX11: encoding: [0x01,0x15,0xff,0xbe]
+s_orn2_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x92,0x73,0x72,0x71,0x3f]
 
-s_abs_i32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x15,0xea,0xbe]
+s_orn2_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x92,0x56,0x34,0x12,0xaf]
 
-s_abs_i32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x15,0xeb,0xbe]
+s_orn2_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x92]
 
-s_abs_i32 m0, s1
-// GFX11: encoding: [0x01,0x15,0xfd,0xbe]
+s_orn2_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x92]
 
-s_abs_i32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x92]
 
-s_abs_i32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x92]
 
-s_abs_i32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x92]
 
-s_abs_i32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x92]
 
-s_abs_i32 s0, m0
-// GFX11: encoding: [0x7d,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x92]
 
-s_abs_i32 s0, 0
-// GFX11: encoding: [0x80,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x92]
 
-s_abs_i32 s0, -1
-// GFX11: encoding: [0xc1,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x92]
 
-s_abs_i32 s0, 0.5
-// GFX11: encoding: [0xf0,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x92,0x73,0x72,0x71,0x3f]
 
-s_abs_i32 s0, -4.0
-// GFX11: encoding: [0xf7,0x15,0x80,0xbe]
+s_orn2_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x92,0x56,0x34,0x12,0xaf]
 
-s_abs_i32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x15,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_orn2_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x92]
 
-s_abs_i32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x15,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_orn2_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x92]
 
-s_andn1_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x2d,0x80,0xbe]
+s_orn2_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x92]
 
-s_andn1_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x2d,0xe8,0xbe]
+s_orn2_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x92]
 
-s_andn1_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x2d,0x80,0xbe]
+s_orn2_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x92]
 
-s_andn1_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x2d,0xe8,0xbe]
+s_orn2_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x92]
 
-s_andn1_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x2d,0xea,0xbe]
+s_orn2_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x2d,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x2d,0x80,0xbe]
+s_orn2_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x92]
 
-s_andn1_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x2d,0x80,0xbe]
+s_orn2_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x92]
 
-s_andn1_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x2d,0x80,0xbe]
+s_orn2_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x2d,0x80,0xbe]
+s_orn2_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x2d,0x80,0xbe]
+s_orn2_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x2d,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_orn2_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x92]
 
-s_andn1_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x2d,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_orn2_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x92]
 
-s_orn1_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x2f,0xe8,0xbe]
+s_orn2_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x92,0x73,0x72,0x71,0x3f]
 
-s_orn1_saveexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x92,0x56,0x34,0x12,0xaf]
 
-s_orn1_saveexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x2f,0xe8,0xbe]
+s_orn2_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x92]
 
-s_orn1_saveexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x2f,0xea,0xbe]
+s_orn2_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x92]
 
-s_orn1_saveexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x92,0x73,0x72,0x71,0x3f]
 
-s_orn1_saveexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x2f,0x80,0xbe]
+s_orn2_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x92,0x56,0x34,0x12,0xaf]
 
-s_orn1_saveexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x2f,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nand_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8e]
 
-s_orn1_saveexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x2f,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nand_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x35,0x80,0xbe]
+s_nand_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8e]
 
-s_andn1_wrexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x35,0xe8,0xbe]
+s_nand_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x35,0x80,0xbe]
+s_nand_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8e]
 
-s_andn1_wrexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x35,0xe8,0xbe]
+s_nand_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8e]
 
-s_andn1_wrexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x35,0xea,0xbe]
+s_nand_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x35,0x80,0xbe]
+s_nand_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x35,0x80,0xbe]
+s_nand_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x35,0x80,0xbe]
+s_nand_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x35,0x80,0xbe]
+s_nand_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x35,0x80,0xbe]
+s_nand_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x35,0x80,0xbe]
+s_nand_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x35,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nand_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8e]
 
-s_andn1_wrexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x35,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nand_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], s[2:3]
-// GFX11: encoding: [0x02,0x37,0x80,0xbe]
+s_nand_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x37,0xe8,0xbe]
+s_nand_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], s[102:103]
-// GFX11: encoding: [0x66,0x37,0x80,0xbe]
+s_nand_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[104:105], s[2:3]
-// GFX11: encoding: [0x02,0x37,0xe8,0xbe]
+s_nand_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 vcc, s[2:3]
-// GFX11: encoding: [0x02,0x37,0xea,0xbe]
+s_nand_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], exec
-// GFX11: encoding: [0x7e,0x37,0x80,0xbe]
+s_nand_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], vcc
-// GFX11: encoding: [0x6a,0x37,0x80,0xbe]
+s_nand_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], 0
-// GFX11: encoding: [0x80,0x37,0x80,0xbe]
+s_nand_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8e,0x73,0x72,0x71,0x3f]
 
-s_andn2_wrexec_b64 s[0:1], -1
-// GFX11: encoding: [0xc1,0x37,0x80,0xbe]
+s_nand_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8e,0x56,0x34,0x12,0xaf]
 
-s_andn2_wrexec_b64 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x37,0x80,0xbe]
+s_nand_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x37,0x80,0xbe]
+s_nand_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x37,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nand_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8e]
 
-s_andn2_wrexec_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x37,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nand_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], s2
-// GFX11: encoding: [0x02,0x14,0x80,0xbe]
+s_nand_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8e]
 
-s_bitreplicate_b64_b32 s[104:105], s102
-// GFX11: encoding: [0x66,0x14,0xe8,0xbe]
+s_nand_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], s102
-// GFX11: encoding: [0x66,0x14,0x80,0xbe]
+s_nand_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8e]
 
-s_bitreplicate_b64_b32 s[104:105], s2
-// GFX11: encoding: [0x02,0x14,0xe8,0xbe]
+s_nand_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8e]
 
-s_bitreplicate_b64_b32 exec, s2
-// GFX11: encoding: [0x02,0x14,0xfe,0xbe]
+s_nand_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8e]
 
-s_bitreplicate_b64_b32 vcc, s2
-// GFX11: encoding: [0x02,0x14,0xea,0xbe]
+s_nand_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8e,0x73,0x72,0x71,0x3f]
 
-s_bitreplicate_b64_b32 s[0:1], exec_lo
-// GFX11: encoding: [0x7e,0x14,0x80,0xbe]
+s_nand_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8e,0x56,0x34,0x12,0xaf]
 
-s_bitreplicate_b64_b32 s[0:1], exec_hi
-// GFX11: encoding: [0x7f,0x14,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], vcc_lo
-// GFX11: encoding: [0x6a,0x14,0x80,0xbe]
+s_nand_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], vcc_hi
-// GFX11: encoding: [0x6b,0x14,0x80,0xbe]
+s_nand_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], m0
-// GFX11: encoding: [0x7d,0x14,0x80,0xbe]
+s_nand_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], 0
-// GFX11: encoding: [0x80,0x14,0x80,0xbe]
+s_nand_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], -1
-// GFX11: encoding: [0xc1,0x14,0x80,0xbe]
+s_nand_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], 0.5
-// GFX11: encoding: [0xf0,0x14,0x80,0xbe]
+s_nand_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], -4.0
-// GFX11: encoding: [0xf7,0x14,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], 0x3f717273
-// GFX11: encoding: [0xff,0x14,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nand_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x8e]
 
-s_bitreplicate_b64_b32 s[0:1], 0xaf123456
-// GFX11: encoding: [0xff,0x14,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nand_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x8e]
 
-s_and_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x20,0xe9,0xbe]
+s_nand_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x20,0xe9,0xbe]
+s_nand_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x20,0xea,0xbe]
+s_nand_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x20,0xeb,0xbe]
+s_nand_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x8e]
 
-s_and_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8e,0x73,0x72,0x71,0x3f]
 
-s_and_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8e,0x56,0x34,0x12,0xaf]
 
-s_and_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x8e]
 
-s_and_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x8e]
 
-s_and_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x8e]
 
-s_and_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x8e]
 
-s_and_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x8e]
 
-s_and_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x8e]
 
-s_and_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x20,0x80,0xbe]
+s_nand_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x8e,0x73,0x72,0x71,0x3f]
 
-s_and_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x20,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nand_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x8e,0x56,0x34,0x12,0xaf]
 
-s_and_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x20,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nor_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x22,0x80,0xbe]
+s_nor_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x8f]
 
-s_or_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x22,0xe9,0xbe]
+s_nor_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x8f]
 
-s_or_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x22,0x80,0xbe]
+s_nor_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x8f]
 
-s_or_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x22,0xe9,0xbe]
+s_nor_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x8f]
 
-s_or_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x22,0xea,0xbe]
+s_nor_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x8f]
 
-s_or_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x22,0xeb,0xbe]
+s_nor_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x22,0x80,0xbe]
+s_nor_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x8f]
 
-s_or_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x22,0x80,0xbe]
+s_nor_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x8f]
 
-s_or_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x22,0x80,0xbe]
+s_nor_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x8f]
 
-s_or_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x22,0x80,0xbe]
+s_nor_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x8f]
 
-s_or_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x22,0x80,0xbe]
+s_nor_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x8f]
 
-s_or_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x22,0x80,0xbe]
+s_nor_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x8f]
 
-s_or_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x22,0x80,0xbe]
+s_nor_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x22,0x80,0xbe]
+s_nor_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x22,0x80,0xbe]
+s_nor_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x22,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nor_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x8f]
 
-s_or_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x22,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nor_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x24,0x80,0xbe]
+s_nor_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x8f]
 
-s_xor_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x24,0xe9,0xbe]
+s_nor_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x24,0x80,0xbe]
+s_nor_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x8f]
 
-s_xor_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x24,0xe9,0xbe]
+s_nor_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x8f]
 
-s_xor_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x24,0xea,0xbe]
+s_nor_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8f,0x73,0x72,0x71,0x3f]
 
-s_xor_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x24,0xeb,0xbe]
+s_nor_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x8f,0x56,0x34,0x12,0xaf]
 
-s_xor_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x24,0x80,0xbe]
+s_nor_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x8f]
 
-s_xor_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x24,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nor_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x8f,0x73,0x72,0x71,0x3f]
 
-s_xor_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x24,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nor_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x8f,0x56,0x34,0x12,0xaf]
 
-s_andn2_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x30,0xe9,0xbe]
+s_nor_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x8f]
 
-s_andn2_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x8f]
 
-s_andn2_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x30,0xe9,0xbe]
+s_nor_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x8f]
 
-s_andn2_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x30,0xea,0xbe]
+s_nor_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x8f]
 
-s_andn2_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x30,0xeb,0xbe]
+s_nor_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x8f]
 
-s_andn2_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x30,0x80,0xbe]
+s_nor_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x8f]
 
-s_andn2_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x30,0x80,0xbe]
+s_nor_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x8f]
 
-s_andn2_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x30,0x80,0xbe]
+s_nor_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x30,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_nor_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x8f]
 
-s_andn2_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x30,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_nor_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8f,0x73,0x72,0x71,0x3f]
 
-s_orn2_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x32,0x80,0xbe]
+s_nor_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x8f,0x56,0x34,0x12,0xaf]
 
-s_orn2_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x32,0xe9,0xbe]
+s_nor_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x8f]
 
-s_orn2_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x32,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x8f]
 
-s_orn2_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x32,0xe9,0xbe]
+s_nor_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x8f]
 
-s_orn2_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x32,0xea,0xbe]
+s_nor_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x8f]
 
-s_orn2_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x32,0xeb,0xbe]
+s_nor_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x8f]
 
-s_orn2_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x32,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x8f]
 
-s_orn2_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x32,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x8f,0x73,0x72,0x71,0x3f]
 
-s_orn2_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x32,0x80,0xbe]
+s_nor_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x8f,0x56,0x34,0x12,0xaf]
 
-s_orn2_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x32,0x80,0xbe]
+s_xnor_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x90]
 
-s_orn2_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x32,0x80,0xbe]
+s_xnor_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x90]
 
-s_orn2_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x32,0x80,0xbe]
+s_xnor_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x90]
 
-s_orn2_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x32,0x80,0xbe]
+s_xnor_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x90]
 
-s_orn2_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x32,0x80,0xbe]
+s_xnor_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x90]
 
-s_orn2_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x32,0x80,0xbe]
+s_xnor_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x90]
 
-s_orn2_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x32,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xnor_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x90]
 
-s_orn2_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x32,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xnor_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x90]
 
-s_nand_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x26,0x80,0xbe]
+s_xnor_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x90]
 
-s_nand_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x26,0xe9,0xbe]
+s_xnor_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x90]
 
-s_nand_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x26,0x80,0xbe]
+s_xnor_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x90]
 
-s_nand_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x26,0xe9,0xbe]
+s_xnor_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x90]
 
-s_nand_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x26,0xea,0xbe]
+s_xnor_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x90]
 
-s_nand_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x26,0xeb,0xbe]
+s_xnor_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x26,0x80,0xbe]
+s_xnor_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x26,0x80,0xbe]
+s_xnor_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x26,0x80,0xbe]
+s_xnor_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x26,0x80,0xbe]
+s_xnor_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x26,0x80,0xbe]
+s_xnor_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x26,0x80,0xbe]
+s_xnor_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x26,0x80,0xbe]
+s_xnor_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x26,0x80,0xbe]
+s_xnor_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x90]
 
-s_nand_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x26,0x80,0xbe]
+s_xnor_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x90,0x73,0x72,0x71,0x3f]
 
-s_nand_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x26,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xnor_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x90,0x56,0x34,0x12,0xaf]
 
-s_nand_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x26,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xnor_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x90]
 
-s_nor_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x90]
 
-s_nor_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x28,0xe9,0xbe]
+s_xnor_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x90]
 
-s_nor_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x90]
 
-s_nor_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x28,0xe9,0xbe]
+s_xnor_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x90]
 
-s_nor_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x28,0xea,0xbe]
+s_xnor_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x90]
 
-s_nor_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x28,0xeb,0xbe]
+s_xnor_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x90]
 
-s_nor_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x90]
 
-s_nor_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x90]
 
-s_nor_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x90,0x73,0x72,0x71,0x3f]
 
-s_nor_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x28,0x80,0xbe]
+s_xnor_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x90,0x56,0x34,0x12,0xaf]
 
-s_nor_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x28,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0x80,0x90]
 
-s_nor_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x28,0x80,0xbe]
+s_xnor_b64 s[104:105], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0xe8,0x90]
 
-s_nor_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x28,0x80,0xbe]
+s_xnor_b64 s[0:1], s[102:103], s[100:101]
+// GFX11: encoding: [0x66,0x64,0x80,0x90]
 
-s_nor_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x28,0x80,0xbe]
+s_xnor_b64 s[104:105], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0xe8,0x90]
 
-s_nor_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x28,0x80,0xbe]
+s_xnor_b64 s[104:105], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0xe8,0x90]
 
-s_nor_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x28,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xnor_b64 s[104:105], s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xe8,0x90]
 
-s_nor_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x28,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xnor_b64 s[0:1], s[102:103], s[4:5]
+// GFX11: encoding: [0x66,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], s[100:101]
+// GFX11: encoding: [0x02,0x64,0x80,0x90]
 
-s_xnor_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x2a,0xe9,0xbe]
+s_xnor_b64 exec, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xfe,0x90]
 
-s_xnor_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x2a,0x80,0xbe]
+s_xnor_b64 vcc, s[2:3], s[4:5]
+// GFX11: encoding: [0x02,0x04,0xea,0x90]
 
-s_xnor_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x2a,0xe9,0xbe]
+s_xnor_b64 s[0:1], exec, s[4:5]
+// GFX11: encoding: [0x7e,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x2a,0xea,0xbe]
+s_xnor_b64 s[0:1], vcc, s[4:5]
+// GFX11: encoding: [0x6a,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x2a,0xeb,0xbe]
+s_xnor_b64 s[0:1], 0, s[4:5]
+// GFX11: encoding: [0x80,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], -1, s[4:5]
+// GFX11: encoding: [0xc1,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], 0.5, s[4:5]
+// GFX11: encoding: [0xf0,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], -4.0, s[4:5]
+// GFX11: encoding: [0xf7,0x04,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], 0x3f717273, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x90,0x73,0x72,0x71,0x3f]
 
-s_xnor_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], 0xaf123456, s[4:5]
+// GFX11: encoding: [0xff,0x04,0x80,0x90,0x56,0x34,0x12,0xaf]
 
-s_xnor_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], exec
+// GFX11: encoding: [0x02,0x7e,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], vcc
+// GFX11: encoding: [0x02,0x6a,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x2a,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x2a,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_xnor_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x90]
 
-s_xnor_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x2a,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_xnor_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x90]
 
-s_andn1_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x2c,0x80,0xbe]
+s_xnor_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x90,0x73,0x72,0x71,0x3f]
 
-s_andn1_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x2c,0xe9,0xbe]
+s_xnor_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x90,0x56,0x34,0x12,0xaf]
 
-s_andn1_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x2c,0x80,0xbe]
+s_lshl_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x84]
 
-s_andn1_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x2c,0xe9,0xbe]
+s_lshl_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x84]
 
-s_andn1_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x2c,0xea,0xbe]
+s_lshl_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x84]
 
-s_andn1_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x2c,0xeb,0xbe]
+s_lshl_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x84]
 
-s_andn1_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x2c,0x80,0xbe]
+s_lshl_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x84]
 
-s_andn1_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x2c,0x80,0xbe]
+s_lshl_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x84]
 
-s_andn1_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x2c,0x80,0xbe]
+s_lshl_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x84]
 
-s_andn1_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x2c,0x80,0xbe]
+s_lshl_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x84]
 
-s_andn1_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x2c,0x80,0xbe]
+s_lshl_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x84]
 
-s_andn1_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x2c,0x80,0xbe]
+s_lshl_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x84]
 
-s_andn1_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x2c,0x80,0xbe]
+s_lshl_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x84]
 
-s_andn1_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x2c,0x80,0xbe]
+s_lshl_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x84]
 
-s_andn1_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x2c,0x80,0xbe]
+s_lshl_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x84]
 
-s_andn1_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x2c,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_lshl_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x84]
 
-s_andn1_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x2c,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_lshl_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x2e,0x80,0xbe]
+s_lshl_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x2e,0xe9,0xbe]
+s_lshl_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x2e,0x80,0xbe]
+s_lshl_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x2e,0xe9,0xbe]
+s_lshl_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x2e,0xea,0xbe]
+s_lshl_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x2e,0xeb,0xbe]
+s_lshl_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x2e,0x80,0xbe]
+s_lshl_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x2e,0x80,0xbe]
+s_lshl_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x84,0x73,0x72,0x71,0x3f]
 
-s_orn1_saveexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x2e,0x80,0xbe]
+s_lshl_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x84,0x56,0x34,0x12,0xaf]
 
-s_orn1_saveexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x2e,0x80,0xbe]
+s_lshl_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x2e,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_lshl_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x84]
 
-s_orn1_saveexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x2e,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_lshl_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x84]
 
-s_andn1_wrexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x34,0x80,0xbe]
+s_lshl_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x84]
 
-s_andn1_wrexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x34,0xe9,0xbe]
+s_lshl_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x84,0x73,0x72,0x71,0x3f]
 
-s_andn1_wrexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x34,0x80,0xbe]
+s_lshl_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x84,0x56,0x34,0x12,0xaf]
 
-s_andn1_wrexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x34,0xe9,0xbe]
+s_lshl_b64 s[0:1], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x80,0x84]
 
-s_andn1_wrexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x34,0xea,0xbe]
+s_lshl_b64 s[104:105], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0xe8,0x84]
 
-s_andn1_wrexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x34,0xeb,0xbe]
+s_lshl_b64 s[0:1], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x34,0x80,0xbe]
+s_lshl_b64 s[104:105], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0xe8,0x84]
 
-s_andn1_wrexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x34,0x80,0xbe]
+s_lshl_b64 s[104:105], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0xe8,0x84]
 
-s_andn1_wrexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x34,0x80,0xbe]
+s_lshl_b64 s[104:105], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xe8,0x84]
 
-s_andn1_wrexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x34,0x80,0xbe]
+s_lshl_b64 s[0:1], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x34,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x34,0x80,0xbe]
+s_lshl_b64 exec, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xfe,0x84]
 
-s_andn1_wrexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x34,0x80,0xbe]
+s_lshl_b64 vcc, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xea,0x84]
 
-s_andn1_wrexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x34,0x80,0xbe]
+s_lshl_b64 s[0:1], exec, s4
+// GFX11: encoding: [0x7e,0x04,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x34,0x80,0xbe]
+s_lshl_b64 s[0:1], vcc, s4
+// GFX11: encoding: [0x6a,0x04,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x34,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_lshl_b64 s[0:1], 0, s4
+// GFX11: encoding: [0x80,0x04,0x80,0x84]
 
-s_andn1_wrexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x34,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_lshl_b64 s[0:1], -1, s4
+// GFX11: encoding: [0xc1,0x04,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, s1
-// GFX11: encoding: [0x01,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], 0.5, s4
+// GFX11: encoding: [0xf0,0x04,0x80,0x84]
 
-s_andn2_wrexec_b32 s105, s104
-// GFX11: encoding: [0x68,0x36,0xe9,0xbe]
+s_lshl_b64 s[0:1], -4.0, s4
+// GFX11: encoding: [0xf7,0x04,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, s104
-// GFX11: encoding: [0x68,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], 0x3f717273, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x84,0x73,0x72,0x71,0x3f]
 
-s_andn2_wrexec_b32 s105, s1
-// GFX11: encoding: [0x01,0x36,0xe9,0xbe]
+s_lshl_b64 s[0:1], 0xaf123456, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x84,0x56,0x34,0x12,0xaf]
 
-s_andn2_wrexec_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x36,0xea,0xbe]
+s_lshl_b64 s[0:1], s[2:3], exec_lo
+// GFX11: encoding: [0x02,0x7e,0x80,0x84]
 
-s_andn2_wrexec_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x36,0xeb,0xbe]
+s_lshl_b64 s[0:1], s[2:3], vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, exec_lo
-// GFX11: encoding: [0x7e,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, exec_hi
-// GFX11: encoding: [0x7f,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x84]
 
-s_andn2_wrexec_b32 s0, m0
-// GFX11: encoding: [0x7d,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x84,0x73,0x72,0x71,0x3f]
 
-s_andn2_wrexec_b32 s0, 0
-// GFX11: encoding: [0x80,0x36,0x80,0xbe]
+s_lshl_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x84,0x56,0x34,0x12,0xaf]
 
-s_andn2_wrexec_b32 s0, -1
-// GFX11: encoding: [0xc1,0x36,0x80,0xbe]
+s_lshr_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x85]
 
-s_andn2_wrexec_b32 s0, 0.5
-// GFX11: encoding: [0xf0,0x36,0x80,0xbe]
+s_lshr_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x85]
 
-s_andn2_wrexec_b32 s0, -4.0
-// GFX11: encoding: [0xf7,0x36,0x80,0xbe]
+s_lshr_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x85]
 
-s_andn2_wrexec_b32 s0, 0x3f717273
-// GFX11: encoding: [0xff,0x36,0x80,0xbe,0x73,0x72,0x71,0x3f]
+s_lshr_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x85]
 
-s_andn2_wrexec_b32 s0, 0xaf123456
-// GFX11: encoding: [0xff,0x36,0x80,0xbe,0x56,0x34,0x12,0xaf]
+s_lshr_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x85]
 
-s_movrelsd_2_b32 s0, s1
-// GFX11: encoding: [0x01,0x44,0x80,0xbe]
+s_lshr_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x85]
 
-s_movrelsd_2_b32 s105, s104
-// GFX11: encoding: [0x68,0x44,0xe9,0xbe]
+s_lshr_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x85]
 
-s_movrelsd_2_b32 s0, s104
-// GFX11: encoding: [0x68,0x44,0x80,0xbe]
+s_lshr_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x85]
 
-s_movrelsd_2_b32 s105, s1
-// GFX11: encoding: [0x01,0x44,0xe9,0xbe]
+s_lshr_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x85]
 
-s_movrelsd_2_b32 vcc_lo, s1
-// GFX11: encoding: [0x01,0x44,0xea,0xbe]
+s_lshr_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x85]
 
-s_movrelsd_2_b32 vcc_hi, s1
-// GFX11: encoding: [0x01,0x44,0xeb,0xbe]
+s_lshr_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x85]
 
-s_movrelsd_2_b32 s0, vcc_lo
-// GFX11: encoding: [0x6a,0x44,0x80,0xbe]
+s_lshr_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x85]
 
-s_movrelsd_2_b32 s0, vcc_hi
-// GFX11: encoding: [0x6b,0x44,0x80,0xbe]
+s_lshr_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x85]
 
-s_add_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x80]
+s_lshr_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x85]
 
-s_add_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x80]
+s_lshr_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x85]
 
-s_add_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x80]
+s_lshr_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x85]
 
-s_add_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x80]
+s_lshr_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x85]
 
-s_add_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x80]
+s_lshr_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x85]
 
-s_add_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x80]
+s_lshr_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x85]
 
-s_add_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x80]
+s_lshr_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x85]
 
-s_add_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x80]
+s_lshr_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x85]
 
-s_add_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x80]
+s_lshr_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x85]
 
-s_add_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x80]
+s_lshr_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x85,0x73,0x72,0x71,0x3f]
 
-s_add_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x80]
+s_lshr_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x85,0x56,0x34,0x12,0xaf]
 
-s_add_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x80]
+s_lshr_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x85]
 
-s_add_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x80]
+s_lshr_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x85]
 
-s_add_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x85]
 
-s_add_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x85]
 
-s_add_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x85]
 
-s_add_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x85]
 
-s_add_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x85]
 
-s_add_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x85]
 
-s_add_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x85]
 
-s_add_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x85,0x73,0x72,0x71,0x3f]
 
-s_add_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x80]
+s_lshr_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x85,0x56,0x34,0x12,0xaf]
 
-s_add_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x80,0x73,0x72,0x71,0x3f]
+s_lshr_b64 s[0:1], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x80,0x85]
 
-s_add_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x80,0x56,0x34,0x12,0xaf]
+s_lshr_b64 s[104:105], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0xe8,0x85]
 
-s_add_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x80]
-
-s_add_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x80]
-
-s_add_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x80]
-
-s_add_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x80]
-
-s_add_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x80]
-
-s_add_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x80]
-
-s_add_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x80]
-
-s_add_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x80]
-
-s_add_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x80]
-
-s_add_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x80,0x73,0x72,0x71,0x3f]
-
-s_add_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x80,0x56,0x34,0x12,0xaf]
-
-s_sub_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x80]
-
-s_sub_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x80]
-
-s_sub_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x80]
-
-s_sub_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x80]
-
-s_sub_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x80]
-
-s_sub_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x80]
-
-s_sub_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x80]
-
-s_sub_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x80]
-
-s_sub_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x80]
-
-s_sub_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x80]
-
-s_sub_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x80]
-
-s_sub_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x80]
-
-s_sub_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x80]
-
-s_sub_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x80]
-
-s_sub_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x80]
-
-s_sub_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x80]
-
-s_sub_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x80]
-
-s_sub_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x80]
-
-s_sub_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x80]
-
-s_sub_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x80]
-
-s_sub_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x80]
-
-s_sub_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x80]
-
-s_sub_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x80,0x73,0x72,0x71,0x3f]
-
-s_sub_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x80,0x56,0x34,0x12,0xaf]
-
-s_sub_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x80]
-
-s_sub_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x80]
-
-s_sub_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x80]
-
-s_sub_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x80]
-
-s_sub_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x80]
-
-s_sub_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x80]
-
-s_sub_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x80]
-
-s_sub_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x80]
-
-s_sub_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x80]
-
-s_sub_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x80,0x73,0x72,0x71,0x3f]
-
-s_sub_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x80,0x56,0x34,0x12,0xaf]
-
-s_add_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x81]
-
-s_add_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x81]
-
-s_add_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x81]
-
-s_add_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x81]
-
-s_add_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x81]
-
-s_add_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x81]
-
-s_add_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x81]
-
-s_add_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x81]
-
-s_add_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x81]
-
-s_add_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x81]
-
-s_add_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x81]
-
-s_add_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x81]
-
-s_add_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x81]
-
-s_add_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x81]
-
-s_add_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x81]
-
-s_add_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x81]
-
-s_add_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x81]
-
-s_add_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x81]
-
-s_add_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x81]
-
-s_add_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x81]
-
-s_add_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x81]
-
-s_add_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x81]
-
-s_add_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x81,0x73,0x72,0x71,0x3f]
-
-s_add_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x81,0x56,0x34,0x12,0xaf]
-
-s_add_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x81]
-
-s_add_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x81]
-
-s_add_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x81]
-
-s_add_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x81]
-
-s_add_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x81]
-
-s_add_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x81]
-
-s_add_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x81]
-
-s_add_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x81]
-
-s_add_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x81]
-
-s_add_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x81,0x73,0x72,0x71,0x3f]
-
-s_add_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x81,0x56,0x34,0x12,0xaf]
-
-s_sub_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x81]
-
-s_sub_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x81]
-
-s_sub_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x81]
-
-s_sub_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x81]
-
-s_sub_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x81]
-
-s_sub_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x81]
-
-s_sub_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x81]
-
-s_sub_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x81]
-
-s_sub_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x81]
-
-s_sub_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x81]
-
-s_sub_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x81]
-
-s_sub_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x81]
-
-s_sub_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x81]
-
-s_sub_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x81]
-
-s_sub_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x81]
-
-s_sub_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x81]
-
-s_sub_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x81]
-
-s_sub_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x81]
-
-s_sub_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x81]
-
-s_sub_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x81]
-
-s_sub_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x81]
-
-s_sub_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x81]
-
-s_sub_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x81,0x73,0x72,0x71,0x3f]
-
-s_sub_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x81,0x56,0x34,0x12,0xaf]
-
-s_sub_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x81]
-
-s_sub_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x81]
-
-s_sub_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x81]
-
-s_sub_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x81]
-
-s_sub_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x81]
-
-s_sub_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x81]
-
-s_sub_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x81]
-
-s_sub_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x81]
-
-s_sub_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x81]
-
-s_sub_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x81,0x73,0x72,0x71,0x3f]
-
-s_sub_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x81,0x56,0x34,0x12,0xaf]
-
-s_addc_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x82]
-
-s_addc_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x82]
-
-s_addc_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x82]
-
-s_addc_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x82]
-
-s_addc_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x82]
-
-s_addc_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x82]
-
-s_addc_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x82]
-
-s_addc_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x82]
-
-s_addc_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x82]
-
-s_addc_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x82]
-
-s_addc_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x82]
-
-s_addc_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x82]
-
-s_addc_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x82]
-
-s_addc_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x82]
-
-s_addc_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x82]
-
-s_addc_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x82]
-
-s_addc_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x82]
-
-s_addc_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x82]
-
-s_addc_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x82]
-
-s_addc_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x82]
-
-s_addc_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x82]
-
-s_addc_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x82]
-
-s_addc_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x82,0x73,0x72,0x71,0x3f]
-
-s_addc_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x82,0x56,0x34,0x12,0xaf]
-
-s_addc_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x82]
-
-s_addc_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x82]
-
-s_addc_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x82]
-
-s_addc_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x82]
-
-s_addc_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x82]
-
-s_addc_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x82]
-
-s_addc_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x82]
-
-s_addc_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x82]
-
-s_addc_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x82]
-
-s_addc_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x82,0x73,0x72,0x71,0x3f]
-
-s_addc_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x82,0x56,0x34,0x12,0xaf]
-
-s_subb_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x82]
-
-s_subb_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x82]
-
-s_subb_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x82]
-
-s_subb_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x82]
-
-s_subb_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x82]
-
-s_subb_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x82]
-
-s_subb_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x82]
-
-s_subb_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x82]
-
-s_subb_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x82]
-
-s_subb_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x82]
-
-s_subb_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x82]
-
-s_subb_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x82]
-
-s_subb_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x82]
-
-s_subb_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x82]
-
-s_subb_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x82]
-
-s_subb_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x82]
-
-s_subb_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x82]
-
-s_subb_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x82]
-
-s_subb_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x82]
-
-s_subb_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x82]
-
-s_subb_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x82]
-
-s_subb_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x82]
-
-s_subb_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x82,0x73,0x72,0x71,0x3f]
-
-s_subb_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x82,0x56,0x34,0x12,0xaf]
-
-s_subb_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x82]
-
-s_subb_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x82]
-
-s_subb_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x82]
-
-s_subb_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x82]
-
-s_subb_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x82]
-
-s_subb_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x82]
-
-s_subb_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x82]
-
-s_subb_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x82]
-
-s_subb_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x82]
-
-s_subb_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x82,0x73,0x72,0x71,0x3f]
-
-s_subb_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x82,0x56,0x34,0x12,0xaf]
-
-s_min_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x89]
-
-s_min_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x89]
-
-s_min_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x89]
-
-s_min_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x89]
-
-s_min_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x89]
-
-s_min_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x89]
-
-s_min_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x89]
-
-s_min_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x89]
-
-s_min_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x89]
-
-s_min_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x89]
-
-s_min_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x89]
-
-s_min_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x89]
-
-s_min_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x89]
-
-s_min_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x89]
-
-s_min_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x89]
-
-s_min_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x89]
-
-s_min_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x89]
-
-s_min_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x89]
-
-s_min_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x89]
-
-s_min_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x89]
-
-s_min_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x89]
-
-s_min_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x89]
-
-s_min_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x89,0x73,0x72,0x71,0x3f]
-
-s_min_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x89,0x56,0x34,0x12,0xaf]
-
-s_min_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x89]
-
-s_min_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x89]
-
-s_min_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x89]
-
-s_min_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x89]
-
-s_min_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x89]
-
-s_min_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x89]
-
-s_min_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x89]
-
-s_min_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x89]
-
-s_min_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x89]
-
-s_min_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x89,0x73,0x72,0x71,0x3f]
-
-s_min_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x89,0x56,0x34,0x12,0xaf]
-
-s_min_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x89]
-
-s_min_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x89]
-
-s_min_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x89]
-
-s_min_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x89]
-
-s_min_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x89]
-
-s_min_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x89]
-
-s_min_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x89]
-
-s_min_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x89]
-
-s_min_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x89]
-
-s_min_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x89]
-
-s_min_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x89]
-
-s_min_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x89]
-
-s_min_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x89]
-
-s_min_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x89]
-
-s_min_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x89]
-
-s_min_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x89]
-
-s_min_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x89]
-
-s_min_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x89]
-
-s_min_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x89]
-
-s_min_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x89]
-
-s_min_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x89]
-
-s_min_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x89]
-
-s_min_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x89,0x73,0x72,0x71,0x3f]
-
-s_min_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x89,0x56,0x34,0x12,0xaf]
-
-s_min_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x89]
-
-s_min_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x89]
-
-s_min_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x89]
-
-s_min_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x89]
-
-s_min_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x89]
-
-s_min_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x89]
-
-s_min_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x89]
-
-s_min_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x89]
-
-s_min_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x89]
-
-s_min_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x89,0x73,0x72,0x71,0x3f]
-
-s_min_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x89,0x56,0x34,0x12,0xaf]
-
-s_max_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8a]
-
-s_max_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8a]
-
-s_max_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8a]
-
-s_max_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8a]
-
-s_max_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8a]
-
-s_max_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8a]
-
-s_max_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8a]
-
-s_max_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8a]
-
-s_max_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8a]
-
-s_max_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8a]
-
-s_max_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8a]
-
-s_max_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8a]
-
-s_max_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8a]
-
-s_max_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8a]
-
-s_max_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8a]
-
-s_max_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8a]
-
-s_max_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8a]
-
-s_max_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8a]
-
-s_max_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8a]
-
-s_max_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8a]
-
-s_max_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8a]
-
-s_max_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8a]
-
-s_max_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8a,0x73,0x72,0x71,0x3f]
-
-s_max_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8a,0x56,0x34,0x12,0xaf]
-
-s_max_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8a]
-
-s_max_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8a]
-
-s_max_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8a]
-
-s_max_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8a]
-
-s_max_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8a]
-
-s_max_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8a]
-
-s_max_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8a]
-
-s_max_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8a]
-
-s_max_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8a]
-
-s_max_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8a,0x73,0x72,0x71,0x3f]
-
-s_max_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8a,0x56,0x34,0x12,0xaf]
-
-s_max_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x8a]
-
-s_max_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x8a]
-
-s_max_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x8a]
-
-s_max_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x8a]
-
-s_max_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x8a]
-
-s_max_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x8a]
-
-s_max_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x8a]
-
-s_max_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x8a]
-
-s_max_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x8a]
-
-s_max_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x8a]
-
-s_max_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x8a]
-
-s_max_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x8a]
-
-s_max_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x8a]
-
-s_max_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x8a]
-
-s_max_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x8a]
-
-s_max_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x8a]
-
-s_max_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x8a]
-
-s_max_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x8a]
-
-s_max_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x8a]
-
-s_max_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x8a]
-
-s_max_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x8a]
-
-s_max_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x8a]
-
-s_max_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x8a,0x73,0x72,0x71,0x3f]
-
-s_max_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x8a,0x56,0x34,0x12,0xaf]
-
-s_max_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x8a]
-
-s_max_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x8a]
-
-s_max_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x8a]
-
-s_max_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x8a]
-
-s_max_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x8a]
-
-s_max_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x8a]
-
-s_max_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x8a]
-
-s_max_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x8a]
-
-s_max_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x8a]
-
-s_max_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x8a,0x73,0x72,0x71,0x3f]
-
-s_max_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x8a,0x56,0x34,0x12,0xaf]
-
-s_cselect_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x98]
-
-s_cselect_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x98]
-
-s_cselect_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x98]
-
-s_cselect_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x98]
-
-s_cselect_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x98]
-
-s_cselect_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x98]
-
-s_cselect_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x98]
-
-s_cselect_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x98]
-
-s_cselect_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x98]
-
-s_cselect_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x98]
-
-s_cselect_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x98]
-
-s_cselect_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x98]
-
-s_cselect_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x98]
-
-s_cselect_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x98]
-
-s_cselect_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x98]
-
-s_cselect_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x98]
-
-s_cselect_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x98]
-
-s_cselect_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x98]
-
-s_cselect_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x98]
-
-s_cselect_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x98]
-
-s_cselect_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x98]
-
-s_cselect_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x98]
-
-s_cselect_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x98,0x73,0x72,0x71,0x3f]
-
-s_cselect_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x98,0x56,0x34,0x12,0xaf]
-
-s_cselect_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x98]
-
-s_cselect_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x98]
-
-s_cselect_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x98]
-
-s_cselect_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x98]
-
-s_cselect_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x98]
-
-s_cselect_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x98]
-
-s_cselect_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x98]
-
-s_cselect_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x98]
-
-s_cselect_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x98]
-
-s_cselect_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x98,0x73,0x72,0x71,0x3f]
-
-s_cselect_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x98,0x56,0x34,0x12,0xaf]
-
-s_cselect_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x98]
-
-s_cselect_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x98]
-
-s_cselect_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x98]
-
-s_cselect_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x98]
-
-s_cselect_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x98]
-
-s_cselect_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x98]
-
-s_cselect_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x98]
-
-s_cselect_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x98]
-
-s_cselect_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x98]
-
-s_cselect_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x98]
-
-s_cselect_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x98,0x73,0x72,0x71,0x3f]
-
-s_cselect_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x98,0x56,0x34,0x12,0xaf]
-
-s_cselect_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x98]
-
-s_cselect_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x98,0x73,0x72,0x71,0x3f]
-
-s_cselect_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x98,0x56,0x34,0x12,0xaf]
-
-s_and_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8b]
-
-s_and_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8b]
-
-s_and_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8b]
-
-s_and_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8b]
-
-s_and_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8b]
-
-s_and_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8b]
-
-s_and_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8b]
-
-s_and_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8b]
-
-s_and_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8b]
-
-s_and_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8b]
-
-s_and_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8b]
-
-s_and_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8b]
-
-s_and_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8b]
-
-s_and_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8b]
-
-s_and_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8b]
-
-s_and_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8b]
-
-s_and_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8b]
-
-s_and_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8b]
-
-s_and_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8b]
-
-s_and_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8b]
-
-s_and_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8b]
-
-s_and_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8b]
-
-s_and_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8b,0x73,0x72,0x71,0x3f]
-
-s_and_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8b,0x56,0x34,0x12,0xaf]
-
-s_and_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8b]
-
-s_and_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8b]
-
-s_and_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8b]
-
-s_and_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8b]
-
-s_and_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8b]
-
-s_and_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8b]
-
-s_and_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8b]
-
-s_and_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8b]
-
-s_and_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8b]
-
-s_and_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8b,0x73,0x72,0x71,0x3f]
-
-s_and_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8b,0x56,0x34,0x12,0xaf]
-
-s_and_b32 s0, s1, null
-// GFX11: encoding: [0x01,0x7c,0x00,0x8b]
-
-s_and_b32 s0, null, s2
-// GFX11: encoding: [0x7c,0x02,0x00,0x8b]
-
-s_and_b32 null, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7c,0x8b]
-
-s_and_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x8b]
-
-s_and_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x8b]
-
-s_and_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x8b]
-
-s_and_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x8b]
-
-s_and_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x8b]
-
-s_and_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x8b]
-
-s_and_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x8b]
-
-s_and_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x8b]
-
-s_and_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x8b]
-
-s_and_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x8b]
-
-s_and_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8b,0x73,0x72,0x71,0x3f]
-
-s_and_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8b,0x56,0x34,0x12,0xaf]
-
-s_and_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x8b]
-
-s_and_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x8b,0x73,0x72,0x71,0x3f]
-
-s_and_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x8b,0x56,0x34,0x12,0xaf]
-
-s_or_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8c]
-
-s_or_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8c]
-
-s_or_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8c]
-
-s_or_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8c]
-
-s_or_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8c]
-
-s_or_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8c]
-
-s_or_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8c]
-
-s_or_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8c]
-
-s_or_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8c]
-
-s_or_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8c]
-
-s_or_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8c]
-
-s_or_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8c]
-
-s_or_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8c]
-
-s_or_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8c]
-
-s_or_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8c]
-
-s_or_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8c]
-
-s_or_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8c]
-
-s_or_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8c]
-
-s_or_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8c]
-
-s_or_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8c]
-
-s_or_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8c]
-
-s_or_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8c]
-
-s_or_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8c,0x73,0x72,0x71,0x3f]
-
-s_or_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8c,0x56,0x34,0x12,0xaf]
-
-s_or_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8c]
-
-s_or_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8c]
-
-s_or_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8c]
-
-s_or_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8c]
-
-s_or_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8c]
-
-s_or_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8c]
-
-s_or_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8c]
-
-s_or_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8c]
-
-s_or_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8c]
-
-s_or_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8c,0x73,0x72,0x71,0x3f]
-
-s_or_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8c,0x56,0x34,0x12,0xaf]
-
-s_or_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x8c]
-
-s_or_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x8c]
-
-s_or_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x8c]
-
-s_or_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x8c]
-
-s_or_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x8c]
-
-s_or_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x8c]
-
-s_or_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x8c]
-
-s_or_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x8c]
-
-s_or_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x8c]
-
-s_or_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x8c]
-
-s_or_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8c,0x73,0x72,0x71,0x3f]
-
-s_or_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8c,0x56,0x34,0x12,0xaf]
-
-s_or_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x8c]
-
-s_or_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x8c,0x73,0x72,0x71,0x3f]
-
-s_or_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x8c,0x56,0x34,0x12,0xaf]
-
-s_xor_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8d]
-
-s_xor_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8d]
-
-s_xor_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8d]
-
-s_xor_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8d]
-
-s_xor_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8d]
-
-s_xor_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8d]
-
-s_xor_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8d]
-
-s_xor_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8d]
-
-s_xor_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8d]
-
-s_xor_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8d]
-
-s_xor_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8d]
-
-s_xor_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8d]
-
-s_xor_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8d]
-
-s_xor_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8d]
-
-s_xor_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8d]
-
-s_xor_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8d]
-
-s_xor_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8d]
-
-s_xor_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8d]
-
-s_xor_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8d]
-
-s_xor_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8d]
-
-s_xor_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8d]
-
-s_xor_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8d]
-
-s_xor_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8d,0x73,0x72,0x71,0x3f]
-
-s_xor_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8d,0x56,0x34,0x12,0xaf]
-
-s_xor_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8d]
-
-s_xor_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8d]
-
-s_xor_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8d]
-
-s_xor_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8d]
-
-s_xor_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8d]
-
-s_xor_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8d]
-
-s_xor_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8d]
-
-s_xor_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8d]
-
-s_xor_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8d]
-
-s_xor_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8d,0x73,0x72,0x71,0x3f]
-
-s_xor_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8d,0x56,0x34,0x12,0xaf]
-
-s_xor_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x8d]
-
-s_xor_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x8d]
-
-s_xor_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x8d]
-
-s_xor_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x8d]
-
-s_xor_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x8d]
-
-s_xor_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x8d]
-
-s_xor_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x8d]
-
-s_xor_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x8d]
-
-s_xor_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x8d]
-
-s_xor_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x8d]
-
-s_xor_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8d,0x73,0x72,0x71,0x3f]
-
-s_xor_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8d,0x56,0x34,0x12,0xaf]
-
-s_xor_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x8d]
-
-s_xor_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x8d,0x73,0x72,0x71,0x3f]
-
-s_xor_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x8d,0x56,0x34,0x12,0xaf]
-
-s_andn2_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x91]
-
-s_andn2_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x91]
-
-s_andn2_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x91]
-
-s_andn2_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x91]
-
-s_andn2_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x91]
-
-s_andn2_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x91]
-
-s_andn2_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x91]
-
-s_andn2_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x91]
-
-s_andn2_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x91]
-
-s_andn2_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x91]
-
-s_andn2_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x91]
-
-s_andn2_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x91]
-
-s_andn2_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x91]
-
-s_andn2_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x91]
-
-s_andn2_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x91]
-
-s_andn2_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x91]
-
-s_andn2_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x91]
-
-s_andn2_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x91]
-
-s_andn2_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x91]
-
-s_andn2_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x91]
-
-s_andn2_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x91]
-
-s_andn2_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x91]
-
-s_andn2_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x91,0x73,0x72,0x71,0x3f]
-
-s_andn2_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x91,0x56,0x34,0x12,0xaf]
-
-s_andn2_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x91]
-
-s_andn2_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x91]
-
-s_andn2_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x91]
-
-s_andn2_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x91]
-
-s_andn2_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x91]
-
-s_andn2_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x91]
-
-s_andn2_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x91]
-
-s_andn2_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x91]
-
-s_andn2_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x91]
-
-s_andn2_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x91,0x73,0x72,0x71,0x3f]
-
-s_andn2_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x91,0x56,0x34,0x12,0xaf]
-
-s_andn2_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x91]
-
-s_andn2_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x91]
-
-s_andn2_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x91]
-
-s_andn2_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x91]
-
-s_andn2_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x91]
-
-s_andn2_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x91]
-
-s_andn2_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x91]
-
-s_andn2_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x91]
-
-s_andn2_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x91]
-
-s_andn2_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x91]
-
-s_andn2_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x91,0x73,0x72,0x71,0x3f]
-
-s_andn2_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x91,0x56,0x34,0x12,0xaf]
-
-s_andn2_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x91]
-
-s_andn2_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x91,0x73,0x72,0x71,0x3f]
-
-s_andn2_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x91,0x56,0x34,0x12,0xaf]
-
-s_orn2_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x92]
-
-s_orn2_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x92]
-
-s_orn2_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x92]
-
-s_orn2_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x92]
-
-s_orn2_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x92]
-
-s_orn2_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x92]
-
-s_orn2_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x92]
-
-s_orn2_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x92]
-
-s_orn2_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x92]
-
-s_orn2_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x92]
-
-s_orn2_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x92]
-
-s_orn2_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x92]
-
-s_orn2_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x92]
-
-s_orn2_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x92]
-
-s_orn2_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x92]
-
-s_orn2_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x92]
-
-s_orn2_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x92]
-
-s_orn2_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x92]
-
-s_orn2_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x92]
-
-s_orn2_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x92]
-
-s_orn2_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x92]
-
-s_orn2_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x92]
-
-s_orn2_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x92,0x73,0x72,0x71,0x3f]
-
-s_orn2_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x92,0x56,0x34,0x12,0xaf]
-
-s_orn2_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x92]
-
-s_orn2_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x92]
-
-s_orn2_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x92]
-
-s_orn2_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x92]
-
-s_orn2_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x92]
-
-s_orn2_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x92]
-
-s_orn2_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x92]
-
-s_orn2_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x92]
-
-s_orn2_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x92]
-
-s_orn2_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x92,0x73,0x72,0x71,0x3f]
-
-s_orn2_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x92,0x56,0x34,0x12,0xaf]
-
-s_orn2_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x92]
-
-s_orn2_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x92]
-
-s_orn2_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x92]
-
-s_orn2_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x92]
-
-s_orn2_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x92]
-
-s_orn2_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x92]
-
-s_orn2_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x92]
-
-s_orn2_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x92]
-
-s_orn2_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x92]
-
-s_orn2_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x92]
-
-s_orn2_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x92,0x73,0x72,0x71,0x3f]
-
-s_orn2_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x92,0x56,0x34,0x12,0xaf]
-
-s_orn2_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x92]
-
-s_orn2_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x92,0x73,0x72,0x71,0x3f]
-
-s_orn2_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x92,0x56,0x34,0x12,0xaf]
-
-s_nand_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8e]
-
-s_nand_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8e]
-
-s_nand_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8e]
-
-s_nand_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8e]
-
-s_nand_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8e]
-
-s_nand_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8e]
-
-s_nand_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8e]
-
-s_nand_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8e]
-
-s_nand_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8e]
-
-s_nand_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8e]
-
-s_nand_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8e]
-
-s_nand_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8e]
-
-s_nand_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8e]
-
-s_nand_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8e]
-
-s_nand_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8e]
-
-s_nand_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8e]
-
-s_nand_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8e]
-
-s_nand_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8e]
-
-s_nand_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8e]
-
-s_nand_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8e]
-
-s_nand_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8e]
-
-s_nand_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8e]
-
-s_nand_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8e,0x73,0x72,0x71,0x3f]
-
-s_nand_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8e,0x56,0x34,0x12,0xaf]
-
-s_nand_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8e]
-
-s_nand_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8e]
-
-s_nand_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8e]
-
-s_nand_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8e]
-
-s_nand_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8e]
-
-s_nand_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8e]
-
-s_nand_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8e]
-
-s_nand_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8e]
-
-s_nand_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8e]
-
-s_nand_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8e,0x73,0x72,0x71,0x3f]
-
-s_nand_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8e,0x56,0x34,0x12,0xaf]
-
-s_nand_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x8e]
-
-s_nand_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x8e]
-
-s_nand_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x8e]
-
-s_nand_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x8e]
-
-s_nand_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x8e]
-
-s_nand_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x8e]
-
-s_nand_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x8e]
-
-s_nand_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x8e]
-
-s_nand_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x8e]
-
-s_nand_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x8e]
-
-s_nand_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8e,0x73,0x72,0x71,0x3f]
-
-s_nand_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8e,0x56,0x34,0x12,0xaf]
-
-s_nand_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x8e]
-
-s_nand_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x8e,0x73,0x72,0x71,0x3f]
-
-s_nand_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x8e,0x56,0x34,0x12,0xaf]
-
-s_nor_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x8f]
-
-s_nor_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x8f]
-
-s_nor_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x8f]
-
-s_nor_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x8f]
-
-s_nor_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x8f]
-
-s_nor_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x8f]
-
-s_nor_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x8f]
-
-s_nor_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x8f]
-
-s_nor_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x8f]
-
-s_nor_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x8f]
-
-s_nor_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x8f]
-
-s_nor_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x8f]
-
-s_nor_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x8f]
-
-s_nor_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x8f]
-
-s_nor_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x8f]
-
-s_nor_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x8f]
-
-s_nor_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x8f]
-
-s_nor_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x8f]
-
-s_nor_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x8f]
-
-s_nor_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x8f]
-
-s_nor_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x8f]
-
-s_nor_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x8f]
-
-s_nor_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8f,0x73,0x72,0x71,0x3f]
-
-s_nor_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x8f,0x56,0x34,0x12,0xaf]
-
-s_nor_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x8f]
-
-s_nor_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x8f]
-
-s_nor_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x8f]
-
-s_nor_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x8f]
-
-s_nor_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x8f]
-
-s_nor_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x8f]
-
-s_nor_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x8f]
-
-s_nor_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x8f]
-
-s_nor_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x8f]
-
-s_nor_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x8f,0x73,0x72,0x71,0x3f]
-
-s_nor_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x8f,0x56,0x34,0x12,0xaf]
-
-s_nor_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x8f]
-
-s_nor_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x8f]
-
-s_nor_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x8f]
-
-s_nor_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x8f]
-
-s_nor_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x8f]
-
-s_nor_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x8f]
-
-s_nor_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x8f]
-
-s_nor_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x8f]
-
-s_nor_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x8f]
-
-s_nor_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x8f]
-
-s_nor_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8f,0x73,0x72,0x71,0x3f]
-
-s_nor_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x8f,0x56,0x34,0x12,0xaf]
-
-s_nor_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x8f]
-
-s_nor_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x8f,0x73,0x72,0x71,0x3f]
-
-s_nor_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x8f,0x56,0x34,0x12,0xaf]
-
-s_xnor_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x90]
-
-s_xnor_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x90]
-
-s_xnor_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x90]
-
-s_xnor_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x90]
-
-s_xnor_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x90]
-
-s_xnor_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x90]
-
-s_xnor_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x90]
-
-s_xnor_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x90]
-
-s_xnor_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x90]
-
-s_xnor_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x90]
-
-s_xnor_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x90]
-
-s_xnor_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x90]
-
-s_xnor_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x90]
-
-s_xnor_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x90]
-
-s_xnor_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x90]
-
-s_xnor_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x90]
-
-s_xnor_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x90]
-
-s_xnor_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x90]
-
-s_xnor_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x90]
-
-s_xnor_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x90]
-
-s_xnor_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x90]
-
-s_xnor_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x90]
-
-s_xnor_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x90,0x73,0x72,0x71,0x3f]
-
-s_xnor_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x90,0x56,0x34,0x12,0xaf]
-
-s_xnor_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x90]
-
-s_xnor_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x90]
-
-s_xnor_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x90]
-
-s_xnor_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x90]
-
-s_xnor_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x90]
-
-s_xnor_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x90]
-
-s_xnor_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x90]
-
-s_xnor_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x90]
-
-s_xnor_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x90]
-
-s_xnor_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x90,0x73,0x72,0x71,0x3f]
-
-s_xnor_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x90,0x56,0x34,0x12,0xaf]
-
-s_xnor_b64 s[0:1], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0x80,0x90]
-
-s_xnor_b64 s[104:105], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0xe8,0x90]
-
-s_xnor_b64 s[0:1], s[102:103], s[100:101]
-// GFX11: encoding: [0x66,0x64,0x80,0x90]
-
-s_xnor_b64 s[104:105], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0xe8,0x90]
-
-s_xnor_b64 s[104:105], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0xe8,0x90]
-
-s_xnor_b64 s[104:105], s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xe8,0x90]
-
-s_xnor_b64 s[0:1], s[102:103], s[4:5]
-// GFX11: encoding: [0x66,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], s[100:101]
-// GFX11: encoding: [0x02,0x64,0x80,0x90]
-
-s_xnor_b64 exec, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xfe,0x90]
-
-s_xnor_b64 vcc, s[2:3], s[4:5]
-// GFX11: encoding: [0x02,0x04,0xea,0x90]
-
-s_xnor_b64 s[0:1], exec, s[4:5]
-// GFX11: encoding: [0x7e,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], vcc, s[4:5]
-// GFX11: encoding: [0x6a,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], 0, s[4:5]
-// GFX11: encoding: [0x80,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], -1, s[4:5]
-// GFX11: encoding: [0xc1,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], 0.5, s[4:5]
-// GFX11: encoding: [0xf0,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], -4.0, s[4:5]
-// GFX11: encoding: [0xf7,0x04,0x80,0x90]
-
-s_xnor_b64 s[0:1], 0x3f717273, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x90,0x73,0x72,0x71,0x3f]
-
-s_xnor_b64 s[0:1], 0xaf123456, s[4:5]
-// GFX11: encoding: [0xff,0x04,0x80,0x90,0x56,0x34,0x12,0xaf]
-
-s_xnor_b64 s[0:1], s[2:3], exec
-// GFX11: encoding: [0x02,0x7e,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], vcc
-// GFX11: encoding: [0x02,0x6a,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x90]
-
-s_xnor_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x90,0x73,0x72,0x71,0x3f]
-
-s_xnor_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x90,0x56,0x34,0x12,0xaf]
-
-s_lshl_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x84]
-
-s_lshl_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x84]
-
-s_lshl_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x84]
-
-s_lshl_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x84]
-
-s_lshl_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x84]
-
-s_lshl_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x84]
-
-s_lshl_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x84]
-
-s_lshl_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x84]
-
-s_lshl_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x84]
-
-s_lshl_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x84]
-
-s_lshl_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x84]
-
-s_lshl_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x84]
-
-s_lshl_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x84]
-
-s_lshl_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x84]
-
-s_lshl_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x84]
-
-s_lshl_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x84]
-
-s_lshl_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x84]
-
-s_lshl_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x84]
-
-s_lshl_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x84]
-
-s_lshl_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x84]
-
-s_lshl_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x84]
-
-s_lshl_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x84]
-
-s_lshl_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x84,0x73,0x72,0x71,0x3f]
-
-s_lshl_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x84,0x56,0x34,0x12,0xaf]
-
-s_lshl_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x84]
-
-s_lshl_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x84]
-
-s_lshl_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x84]
-
-s_lshl_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x84]
-
-s_lshl_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x84]
-
-s_lshl_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x84]
-
-s_lshl_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x84]
-
-s_lshl_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x84]
-
-s_lshl_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x84]
-
-s_lshl_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x84,0x73,0x72,0x71,0x3f]
-
-s_lshl_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x84,0x56,0x34,0x12,0xaf]
-
-s_lshl_b64 s[0:1], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x80,0x84]
-
-s_lshl_b64 s[104:105], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0xe8,0x84]
-
-s_lshl_b64 s[0:1], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x80,0x84]
-
-s_lshl_b64 s[104:105], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0xe8,0x84]
-
-s_lshl_b64 s[104:105], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0xe8,0x84]
-
-s_lshl_b64 s[104:105], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xe8,0x84]
-
-s_lshl_b64 s[0:1], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x80,0x84]
-
-s_lshl_b64 exec, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xfe,0x84]
-
-s_lshl_b64 vcc, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xea,0x84]
-
-s_lshl_b64 s[0:1], exec, s4
-// GFX11: encoding: [0x7e,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], vcc, s4
-// GFX11: encoding: [0x6a,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], 0, s4
-// GFX11: encoding: [0x80,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], -1, s4
-// GFX11: encoding: [0xc1,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], 0.5, s4
-// GFX11: encoding: [0xf0,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], -4.0, s4
-// GFX11: encoding: [0xf7,0x04,0x80,0x84]
-
-s_lshl_b64 s[0:1], 0x3f717273, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x84,0x73,0x72,0x71,0x3f]
-
-s_lshl_b64 s[0:1], 0xaf123456, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x84,0x56,0x34,0x12,0xaf]
-
-s_lshl_b64 s[0:1], s[2:3], exec_lo
-// GFX11: encoding: [0x02,0x7e,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x84]
-
-s_lshl_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x84,0x73,0x72,0x71,0x3f]
-
-s_lshl_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x84,0x56,0x34,0x12,0xaf]
-
-s_lshr_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x85]
-
-s_lshr_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x85]
-
-s_lshr_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x85]
-
-s_lshr_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x85]
-
-s_lshr_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x85]
-
-s_lshr_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x85]
-
-s_lshr_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x85]
-
-s_lshr_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x85]
-
-s_lshr_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x85]
-
-s_lshr_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x85]
-
-s_lshr_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x85]
-
-s_lshr_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x85]
-
-s_lshr_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x85]
-
-s_lshr_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x85]
-
-s_lshr_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x85]
-
-s_lshr_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x85]
-
-s_lshr_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x85]
-
-s_lshr_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x85]
-
-s_lshr_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x85]
-
-s_lshr_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x85]
-
-s_lshr_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x85]
-
-s_lshr_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x85]
-
-s_lshr_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x85,0x73,0x72,0x71,0x3f]
-
-s_lshr_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x85,0x56,0x34,0x12,0xaf]
-
-s_lshr_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x85]
-
-s_lshr_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x85]
-
-s_lshr_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x85]
-
-s_lshr_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x85]
-
-s_lshr_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x85]
-
-s_lshr_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x85]
-
-s_lshr_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x85]
-
-s_lshr_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x85]
-
-s_lshr_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x85]
-
-s_lshr_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x85,0x73,0x72,0x71,0x3f]
-
-s_lshr_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x85,0x56,0x34,0x12,0xaf]
-
-s_lshr_b64 s[0:1], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x80,0x85]
-
-s_lshr_b64 s[104:105], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0xe8,0x85]
-
-s_lshr_b64 s[0:1], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x80,0x85]
-
-s_lshr_b64 s[104:105], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0xe8,0x85]
-
-s_lshr_b64 s[104:105], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0xe8,0x85]
-
-s_lshr_b64 s[104:105], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xe8,0x85]
-
-s_lshr_b64 s[0:1], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x80,0x85]
-
-s_lshr_b64 exec, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xfe,0x85]
-
-s_lshr_b64 vcc, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xea,0x85]
-
-s_lshr_b64 s[0:1], exec, s4
-// GFX11: encoding: [0x7e,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], vcc, s4
-// GFX11: encoding: [0x6a,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], 0, s4
-// GFX11: encoding: [0x80,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], -1, s4
-// GFX11: encoding: [0xc1,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], 0.5, s4
-// GFX11: encoding: [0xf0,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], -4.0, s4
-// GFX11: encoding: [0xf7,0x04,0x80,0x85]
-
-s_lshr_b64 s[0:1], 0x3f717273, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x85,0x73,0x72,0x71,0x3f]
-
-s_lshr_b64 s[0:1], 0xaf123456, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x85,0x56,0x34,0x12,0xaf]
-
-s_lshr_b64 s[0:1], s[2:3], exec_lo
-// GFX11: encoding: [0x02,0x7e,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x85]
-
-s_lshr_b64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x85,0x73,0x72,0x71,0x3f]
-
-s_lshr_b64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x85,0x56,0x34,0x12,0xaf]
-
-s_ashr_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x86]
-
-s_ashr_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x86]
-
-s_ashr_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x86]
-
-s_ashr_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x86]
-
-s_ashr_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x86]
-
-s_ashr_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x86]
-
-s_ashr_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x86]
-
-s_ashr_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x86]
-
-s_ashr_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x86]
-
-s_ashr_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x86]
-
-s_ashr_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x86]
-
-s_ashr_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x86]
-
-s_ashr_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x86]
-
-s_ashr_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x86]
-
-s_ashr_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x86]
-
-s_ashr_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x86]
-
-s_ashr_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x86]
-
-s_ashr_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x86]
-
-s_ashr_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x86]
-
-s_ashr_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x86]
-
-s_ashr_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x86]
-
-s_ashr_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x86]
-
-s_ashr_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x86,0x73,0x72,0x71,0x3f]
-
-s_ashr_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x86,0x56,0x34,0x12,0xaf]
-
-s_ashr_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x86]
-
-s_ashr_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x86]
-
-s_ashr_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x86]
-
-s_ashr_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x86]
-
-s_ashr_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x86]
-
-s_ashr_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x86]
-
-s_ashr_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x86]
-
-s_ashr_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x86]
-
-s_ashr_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x86]
-
-s_ashr_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x86,0x73,0x72,0x71,0x3f]
-
-s_ashr_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x86,0x56,0x34,0x12,0xaf]
-
-s_ashr_i64 s[0:1], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x80,0x86]
-
-s_ashr_i64 s[104:105], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0xe8,0x86]
-
-s_ashr_i64 s[0:1], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x80,0x86]
-
-s_ashr_i64 s[104:105], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0xe8,0x86]
-
-s_ashr_i64 s[104:105], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0xe8,0x86]
-
-s_ashr_i64 s[104:105], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xe8,0x86]
-
-s_ashr_i64 s[0:1], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x80,0x86]
-
-s_ashr_i64 exec, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xfe,0x86]
-
-s_ashr_i64 vcc, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xea,0x86]
-
-s_ashr_i64 s[0:1], exec, s4
-// GFX11: encoding: [0x7e,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], vcc, s4
-// GFX11: encoding: [0x6a,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], 0, s4
-// GFX11: encoding: [0x80,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], -1, s4
-// GFX11: encoding: [0xc1,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], 0.5, s4
-// GFX11: encoding: [0xf0,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], -4.0, s4
-// GFX11: encoding: [0xf7,0x04,0x80,0x86]
-
-s_ashr_i64 s[0:1], 0x3f717273, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x86,0x73,0x72,0x71,0x3f]
-
-s_ashr_i64 s[0:1], 0xaf123456, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x86,0x56,0x34,0x12,0xaf]
-
-s_ashr_i64 s[0:1], s[2:3], exec_lo
-// GFX11: encoding: [0x02,0x7e,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x86]
-
-s_ashr_i64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x86,0x73,0x72,0x71,0x3f]
-
-s_ashr_i64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x86,0x56,0x34,0x12,0xaf]
-
-s_bfm_b32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x95]
-
-s_bfm_b32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x95]
-
-s_bfm_b32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x95]
-
-s_bfm_b32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x95]
-
-s_bfm_b32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x95]
-
-s_bfm_b32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x95]
-
-s_bfm_b32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x95]
-
-s_bfm_b32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x95]
-
-s_bfm_b32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x95]
-
-s_bfm_b32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x95]
-
-s_bfm_b32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x95]
-
-s_bfm_b32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x95]
-
-s_bfm_b32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x95]
-
-s_bfm_b32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x95]
-
-s_bfm_b32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x95]
-
-s_bfm_b32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x95]
-
-s_bfm_b32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x95]
-
-s_bfm_b32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x95]
-
-s_bfm_b32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x95]
-
-s_bfm_b32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x95]
-
-s_bfm_b32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x95]
-
-s_bfm_b32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x95]
-
-s_bfm_b32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x95,0x73,0x72,0x71,0x3f]
-
-s_bfm_b32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x95,0x56,0x34,0x12,0xaf]
-
-s_bfm_b32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x95]
-
-s_bfm_b32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x95]
-
-s_bfm_b32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x95]
-
-s_bfm_b32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x95]
-
-s_bfm_b32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x95]
-
-s_bfm_b32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x95]
-
-s_bfm_b32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x95]
-
-s_bfm_b32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x95]
-
-s_bfm_b32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x95]
-
-s_bfm_b32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x95,0x73,0x72,0x71,0x3f]
-
-s_bfm_b32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x95,0x56,0x34,0x12,0xaf]
-
-s_bfm_b64 s[0:1], s2, s3
-// GFX11: encoding: [0x02,0x03,0x80,0x95]
-
-s_bfm_b64 s[104:105], s103, s102
-// GFX11: encoding: [0x67,0x66,0xe8,0x95]
-
-s_bfm_b64 s[0:1], s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x95]
-
-s_bfm_b64 s[104:105], s2, s103
-// GFX11: encoding: [0x02,0x67,0xe8,0x95]
-
-s_bfm_b64 s[104:105], s104, s3
-// GFX11: encoding: [0x68,0x03,0xe8,0x95]
-
-s_bfm_b64 s[104:105], s2, s3
-// GFX11: encoding: [0x02,0x03,0xe8,0x95]
-
-s_bfm_b64 s[0:1], s104, s3
-// GFX11: encoding: [0x68,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, s103
-// GFX11: encoding: [0x02,0x67,0x80,0x95]
-
-s_bfm_b64 exec, s2, s3
-// GFX11: encoding: [0x02,0x03,0xfe,0x95]
-
-s_bfm_b64 vcc, s2, s3
-// GFX11: encoding: [0x02,0x03,0xea,0x95]
-
-s_bfm_b64 s[0:1], exec_lo, s3
-// GFX11: encoding: [0x7e,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], exec_hi, s3
-// GFX11: encoding: [0x7f,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], vcc_lo, s3
-// GFX11: encoding: [0x6a,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], vcc_hi, s3
-// GFX11: encoding: [0x6b,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], m0, s3
-// GFX11: encoding: [0x7d,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], 0, s3
-// GFX11: encoding: [0x80,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], -1, s3
-// GFX11: encoding: [0xc1,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], 0.5, s3
-// GFX11: encoding: [0xf0,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], -4.0, s3
-// GFX11: encoding: [0xf7,0x03,0x80,0x95]
-
-s_bfm_b64 s[0:1], 0x3f717273, s3
-// GFX11: encoding: [0xff,0x03,0x80,0x95,0x73,0x72,0x71,0x3f]
-
-s_bfm_b64 s[0:1], 0xaf123456, s3
-// GFX11: encoding: [0xff,0x03,0x80,0x95,0x56,0x34,0x12,0xaf]
-
-s_bfm_b64 s[0:1], s2, exec_lo
-// GFX11: encoding: [0x02,0x7e,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, exec_hi
-// GFX11: encoding: [0x02,0x7f,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, vcc_hi
-// GFX11: encoding: [0x02,0x6b,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, m0
-// GFX11: encoding: [0x02,0x7d,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, 0
-// GFX11: encoding: [0x02,0x80,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x95]
-
-s_bfm_b64 s[0:1], s2, 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x95,0x73,0x72,0x71,0x3f]
-
-s_bfm_b64 s[0:1], s2, 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x95,0x56,0x34,0x12,0xaf]
-
-s_mul_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x96]
-
-s_mul_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x96]
-
-s_mul_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x96]
-
-s_mul_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x96]
-
-s_mul_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x96]
-
-s_mul_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x96]
-
-s_mul_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x96]
-
-s_mul_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x96]
-
-s_mul_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x96]
-
-s_mul_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x96]
-
-s_mul_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x96]
-
-s_mul_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x96]
-
-s_mul_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x96]
-
-s_mul_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x96]
-
-s_mul_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x96]
-
-s_mul_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x96]
-
-s_mul_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x96]
-
-s_mul_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x96]
-
-s_mul_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x96]
-
-s_mul_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x96]
-
-s_mul_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x96]
-
-s_mul_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x96]
-
-s_mul_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x96,0x73,0x72,0x71,0x3f]
-
-s_mul_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x96,0x56,0x34,0x12,0xaf]
-
-s_mul_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x96]
-
-s_mul_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x96]
-
-s_mul_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x96]
-
-s_mul_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x96]
-
-s_mul_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x96]
-
-s_mul_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x96]
-
-s_mul_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x96]
-
-s_mul_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x96]
-
-s_mul_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x96]
-
-s_mul_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x96,0x73,0x72,0x71,0x3f]
-
-s_mul_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x96,0x56,0x34,0x12,0xaf]
-
-s_bfe_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x93]
-
-s_bfe_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x93]
-
-s_bfe_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x93]
-
-s_bfe_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x93]
-
-s_bfe_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x93]
-
-s_bfe_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x93]
-
-s_bfe_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x93]
-
-s_bfe_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x93]
-
-s_bfe_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x93]
-
-s_bfe_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x93]
-
-s_bfe_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x93]
-
-s_bfe_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x93]
-
-s_bfe_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x93]
-
-s_bfe_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x93]
-
-s_bfe_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x93]
-
-s_bfe_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x93]
-
-s_bfe_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x93]
-
-s_bfe_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x93]
-
-s_bfe_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x93]
-
-s_bfe_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x93]
-
-s_bfe_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x93]
-
-s_bfe_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x93]
-
-s_bfe_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x93,0x73,0x72,0x71,0x3f]
-
-s_bfe_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x93,0x56,0x34,0x12,0xaf]
-
-s_bfe_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x93]
-
-s_bfe_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x93]
-
-s_bfe_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x93]
-
-s_bfe_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x93]
-
-s_bfe_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x93]
-
-s_bfe_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x93]
-
-s_bfe_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x93]
-
-s_bfe_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x93]
-
-s_bfe_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x93]
-
-s_bfe_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x93,0x73,0x72,0x71,0x3f]
-
-s_bfe_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x93,0x56,0x34,0x12,0xaf]
-
-s_bfe_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x93]
-
-s_bfe_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x93]
-
-s_bfe_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x93]
-
-s_bfe_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x93]
-
-s_bfe_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x93]
-
-s_bfe_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x93]
-
-s_bfe_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x93]
-
-s_bfe_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x93]
-
-s_bfe_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x93]
-
-s_bfe_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x93]
-
-s_bfe_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x93]
-
-s_bfe_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x93]
-
-s_bfe_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x93]
-
-s_bfe_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x93]
-
-s_bfe_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x93]
-
-s_bfe_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x93]
-
-s_bfe_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x93]
-
-s_bfe_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x93]
-
-s_bfe_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x93]
-
-s_bfe_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x93]
-
-s_bfe_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x93]
-
-s_bfe_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x93]
-
-s_bfe_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x93,0x73,0x72,0x71,0x3f]
-
-s_bfe_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x93,0x56,0x34,0x12,0xaf]
-
-s_bfe_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x93]
-
-s_bfe_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x93]
-
-s_bfe_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x93]
-
-s_bfe_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x93]
-
-s_bfe_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x93]
-
-s_bfe_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x93]
-
-s_bfe_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x93]
-
-s_bfe_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x93]
-
-s_bfe_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x93]
-
-s_bfe_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x93,0x73,0x72,0x71,0x3f]
-
-s_bfe_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x93,0x56,0x34,0x12,0xaf]
-
-s_bfe_u64 s[0:1], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x00,0x94]
-
-s_bfe_u64 s[104:105], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x68,0x94]
-
-s_bfe_u64 s[0:1], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x00,0x94]
-
-s_bfe_u64 s[104:105], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x68,0x94]
-
-s_bfe_u64 s[104:105], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x68,0x94]
-
-s_bfe_u64 s[104:105], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x68,0x94]
-
-s_bfe_u64 s[0:1], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x00,0x94]
-
-s_bfe_u64 exec, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x7e,0x94]
-
-s_bfe_u64 vcc, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x6a,0x94]
-
-s_bfe_u64 s[0:1], exec, s4
-// GFX11: encoding: [0x7e,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], vcc, s4
-// GFX11: encoding: [0x6a,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], 0, s4
-// GFX11: encoding: [0x80,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], -1, s4
-// GFX11: encoding: [0xc1,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], 0.5, s4
-// GFX11: encoding: [0xf0,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], -4.0, s4
-// GFX11: encoding: [0xf7,0x04,0x00,0x94]
-
-s_bfe_u64 s[0:1], 0x3f717273, s4
-// GFX11: encoding: [0xff,0x04,0x00,0x94,0x73,0x72,0x71,0x3f]
-
-s_bfe_u64 s[0:1], 0xaf123456, s4
-// GFX11: encoding: [0xff,0x04,0x00,0x94,0x56,0x34,0x12,0xaf]
-
-s_bfe_u64 s[0:1], s[2:3], exec_lo
-// GFX11: encoding: [0x02,0x7e,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x00,0x94]
-
-s_bfe_u64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x00,0x94,0x73,0x72,0x71,0x3f]
-
-s_bfe_u64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x00,0x94,0x56,0x34,0x12,0xaf]
-
-s_bfe_i64 s[0:1], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0x80,0x94]
-
-s_bfe_i64 s[104:105], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0xe8,0x94]
-
-s_bfe_i64 s[0:1], s[102:103], s100
-// GFX11: encoding: [0x66,0x64,0x80,0x94]
-
-s_bfe_i64 s[104:105], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0xe8,0x94]
-
-s_bfe_i64 s[104:105], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0xe8,0x94]
-
-s_bfe_i64 s[104:105], s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xe8,0x94]
-
-s_bfe_i64 s[0:1], s[102:103], s4
-// GFX11: encoding: [0x66,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], s100
-// GFX11: encoding: [0x02,0x64,0x80,0x94]
-
-s_bfe_i64 exec, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xfe,0x94]
-
-s_bfe_i64 vcc, s[2:3], s4
-// GFX11: encoding: [0x02,0x04,0xea,0x94]
-
-s_bfe_i64 s[0:1], exec, s4
-// GFX11: encoding: [0x7e,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], vcc, s4
-// GFX11: encoding: [0x6a,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], 0, s4
-// GFX11: encoding: [0x80,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], -1, s4
-// GFX11: encoding: [0xc1,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], 0.5, s4
-// GFX11: encoding: [0xf0,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], -4.0, s4
-// GFX11: encoding: [0xf7,0x04,0x80,0x94]
-
-s_bfe_i64 s[0:1], 0x3f717273, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x94,0x73,0x72,0x71,0x3f]
-
-s_bfe_i64 s[0:1], 0xaf123456, s4
-// GFX11: encoding: [0xff,0x04,0x80,0x94,0x56,0x34,0x12,0xaf]
-
-s_bfe_i64 s[0:1], s[2:3], exec_lo
-// GFX11: encoding: [0x02,0x7e,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], vcc_lo
-// GFX11: encoding: [0x02,0x6a,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], 0
-// GFX11: encoding: [0x02,0x80,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], -1
-// GFX11: encoding: [0x02,0xc1,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], 0.5
-// GFX11: encoding: [0x02,0xf0,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], -4.0
-// GFX11: encoding: [0x02,0xf7,0x80,0x94]
-
-s_bfe_i64 s[0:1], s[2:3], 0x3f717273
-// GFX11: encoding: [0x02,0xff,0x80,0x94,0x73,0x72,0x71,0x3f]
-
-s_bfe_i64 s[0:1], s[2:3], 0xaf123456
-// GFX11: encoding: [0x02,0xff,0x80,0x94,0x56,0x34,0x12,0xaf]
-
-s_abs
diff _i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x83]
-
-s_abs
diff _i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x83]
-
-s_abs
diff _i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x83]
-
-s_abs
diff _i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x83]
-
-s_abs
diff _i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x83]
-
-s_abs
diff _i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x83]
-
-s_abs
diff _i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x83]
-
-s_abs
diff _i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x83]
-
-s_abs
diff _i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x83]
-
-s_abs
diff _i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x83]
-
-s_abs
diff _i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x83]
-
-s_abs
diff _i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x83]
-
-s_abs
diff _i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x83]
-
-s_abs
diff _i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x83,0x73,0x72,0x71,0x3f]
-
-s_abs
diff _i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x83,0x56,0x34,0x12,0xaf]
-
-s_abs
diff _i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x83]
-
-s_abs
diff _i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x83,0x73,0x72,0x71,0x3f]
-
-s_abs
diff _i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x83,0x56,0x34,0x12,0xaf]
-
-s_lshl1_add_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x87]
-
-s_lshl1_add_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x87]
-
-s_lshl1_add_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x87]
-
-s_lshl1_add_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x87]
-
-s_lshl1_add_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x87]
-
-s_lshl1_add_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x87]
-
-s_lshl1_add_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x87]
-
-s_lshl1_add_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x87]
-
-s_lshl1_add_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x87]
-
-s_lshl1_add_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x87]
-
-s_lshl1_add_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x87]
-
-s_lshl1_add_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x87]
-
-s_lshl1_add_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x87,0x73,0x72,0x71,0x3f]
-
-s_lshl1_add_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x87,0x56,0x34,0x12,0xaf]
-
-s_lshl1_add_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x87]
-
-s_lshl1_add_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x87,0x73,0x72,0x71,0x3f]
-
-s_lshl1_add_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x87,0x56,0x34,0x12,0xaf]
-
-s_lshl2_add_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x87]
-
-s_lshl2_add_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x87]
-
-s_lshl2_add_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x87]
-
-s_lshl2_add_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x87]
-
-s_lshl2_add_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x87]
-
-s_lshl2_add_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x87]
-
-s_lshl2_add_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x87]
-
-s_lshl2_add_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x87]
-
-s_lshl2_add_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x87]
-
-s_lshl2_add_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x87]
-
-s_lshl2_add_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x87]
-
-s_lshl2_add_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x87]
-
-s_lshl2_add_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x87,0x73,0x72,0x71,0x3f]
-
-s_lshl2_add_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x87,0x56,0x34,0x12,0xaf]
-
-s_lshl2_add_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x87]
-
-s_lshl2_add_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x87,0x73,0x72,0x71,0x3f]
-
-s_lshl2_add_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x87,0x56,0x34,0x12,0xaf]
-
-s_lshl3_add_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x88]
-
-s_lshl3_add_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x88]
-
-s_lshl3_add_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x88]
-
-s_lshl3_add_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x88]
-
-s_lshl3_add_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x88]
-
-s_lshl3_add_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x88]
-
-s_lshl3_add_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x88]
-
-s_lshl3_add_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x88]
-
-s_lshl3_add_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x88]
-
-s_lshl3_add_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x88]
-
-s_lshl3_add_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x88]
-
-s_lshl3_add_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x88]
-
-s_lshl3_add_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x88,0x73,0x72,0x71,0x3f]
-
-s_lshl3_add_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x88,0x56,0x34,0x12,0xaf]
-
-s_lshl3_add_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x88]
-
-s_lshl3_add_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x88,0x73,0x72,0x71,0x3f]
-
-s_lshl3_add_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x88,0x56,0x34,0x12,0xaf]
-
-s_lshl4_add_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x88]
-
-s_lshl4_add_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x88]
-
-s_lshl4_add_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x88]
-
-s_lshl4_add_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x88]
-
-s_lshl4_add_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x88]
-
-s_lshl4_add_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x88]
-
-s_lshl4_add_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x88]
-
-s_lshl4_add_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x88]
-
-s_lshl4_add_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x88]
-
-s_lshl4_add_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x88]
-
-s_lshl4_add_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x88]
-
-s_lshl4_add_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x88]
-
-s_lshl4_add_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x88,0x73,0x72,0x71,0x3f]
-
-s_lshl4_add_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x88,0x56,0x34,0x12,0xaf]
-
-s_lshl4_add_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x88]
-
-s_lshl4_add_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x88,0x73,0x72,0x71,0x3f]
-
-s_lshl4_add_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x88,0x56,0x34,0x12,0xaf]
-
-s_pack_ll_b32_b16 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x99]
-
-s_pack_ll_b32_b16 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x99]
-
-s_pack_ll_b32_b16 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x99]
-
-s_pack_ll_b32_b16 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x99]
-
-s_pack_ll_b32_b16 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x99]
-
-s_pack_ll_b32_b16 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x99]
-
-s_pack_ll_b32_b16 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x99]
-
-s_pack_ll_b32_b16 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x99]
-
-s_pack_ll_b32_b16 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x99]
-
-s_pack_ll_b32_b16 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x99]
-
-s_pack_ll_b32_b16 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x99]
-
-s_pack_ll_b32_b16 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x99,0x73,0x72,0x71,0x3f]
-
-s_pack_ll_b32_b16 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x99,0x56,0x34,0x12,0xaf]
-
-s_pack_ll_b32_b16 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x99]
-
-s_pack_ll_b32_b16 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x99,0x73,0x72,0x71,0x3f]
-
-s_pack_ll_b32_b16 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x99,0x56,0x34,0x12,0xaf]
-
-s_pack_lh_b32_b16 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x99]
-
-s_pack_lh_b32_b16 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x99]
-
-s_pack_lh_b32_b16 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x99]
-
-s_pack_lh_b32_b16 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x99]
-
-s_pack_lh_b32_b16 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x99]
-
-s_pack_lh_b32_b16 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x99]
-
-s_pack_lh_b32_b16 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x99]
-
-s_pack_lh_b32_b16 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x99]
-
-s_pack_lh_b32_b16 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x99]
-
-s_pack_lh_b32_b16 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x99]
-
-s_pack_lh_b32_b16 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x99]
-
-s_pack_lh_b32_b16 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x99,0x73,0x72,0x71,0x3f]
-
-s_pack_lh_b32_b16 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x99,0x56,0x34,0x12,0xaf]
-
-s_pack_lh_b32_b16 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x99]
-
-s_pack_lh_b32_b16 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x99,0x73,0x72,0x71,0x3f]
-
-s_pack_lh_b32_b16 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x99,0x56,0x34,0x12,0xaf]
-
-s_pack_hh_b32_b16 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x9a]
-
-s_pack_hh_b32_b16 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x9a]
-
-s_pack_hh_b32_b16 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x9a]
-
-s_pack_hh_b32_b16 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x9a]
-
-s_pack_hh_b32_b16 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x9a]
-
-s_pack_hh_b32_b16 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x9a]
-
-s_pack_hh_b32_b16 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x9a]
-
-s_pack_hh_b32_b16 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x9a]
-
-s_pack_hh_b32_b16 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x9a]
-
-s_pack_hh_b32_b16 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x9a]
-
-s_pack_hh_b32_b16 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x9a]
-
-s_pack_hh_b32_b16 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x9a,0x73,0x72,0x71,0x3f]
-
-s_pack_hh_b32_b16 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x9a,0x56,0x34,0x12,0xaf]
-
-s_pack_hh_b32_b16 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x9a]
-
-s_pack_hh_b32_b16 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x9a,0x73,0x72,0x71,0x3f]
-
-s_pack_hh_b32_b16 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x9a,0x56,0x34,0x12,0xaf]
-
-s_mul_hi_u32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x80,0x96]
-
-s_mul_hi_u32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0xe9,0x96]
-
-s_mul_hi_u32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x80,0x96]
-
-s_mul_hi_u32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0xe9,0x96]
-
-s_mul_hi_u32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0xe9,0x96]
-
-s_mul_hi_u32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0xe9,0x96]
-
-s_mul_hi_u32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x80,0x96]
-
-s_mul_hi_u32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfe,0x96]
-
-s_mul_hi_u32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xff,0x96]
-
-s_mul_hi_u32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0xea,0x96]
-
-s_mul_hi_u32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0xeb,0x96]
-
-s_mul_hi_u32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0xfd,0x96]
-
-s_mul_hi_u32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x80,0x96]
-
-s_mul_hi_u32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x96,0x73,0x72,0x71,0x3f]
-
-s_mul_hi_u32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x80,0x96,0x56,0x34,0x12,0xaf]
-
-s_mul_hi_u32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x80,0x96]
-
-s_mul_hi_u32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x80,0x96,0x73,0x72,0x71,0x3f]
-
-s_mul_hi_u32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x80,0x96,0x56,0x34,0x12,0xaf]
-
-s_mul_hi_i32 s0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x00,0x97]
-
-s_mul_hi_i32 s105, s104, s103
-// GFX11: encoding: [0x68,0x67,0x69,0x97]
-
-s_mul_hi_i32 s0, s104, s103
-// GFX11: encoding: [0x68,0x67,0x00,0x97]
-
-s_mul_hi_i32 s105, s1, s103
-// GFX11: encoding: [0x01,0x67,0x69,0x97]
-
-s_mul_hi_i32 s105, s104, s2
-// GFX11: encoding: [0x68,0x02,0x69,0x97]
-
-s_mul_hi_i32 s105, s1, s2
-// GFX11: encoding: [0x01,0x02,0x69,0x97]
-
-s_mul_hi_i32 s0, s104, s2
-// GFX11: encoding: [0x68,0x02,0x00,0x97]
-
-s_mul_hi_i32 s0, s1, s103
-// GFX11: encoding: [0x01,0x67,0x00,0x97]
-
-s_mul_hi_i32 exec_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7e,0x97]
-
-s_mul_hi_i32 exec_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7f,0x97]
-
-s_mul_hi_i32 vcc_lo, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6a,0x97]
-
-s_mul_hi_i32 vcc_hi, s1, s2
-// GFX11: encoding: [0x01,0x02,0x6b,0x97]
-
-s_mul_hi_i32 m0, s1, s2
-// GFX11: encoding: [0x01,0x02,0x7d,0x97]
-
-s_mul_hi_i32 s0, exec_lo, s2
-// GFX11: encoding: [0x7e,0x02,0x00,0x97]
-
-s_mul_hi_i32 s0, exec_hi, s2
-// GFX11: encoding: [0x7f,0x02,0x00,0x97]
-
-s_mul_hi_i32 s0, vcc_lo, s2
-// GFX11: encoding: [0x6a,0x02,0x00,0x97]
+s_lshr_b64 s[0:1], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x80,0x85]
 
-s_mul_hi_i32 s0, vcc_hi, s2
-// GFX11: encoding: [0x6b,0x02,0x00,0x97]
+s_lshr_b64 s[104:105], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0xe8,0x85]
 
-s_mul_hi_i32 s0, m0, s2
-// GFX11: encoding: [0x7d,0x02,0x00,0x97]
+s_lshr_b64 s[104:105], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0xe8,0x85]
 
-s_mul_hi_i32 s0, 0, s2
-// GFX11: encoding: [0x80,0x02,0x00,0x97]
+s_lshr_b64 s[104:105], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xe8,0x85]
 
-s_mul_hi_i32 s0, -1, s2
-// GFX11: encoding: [0xc1,0x02,0x00,0x97]
+s_lshr_b64 s[0:1], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, 0.5, s2
-// GFX11: encoding: [0xf0,0x02,0x00,0x97]
+s_lshr_b64 s[0:1], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x80,0x85]
 
-s_mul_hi_i32 s0, -4.0, s2
-// GFX11: encoding: [0xf7,0x02,0x00,0x97]
+s_lshr_b64 exec, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xfe,0x85]
 
-s_mul_hi_i32 s0, 0x3f717273, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x97,0x73,0x72,0x71,0x3f]
+s_lshr_b64 vcc, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xea,0x85]
 
-s_mul_hi_i32 s0, 0xaf123456, s2
-// GFX11: encoding: [0xff,0x02,0x00,0x97,0x56,0x34,0x12,0xaf]
+s_lshr_b64 s[0:1], exec, s4
+// GFX11: encoding: [0x7e,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, exec_lo
-// GFX11: encoding: [0x01,0x7e,0x00,0x97]
+s_lshr_b64 s[0:1], vcc, s4
+// GFX11: encoding: [0x6a,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, exec_hi
-// GFX11: encoding: [0x01,0x7f,0x00,0x97]
+s_lshr_b64 s[0:1], 0, s4
+// GFX11: encoding: [0x80,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, vcc_lo
-// GFX11: encoding: [0x01,0x6a,0x00,0x97]
+s_lshr_b64 s[0:1], -1, s4
+// GFX11: encoding: [0xc1,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, vcc_hi
-// GFX11: encoding: [0x01,0x6b,0x00,0x97]
+s_lshr_b64 s[0:1], 0.5, s4
+// GFX11: encoding: [0xf0,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, m0
-// GFX11: encoding: [0x01,0x7d,0x00,0x97]
+s_lshr_b64 s[0:1], -4.0, s4
+// GFX11: encoding: [0xf7,0x04,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, 0
-// GFX11: encoding: [0x01,0x80,0x00,0x97]
+s_lshr_b64 s[0:1], 0x3f717273, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x85,0x73,0x72,0x71,0x3f]
 
-s_mul_hi_i32 s0, s1, -1
-// GFX11: encoding: [0x01,0xc1,0x00,0x97]
+s_lshr_b64 s[0:1], 0xaf123456, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x85,0x56,0x34,0x12,0xaf]
 
-s_mul_hi_i32 s0, s1, 0.5
-// GFX11: encoding: [0x01,0xf0,0x00,0x97]
+s_lshr_b64 s[0:1], s[2:3], exec_lo
+// GFX11: encoding: [0x02,0x7e,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, -4.0
-// GFX11: encoding: [0x01,0xf7,0x00,0x97]
+s_lshr_b64 s[0:1], s[2:3], vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, 0x3f717273
-// GFX11: encoding: [0x01,0xff,0x00,0x97,0x73,0x72,0x71,0x3f]
+s_lshr_b64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x85]
 
-s_mul_hi_i32 s0, s1, 0xaf123456
-// GFX11: encoding: [0x01,0xff,0x00,0x97,0x56,0x34,0x12,0xaf]
+s_lshr_b64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x85]
 
-s_cmp_eq_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x00,0xbf]
+s_lshr_b64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x85]
+
+s_lshr_b64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x85]
 
-s_cmp_eq_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x00,0xbf]
+s_lshr_b64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x85,0x73,0x72,0x71,0x3f]
 
-s_cmp_eq_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x00,0xbf]
+s_lshr_b64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x85,0x56,0x34,0x12,0xaf]
 
-s_cmp_eq_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x00,0xbf]
+s_ashr_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x86]
 
-s_cmp_eq_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x00,0xbf]
+s_ashr_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x86]
 
-s_cmp_eq_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x00,0xbf]
+s_ashr_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x86]
 
-s_cmp_eq_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x00,0xbf]
+s_ashr_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x86]
 
-s_cmp_eq_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x00,0xbf]
+s_ashr_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x86]
 
-s_cmp_eq_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x00,0xbf]
+s_ashr_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x86]
 
-s_cmp_eq_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x00,0xbf]
+s_ashr_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x86]
 
-s_cmp_eq_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x00,0xbf]
+s_ashr_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x86]
 
-s_cmp_eq_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x00,0xbf]
+s_ashr_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x86]
 
-s_cmp_eq_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x00,0xbf]
+s_ashr_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x86]
 
-s_cmp_eq_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x00,0xbf]
+s_ashr_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x86]
 
-s_cmp_eq_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x00,0xbf]
+s_ashr_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x86]
 
-s_cmp_eq_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x00,0xbf]
+s_ashr_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x86]
 
-s_cmp_eq_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x00,0xbf]
+s_ashr_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x86]
 
-s_cmp_eq_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x00,0xbf]
+s_ashr_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x86]
 
-s_cmp_eq_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x00,0xbf,0x73,0x72,0x71,0x3f]
+s_ashr_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x86]
 
-s_cmp_eq_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x00,0xbf,0x56,0x34,0x12,0xaf]
+s_ashr_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x86]
 
-s_cmp_lg_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x01,0xbf]
+s_ashr_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x86]
 
-s_cmp_lg_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x01,0xbf]
+s_ashr_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x86]
 
-s_cmp_lg_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x01,0xbf]
+s_ashr_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x86]
 
-s_cmp_lg_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x01,0xbf]
+s_ashr_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x86]
 
-s_cmp_lg_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x01,0xbf]
+s_ashr_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x86]
 
-s_cmp_lg_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x01,0xbf]
+s_ashr_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x86,0x73,0x72,0x71,0x3f]
 
-s_cmp_lg_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x01,0xbf]
+s_ashr_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x86,0x56,0x34,0x12,0xaf]
 
-s_cmp_lg_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x01,0xbf]
+s_ashr_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x86]
 
-s_cmp_lg_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x01,0xbf]
+s_ashr_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x86]
 
-s_cmp_lg_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x01,0xbf]
+s_ashr_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x86]
 
-s_cmp_lg_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x01,0xbf]
+s_ashr_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x86]
 
-s_cmp_lg_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x01,0xbf]
+s_ashr_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x86]
 
-s_cmp_lg_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x01,0xbf]
+s_ashr_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x86]
 
-s_cmp_lg_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x01,0xbf]
+s_ashr_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x86]
 
-s_cmp_lg_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x01,0xbf]
+s_ashr_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x86]
 
-s_cmp_lg_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x01,0xbf]
+s_ashr_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x86]
 
-s_cmp_lg_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x01,0xbf]
+s_ashr_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x86,0x73,0x72,0x71,0x3f]
 
-s_cmp_lg_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x01,0xbf]
+s_ashr_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x86,0x56,0x34,0x12,0xaf]
 
-s_cmp_lg_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x01,0xbf,0x73,0x72,0x71,0x3f]
+s_ashr_i64 s[0:1], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x80,0x86]
 
-s_cmp_lg_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x01,0xbf,0x56,0x34,0x12,0xaf]
+s_ashr_i64 s[104:105], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0xe8,0x86]
 
-s_cmp_gt_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x02,0xbf]
+s_ashr_i64 s[0:1], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x80,0x86]
 
-s_cmp_gt_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x02,0xbf]
+s_ashr_i64 s[104:105], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0xe8,0x86]
 
-s_cmp_gt_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x02,0xbf]
+s_ashr_i64 s[104:105], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0xe8,0x86]
 
-s_cmp_gt_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x02,0xbf]
+s_ashr_i64 s[104:105], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xe8,0x86]
 
-s_cmp_gt_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x02,0xbf]
+s_ashr_i64 s[0:1], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x80,0x86]
 
-s_cmp_gt_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x02,0xbf]
+s_ashr_i64 s[0:1], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x80,0x86]
 
-s_cmp_gt_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x02,0xbf]
+s_ashr_i64 exec, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xfe,0x86]
 
-s_cmp_gt_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x02,0xbf]
+s_ashr_i64 vcc, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xea,0x86]
 
-s_cmp_gt_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x02,0xbf]
+s_ashr_i64 s[0:1], exec, s4
+// GFX11: encoding: [0x7e,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x02,0xbf]
+s_ashr_i64 s[0:1], vcc, s4
+// GFX11: encoding: [0x6a,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x02,0xbf]
+s_ashr_i64 s[0:1], 0, s4
+// GFX11: encoding: [0x80,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x02,0xbf]
+s_ashr_i64 s[0:1], -1, s4
+// GFX11: encoding: [0xc1,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x02,0xbf]
+s_ashr_i64 s[0:1], 0.5, s4
+// GFX11: encoding: [0xf0,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x02,0xbf]
+s_ashr_i64 s[0:1], -4.0, s4
+// GFX11: encoding: [0xf7,0x04,0x80,0x86]
 
-s_cmp_gt_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x02,0xbf]
+s_ashr_i64 s[0:1], 0x3f717273, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x86,0x73,0x72,0x71,0x3f]
 
-s_cmp_gt_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x02,0xbf]
+s_ashr_i64 s[0:1], 0xaf123456, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x86,0x56,0x34,0x12,0xaf]
 
-s_cmp_gt_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x02,0xbf]
+s_ashr_i64 s[0:1], s[2:3], exec_lo
+// GFX11: encoding: [0x02,0x7e,0x80,0x86]
 
-s_cmp_gt_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x02,0xbf]
+s_ashr_i64 s[0:1], s[2:3], vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x80,0x86]
 
-s_cmp_gt_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x02,0xbf,0x73,0x72,0x71,0x3f]
+s_ashr_i64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x86]
 
-s_cmp_gt_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x02,0xbf,0x56,0x34,0x12,0xaf]
+s_ashr_i64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x86]
 
-s_cmp_ge_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x03,0xbf]
+s_ashr_i64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x86]
 
-s_cmp_ge_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x03,0xbf]
+s_ashr_i64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x86]
 
-s_cmp_ge_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x03,0xbf]
+s_ashr_i64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x86,0x73,0x72,0x71,0x3f]
 
-s_cmp_ge_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x03,0xbf]
+s_ashr_i64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x86,0x56,0x34,0x12,0xaf]
 
-s_cmp_ge_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x03,0xbf]
+s_bfm_b32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x95]
 
-s_cmp_ge_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x03,0xbf]
+s_bfm_b32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x95]
 
-s_cmp_ge_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x03,0xbf]
+s_bfm_b32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x95]
 
-s_cmp_ge_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x03,0xbf]
+s_bfm_b32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x95]
 
-s_cmp_ge_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x03,0xbf]
+s_bfm_b32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x95]
 
-s_cmp_ge_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x03,0xbf]
+s_bfm_b32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x95]
 
-s_cmp_ge_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x03,0xbf]
+s_bfm_b32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x95]
 
-s_cmp_ge_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x03,0xbf]
+s_bfm_b32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x95]
 
-s_cmp_ge_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x03,0xbf]
+s_bfm_b32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x95]
 
-s_cmp_ge_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x03,0xbf]
+s_bfm_b32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x95]
 
-s_cmp_ge_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x03,0xbf]
+s_bfm_b32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x95]
 
-s_cmp_ge_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x03,0xbf]
+s_bfm_b32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x95]
 
-s_cmp_ge_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x03,0xbf]
+s_bfm_b32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x95]
 
-s_cmp_ge_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x03,0xbf]
+s_bfm_b32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x95]
 
-s_cmp_ge_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x03,0xbf,0x73,0x72,0x71,0x3f]
+s_bfm_b32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x95]
 
-s_cmp_ge_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x03,0xbf,0x56,0x34,0x12,0xaf]
+s_bfm_b32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x95]
 
-s_cmp_lt_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x04,0xbf]
+s_bfm_b32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x95]
 
-s_cmp_lt_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x04,0xbf]
+s_bfm_b32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x95]
 
-s_cmp_lt_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x04,0xbf]
+s_bfm_b32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x95]
 
-s_cmp_lt_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x04,0xbf]
+s_bfm_b32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x95]
 
-s_cmp_lt_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x04,0xbf]
+s_bfm_b32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x95]
 
-s_cmp_lt_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x04,0xbf]
+s_bfm_b32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x95]
 
-s_cmp_lt_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x04,0xbf]
+s_bfm_b32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x95,0x73,0x72,0x71,0x3f]
 
-s_cmp_lt_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x04,0xbf]
+s_bfm_b32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x95,0x56,0x34,0x12,0xaf]
 
-s_cmp_lt_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x04,0xbf]
+s_bfm_b32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x95]
 
-s_cmp_lt_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x04,0xbf]
+s_bfm_b32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x95]
 
-s_cmp_lt_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x04,0xbf]
+s_bfm_b32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x95]
 
-s_cmp_lt_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x04,0xbf]
+s_bfm_b32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x95]
 
-s_cmp_lt_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x04,0xbf]
+s_bfm_b32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x95]
 
-s_cmp_lt_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x04,0xbf]
+s_bfm_b32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x95]
 
-s_cmp_lt_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x04,0xbf]
+s_bfm_b32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x95]
 
-s_cmp_lt_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x04,0xbf]
+s_bfm_b32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x95]
 
-s_cmp_lt_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x04,0xbf]
+s_bfm_b32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x95]
 
-s_cmp_lt_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x04,0xbf]
+s_bfm_b32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x95,0x73,0x72,0x71,0x3f]
 
-s_cmp_lt_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x04,0xbf,0x73,0x72,0x71,0x3f]
+s_bfm_b32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x95,0x56,0x34,0x12,0xaf]
 
-s_cmp_lt_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x04,0xbf,0x56,0x34,0x12,0xaf]
+s_bfm_b64 s[0:1], s2, s3
+// GFX11: encoding: [0x02,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x05,0xbf]
+s_bfm_b64 s[104:105], s103, s102
+// GFX11: encoding: [0x67,0x66,0xe8,0x95]
 
-s_cmp_le_i32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x05,0xbf]
+s_bfm_b64 s[0:1], s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x95]
 
-s_cmp_le_i32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x05,0xbf]
+s_bfm_b64 s[104:105], s2, s103
+// GFX11: encoding: [0x02,0x67,0xe8,0x95]
 
-s_cmp_le_i32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x05,0xbf]
+s_bfm_b64 s[104:105], s104, s3
+// GFX11: encoding: [0x68,0x03,0xe8,0x95]
 
-s_cmp_le_i32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x05,0xbf]
+s_bfm_b64 s[104:105], s2, s3
+// GFX11: encoding: [0x02,0x03,0xe8,0x95]
 
-s_cmp_le_i32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x05,0xbf]
+s_bfm_b64 s[0:1], s104, s3
+// GFX11: encoding: [0x68,0x03,0x80,0x95]
 
-s_cmp_le_i32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x05,0xbf]
+s_bfm_b64 s[0:1], s2, s103
+// GFX11: encoding: [0x02,0x67,0x80,0x95]
 
-s_cmp_le_i32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x05,0xbf]
+s_bfm_b64 exec, s2, s3
+// GFX11: encoding: [0x02,0x03,0xfe,0x95]
 
-s_cmp_le_i32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x05,0xbf]
+s_bfm_b64 vcc, s2, s3
+// GFX11: encoding: [0x02,0x03,0xea,0x95]
 
-s_cmp_le_i32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x05,0xbf]
+s_bfm_b64 s[0:1], exec_lo, s3
+// GFX11: encoding: [0x7e,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x05,0xbf]
+s_bfm_b64 s[0:1], exec_hi, s3
+// GFX11: encoding: [0x7f,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x05,0xbf]
+s_bfm_b64 s[0:1], vcc_lo, s3
+// GFX11: encoding: [0x6a,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x05,0xbf]
+s_bfm_b64 s[0:1], vcc_hi, s3
+// GFX11: encoding: [0x6b,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x05,0xbf]
+s_bfm_b64 s[0:1], m0, s3
+// GFX11: encoding: [0x7d,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x05,0xbf]
+s_bfm_b64 s[0:1], 0, s3
+// GFX11: encoding: [0x80,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x05,0xbf]
+s_bfm_b64 s[0:1], -1, s3
+// GFX11: encoding: [0xc1,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x05,0xbf]
+s_bfm_b64 s[0:1], 0.5, s3
+// GFX11: encoding: [0xf0,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x05,0xbf]
+s_bfm_b64 s[0:1], -4.0, s3
+// GFX11: encoding: [0xf7,0x03,0x80,0x95]
 
-s_cmp_le_i32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x05,0xbf,0x73,0x72,0x71,0x3f]
+s_bfm_b64 s[0:1], 0x3f717273, s3
+// GFX11: encoding: [0xff,0x03,0x80,0x95,0x73,0x72,0x71,0x3f]
 
-s_cmp_le_i32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x05,0xbf,0x56,0x34,0x12,0xaf]
+s_bfm_b64 s[0:1], 0xaf123456, s3
+// GFX11: encoding: [0xff,0x03,0x80,0x95,0x56,0x34,0x12,0xaf]
 
-s_cmp_eq_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, exec_lo
+// GFX11: encoding: [0x02,0x7e,0x80,0x95]
 
-s_cmp_eq_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, exec_hi
+// GFX11: encoding: [0x02,0x7f,0x80,0x95]
 
-s_cmp_eq_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x80,0x95]
 
-s_cmp_eq_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, vcc_hi
+// GFX11: encoding: [0x02,0x6b,0x80,0x95]
 
-s_cmp_eq_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, m0
+// GFX11: encoding: [0x02,0x7d,0x80,0x95]
 
-s_cmp_eq_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, 0
+// GFX11: encoding: [0x02,0x80,0x80,0x95]
 
-s_cmp_eq_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x95]
 
-s_cmp_eq_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x95]
 
-s_cmp_eq_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x95]
 
-s_cmp_eq_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x95,0x73,0x72,0x71,0x3f]
 
-s_cmp_eq_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x06,0xbf]
+s_bfm_b64 s[0:1], s2, 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x95,0x56,0x34,0x12,0xaf]
 
-s_cmp_eq_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x06,0xbf]
+s_mul_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x96]
 
-s_cmp_eq_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x06,0xbf]
+s_mul_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x96]
 
-s_cmp_eq_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x06,0xbf]
+s_mul_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x96]
 
-s_cmp_eq_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x06,0xbf]
+s_mul_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x96]
 
-s_cmp_eq_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x06,0xbf]
+s_mul_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x96]
 
-s_cmp_eq_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x06,0xbf]
+s_mul_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x96]
 
-s_cmp_eq_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x06,0xbf]
+s_mul_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x96]
 
-s_cmp_eq_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x06,0xbf,0x73,0x72,0x71,0x3f]
+s_mul_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x96]
 
-s_cmp_eq_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x06,0xbf,0x56,0x34,0x12,0xaf]
+s_mul_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x96]
 
-s_cmp_lg_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x07,0xbf]
+s_mul_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x96]
 
-s_cmp_lg_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x07,0xbf]
+s_mul_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x96]
 
-s_cmp_lg_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x07,0xbf]
+s_mul_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x96]
 
-s_cmp_lg_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x07,0xbf]
+s_mul_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x96]
 
-s_cmp_lg_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x07,0xbf]
+s_mul_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x96]
 
-s_cmp_lg_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x07,0xbf]
+s_mul_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x96]
 
-s_cmp_lg_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x07,0xbf]
+s_mul_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x96]
 
-s_cmp_lg_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x07,0xbf]
+s_mul_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x96]
 
-s_cmp_lg_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x07,0xbf]
+s_mul_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x96]
 
-s_cmp_lg_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x07,0xbf]
+s_mul_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x96]
 
-s_cmp_lg_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x07,0xbf]
+s_mul_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x96]
 
-s_cmp_lg_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x07,0xbf]
+s_mul_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x96]
 
-s_cmp_lg_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x07,0xbf]
+s_mul_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x96]
 
-s_cmp_lg_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x07,0xbf]
+s_mul_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x96,0x73,0x72,0x71,0x3f]
 
-s_cmp_lg_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x07,0xbf]
+s_mul_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x96,0x56,0x34,0x12,0xaf]
 
-s_cmp_lg_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x07,0xbf]
+s_mul_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x96]
 
-s_cmp_lg_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x07,0xbf]
+s_mul_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x96]
 
-s_cmp_lg_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x07,0xbf]
+s_mul_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x96]
 
-s_cmp_lg_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x07,0xbf,0x73,0x72,0x71,0x3f]
+s_mul_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x96]
 
-s_cmp_lg_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x07,0xbf,0x56,0x34,0x12,0xaf]
+s_mul_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x96]
 
-s_cmp_gt_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x08,0xbf]
+s_mul_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x96]
 
-s_cmp_gt_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x08,0xbf]
+s_mul_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x96]
 
-s_cmp_gt_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x08,0xbf]
+s_mul_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x96]
 
-s_cmp_gt_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x08,0xbf]
+s_mul_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x96]
 
-s_cmp_gt_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x08,0xbf]
+s_mul_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x96,0x73,0x72,0x71,0x3f]
 
-s_cmp_gt_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x08,0xbf]
+s_mul_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x96,0x56,0x34,0x12,0xaf]
 
-s_cmp_gt_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x08,0xbf]
+s_bfe_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x93]
 
-s_cmp_gt_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x08,0xbf]
+s_bfe_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x93]
 
-s_cmp_gt_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x08,0xbf]
+s_bfe_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x93]
 
-s_cmp_gt_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x08,0xbf]
+s_bfe_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x93]
 
-s_cmp_gt_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x08,0xbf]
+s_bfe_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x93]
 
-s_cmp_gt_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x08,0xbf]
+s_bfe_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x93]
 
-s_cmp_gt_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x08,0xbf]
+s_bfe_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x93]
 
-s_cmp_gt_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x08,0xbf]
+s_bfe_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x93]
 
-s_cmp_gt_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x08,0xbf]
+s_bfe_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x93]
 
-s_cmp_gt_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x08,0xbf]
+s_bfe_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x93]
 
-s_cmp_gt_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x08,0xbf]
+s_bfe_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x93]
 
-s_cmp_gt_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x08,0xbf]
+s_bfe_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x93]
 
-s_cmp_gt_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x08,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x93]
 
-s_cmp_gt_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x08,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x93]
 
-s_cmp_ge_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x09,0xbf]
+s_bfe_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x93]
 
-s_cmp_ge_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x09,0xbf]
+s_bfe_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x93]
 
-s_cmp_ge_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x09,0xbf]
+s_bfe_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x93]
 
-s_cmp_ge_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x09,0xbf]
+s_bfe_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x93]
 
-s_cmp_ge_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x09,0xbf]
+s_bfe_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x93]
 
-s_cmp_ge_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x09,0xbf]
+s_bfe_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x93]
 
-s_cmp_ge_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x09,0xbf]
+s_bfe_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x93]
 
-s_cmp_ge_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x09,0xbf]
+s_bfe_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x93]
 
-s_cmp_ge_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x09,0xbf]
+s_bfe_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x93,0x73,0x72,0x71,0x3f]
 
-s_cmp_ge_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x09,0xbf]
+s_bfe_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x93,0x56,0x34,0x12,0xaf]
 
-s_cmp_ge_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x09,0xbf]
+s_bfe_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x93]
 
-s_cmp_ge_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x09,0xbf]
+s_bfe_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x93]
 
-s_cmp_ge_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x09,0xbf]
+s_bfe_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x93]
 
-s_cmp_ge_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x09,0xbf]
+s_bfe_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x93]
 
-s_cmp_ge_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x09,0xbf]
+s_bfe_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x93]
 
-s_cmp_ge_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x09,0xbf]
+s_bfe_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x93]
 
-s_cmp_ge_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x09,0xbf]
+s_bfe_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x93]
 
-s_cmp_ge_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x09,0xbf]
+s_bfe_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x93]
 
-s_cmp_ge_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x09,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x93]
 
-s_cmp_ge_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x09,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x93,0x73,0x72,0x71,0x3f]
 
-s_cmp_lt_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x0a,0xbf]
+s_bfe_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x93,0x56,0x34,0x12,0xaf]
 
-s_cmp_lt_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x0a,0xbf]
+s_bfe_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x0a,0xbf]
+s_bfe_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x93]
 
-s_cmp_lt_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x0a,0xbf]
+s_bfe_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x93]
 
-s_cmp_lt_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x0a,0xbf]
+s_bfe_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x93]
 
-s_cmp_lt_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x0a,0xbf]
+s_bfe_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x93]
 
-s_cmp_lt_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x0a,0xbf]
+s_bfe_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x93]
 
-s_cmp_lt_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x0a,0xbf]
+s_bfe_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x93]
 
-s_cmp_lt_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x0a,0xbf]
+s_bfe_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x93]
 
-s_cmp_lt_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0a,0xbf]
+s_bfe_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x93]
 
-s_cmp_lt_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0a,0xbf]
+s_bfe_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x93]
 
-s_cmp_lt_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0a,0xbf]
+s_bfe_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x93]
 
-s_cmp_lt_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0a,0xbf]
+s_bfe_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x93]
 
-s_cmp_lt_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x0a,0xbf]
+s_bfe_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x93]
 
-s_cmp_lt_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x0a,0xbf]
+s_bfe_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x0a,0xbf]
+s_bfe_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x0a,0xbf]
+s_bfe_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x0a,0xbf]
+s_bfe_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0a,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x93]
 
-s_cmp_lt_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0a,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x93]
 
-s_cmp_le_u32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x0b,0xbf]
+s_bfe_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x93]
 
-s_cmp_le_u32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x0b,0xbf]
+s_bfe_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x93]
 
-s_cmp_le_u32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x0b,0xbf]
+s_bfe_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x93]
 
-s_cmp_le_u32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x0b,0xbf]
+s_bfe_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x93,0x73,0x72,0x71,0x3f]
 
-s_cmp_le_u32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x0b,0xbf]
+s_bfe_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x93,0x56,0x34,0x12,0xaf]
 
-s_cmp_le_u32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x0b,0xbf]
+s_bfe_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x93]
 
-s_cmp_le_u32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x0b,0xbf]
+s_bfe_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x93]
 
-s_cmp_le_u32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x0b,0xbf]
+s_bfe_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x93]
 
-s_cmp_le_u32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x0b,0xbf]
+s_bfe_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x93]
 
-s_cmp_le_u32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0b,0xbf]
+s_bfe_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x93]
 
-s_cmp_le_u32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0b,0xbf]
+s_bfe_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x93]
 
-s_cmp_le_u32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0b,0xbf]
+s_bfe_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x93]
 
-s_cmp_le_u32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0b,0xbf]
+s_bfe_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x93]
 
-s_cmp_le_u32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x0b,0xbf]
+s_bfe_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x93]
 
-s_cmp_le_u32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x0b,0xbf]
+s_bfe_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x93,0x73,0x72,0x71,0x3f]
 
-s_cmp_le_u32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x0b,0xbf]
+s_bfe_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x93,0x56,0x34,0x12,0xaf]
 
-s_cmp_le_u32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x0b,0xbf]
+s_bfe_u64 s[0:1], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x00,0x94]
 
-s_cmp_le_u32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x0b,0xbf]
+s_bfe_u64 s[104:105], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x68,0x94]
 
-s_cmp_le_u32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0b,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_u64 s[0:1], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x00,0x94]
 
-s_cmp_le_u32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0b,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_u64 s[104:105], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x68,0x94]
 
-s_bitcmp0_b32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x0c,0xbf]
+s_bfe_u64 s[104:105], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x68,0x94]
 
-s_bitcmp0_b32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x0c,0xbf]
+s_bfe_u64 s[104:105], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x68,0x94]
 
-s_bitcmp0_b32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x00,0x94]
 
-s_bitcmp0_b32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x00,0x94]
 
-s_bitcmp0_b32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x0c,0xbf]
+s_bfe_u64 exec, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x7e,0x94]
 
-s_bitcmp0_b32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x0c,0xbf]
+s_bfe_u64 vcc, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x6a,0x94]
 
-s_bitcmp0_b32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x0c,0xbf]
+s_bfe_u64 s[0:1], exec, s4
+// GFX11: encoding: [0x7e,0x04,0x00,0x94]
 
-s_bitcmp0_b32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x0c,0xbf]
+s_bfe_u64 s[0:1], vcc, s4
+// GFX11: encoding: [0x6a,0x04,0x00,0x94]
 
-s_bitcmp0_b32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x0c,0xbf]
+s_bfe_u64 s[0:1], 0, s4
+// GFX11: encoding: [0x80,0x04,0x00,0x94]
 
-s_bitcmp0_b32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0c,0xbf]
+s_bfe_u64 s[0:1], -1, s4
+// GFX11: encoding: [0xc1,0x04,0x00,0x94]
 
-s_bitcmp0_b32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0c,0xbf]
+s_bfe_u64 s[0:1], 0.5, s4
+// GFX11: encoding: [0xf0,0x04,0x00,0x94]
 
-s_bitcmp0_b32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0c,0xbf]
+s_bfe_u64 s[0:1], -4.0, s4
+// GFX11: encoding: [0xf7,0x04,0x00,0x94]
 
-s_bitcmp0_b32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0c,0xbf]
+s_bfe_u64 s[0:1], 0x3f717273, s4
+// GFX11: encoding: [0xff,0x04,0x00,0x94,0x73,0x72,0x71,0x3f]
 
-s_bitcmp0_b32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x0c,0xbf]
+s_bfe_u64 s[0:1], 0xaf123456, s4
+// GFX11: encoding: [0xff,0x04,0x00,0x94,0x56,0x34,0x12,0xaf]
 
-s_bitcmp0_b32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[2:3], exec_lo
+// GFX11: encoding: [0x02,0x7e,0x00,0x94]
 
-s_bitcmp0_b32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[2:3], vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x00,0x94]
 
-s_bitcmp0_b32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x00,0x94]
 
-s_bitcmp0_b32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x0c,0xbf]
+s_bfe_u64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x00,0x94]
 
-s_bitcmp0_b32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0c,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_u64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x00,0x94]
 
-s_bitcmp0_b32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0c,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_u64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x00,0x94]
 
-s_bitcmp1_b32 s0, s1
-// GFX11: encoding: [0x00,0x01,0x0d,0xbf]
+s_bfe_u64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x00,0x94,0x73,0x72,0x71,0x3f]
 
-s_bitcmp1_b32 s105, s104
-// GFX11: encoding: [0x69,0x68,0x0d,0xbf]
+s_bfe_u64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x00,0x94,0x56,0x34,0x12,0xaf]
 
-s_bitcmp1_b32 s0, s104
-// GFX11: encoding: [0x00,0x68,0x0d,0xbf]
+s_bfe_i64 s[0:1], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s105, s1
-// GFX11: encoding: [0x69,0x01,0x0d,0xbf]
+s_bfe_i64 s[104:105], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0xe8,0x94]
 
-s_bitcmp1_b32 exec_lo, s1
-// GFX11: encoding: [0x7e,0x01,0x0d,0xbf]
+s_bfe_i64 s[0:1], s[102:103], s100
+// GFX11: encoding: [0x66,0x64,0x80,0x94]
 
-s_bitcmp1_b32 exec_hi, s1
-// GFX11: encoding: [0x7f,0x01,0x0d,0xbf]
+s_bfe_i64 s[104:105], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0xe8,0x94]
 
-s_bitcmp1_b32 vcc_lo, s1
-// GFX11: encoding: [0x6a,0x01,0x0d,0xbf]
+s_bfe_i64 s[104:105], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0xe8,0x94]
 
-s_bitcmp1_b32 vcc_hi, s1
-// GFX11: encoding: [0x6b,0x01,0x0d,0xbf]
+s_bfe_i64 s[104:105], s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xe8,0x94]
 
-s_bitcmp1_b32 m0, s1
-// GFX11: encoding: [0x7d,0x01,0x0d,0xbf]
+s_bfe_i64 s[0:1], s[102:103], s4
+// GFX11: encoding: [0x66,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0d,0xbf]
+s_bfe_i64 s[0:1], s[2:3], s100
+// GFX11: encoding: [0x02,0x64,0x80,0x94]
 
-s_bitcmp1_b32 s0, exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0d,0xbf]
+s_bfe_i64 exec, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xfe,0x94]
 
-s_bitcmp1_b32 s0, vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0d,0xbf]
+s_bfe_i64 vcc, s[2:3], s4
+// GFX11: encoding: [0x02,0x04,0xea,0x94]
 
-s_bitcmp1_b32 s0, vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0d,0xbf]
+s_bfe_i64 s[0:1], exec, s4
+// GFX11: encoding: [0x7e,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, m0
-// GFX11: encoding: [0x00,0x7d,0x0d,0xbf]
+s_bfe_i64 s[0:1], vcc, s4
+// GFX11: encoding: [0x6a,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, 0
-// GFX11: encoding: [0x00,0x80,0x0d,0xbf]
+s_bfe_i64 s[0:1], 0, s4
+// GFX11: encoding: [0x80,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, -1
-// GFX11: encoding: [0x00,0xc1,0x0d,0xbf]
+s_bfe_i64 s[0:1], -1, s4
+// GFX11: encoding: [0xc1,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, 0.5
-// GFX11: encoding: [0x00,0xf0,0x0d,0xbf]
+s_bfe_i64 s[0:1], 0.5, s4
+// GFX11: encoding: [0xf0,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, -4.0
-// GFX11: encoding: [0x00,0xf7,0x0d,0xbf]
+s_bfe_i64 s[0:1], -4.0, s4
+// GFX11: encoding: [0xf7,0x04,0x80,0x94]
 
-s_bitcmp1_b32 s0, 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0d,0xbf,0x73,0x72,0x71,0x3f]
+s_bfe_i64 s[0:1], 0x3f717273, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x94,0x73,0x72,0x71,0x3f]
 
-s_bitcmp1_b32 s0, 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0d,0xbf,0x56,0x34,0x12,0xaf]
+s_bfe_i64 s[0:1], 0xaf123456, s4
+// GFX11: encoding: [0xff,0x04,0x80,0x94,0x56,0x34,0x12,0xaf]
 
-s_bitcmp0_b64 s[0:1], s2
-// GFX11: encoding: [0x00,0x02,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], exec_lo
+// GFX11: encoding: [0x02,0x7e,0x80,0x94]
 
-s_bitcmp0_b64 s[104:105], s102
-// GFX11: encoding: [0x68,0x66,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], vcc_lo
+// GFX11: encoding: [0x02,0x6a,0x80,0x94]
 
-s_bitcmp0_b64 s[0:1], s102
-// GFX11: encoding: [0x00,0x66,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], 0
+// GFX11: encoding: [0x02,0x80,0x80,0x94]
 
-s_bitcmp0_b64 s[104:105], s2
-// GFX11: encoding: [0x68,0x02,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], -1
+// GFX11: encoding: [0x02,0xc1,0x80,0x94]
 
-s_bitcmp0_b64 exec, s2
-// GFX11: encoding: [0x7e,0x02,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], 0.5
+// GFX11: encoding: [0x02,0xf0,0x80,0x94]
 
-s_bitcmp0_b64 vcc, s2
-// GFX11: encoding: [0x6a,0x02,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], -4.0
+// GFX11: encoding: [0x02,0xf7,0x80,0x94]
 
-s_bitcmp0_b64 s[0:1], exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], 0x3f717273
+// GFX11: encoding: [0x02,0xff,0x80,0x94,0x73,0x72,0x71,0x3f]
 
-s_bitcmp0_b64 s[0:1], exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0e,0xbf]
+s_bfe_i64 s[0:1], s[2:3], 0xaf123456
+// GFX11: encoding: [0x02,0xff,0x80,0x94,0x56,0x34,0x12,0xaf]
 
-s_bitcmp0_b64 s[0:1], vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0e,0xbf]
+s_abs
diff _i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x83]
 
-s_bitcmp0_b64 s[0:1], vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0e,0xbf]
+s_abs
diff _i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x83]
 
-s_bitcmp0_b64 s[0:1], m0
-// GFX11: encoding: [0x00,0x7d,0x0e,0xbf]
+s_abs
diff _i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x83]
 
-s_bitcmp0_b64 s[0:1], 0
-// GFX11: encoding: [0x00,0x80,0x0e,0xbf]
+s_abs
diff _i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x83]
 
-s_bitcmp0_b64 s[0:1], -1
-// GFX11: encoding: [0x00,0xc1,0x0e,0xbf]
+s_abs
diff _i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x83]
 
-s_bitcmp0_b64 s[0:1], 0.5
-// GFX11: encoding: [0x00,0xf0,0x0e,0xbf]
+s_abs
diff _i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x83]
 
-s_bitcmp0_b64 s[0:1], -4.0
-// GFX11: encoding: [0x00,0xf7,0x0e,0xbf]
+s_abs
diff _i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x83]
 
-s_bitcmp0_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0e,0xbf,0x73,0x72,0x71,0x3f]
+s_abs
diff _i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x83]
 
-s_bitcmp0_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0e,0xbf,0x56,0x34,0x12,0xaf]
+s_abs
diff _i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x83]
 
-s_bitcmp1_b64 s[0:1], s2
-// GFX11: encoding: [0x00,0x02,0x0f,0xbf]
+s_abs
diff _i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x83]
 
-s_bitcmp1_b64 s[104:105], s102
-// GFX11: encoding: [0x68,0x66,0x0f,0xbf]
+s_abs
diff _i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x83]
 
-s_bitcmp1_b64 s[0:1], s102
-// GFX11: encoding: [0x00,0x66,0x0f,0xbf]
+s_abs
diff _i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x83]
 
-s_bitcmp1_b64 s[104:105], s2
-// GFX11: encoding: [0x68,0x02,0x0f,0xbf]
+s_abs
diff _i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x83]
 
-s_bitcmp1_b64 exec, s2
-// GFX11: encoding: [0x7e,0x02,0x0f,0xbf]
+s_abs
diff _i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x83]
 
-s_bitcmp1_b64 vcc, s2
-// GFX11: encoding: [0x6a,0x02,0x0f,0xbf]
+s_abs
diff _i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], exec_lo
-// GFX11: encoding: [0x00,0x7e,0x0f,0xbf]
+s_abs
diff _i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], exec_hi
-// GFX11: encoding: [0x00,0x7f,0x0f,0xbf]
+s_abs
diff _i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], vcc_lo
-// GFX11: encoding: [0x00,0x6a,0x0f,0xbf]
+s_abs
diff _i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], vcc_hi
-// GFX11: encoding: [0x00,0x6b,0x0f,0xbf]
+s_abs
diff _i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], m0
-// GFX11: encoding: [0x00,0x7d,0x0f,0xbf]
+s_abs
diff _i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], 0
-// GFX11: encoding: [0x00,0x80,0x0f,0xbf]
+s_abs
diff _i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], -1
-// GFX11: encoding: [0x00,0xc1,0x0f,0xbf]
+s_abs
diff _i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], 0.5
-// GFX11: encoding: [0x00,0xf0,0x0f,0xbf]
+s_abs
diff _i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x83,0x73,0x72,0x71,0x3f]
 
-s_bitcmp1_b64 s[0:1], -4.0
-// GFX11: encoding: [0x00,0xf7,0x0f,0xbf]
+s_abs
diff _i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x83,0x56,0x34,0x12,0xaf]
 
-s_bitcmp1_b64 s[0:1], 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x0f,0xbf,0x73,0x72,0x71,0x3f]
+s_abs
diff _i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x83]
 
-s_bitcmp1_b64 s[0:1], 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x0f,0xbf,0x56,0x34,0x12,0xaf]
+s_abs
diff _i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x83]
 
-s_cmp_eq_u64 s[0:1], s[2:3]
-// GFX11: encoding: [0x00,0x02,0x10,0xbf]
+s_abs
diff _i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x83]
 
-s_cmp_eq_u64 s[104:105], s[102:103]
-// GFX11: encoding: [0x68,0x66,0x10,0xbf]
+s_abs
diff _i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x83]
 
-s_cmp_eq_u64 s[0:1], s[102:103]
-// GFX11: encoding: [0x00,0x66,0x10,0xbf]
+s_abs
diff _i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x83]
 
-s_cmp_eq_u64 s[104:105], s[2:3]
-// GFX11: encoding: [0x68,0x02,0x10,0xbf]
+s_abs
diff _i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x83]
 
-s_cmp_eq_u64 exec, s[2:3]
-// GFX11: encoding: [0x7e,0x02,0x10,0xbf]
+s_abs
diff _i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x83]
 
-s_cmp_eq_u64 vcc, s[2:3]
-// GFX11: encoding: [0x6a,0x02,0x10,0xbf]
+s_abs
diff _i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x83]
 
-s_cmp_eq_u64 s[0:1], exec
-// GFX11: encoding: [0x00,0x7e,0x10,0xbf]
+s_abs
diff _i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x83]
 
-s_cmp_eq_u64 s[0:1], vcc
-// GFX11: encoding: [0x00,0x6a,0x10,0xbf]
+s_abs
diff _i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x83,0x73,0x72,0x71,0x3f]
 
-s_cmp_eq_u64 s[0:1], 0
-// GFX11: encoding: [0x00,0x80,0x10,0xbf]
+s_abs
diff _i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x83,0x56,0x34,0x12,0xaf]
 
-s_cmp_eq_u64 s[0:1], -1
-// GFX11: encoding: [0x00,0xc1,0x10,0xbf]
+s_lshl1_add_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x87]
 
-s_cmp_eq_u64 s[0:1], 0.5
-// GFX11: encoding: [0x00,0xf0,0x10,0xbf]
+s_lshl1_add_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x87]
 
-s_cmp_eq_u64 s[0:1], -4.0
-// GFX11: encoding: [0x00,0xf7,0x10,0xbf]
+s_lshl1_add_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x87]
 
-s_cmp_eq_u64 s[0:1], 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x10,0xbf,0x73,0x72,0x71,0x3f]
+s_lshl1_add_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x87]
 
-s_cmp_eq_u64 s[0:1], 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x10,0xbf,0x56,0x34,0x12,0xaf]
+s_lshl1_add_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x87]
 
-s_cmp_lg_u64 s[0:1], s[2:3]
-// GFX11: encoding: [0x00,0x02,0x11,0xbf]
+s_lshl1_add_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x87]
 
-s_cmp_lg_u64 s[104:105], s[102:103]
-// GFX11: encoding: [0x68,0x66,0x11,0xbf]
+s_lshl1_add_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], s[102:103]
-// GFX11: encoding: [0x00,0x66,0x11,0xbf]
+s_lshl1_add_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x87]
 
-s_cmp_lg_u64 s[104:105], s[2:3]
-// GFX11: encoding: [0x68,0x02,0x11,0xbf]
+s_lshl1_add_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x87]
 
-s_cmp_lg_u64 exec, s[2:3]
-// GFX11: encoding: [0x7e,0x02,0x11,0xbf]
+s_lshl1_add_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x87]
 
-s_cmp_lg_u64 vcc, s[2:3]
-// GFX11: encoding: [0x6a,0x02,0x11,0xbf]
+s_lshl1_add_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x87]
 
-s_cmp_lg_u64 s[0:1], exec
-// GFX11: encoding: [0x00,0x7e,0x11,0xbf]
+s_lshl1_add_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x87]
 
-s_cmp_lg_u64 s[0:1], vcc
-// GFX11: encoding: [0x00,0x6a,0x11,0xbf]
+s_lshl1_add_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x87]
 
-s_cmp_lg_u64 s[0:1], 0
-// GFX11: encoding: [0x00,0x80,0x11,0xbf]
+s_lshl1_add_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], -1
-// GFX11: encoding: [0x00,0xc1,0x11,0xbf]
+s_lshl1_add_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], 0.5
-// GFX11: encoding: [0x00,0xf0,0x11,0xbf]
+s_lshl1_add_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], -4.0
-// GFX11: encoding: [0x00,0xf7,0x11,0xbf]
+s_lshl1_add_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], 0x3f717273
-// GFX11: encoding: [0x00,0xff,0x11,0xbf,0x73,0x72,0x71,0x3f]
+s_lshl1_add_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x87]
 
-s_cmp_lg_u64 s[0:1], 0xaf123456
-// GFX11: encoding: [0x00,0xff,0x11,0xbf,0x56,0x34,0x12,0xaf]
+s_lshl1_add_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x87]
 
-s_movk_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb0]
+s_lshl1_add_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x87]
 
-s_movk_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb0]
+s_lshl1_add_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x87]
 
-s_movk_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb0]
+s_lshl1_add_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x87]
 
-s_movk_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb0]
+s_lshl1_add_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x87,0x73,0x72,0x71,0x3f]
 
-s_movk_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb0]
+s_lshl1_add_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x87,0x56,0x34,0x12,0xaf]
 
-s_movk_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb0]
+s_lshl1_add_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x87]
 
-s_movk_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb0]
+s_lshl1_add_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x87]
 
-s_movk_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb0]
+s_lshl1_add_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x87]
 
-s_version 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb0]
+s_lshl1_add_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x87]
 
-s_version 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb0]
+s_lshl1_add_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x87]
 
-s_cmovk_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb1]
+s_lshl1_add_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x87]
 
-s_cmovk_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb1]
+s_lshl1_add_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x87]
 
-s_cmovk_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb1]
+s_lshl1_add_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x87]
 
-s_cmovk_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb1]
+s_lshl1_add_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x87]
 
-s_cmovk_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb1]
+s_lshl1_add_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x87,0x73,0x72,0x71,0x3f]
 
-s_cmovk_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb1]
+s_lshl1_add_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x87,0x56,0x34,0x12,0xaf]
 
-s_cmovk_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb1]
+s_lshl2_add_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x87]
 
-s_cmovk_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb1]
+s_lshl2_add_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x87]
 
-s_cmpk_eq_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb1]
+s_lshl2_add_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x87]
 
-s_cmpk_eq_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb1]
+s_lshl2_add_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x87]
 
-s_cmpk_eq_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb1]
+s_lshl2_add_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x87]
 
-s_cmpk_eq_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb1]
+s_lshl2_add_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x87]
 
-s_cmpk_eq_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb1]
+s_lshl2_add_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x87]
 
-s_cmpk_eq_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb1]
+s_lshl2_add_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x87]
 
-s_cmpk_eq_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb1]
+s_lshl2_add_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x87]
 
-s_cmpk_eq_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb1]
+s_lshl2_add_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x87]
 
-s_cmpk_lg_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb2]
+s_lshl2_add_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x87]
 
-s_cmpk_lg_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb2]
+s_lshl2_add_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x87]
 
-s_cmpk_lg_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb2]
+s_lshl2_add_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x87]
 
-s_cmpk_lg_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb2]
+s_lshl2_add_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x87]
 
-s_cmpk_lg_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb2]
+s_lshl2_add_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x87]
 
-s_cmpk_lg_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb2]
+s_lshl2_add_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x87]
 
-s_cmpk_lg_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb2]
+s_lshl2_add_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x87]
 
-s_cmpk_lg_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb2]
+s_lshl2_add_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x87]
 
-s_cmpk_gt_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb2]
+s_lshl2_add_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x87]
 
-s_cmpk_gt_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb2]
+s_lshl2_add_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x87]
 
-s_cmpk_gt_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb2]
+s_lshl2_add_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x87]
 
-s_cmpk_gt_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb2]
+s_lshl2_add_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x87]
 
-s_cmpk_gt_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb2]
+s_lshl2_add_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x87,0x73,0x72,0x71,0x3f]
 
-s_cmpk_gt_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb2]
+s_lshl2_add_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x87,0x56,0x34,0x12,0xaf]
 
-s_cmpk_gt_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb2]
+s_lshl2_add_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x87]
 
-s_cmpk_gt_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb2]
+s_lshl2_add_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x87]
 
-s_cmpk_ge_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb3]
+s_lshl2_add_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x87]
 
-s_cmpk_ge_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb3]
+s_lshl2_add_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x87]
 
-s_cmpk_ge_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb3]
+s_lshl2_add_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x87]
 
-s_cmpk_ge_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb3]
+s_lshl2_add_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x87]
 
-s_cmpk_ge_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb3]
+s_lshl2_add_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x87]
 
-s_cmpk_ge_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb3]
+s_lshl2_add_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x87]
 
-s_cmpk_ge_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb3]
+s_lshl2_add_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x87]
 
-s_cmpk_ge_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb3]
+s_lshl2_add_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x87,0x73,0x72,0x71,0x3f]
 
-s_cmpk_lt_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb3]
+s_lshl2_add_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x87,0x56,0x34,0x12,0xaf]
 
-s_cmpk_lt_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb3]
+s_lshl3_add_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x88]
 
-s_cmpk_lt_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb3]
+s_lshl3_add_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x88]
 
-s_cmpk_lt_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb3]
+s_lshl3_add_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x88]
 
-s_cmpk_lt_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb3]
+s_lshl3_add_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x88]
 
-s_cmpk_lt_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb3]
+s_lshl3_add_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x88]
 
-s_cmpk_lt_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb3]
+s_lshl3_add_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x88]
 
-s_cmpk_lt_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb3]
+s_lshl3_add_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x88]
 
-s_cmpk_le_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb4]
+s_lshl3_add_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x88]
 
-s_cmpk_le_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb4]
+s_lshl3_add_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x88]
 
-s_cmpk_le_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb4]
+s_lshl3_add_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x88]
 
-s_cmpk_le_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb4]
+s_lshl3_add_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x88]
 
-s_cmpk_le_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb4]
+s_lshl3_add_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x88]
 
-s_cmpk_le_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb4]
+s_lshl3_add_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x88]
 
-s_cmpk_le_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb4]
+s_lshl3_add_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x88]
 
-s_cmpk_le_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb4]
+s_lshl3_add_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb4]
+s_lshl3_add_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb4]
+s_lshl3_add_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb4]
+s_lshl3_add_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb4]
+s_lshl3_add_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb4]
+s_lshl3_add_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb4]
+s_lshl3_add_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb4]
+s_lshl3_add_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x88]
 
-s_cmpk_eq_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb4]
+s_lshl3_add_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x88,0x73,0x72,0x71,0x3f]
 
-s_cmpk_lg_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb5]
+s_lshl3_add_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x88,0x56,0x34,0x12,0xaf]
 
-s_cmpk_lg_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb5]
+s_lshl3_add_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x88]
 
-s_cmpk_lg_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb5]
+s_lshl3_add_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x88]
 
-s_cmpk_lg_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb5]
+s_lshl3_add_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x88]
 
-s_cmpk_lg_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb5]
+s_lshl3_add_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x88]
 
-s_cmpk_lg_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb5]
+s_lshl3_add_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x88]
 
-s_cmpk_lg_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb5]
+s_lshl3_add_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x88]
 
-s_cmpk_lg_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb5]
+s_lshl3_add_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x88]
 
-s_cmpk_gt_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb5]
+s_lshl3_add_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x88]
 
-s_cmpk_gt_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb5]
+s_lshl3_add_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x88]
 
-s_cmpk_gt_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb5]
+s_lshl3_add_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x88,0x73,0x72,0x71,0x3f]
 
-s_cmpk_gt_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb5]
+s_lshl3_add_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x88,0x56,0x34,0x12,0xaf]
 
-s_cmpk_gt_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb5]
+s_lshl4_add_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x88]
 
-s_cmpk_gt_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb5]
+s_lshl4_add_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x88]
 
-s_cmpk_gt_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb5]
+s_lshl4_add_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x88]
 
-s_cmpk_gt_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb5]
+s_lshl4_add_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x88]
 
-s_cmpk_ge_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb6]
+s_lshl4_add_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x88]
 
-s_cmpk_ge_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb6]
+s_lshl4_add_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x88]
 
-s_cmpk_ge_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb6]
+s_lshl4_add_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x88]
 
-s_cmpk_ge_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb6]
+s_lshl4_add_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x88]
 
-s_cmpk_ge_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb6]
+s_lshl4_add_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x88]
 
-s_cmpk_ge_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb6]
+s_lshl4_add_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x88]
 
-s_cmpk_ge_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb6]
+s_lshl4_add_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x88]
 
-s_cmpk_ge_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb6]
+s_lshl4_add_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x88]
 
-s_cmpk_lt_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb6]
+s_lshl4_add_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x88]
 
-s_cmpk_lt_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb6]
+s_lshl4_add_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb6]
+s_lshl4_add_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb6]
+s_lshl4_add_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb6]
+s_lshl4_add_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb6]
+s_lshl4_add_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb6]
+s_lshl4_add_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x88]
 
-s_cmpk_lt_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb6]
+s_lshl4_add_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x88]
 
-s_cmpk_le_u32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb7]
+s_lshl4_add_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x88]
 
-s_cmpk_le_u32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb7]
+s_lshl4_add_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x88]
 
-s_cmpk_le_u32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb7]
+s_lshl4_add_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x88,0x73,0x72,0x71,0x3f]
 
-s_cmpk_le_u32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb7]
+s_lshl4_add_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x88,0x56,0x34,0x12,0xaf]
 
-s_cmpk_le_u32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb7]
+s_lshl4_add_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x88]
 
-s_cmpk_le_u32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb7]
+s_lshl4_add_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x88]
 
-s_cmpk_le_u32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb7]
+s_lshl4_add_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x88]
 
-s_cmpk_le_u32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb7]
+s_lshl4_add_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x88]
 
-s_addk_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb7]
+s_lshl4_add_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x88]
 
-s_addk_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb7]
+s_lshl4_add_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x88]
 
-s_addk_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb7]
+s_lshl4_add_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x88]
 
-s_addk_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb7]
+s_lshl4_add_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x88]
 
-s_addk_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb7]
+s_lshl4_add_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x88]
 
-s_addk_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb7]
+s_lshl4_add_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x88,0x73,0x72,0x71,0x3f]
 
-s_addk_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb7]
+s_lshl4_add_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x88,0x56,0x34,0x12,0xaf]
 
-s_addk_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb7]
+s_pack_ll_b32_b16 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x99]
 
-s_mulk_i32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xb8]
+s_pack_ll_b32_b16 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x99]
 
-s_mulk_i32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb8]
+s_pack_ll_b32_b16 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x99]
 
-s_mulk_i32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xb8]
+s_pack_ll_b32_b16 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x99]
 
-s_mulk_i32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xb8]
+s_pack_ll_b32_b16 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x99]
 
-s_mulk_i32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xb8]
+s_pack_ll_b32_b16 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x99]
 
-s_mulk_i32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xb8]
+s_pack_ll_b32_b16 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x99]
 
-s_mulk_i32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xb8]
+s_pack_ll_b32_b16 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x99]
 
-s_mulk_i32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xb8]
+s_pack_ll_b32_b16 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x99]
 
-s_getreg_b32 s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xb8]
+s_pack_ll_b32_b16 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x99]
 
-s_getreg_b32 s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb8]
+s_pack_ll_b32_b16 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x99]
 
-s_getreg_b32 s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xb8]
+s_pack_ll_b32_b16 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x99]
 
-s_getreg_b32 exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xb8]
+s_pack_ll_b32_b16 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x99]
 
-s_getreg_b32 exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xb8]
+s_pack_ll_b32_b16 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x99]
 
-s_getreg_b32 vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xb8]
+s_pack_ll_b32_b16 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x99]
 
-s_getreg_b32 vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xb8]
+s_pack_ll_b32_b16 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x99]
 
-s_getreg_b32 m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xb8]
+s_pack_ll_b32_b16 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x99]
 
-s_setreg_b32 0x1234, s0
-// GFX11: encoding: [0x34,0x12,0x00,0xb9]
+s_pack_ll_b32_b16 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x99]
 
-s_setreg_b32 0xc1d1, s0
-// GFX11: encoding: [0xd1,0xc1,0x00,0xb9]
+s_pack_ll_b32_b16 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x99]
 
-s_setreg_b32 0x1234, s105
-// GFX11: encoding: [0x34,0x12,0x69,0xb9]
+s_pack_ll_b32_b16 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x99]
 
-s_setreg_b32 0x1234, exec_lo
-// GFX11: encoding: [0x34,0x12,0x7e,0xb9]
+s_pack_ll_b32_b16 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x99]
 
-s_setreg_b32 0x1234, exec_hi
-// GFX11: encoding: [0x34,0x12,0x7f,0xb9]
+s_pack_ll_b32_b16 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x99]
 
-s_setreg_b32 0x1234, vcc_lo
-// GFX11: encoding: [0x34,0x12,0x6a,0xb9]
+s_pack_ll_b32_b16 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x99,0x73,0x72,0x71,0x3f]
 
-s_setreg_b32 0x1234, vcc_hi
-// GFX11: encoding: [0x34,0x12,0x6b,0xb9]
+s_pack_ll_b32_b16 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x99,0x56,0x34,0x12,0xaf]
 
-s_setreg_b32 0x1234, m0
-// GFX11: encoding: [0x34,0x12,0x7d,0xb9]
+s_pack_ll_b32_b16 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x99]
 
-s_setreg_imm32_b32 0x1234, 0x11213141
-// GFX11: encoding: [0x34,0x12,0x80,0xb9,0x41,0x31,0x21,0x11]
+s_pack_ll_b32_b16 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x99]
 
-s_setreg_imm32_b32 0xc1d1, 0x11213141
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb9,0x41,0x31,0x21,0x11]
+s_pack_ll_b32_b16 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x99]
 
-s_setreg_imm32_b32 0x1234, 0xa1b1c1d1
-// GFX11: encoding: [0x34,0x12,0x80,0xb9,0xd1,0xc1,0xb1,0xa1]
+s_pack_ll_b32_b16 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x99]
 
-s_setreg_imm32_b32 0xc1d1, 0xa1b1c1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xb9,0xd1,0xc1,0xb1,0xa1]
+s_pack_ll_b32_b16 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x99]
 
-s_call_b64 s[0:1], 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xba]
+s_pack_ll_b32_b16 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x99]
 
-s_call_b64 s[104:105], 0x1234
-// GFX11: encoding: [0x34,0x12,0x68,0xba]
+s_pack_ll_b32_b16 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x99]
 
-s_call_b64 exec, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xba]
+s_pack_ll_b32_b16 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x99]
 
-s_call_b64 vcc, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xba]
+s_pack_ll_b32_b16 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x99]
 
-s_call_b64 null, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7c,0xba]
+s_pack_ll_b32_b16 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x99,0x73,0x72,0x71,0x3f]
 
-s_waitcnt_vscnt s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xbc]
+s_pack_ll_b32_b16 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x99,0x56,0x34,0x12,0xaf]
 
-s_waitcnt_vscnt s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xbc]
+s_pack_lh_b32_b16 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x99]
 
-s_waitcnt_vscnt s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xbc]
+s_pack_lh_b32_b16 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x99]
 
-s_waitcnt_vscnt exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xbc]
+s_pack_lh_b32_b16 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x99]
 
-s_waitcnt_vscnt exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xbc]
+s_pack_lh_b32_b16 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x99]
 
-s_waitcnt_vscnt vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xbc]
+s_pack_lh_b32_b16 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x99]
 
-s_waitcnt_vscnt vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xbc]
+s_pack_lh_b32_b16 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x99]
 
-s_waitcnt_vscnt m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xbc]
+s_pack_lh_b32_b16 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x99]
 
-s_waitcnt_vmcnt s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xbc]
+s_pack_lh_b32_b16 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x99]
 
-s_waitcnt_vmcnt s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xbc]
+s_pack_lh_b32_b16 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x99]
 
-s_waitcnt_vmcnt s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xbc]
+s_pack_lh_b32_b16 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x99]
 
-s_waitcnt_vmcnt exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xbc]
+s_pack_lh_b32_b16 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x99]
 
-s_waitcnt_vmcnt exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xbc]
+s_pack_lh_b32_b16 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x99]
 
-s_waitcnt_vmcnt vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xbc]
+s_pack_lh_b32_b16 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x99]
 
-s_waitcnt_vmcnt vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xbc]
+s_pack_lh_b32_b16 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x99]
 
-s_waitcnt_vmcnt m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xbc]
+s_pack_lh_b32_b16 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x99]
 
-s_waitcnt_expcnt s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xbd]
+s_pack_lh_b32_b16 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x99]
 
-s_waitcnt_expcnt s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x00,0xbd]
+s_pack_lh_b32_b16 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x99]
 
-s_waitcnt_expcnt s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xbd]
+s_pack_lh_b32_b16 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x99]
 
-s_waitcnt_expcnt exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xbd]
+s_pack_lh_b32_b16 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x99]
 
-s_waitcnt_expcnt exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xbd]
+s_pack_lh_b32_b16 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x99]
 
-s_waitcnt_expcnt vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xbd]
+s_pack_lh_b32_b16 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x99]
 
-s_waitcnt_expcnt vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xbd]
+s_pack_lh_b32_b16 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x99]
 
-s_waitcnt_expcnt m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xbd]
+s_pack_lh_b32_b16 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x99,0x73,0x72,0x71,0x3f]
 
-s_waitcnt_lgkmcnt s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xbd]
+s_pack_lh_b32_b16 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x99,0x56,0x34,0x12,0xaf]
 
-s_waitcnt_lgkmcnt s0, 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xbd]
+s_pack_lh_b32_b16 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x99]
 
-s_waitcnt_lgkmcnt s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xbd]
+s_pack_lh_b32_b16 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x99]
 
-s_waitcnt_lgkmcnt exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xbd]
+s_pack_lh_b32_b16 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x99]
 
-s_waitcnt_lgkmcnt exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xbd]
+s_pack_lh_b32_b16 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x99]
 
-s_waitcnt_lgkmcnt vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xbd]
+s_pack_lh_b32_b16 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x99]
 
-s_waitcnt_lgkmcnt vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xbd]
+s_pack_lh_b32_b16 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x99]
 
-s_waitcnt_lgkmcnt m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xbd]
+s_pack_lh_b32_b16 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x99]
 
-s_waitcnt_depctr 0xfffe
-// GFX11: encoding: [0xfe,0xff,0x88,0xbf]
+s_pack_lh_b32_b16 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x99]
 
-s_waitcnt_depctr 0
-// GFX11: encoding: [0x00,0x00,0x88,0xbf]
+s_pack_lh_b32_b16 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x99]
 
-s_wait_idle
-// GFX11: encoding: [0x00,0x00,0x8a,0xbf]
+s_pack_lh_b32_b16 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x99,0x73,0x72,0x71,0x3f]
 
-s_subvector_loop_begin s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x00,0xbb]
+s_pack_lh_b32_b16 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x99,0x56,0x34,0x12,0xaf]
 
-s_subvector_loop_begin s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0x69,0xbb]
+s_pack_hh_b32_b16 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x9a]
 
-s_subvector_loop_begin exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7e,0xbb]
+s_pack_hh_b32_b16 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x9a]
 
-s_subvector_loop_begin exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7f,0xbb]
+s_pack_hh_b32_b16 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x9a]
 
-s_subvector_loop_begin vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6a,0xbb]
+s_pack_hh_b32_b16 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x9a]
 
-s_subvector_loop_begin vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0x6b,0xbb]
+s_pack_hh_b32_b16 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x9a]
 
-s_subvector_loop_begin m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x7d,0xbb]
+s_pack_hh_b32_b16 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x9a]
 
-s_subvector_loop_end s0, 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xbb]
+s_pack_hh_b32_b16 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x9a]
 
-s_subvector_loop_end s105, 0x1234
-// GFX11: encoding: [0x34,0x12,0xe9,0xbb]
+s_pack_hh_b32_b16 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x9a]
 
-s_subvector_loop_end exec_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfe,0xbb]
+s_pack_hh_b32_b16 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x9a]
 
-s_subvector_loop_end exec_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xff,0xbb]
+s_pack_hh_b32_b16 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x9a]
 
-s_subvector_loop_end vcc_lo, 0x1234
-// GFX11: encoding: [0x34,0x12,0xea,0xbb]
+s_pack_hh_b32_b16 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x9a]
 
-s_subvector_loop_end vcc_hi, 0x1234
-// GFX11: encoding: [0x34,0x12,0xeb,0xbb]
+s_pack_hh_b32_b16 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x9a]
 
-s_subvector_loop_end m0, 0x1234
-// GFX11: encoding: [0x34,0x12,0xfd,0xbb]
+s_pack_hh_b32_b16 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x9a]
 
-s_nop 0x0
-// GFX11: encoding: [0x00,0x00,0x80,0xbf]
+s_pack_hh_b32_b16 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x9a]
 
-s_nop 0x1234
-// GFX11: encoding: [0x34,0x12,0x80,0xbf]
+s_pack_hh_b32_b16 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x9a]
 
-s_nop 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x80,0xbf]
+s_pack_hh_b32_b16 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x9a]
 
-s_endpgm
-// GFX11: encoding: [0x00,0x00,0xb0,0xbf]
+s_pack_hh_b32_b16 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x9a]
 
-s_branch 0x0
-// GFX11: encoding: [0x00,0x00,0xa0,0xbf]
+s_pack_hh_b32_b16 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x9a]
 
-s_branch 0x1234
-// GFX11: encoding: [0x34,0x12,0xa0,0xbf]
+s_pack_hh_b32_b16 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x9a]
 
-s_wakeup
-// GFX11: encoding: [0x00,0x00,0xb4,0xbf]
+s_pack_hh_b32_b16 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x9a]
 
-s_cbranch_scc0 0x0
-// GFX11: encoding: [0x00,0x00,0xa1,0xbf]
+s_pack_hh_b32_b16 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x9a]
 
-s_cbranch_scc0 0x1234
-// GFX11: encoding: [0x34,0x12,0xa1,0xbf]
+s_pack_hh_b32_b16 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x9a]
 
-s_cbranch_scc1 0x0
-// GFX11: encoding: [0x00,0x00,0xa2,0xbf]
+s_pack_hh_b32_b16 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x9a,0x73,0x72,0x71,0x3f]
 
-s_cbranch_scc1 0x1234
-// GFX11: encoding: [0x34,0x12,0xa2,0xbf]
+s_pack_hh_b32_b16 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x9a,0x56,0x34,0x12,0xaf]
 
-s_cbranch_vccz 0x0
-// GFX11: encoding: [0x00,0x00,0xa3,0xbf]
+s_pack_hh_b32_b16 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x9a]
 
-s_cbranch_vccz 0x1234
-// GFX11: encoding: [0x34,0x12,0xa3,0xbf]
+s_pack_hh_b32_b16 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x9a]
 
-s_cbranch_vccnz 0x0
-// GFX11: encoding: [0x00,0x00,0xa4,0xbf]
+s_pack_hh_b32_b16 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x9a]
 
-s_cbranch_vccnz 0x1234
-// GFX11: encoding: [0x34,0x12,0xa4,0xbf]
+s_pack_hh_b32_b16 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x9a]
 
-s_cbranch_execz 0x0
-// GFX11: encoding: [0x00,0x00,0xa5,0xbf]
+s_pack_hh_b32_b16 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x9a]
 
-s_cbranch_execz 0x1234
-// GFX11: encoding: [0x34,0x12,0xa5,0xbf]
+s_pack_hh_b32_b16 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x9a]
 
-s_cbranch_execnz 0x0
-// GFX11: encoding: [0x00,0x00,0xa6,0xbf]
+s_pack_hh_b32_b16 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x9a]
 
-s_cbranch_execnz 0x1234
-// GFX11: encoding: [0x34,0x12,0xa6,0xbf]
+s_pack_hh_b32_b16 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x9a]
 
-s_barrier
-// GFX11: encoding: [0x00,0x00,0xbd,0xbf]
+s_pack_hh_b32_b16 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x9a]
 
-s_setkill 0x0
-// GFX11: encoding: [0x00,0x00,0x81,0xbf]
+s_pack_hh_b32_b16 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x9a,0x73,0x72,0x71,0x3f]
 
-s_setkill 0x1234
-// GFX11: encoding: [0x34,0x12,0x81,0xbf]
+s_pack_hh_b32_b16 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x9a,0x56,0x34,0x12,0xaf]
 
-s_setkill 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x81,0xbf]
+s_mul_hi_u32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x80,0x96]
 
-s_waitcnt 0x0
-// GFX11: encoding: [0x00,0x00,0x89,0xbf]
+s_mul_hi_u32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0xe9,0x96]
 
-s_waitcnt 0x1234
-// GFX11: encoding: [0x34,0x12,0x89,0xbf]
+s_mul_hi_u32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x80,0x96]
 
-s_waitcnt 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x89,0xbf]
+s_mul_hi_u32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0xe9,0x96]
 
-s_sethalt 0x0
-// GFX11: encoding: [0x00,0x00,0x82,0xbf]
+s_mul_hi_u32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0xe9,0x96]
 
-s_sethalt 0x1234
-// GFX11: encoding: [0x34,0x12,0x82,0xbf]
+s_mul_hi_u32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0xe9,0x96]
 
-s_sethalt 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x82,0xbf]
+s_mul_hi_u32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x80,0x96]
 
-s_sleep 0x0
-// GFX11: encoding: [0x00,0x00,0x83,0xbf]
+s_mul_hi_u32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x80,0x96]
 
-s_sleep 0x1234
-// GFX11: encoding: [0x34,0x12,0x83,0xbf]
+s_mul_hi_u32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfe,0x96]
 
-s_sleep 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x83,0xbf]
+s_mul_hi_u32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xff,0x96]
 
-s_setprio 0x0
-// GFX11: encoding: [0x00,0x00,0xb5,0xbf]
+s_mul_hi_u32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0xea,0x96]
 
-s_setprio 0x1234
-// GFX11: encoding: [0x34,0x12,0xb5,0xbf]
+s_mul_hi_u32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0xeb,0x96]
 
-s_setprio 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xb5,0xbf]
+s_mul_hi_u32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0xfd,0x96]
 
-s_sendmsg 0x0
-// GFX11: encoding: [0x00,0x00,0xb6,0xbf]
+s_mul_hi_u32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x80,0x96]
 
-s_sendmsg 0x1234
-// GFX11: encoding: [0x34,0x12,0xb6,0xbf]
+s_mul_hi_u32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x80,0x96]
 
-s_sendmsg 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xb6,0xbf]
+s_mul_hi_u32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x80,0x96]
 
-s_sendmsghalt 0x0
-// GFX11: encoding: [0x00,0x00,0xb7,0xbf]
+s_mul_hi_u32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x80,0x96]
 
-s_sendmsghalt 0x1234
-// GFX11: encoding: [0x34,0x12,0xb7,0xbf]
+s_mul_hi_u32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x80,0x96]
 
-s_sendmsghalt 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xb7,0xbf]
+s_mul_hi_u32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x80,0x96]
 
-s_sendmsg_rtn_b32 s1, 0x0
-// GFX11: encoding: [0x00,0x4c,0x81,0xbe]
+s_mul_hi_u32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x80,0x96]
 
-s_sendmsg_rtn_b32 s2, 0x12
-// GFX11: encoding: [0x12,0x4c,0x82,0xbe]
+s_mul_hi_u32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x80,0x96]
 
-s_sendmsg_rtn_b32 s3, 0xff
-// GFX11: encoding: [0xff,0x4c,0x83,0xbe]
+s_mul_hi_u32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x80,0x96]
 
-s_sendmsg_rtn_b64 s[0:1], 0x0
-// GFX11: encoding: [0x00,0x4d,0x80,0xbe]
+s_mul_hi_u32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x96,0x73,0x72,0x71,0x3f]
 
-s_sendmsg_rtn_b64 s[2:3], 0x12
-// GFX11: encoding: [0x12,0x4d,0x82,0xbe]
+s_mul_hi_u32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x80,0x96,0x56,0x34,0x12,0xaf]
 
-s_sendmsg_rtn_b64 s[4:5], 0xff
-// GFX11: encoding: [0xff,0x4d,0x84,0xbe]
+s_mul_hi_u32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DOORBELL)
-// GFX11: encoding: [0x80,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_DDID)
-// GFX11: encoding: [0x81,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_TMA)
-// GFX11: encoding: [0x82,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_REALTIME)
-// GFX11: encoding: [0x83,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_SAVE_WAVE)
-// GFX11: encoding: [0x84,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x80,0x96]
 
-s_sendmsg_rtn_b32 s0, sendmsg(MSG_RTN_GET_TBA)
-// GFX11: encoding: [0x85,0x4c,0x80,0xbe]
+s_mul_hi_u32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x80,0x96]
 
-s_trap 0x0
-// GFX11: encoding: [0x00,0x00,0x90,0xbf]
+s_mul_hi_u32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x80,0x96]
 
-s_trap 0x1234
-// GFX11: encoding: [0x34,0x12,0x90,0xbf]
+s_mul_hi_u32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x80,0x96]
 
-s_trap 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x90,0xbf]
+s_mul_hi_u32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x80,0x96,0x73,0x72,0x71,0x3f]
 
-s_icache_inv
-// GFX11: encoding: [0x00,0x00,0xbc,0xbf]
+s_mul_hi_u32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x80,0x96,0x56,0x34,0x12,0xaf]
 
-s_incperflevel 0x0
-// GFX11: encoding: [0x00,0x00,0xb8,0xbf]
+s_mul_hi_i32 s0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x00,0x97]
 
-s_incperflevel 0x1234
-// GFX11: encoding: [0x34,0x12,0xb8,0xbf]
+s_mul_hi_i32 s105, s104, s103
+// GFX11: encoding: [0x68,0x67,0x69,0x97]
 
-s_incperflevel 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xb8,0xbf]
+s_mul_hi_i32 s0, s104, s103
+// GFX11: encoding: [0x68,0x67,0x00,0x97]
 
-s_decperflevel 0x0
-// GFX11: encoding: [0x00,0x00,0xb9,0xbf]
+s_mul_hi_i32 s105, s1, s103
+// GFX11: encoding: [0x01,0x67,0x69,0x97]
 
-s_decperflevel 0x1234
-// GFX11: encoding: [0x34,0x12,0xb9,0xbf]
+s_mul_hi_i32 s105, s104, s2
+// GFX11: encoding: [0x68,0x02,0x69,0x97]
 
-s_decperflevel 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xb9,0xbf]
+s_mul_hi_i32 s105, s1, s2
+// GFX11: encoding: [0x01,0x02,0x69,0x97]
 
-s_ttracedata
-// GFX11: encoding: [0x00,0x00,0xba,0xbf]
+s_mul_hi_i32 s0, s104, s2
+// GFX11: encoding: [0x68,0x02,0x00,0x97]
 
-s_cbranch_cdbgsys 0x0
-// GFX11: encoding: [0x00,0x00,0xa7,0xbf]
+s_mul_hi_i32 s0, s1, s103
+// GFX11: encoding: [0x01,0x67,0x00,0x97]
 
-s_cbranch_cdbgsys 0x1234
-// GFX11: encoding: [0x34,0x12,0xa7,0xbf]
+s_mul_hi_i32 exec_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7e,0x97]
 
-s_cbranch_cdbguser 0x0
-// GFX11: encoding: [0x00,0x00,0xa8,0xbf]
+s_mul_hi_i32 exec_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7f,0x97]
 
-s_cbranch_cdbguser 0x1234
-// GFX11: encoding: [0x34,0x12,0xa8,0xbf]
+s_mul_hi_i32 vcc_lo, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6a,0x97]
 
-s_cbranch_cdbgsys_or_user 0x0
-// GFX11: encoding: [0x00,0x00,0xa9,0xbf]
+s_mul_hi_i32 vcc_hi, s1, s2
+// GFX11: encoding: [0x01,0x02,0x6b,0x97]
 
-s_cbranch_cdbgsys_or_user 0x1234
-// GFX11: encoding: [0x34,0x12,0xa9,0xbf]
+s_mul_hi_i32 m0, s1, s2
+// GFX11: encoding: [0x01,0x02,0x7d,0x97]
 
-s_cbranch_cdbgsys_and_user 0x0
-// GFX11: encoding: [0x00,0x00,0xaa,0xbf]
+s_mul_hi_i32 s0, exec_lo, s2
+// GFX11: encoding: [0x7e,0x02,0x00,0x97]
 
-s_cbranch_cdbgsys_and_user 0x1234
-// GFX11: encoding: [0x34,0x12,0xaa,0xbf]
+s_mul_hi_i32 s0, exec_hi, s2
+// GFX11: encoding: [0x7f,0x02,0x00,0x97]
 
-s_endpgm_saved
-// GFX11: encoding: [0x00,0x00,0xb1,0xbf]
+s_mul_hi_i32 s0, vcc_lo, s2
+// GFX11: encoding: [0x6a,0x02,0x00,0x97]
 
-s_code_end
-// GFX11: encoding: [0x00,0x00,0x9f,0xbf]
+s_mul_hi_i32 s0, vcc_hi, s2
+// GFX11: encoding: [0x6b,0x02,0x00,0x97]
 
-s_inst_prefetch 0x0
-// GFX11: encoding: [0x00,0x00,0x84,0xbf]
+s_mul_hi_i32 s0, m0, s2
+// GFX11: encoding: [0x7d,0x02,0x00,0x97]
 
-s_inst_prefetch 0x1234
-// GFX11: encoding: [0x34,0x12,0x84,0xbf]
+s_mul_hi_i32 s0, 0, s2
+// GFX11: encoding: [0x80,0x02,0x00,0x97]
 
-s_inst_prefetch 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x84,0xbf]
+s_mul_hi_i32 s0, -1, s2
+// GFX11: encoding: [0xc1,0x02,0x00,0x97]
 
-s_clause 0x0
-// GFX11: encoding: [0x00,0x00,0x85,0xbf]
+s_mul_hi_i32 s0, 0.5, s2
+// GFX11: encoding: [0xf0,0x02,0x00,0x97]
 
-s_clause 0x1234
-// GFX11: encoding: [0x34,0x12,0x85,0xbf]
+s_mul_hi_i32 s0, -4.0, s2
+// GFX11: encoding: [0xf7,0x02,0x00,0x97]
 
-s_clause 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x85,0xbf]
+s_mul_hi_i32 s0, 0x3f717273, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x97,0x73,0x72,0x71,0x3f]
 
-s_round_mode 0x0
-// GFX11: encoding: [0x00,0x00,0x91,0xbf]
+s_mul_hi_i32 s0, 0xaf123456, s2
+// GFX11: encoding: [0xff,0x02,0x00,0x97,0x56,0x34,0x12,0xaf]
 
-s_round_mode 0x1234
-// GFX11: encoding: [0x34,0x12,0x91,0xbf]
+s_mul_hi_i32 s0, s1, exec_lo
+// GFX11: encoding: [0x01,0x7e,0x00,0x97]
 
-s_round_mode 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x91,0xbf]
+s_mul_hi_i32 s0, s1, exec_hi
+// GFX11: encoding: [0x01,0x7f,0x00,0x97]
 
-s_denorm_mode 0x0
-// GFX11: encoding: [0x00,0x00,0x92,0xbf]
+s_mul_hi_i32 s0, s1, vcc_lo
+// GFX11: encoding: [0x01,0x6a,0x00,0x97]
 
-s_denorm_mode 0x1234
-// GFX11: encoding: [0x34,0x12,0x92,0xbf]
+s_mul_hi_i32 s0, s1, vcc_hi
+// GFX11: encoding: [0x01,0x6b,0x00,0x97]
 
-s_denorm_mode 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x92,0xbf]
+s_mul_hi_i32 s0, s1, m0
+// GFX11: encoding: [0x01,0x7d,0x00,0x97]
 
-s_ttracedata_imm 0x0
-// GFX11: encoding: [0x00,0x00,0xbb,0xbf]
+s_mul_hi_i32 s0, s1, 0
+// GFX11: encoding: [0x01,0x80,0x00,0x97]
 
-s_ttracedata_imm 0x1234
-// GFX11: encoding: [0x34,0x12,0xbb,0xbf]
+s_mul_hi_i32 s0, s1, -1
+// GFX11: encoding: [0x01,0xc1,0x00,0x97]
 
-s_ttracedata_imm 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0xbb,0xbf]
+s_mul_hi_i32 s0, s1, 0.5
+// GFX11: encoding: [0x01,0xf0,0x00,0x97]
 
-s_ctz_i32_b32 s0, s104
-// GFX11: encoding: [0x68,0x08,0x80,0xbe]
+s_mul_hi_i32 s0, s1, -4.0
+// GFX11: encoding: [0x01,0xf7,0x00,0x97]
 
-s_ctz_i32_b64 s0, s[2:3]
-// GFX11: encoding: [0x02,0x09,0x80,0xbe]
+s_mul_hi_i32 s0, s1, 0x3f717273
+// GFX11: encoding: [0x01,0xff,0x00,0x97,0x73,0x72,0x71,0x3f]
 
-s_and_not1_saveexec_b64 s[104:105], s[102:103]
-// GFX11: encoding: [0x66,0x31,0xe8,0xbe]
+s_mul_hi_i32 s0, s1, 0xaf123456
+// GFX11: encoding: [0x01,0xff,0x00,0x97,0x56,0x34,0x12,0xaf]
 
 s_or_not1_b32 s0, s104, s2
 // GFX11: encoding: [0x68,0x02,0x00,0x92]
 
 s_pack_hl_b32_b16 vcc_lo, s1, s2
 // GFX11: encoding: [0x01,0x02,0xea,0x9a]
-
-s_set_inst_prefetch_distance 0xc1d1
-// GFX11: encoding: [0xd1,0xc1,0x84,0xbf]

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_sopc.s b/llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
new file mode 100644
index 0000000000000..7fb3f2cc120b9
--- /dev/null
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
@@ -0,0 +1,1027 @@
+// RUN: llvm-mc -arch=amdgcn -show-encoding -mcpu=gfx1100 %s | FileCheck --check-prefix=GFX11 %s
+
+s_cmp_eq_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x00,0xbf]
+
+s_cmp_eq_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x00,0xbf]
+
+s_cmp_eq_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x00,0xbf]
+
+s_cmp_eq_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x00,0xbf]
+
+s_cmp_eq_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x00,0xbf]
+
+s_cmp_eq_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x00,0xbf]
+
+s_cmp_eq_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x00,0xbf]
+
+s_cmp_eq_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x00,0xbf]
+
+s_cmp_eq_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x00,0xbf]
+
+s_cmp_eq_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x00,0xbf]
+
+s_cmp_eq_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x00,0xbf]
+
+s_cmp_eq_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x00,0xbf]
+
+s_cmp_eq_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x00,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_eq_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x00,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_lg_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x01,0xbf]
+
+s_cmp_lg_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x01,0xbf]
+
+s_cmp_lg_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x01,0xbf]
+
+s_cmp_lg_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x01,0xbf]
+
+s_cmp_lg_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x01,0xbf]
+
+s_cmp_lg_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x01,0xbf]
+
+s_cmp_lg_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x01,0xbf]
+
+s_cmp_lg_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x01,0xbf]
+
+s_cmp_lg_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x01,0xbf]
+
+s_cmp_lg_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x01,0xbf]
+
+s_cmp_lg_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x01,0xbf]
+
+s_cmp_lg_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x01,0xbf]
+
+s_cmp_lg_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x01,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_lg_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x01,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_gt_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x02,0xbf]
+
+s_cmp_gt_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x02,0xbf]
+
+s_cmp_gt_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x02,0xbf]
+
+s_cmp_gt_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x02,0xbf]
+
+s_cmp_gt_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x02,0xbf]
+
+s_cmp_gt_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x02,0xbf]
+
+s_cmp_gt_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x02,0xbf]
+
+s_cmp_gt_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x02,0xbf]
+
+s_cmp_gt_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x02,0xbf]
+
+s_cmp_gt_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x02,0xbf]
+
+s_cmp_gt_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x02,0xbf]
+
+s_cmp_gt_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x02,0xbf]
+
+s_cmp_gt_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x02,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_gt_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x02,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_ge_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x03,0xbf]
+
+s_cmp_ge_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x03,0xbf]
+
+s_cmp_ge_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x03,0xbf]
+
+s_cmp_ge_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x03,0xbf]
+
+s_cmp_ge_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x03,0xbf]
+
+s_cmp_ge_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x03,0xbf]
+
+s_cmp_ge_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x03,0xbf]
+
+s_cmp_ge_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x03,0xbf]
+
+s_cmp_ge_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x03,0xbf]
+
+s_cmp_ge_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x03,0xbf]
+
+s_cmp_ge_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x03,0xbf]
+
+s_cmp_ge_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x03,0xbf]
+
+s_cmp_ge_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x03,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_ge_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x03,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_lt_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x04,0xbf]
+
+s_cmp_lt_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x04,0xbf]
+
+s_cmp_lt_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x04,0xbf]
+
+s_cmp_lt_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x04,0xbf]
+
+s_cmp_lt_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x04,0xbf]
+
+s_cmp_lt_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x04,0xbf]
+
+s_cmp_lt_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x04,0xbf]
+
+s_cmp_lt_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x04,0xbf]
+
+s_cmp_lt_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x04,0xbf]
+
+s_cmp_lt_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x04,0xbf]
+
+s_cmp_lt_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x04,0xbf]
+
+s_cmp_lt_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x04,0xbf]
+
+s_cmp_lt_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x04,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_lt_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x04,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_le_i32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x05,0xbf]
+
+s_cmp_le_i32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x05,0xbf]
+
+s_cmp_le_i32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x05,0xbf]
+
+s_cmp_le_i32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x05,0xbf]
+
+s_cmp_le_i32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x05,0xbf]
+
+s_cmp_le_i32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x05,0xbf]
+
+s_cmp_le_i32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x05,0xbf]
+
+s_cmp_le_i32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x05,0xbf]
+
+s_cmp_le_i32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x05,0xbf]
+
+s_cmp_le_i32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x05,0xbf]
+
+s_cmp_le_i32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x05,0xbf]
+
+s_cmp_le_i32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x05,0xbf]
+
+s_cmp_le_i32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x05,0xbf]
+
+s_cmp_le_i32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x05,0xbf]
+
+s_cmp_le_i32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x05,0xbf]
+
+s_cmp_le_i32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x05,0xbf]
+
+s_cmp_le_i32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x05,0xbf]
+
+s_cmp_le_i32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x05,0xbf]
+
+s_cmp_le_i32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x05,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_le_i32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x05,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_eq_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x06,0xbf]
+
+s_cmp_eq_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x06,0xbf]
+
+s_cmp_eq_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x06,0xbf]
+
+s_cmp_eq_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x06,0xbf]
+
+s_cmp_eq_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x06,0xbf]
+
+s_cmp_eq_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x06,0xbf]
+
+s_cmp_eq_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x06,0xbf]
+
+s_cmp_eq_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x06,0xbf]
+
+s_cmp_eq_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x06,0xbf]
+
+s_cmp_eq_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x06,0xbf]
+
+s_cmp_eq_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x06,0xbf]
+
+s_cmp_eq_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x06,0xbf]
+
+s_cmp_eq_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x06,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_eq_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x06,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_lg_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x07,0xbf]
+
+s_cmp_lg_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x07,0xbf]
+
+s_cmp_lg_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x07,0xbf]
+
+s_cmp_lg_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x07,0xbf]
+
+s_cmp_lg_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x07,0xbf]
+
+s_cmp_lg_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x07,0xbf]
+
+s_cmp_lg_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x07,0xbf]
+
+s_cmp_lg_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x07,0xbf]
+
+s_cmp_lg_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x07,0xbf]
+
+s_cmp_lg_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x07,0xbf]
+
+s_cmp_lg_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x07,0xbf]
+
+s_cmp_lg_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x07,0xbf]
+
+s_cmp_lg_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x07,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_lg_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x07,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_gt_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x08,0xbf]
+
+s_cmp_gt_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x08,0xbf]
+
+s_cmp_gt_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x08,0xbf]
+
+s_cmp_gt_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x08,0xbf]
+
+s_cmp_gt_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x08,0xbf]
+
+s_cmp_gt_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x08,0xbf]
+
+s_cmp_gt_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x08,0xbf]
+
+s_cmp_gt_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x08,0xbf]
+
+s_cmp_gt_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x08,0xbf]
+
+s_cmp_gt_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x08,0xbf]
+
+s_cmp_gt_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x08,0xbf]
+
+s_cmp_gt_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x08,0xbf]
+
+s_cmp_gt_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x08,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_gt_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x08,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_ge_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x09,0xbf]
+
+s_cmp_ge_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x09,0xbf]
+
+s_cmp_ge_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x09,0xbf]
+
+s_cmp_ge_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x09,0xbf]
+
+s_cmp_ge_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x09,0xbf]
+
+s_cmp_ge_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x09,0xbf]
+
+s_cmp_ge_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x09,0xbf]
+
+s_cmp_ge_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x09,0xbf]
+
+s_cmp_ge_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x09,0xbf]
+
+s_cmp_ge_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x09,0xbf]
+
+s_cmp_ge_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x09,0xbf]
+
+s_cmp_ge_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x09,0xbf]
+
+s_cmp_ge_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x09,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_ge_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x09,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_lt_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x0a,0xbf]
+
+s_cmp_lt_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x0a,0xbf]
+
+s_cmp_lt_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0a,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_lt_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0a,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_le_u32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x0b,0xbf]
+
+s_cmp_le_u32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x0b,0xbf]
+
+s_cmp_le_u32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x0b,0xbf]
+
+s_cmp_le_u32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0b,0xbf]
+
+s_cmp_le_u32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0b,0xbf]
+
+s_cmp_le_u32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0b,0xbf]
+
+s_cmp_le_u32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0b,0xbf]
+
+s_cmp_le_u32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x0b,0xbf]
+
+s_cmp_le_u32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x0b,0xbf]
+
+s_cmp_le_u32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x0b,0xbf]
+
+s_cmp_le_u32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x0b,0xbf]
+
+s_cmp_le_u32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x0b,0xbf]
+
+s_cmp_le_u32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0b,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_le_u32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0b,0xbf,0x56,0x34,0x12,0xaf]
+
+s_bitcmp0_b32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x0c,0xbf]
+
+s_bitcmp0_b32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x0c,0xbf]
+
+s_bitcmp0_b32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0c,0xbf,0x73,0x72,0x71,0x3f]
+
+s_bitcmp0_b32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0c,0xbf,0x56,0x34,0x12,0xaf]
+
+s_bitcmp1_b32 s0, s1
+// GFX11: encoding: [0x00,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 s105, s104
+// GFX11: encoding: [0x69,0x68,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, s104
+// GFX11: encoding: [0x00,0x68,0x0d,0xbf]
+
+s_bitcmp1_b32 s105, s1
+// GFX11: encoding: [0x69,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 exec_lo, s1
+// GFX11: encoding: [0x7e,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 exec_hi, s1
+// GFX11: encoding: [0x7f,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 vcc_lo, s1
+// GFX11: encoding: [0x6a,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 vcc_hi, s1
+// GFX11: encoding: [0x6b,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 m0, s1
+// GFX11: encoding: [0x7d,0x01,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, m0
+// GFX11: encoding: [0x00,0x7d,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, 0
+// GFX11: encoding: [0x00,0x80,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, -1
+// GFX11: encoding: [0x00,0xc1,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, 0.5
+// GFX11: encoding: [0x00,0xf0,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, -4.0
+// GFX11: encoding: [0x00,0xf7,0x0d,0xbf]
+
+s_bitcmp1_b32 s0, 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0d,0xbf,0x73,0x72,0x71,0x3f]
+
+s_bitcmp1_b32 s0, 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0d,0xbf,0x56,0x34,0x12,0xaf]
+
+s_bitcmp0_b64 s[0:1], s2
+// GFX11: encoding: [0x00,0x02,0x0e,0xbf]
+
+s_bitcmp0_b64 s[104:105], s102
+// GFX11: encoding: [0x68,0x66,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], s102
+// GFX11: encoding: [0x00,0x66,0x0e,0xbf]
+
+s_bitcmp0_b64 s[104:105], s2
+// GFX11: encoding: [0x68,0x02,0x0e,0xbf]
+
+s_bitcmp0_b64 exec, s2
+// GFX11: encoding: [0x7e,0x02,0x0e,0xbf]
+
+s_bitcmp0_b64 vcc, s2
+// GFX11: encoding: [0x6a,0x02,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], m0
+// GFX11: encoding: [0x00,0x7d,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], 0
+// GFX11: encoding: [0x00,0x80,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], -1
+// GFX11: encoding: [0x00,0xc1,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], 0.5
+// GFX11: encoding: [0x00,0xf0,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], -4.0
+// GFX11: encoding: [0x00,0xf7,0x0e,0xbf]
+
+s_bitcmp0_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0e,0xbf,0x73,0x72,0x71,0x3f]
+
+s_bitcmp0_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0e,0xbf,0x56,0x34,0x12,0xaf]
+
+s_bitcmp1_b64 s[0:1], s2
+// GFX11: encoding: [0x00,0x02,0x0f,0xbf]
+
+s_bitcmp1_b64 s[104:105], s102
+// GFX11: encoding: [0x68,0x66,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], s102
+// GFX11: encoding: [0x00,0x66,0x0f,0xbf]
+
+s_bitcmp1_b64 s[104:105], s2
+// GFX11: encoding: [0x68,0x02,0x0f,0xbf]
+
+s_bitcmp1_b64 exec, s2
+// GFX11: encoding: [0x7e,0x02,0x0f,0xbf]
+
+s_bitcmp1_b64 vcc, s2
+// GFX11: encoding: [0x6a,0x02,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], exec_lo
+// GFX11: encoding: [0x00,0x7e,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], exec_hi
+// GFX11: encoding: [0x00,0x7f,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], vcc_lo
+// GFX11: encoding: [0x00,0x6a,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], vcc_hi
+// GFX11: encoding: [0x00,0x6b,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], m0
+// GFX11: encoding: [0x00,0x7d,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], 0
+// GFX11: encoding: [0x00,0x80,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], -1
+// GFX11: encoding: [0x00,0xc1,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], 0.5
+// GFX11: encoding: [0x00,0xf0,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], -4.0
+// GFX11: encoding: [0x00,0xf7,0x0f,0xbf]
+
+s_bitcmp1_b64 s[0:1], 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x0f,0xbf,0x73,0x72,0x71,0x3f]
+
+s_bitcmp1_b64 s[0:1], 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x0f,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_eq_u64 s[0:1], s[2:3]
+// GFX11: encoding: [0x00,0x02,0x10,0xbf]
+
+s_cmp_eq_u64 s[104:105], s[102:103]
+// GFX11: encoding: [0x68,0x66,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], s[102:103]
+// GFX11: encoding: [0x00,0x66,0x10,0xbf]
+
+s_cmp_eq_u64 s[104:105], s[2:3]
+// GFX11: encoding: [0x68,0x02,0x10,0xbf]
+
+s_cmp_eq_u64 exec, s[2:3]
+// GFX11: encoding: [0x7e,0x02,0x10,0xbf]
+
+s_cmp_eq_u64 vcc, s[2:3]
+// GFX11: encoding: [0x6a,0x02,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], exec
+// GFX11: encoding: [0x00,0x7e,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], vcc
+// GFX11: encoding: [0x00,0x6a,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], 0
+// GFX11: encoding: [0x00,0x80,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], -1
+// GFX11: encoding: [0x00,0xc1,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], 0.5
+// GFX11: encoding: [0x00,0xf0,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], -4.0
+// GFX11: encoding: [0x00,0xf7,0x10,0xbf]
+
+s_cmp_eq_u64 s[0:1], 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x10,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_eq_u64 s[0:1], 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x10,0xbf,0x56,0x34,0x12,0xaf]
+
+s_cmp_lg_u64 s[0:1], s[2:3]
+// GFX11: encoding: [0x00,0x02,0x11,0xbf]
+
+s_cmp_lg_u64 s[104:105], s[102:103]
+// GFX11: encoding: [0x68,0x66,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], s[102:103]
+// GFX11: encoding: [0x00,0x66,0x11,0xbf]
+
+s_cmp_lg_u64 s[104:105], s[2:3]
+// GFX11: encoding: [0x68,0x02,0x11,0xbf]
+
+s_cmp_lg_u64 exec, s[2:3]
+// GFX11: encoding: [0x7e,0x02,0x11,0xbf]
+
+s_cmp_lg_u64 vcc, s[2:3]
+// GFX11: encoding: [0x6a,0x02,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], exec
+// GFX11: encoding: [0x00,0x7e,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], vcc
+// GFX11: encoding: [0x00,0x6a,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], 0
+// GFX11: encoding: [0x00,0x80,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], -1
+// GFX11: encoding: [0x00,0xc1,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], 0.5
+// GFX11: encoding: [0x00,0xf0,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], -4.0
+// GFX11: encoding: [0x00,0xf7,0x11,0xbf]
+
+s_cmp_lg_u64 s[0:1], 0x3f717273
+// GFX11: encoding: [0x00,0xff,0x11,0xbf,0x73,0x72,0x71,0x3f]
+
+s_cmp_lg_u64 s[0:1], 0xaf123456
+// GFX11: encoding: [0x00,0xff,0x11,0xbf,0x56,0x34,0x12,0xaf]

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_sopk.s b/llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
new file mode 100644
index 0000000000000..87c1da6794d60
--- /dev/null
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
@@ -0,0 +1,604 @@
+// RUN: llvm-mc -arch=amdgcn -show-encoding -mcpu=gfx1100 %s | FileCheck --check-prefix=GFX11 %s
+
+s_movk_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb0]
+
+s_movk_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb0]
+
+s_movk_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb0]
+
+s_movk_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb0]
+
+s_movk_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb0]
+
+s_movk_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb0]
+
+s_movk_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb0]
+
+s_movk_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb0]
+
+s_version 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb0]
+
+s_version 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb0]
+
+s_cmovk_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb1]
+
+s_cmovk_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb1]
+
+s_cmovk_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb1]
+
+s_cmovk_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb1]
+
+s_cmovk_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb1]
+
+s_cmovk_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb1]
+
+s_cmovk_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb1]
+
+s_cmovk_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb1]
+
+s_cmpk_eq_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb1]
+
+s_cmpk_eq_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb1]
+
+s_cmpk_eq_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb1]
+
+s_cmpk_eq_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb1]
+
+s_cmpk_eq_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb1]
+
+s_cmpk_eq_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb1]
+
+s_cmpk_eq_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb1]
+
+s_cmpk_eq_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb1]
+
+s_cmpk_lg_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb2]
+
+s_cmpk_lg_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb2]
+
+s_cmpk_lg_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb2]
+
+s_cmpk_lg_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb2]
+
+s_cmpk_lg_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb2]
+
+s_cmpk_lg_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb2]
+
+s_cmpk_lg_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb2]
+
+s_cmpk_lg_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb2]
+
+s_cmpk_gt_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb2]
+
+s_cmpk_gt_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb2]
+
+s_cmpk_gt_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb2]
+
+s_cmpk_gt_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb2]
+
+s_cmpk_gt_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb2]
+
+s_cmpk_gt_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb2]
+
+s_cmpk_gt_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb2]
+
+s_cmpk_gt_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb2]
+
+s_cmpk_ge_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb3]
+
+s_cmpk_ge_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb3]
+
+s_cmpk_ge_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb3]
+
+s_cmpk_ge_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb3]
+
+s_cmpk_ge_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb3]
+
+s_cmpk_ge_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb3]
+
+s_cmpk_ge_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb3]
+
+s_cmpk_ge_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb3]
+
+s_cmpk_lt_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb3]
+
+s_cmpk_lt_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb3]
+
+s_cmpk_lt_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb3]
+
+s_cmpk_lt_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb3]
+
+s_cmpk_lt_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb3]
+
+s_cmpk_lt_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb3]
+
+s_cmpk_lt_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb3]
+
+s_cmpk_lt_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb3]
+
+s_cmpk_le_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb4]
+
+s_cmpk_le_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb4]
+
+s_cmpk_le_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb4]
+
+s_cmpk_le_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb4]
+
+s_cmpk_le_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb4]
+
+s_cmpk_le_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb4]
+
+s_cmpk_le_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb4]
+
+s_cmpk_le_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb4]
+
+s_cmpk_eq_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb4]
+
+s_cmpk_eq_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb4]
+
+s_cmpk_eq_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb4]
+
+s_cmpk_eq_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb4]
+
+s_cmpk_eq_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb4]
+
+s_cmpk_eq_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb4]
+
+s_cmpk_eq_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb4]
+
+s_cmpk_eq_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb4]
+
+s_cmpk_lg_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb5]
+
+s_cmpk_lg_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb5]
+
+s_cmpk_lg_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb5]
+
+s_cmpk_lg_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb5]
+
+s_cmpk_lg_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb5]
+
+s_cmpk_lg_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb5]
+
+s_cmpk_lg_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb5]
+
+s_cmpk_lg_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb5]
+
+s_cmpk_gt_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb5]
+
+s_cmpk_gt_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb5]
+
+s_cmpk_gt_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb5]
+
+s_cmpk_gt_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb5]
+
+s_cmpk_gt_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb5]
+
+s_cmpk_gt_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb5]
+
+s_cmpk_gt_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb5]
+
+s_cmpk_gt_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb5]
+
+s_cmpk_ge_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb6]
+
+s_cmpk_ge_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb6]
+
+s_cmpk_ge_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb6]
+
+s_cmpk_ge_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb6]
+
+s_cmpk_ge_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb6]
+
+s_cmpk_ge_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb6]
+
+s_cmpk_ge_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb6]
+
+s_cmpk_ge_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb6]
+
+s_cmpk_lt_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb6]
+
+s_cmpk_lt_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb6]
+
+s_cmpk_lt_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb6]
+
+s_cmpk_lt_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb6]
+
+s_cmpk_lt_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb6]
+
+s_cmpk_lt_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb6]
+
+s_cmpk_lt_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb6]
+
+s_cmpk_lt_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb6]
+
+s_cmpk_le_u32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb7]
+
+s_cmpk_le_u32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb7]
+
+s_cmpk_le_u32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb7]
+
+s_cmpk_le_u32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb7]
+
+s_cmpk_le_u32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb7]
+
+s_cmpk_le_u32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb7]
+
+s_cmpk_le_u32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb7]
+
+s_cmpk_le_u32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb7]
+
+s_addk_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb7]
+
+s_addk_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb7]
+
+s_addk_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb7]
+
+s_addk_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb7]
+
+s_addk_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb7]
+
+s_addk_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb7]
+
+s_addk_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb7]
+
+s_addk_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb7]
+
+s_mulk_i32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xb8]
+
+s_mulk_i32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb8]
+
+s_mulk_i32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xb8]
+
+s_mulk_i32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xb8]
+
+s_mulk_i32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xb8]
+
+s_mulk_i32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xb8]
+
+s_mulk_i32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xb8]
+
+s_mulk_i32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xb8]
+
+s_getreg_b32 s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xb8]
+
+s_getreg_b32 s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb8]
+
+s_getreg_b32 s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xb8]
+
+s_getreg_b32 exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xb8]
+
+s_getreg_b32 exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xb8]
+
+s_getreg_b32 vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xb8]
+
+s_getreg_b32 vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xb8]
+
+s_getreg_b32 m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xb8]
+
+s_setreg_b32 0x1234, s0
+// GFX11: encoding: [0x34,0x12,0x00,0xb9]
+
+s_setreg_b32 0xc1d1, s0
+// GFX11: encoding: [0xd1,0xc1,0x00,0xb9]
+
+s_setreg_b32 0x1234, s105
+// GFX11: encoding: [0x34,0x12,0x69,0xb9]
+
+s_setreg_b32 0x1234, exec_lo
+// GFX11: encoding: [0x34,0x12,0x7e,0xb9]
+
+s_setreg_b32 0x1234, exec_hi
+// GFX11: encoding: [0x34,0x12,0x7f,0xb9]
+
+s_setreg_b32 0x1234, vcc_lo
+// GFX11: encoding: [0x34,0x12,0x6a,0xb9]
+
+s_setreg_b32 0x1234, vcc_hi
+// GFX11: encoding: [0x34,0x12,0x6b,0xb9]
+
+s_setreg_b32 0x1234, m0
+// GFX11: encoding: [0x34,0x12,0x7d,0xb9]
+
+s_setreg_imm32_b32 0x1234, 0x11213141
+// GFX11: encoding: [0x34,0x12,0x80,0xb9,0x41,0x31,0x21,0x11]
+
+s_setreg_imm32_b32 0xc1d1, 0x11213141
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb9,0x41,0x31,0x21,0x11]
+
+s_setreg_imm32_b32 0x1234, 0xa1b1c1d1
+// GFX11: encoding: [0x34,0x12,0x80,0xb9,0xd1,0xc1,0xb1,0xa1]
+
+s_setreg_imm32_b32 0xc1d1, 0xa1b1c1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xb9,0xd1,0xc1,0xb1,0xa1]
+
+s_call_b64 s[0:1], 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xba]
+
+s_call_b64 s[104:105], 0x1234
+// GFX11: encoding: [0x34,0x12,0x68,0xba]
+
+s_call_b64 exec, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xba]
+
+s_call_b64 vcc, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xba]
+
+s_call_b64 null, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7c,0xba]
+
+s_waitcnt_vscnt s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xbc]
+
+s_waitcnt_vscnt s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xbc]
+
+s_waitcnt_vscnt s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xbc]
+
+s_waitcnt_vscnt exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xbc]
+
+s_waitcnt_vscnt exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xbc]
+
+s_waitcnt_vscnt vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xbc]
+
+s_waitcnt_vscnt vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xbc]
+
+s_waitcnt_vscnt m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xbc]
+
+s_waitcnt_vmcnt s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xbc]
+
+s_waitcnt_vmcnt s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xbc]
+
+s_waitcnt_vmcnt s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xbc]
+
+s_waitcnt_vmcnt exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xbc]
+
+s_waitcnt_vmcnt exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xbc]
+
+s_waitcnt_vmcnt vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xbc]
+
+s_waitcnt_vmcnt vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xbc]
+
+s_waitcnt_vmcnt m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xbc]
+
+s_waitcnt_expcnt s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xbd]
+
+s_waitcnt_expcnt s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x00,0xbd]
+
+s_waitcnt_expcnt s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xbd]
+
+s_waitcnt_expcnt exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xbd]
+
+s_waitcnt_expcnt exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xbd]
+
+s_waitcnt_expcnt vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xbd]
+
+s_waitcnt_expcnt vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xbd]
+
+s_waitcnt_expcnt m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xbd]
+
+s_waitcnt_lgkmcnt s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xbd]
+
+s_waitcnt_lgkmcnt s0, 0xc1d1
+// GFX11: encoding: [0xd1,0xc1,0x80,0xbd]
+
+s_waitcnt_lgkmcnt s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xbd]
+
+s_waitcnt_lgkmcnt exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xbd]
+
+s_waitcnt_lgkmcnt exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xbd]
+
+s_waitcnt_lgkmcnt vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xbd]
+
+s_waitcnt_lgkmcnt vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xbd]
+
+s_waitcnt_lgkmcnt m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xbd]
+
+s_subvector_loop_begin s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x00,0xbb]
+
+s_subvector_loop_begin s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0x69,0xbb]
+
+s_subvector_loop_begin exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7e,0xbb]
+
+s_subvector_loop_begin exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7f,0xbb]
+
+s_subvector_loop_begin vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6a,0xbb]
+
+s_subvector_loop_begin vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0x6b,0xbb]
+
+s_subvector_loop_begin m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x7d,0xbb]
+
+s_subvector_loop_end s0, 0x1234
+// GFX11: encoding: [0x34,0x12,0x80,0xbb]
+
+s_subvector_loop_end s105, 0x1234
+// GFX11: encoding: [0x34,0x12,0xe9,0xbb]
+
+s_subvector_loop_end exec_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfe,0xbb]
+
+s_subvector_loop_end exec_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xff,0xbb]
+
+s_subvector_loop_end vcc_lo, 0x1234
+// GFX11: encoding: [0x34,0x12,0xea,0xbb]
+
+s_subvector_loop_end vcc_hi, 0x1234
+// GFX11: encoding: [0x34,0x12,0xeb,0xbb]
+
+s_subvector_loop_end m0, 0x1234
+// GFX11: encoding: [0x34,0x12,0xfd,0xbb]

diff  --git a/llvm/test/MC/AMDGPU/gfx11_asm_sopp.s b/llvm/test/MC/AMDGPU/gfx11_asm_sopp.s
index 8360181b07559..5c3c3e368cb1f 100644
--- a/llvm/test/MC/AMDGPU/gfx11_asm_sopp.s
+++ b/llvm/test/MC/AMDGPU/gfx11_asm_sopp.s
@@ -7,6 +7,9 @@
 s_waitcnt 0
 // GFX11: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x89,0xbf]
 
+s_waitcnt 0x1234
+// GFX11: s_waitcnt vmcnt(4) expcnt(4) lgkmcnt(35) ; encoding: [0x34,0x12,0x89,0xbf]
+
 s_waitcnt vmcnt(0) & expcnt(0) & lgkmcnt(0)
 // GFX11: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; encoding: [0x00,0x00,0x89,0xbf]
 
@@ -77,6 +80,9 @@ s_waitcnt vmcnt(62) expcnt(6) lgkmcnt(14)
 s_sendmsg 2
 // GFX11: s_sendmsg sendmsg(MSG_HS_TESSFACTOR) ; encoding: [0x02,0x00,0xb6,0xbf]
 
+s_sendmsg 0xc1d1
+// GFX11: s_sendmsg 49617                      ; encoding: [0xd1,0xc1,0xb6,0xbf]
+
 s_sendmsg sendmsg(MSG_HS_TESSFACTOR)
 // GFX11: s_sendmsg sendmsg(MSG_HS_TESSFACTOR) ; encoding: [0x02,0x00,0xb6,0xbf]
 
@@ -104,3 +110,232 @@ s_delay_alu instid0(VALU_DEP_1) | instid1(SALU_CYCLE_1)
 
 s_delay_alu instid0(VALU_DEP_1) | instskip(NEXT) | instid1(VALU_DEP_3)
 // GFX11: s_delay_alu instid0(VALU_DEP_1) | instskip(NEXT) | instid1(VALU_DEP_3) ; encoding: [0x91,0x01,0x87,0xbf]
+
+//===----------------------------------------------------------------------===//
+//
+//===----------------------------------------------------------------------===//
+
+s_waitcnt_depctr 0xfffe
+// GFX11: s_waitcnt_depctr 0xfffe ; encoding: [0xfe,0xff,0x88,0xbf]
+
+s_waitcnt_depctr 0
+// GFX11: s_waitcnt_depctr depctr_hold_cnt(0) depctr_sa_sdst(0) depctr_va_vdst(0) depctr_va_sdst(0) depctr_va_ssrc(0) depctr_va_vcc(0) depctr_vm_vsrc(0) ; encoding: [0x00,0x00,0x88,0xbf]
+
+s_wait_idle
+// GFX11: s_wait_idle ; encoding: [0x00,0x00,0x8a,0xbf]
+
+s_nop 0x0
+// GFX11: s_nop 0 ; encoding: [0x00,0x00,0x80,0xbf]
+
+s_nop 0x1234
+// GFX11: s_nop 0x1234 ; encoding: [0x34,0x12,0x80,0xbf]
+
+s_nop 0xc1d1
+// GFX11: s_nop 0xc1d1 ; encoding: [0xd1,0xc1,0x80,0xbf]
+
+s_endpgm
+// GFX11: s_endpgm ; encoding: [0x00,0x00,0xb0,0xbf]
+
+s_branch 0x0
+// GFX11: s_branch 0 ; encoding: [0x00,0x00,0xa0,0xbf]
+
+s_branch 0x1234
+// GFX11: s_branch 4660 ; encoding: [0x34,0x12,0xa0,0xbf]
+
+s_wakeup
+// GFX11: s_wakeup ; encoding: [0x00,0x00,0xb4,0xbf]
+
+s_cbranch_scc0 0x0
+// GFX11: s_cbranch_scc0 0 ; encoding: [0x00,0x00,0xa1,0xbf]
+
+s_cbranch_scc0 0x1234
+// GFX11: s_cbranch_scc0 4660 ; encoding: [0x34,0x12,0xa1,0xbf]
+
+s_cbranch_scc1 0x0
+// GFX11: s_cbranch_scc1 0 ; encoding: [0x00,0x00,0xa2,0xbf]
+
+s_cbranch_scc1 0x1234
+// GFX11: s_cbranch_scc1 4660 ; encoding: [0x34,0x12,0xa2,0xbf]
+
+s_cbranch_vccz 0x0
+// GFX11: s_cbranch_vccz 0 ; encoding: [0x00,0x00,0xa3,0xbf]
+
+s_cbranch_vccz 0x1234
+// GFX11: s_cbranch_vccz 4660 ; encoding: [0x34,0x12,0xa3,0xbf]
+
+s_cbranch_vccnz 0x0
+// GFX11: s_cbranch_vccnz 0 ; encoding: [0x00,0x00,0xa4,0xbf]
+
+s_cbranch_vccnz 0x1234
+// GFX11: s_cbranch_vccnz 4660 ; encoding: [0x34,0x12,0xa4,0xbf]
+
+s_cbranch_execz 0x0
+// GFX11: s_cbranch_execz 0 ; encoding: [0x00,0x00,0xa5,0xbf]
+
+s_cbranch_execz 0x1234
+// GFX11: s_cbranch_execz 4660 ; encoding: [0x34,0x12,0xa5,0xbf]
+
+s_cbranch_execnz 0x0
+// GFX11: s_cbranch_execnz 0 ; encoding: [0x00,0x00,0xa6,0xbf]
+
+s_cbranch_execnz 0x1234
+// GFX11: s_cbranch_execnz 4660 ; encoding: [0x34,0x12,0xa6,0xbf]
+
+s_barrier
+// GFX11: s_barrier ; encoding: [0x00,0x00,0xbd,0xbf]
+
+s_setkill 0x0
+// GFX11: s_setkill 0 ; encoding: [0x00,0x00,0x81,0xbf]
+
+s_setkill 0x1234
+// GFX11: s_setkill 0x1234 ; encoding: [0x34,0x12,0x81,0xbf]
+
+s_setkill 0xc1d1
+// GFX11: s_setkill 0xc1d1 ; encoding: [0xd1,0xc1,0x81,0xbf]
+
+s_sethalt 0x0
+// GFX11: s_sethalt 0 ; encoding: [0x00,0x00,0x82,0xbf]
+
+s_sethalt 0x1234
+// GFX11: s_sethalt 0x1234 ; encoding: [0x34,0x12,0x82,0xbf]
+
+s_sethalt 0xc1d1
+// GFX11: s_sethalt 0xc1d1 ; encoding: [0xd1,0xc1,0x82,0xbf]
+
+s_sleep 0x0
+// GFX11: s_sleep 0 ; encoding: [0x00,0x00,0x83,0xbf]
+
+s_sleep 0x1234
+// GFX11: s_sleep 0x1234 ; encoding: [0x34,0x12,0x83,0xbf]
+
+s_sleep 0xc1d1
+// GFX11: s_sleep 0xc1d1 ; encoding: [0xd1,0xc1,0x83,0xbf]
+
+s_setprio 0x0
+// GFX11: s_setprio 0 ; encoding: [0x00,0x00,0xb5,0xbf]
+
+s_setprio 0x1234
+// GFX11: s_setprio 0x1234 ; encoding: [0x34,0x12,0xb5,0xbf]
+
+s_setprio 0xc1d1
+// GFX11: s_setprio 0xc1d1 ; encoding: [0xd1,0xc1,0xb5,0xbf]
+
+s_sendmsghalt 0x0
+// GFX11: s_sendmsghalt sendmsg(0, 0, 0) ; encoding: [0x00,0x00,0xb7,0xbf]
+
+s_sendmsghalt 0x1234
+// GFX11: s_sendmsghalt 4660 ; encoding: [0x34,0x12,0xb7,0xbf]
+
+s_sendmsghalt 0xc1d1
+// GFX11: s_sendmsghalt 49617 ; encoding: [0xd1,0xc1,0xb7,0xbf]
+
+s_trap 0x0
+// GFX11: s_trap 0 ; encoding: [0x00,0x00,0x90,0xbf]
+
+s_trap 0x1234
+// GFX11: s_trap 0x1234 ; encoding: [0x34,0x12,0x90,0xbf]
+
+s_trap 0xc1d1
+// GFX11: s_trap 0xc1d1 ; encoding: [0xd1,0xc1,0x90,0xbf]
+
+s_icache_inv
+// GFX11: s_icache_inv ; encoding: [0x00,0x00,0xbc,0xbf]
+
+s_incperflevel 0x0
+// GFX11: s_incperflevel 0 ; encoding: [0x00,0x00,0xb8,0xbf]
+
+s_incperflevel 0x1234
+// GFX11: s_incperflevel 0x1234 ; encoding: [0x34,0x12,0xb8,0xbf]
+
+s_incperflevel 0xc1d1
+// GFX11: s_incperflevel 0xc1d1 ; encoding: [0xd1,0xc1,0xb8,0xbf]
+
+s_decperflevel 0x0
+// GFX11: s_decperflevel 0 ; encoding: [0x00,0x00,0xb9,0xbf]
+
+s_decperflevel 0x1234
+// GFX11: s_decperflevel 0x1234 ; encoding: [0x34,0x12,0xb9,0xbf]
+
+s_decperflevel 0xc1d1
+// GFX11: s_decperflevel 0xc1d1 ; encoding: [0xd1,0xc1,0xb9,0xbf]
+
+s_ttracedata
+// GFX11: s_ttracedata ; encoding: [0x00,0x00,0xba,0xbf]
+
+s_cbranch_cdbgsys 0x0
+// GFX11: s_cbranch_cdbgsys 0 ; encoding: [0x00,0x00,0xa7,0xbf]
+
+s_cbranch_cdbgsys 0x1234
+// GFX11: s_cbranch_cdbgsys 4660 ; encoding: [0x34,0x12,0xa7,0xbf]
+
+s_cbranch_cdbguser 0x0
+// GFX11: s_cbranch_cdbguser 0 ; encoding: [0x00,0x00,0xa8,0xbf]
+
+s_cbranch_cdbguser 0x1234
+// GFX11: s_cbranch_cdbguser 4660 ; encoding: [0x34,0x12,0xa8,0xbf]
+
+s_cbranch_cdbgsys_or_user 0x0
+// GFX11: s_cbranch_cdbgsys_or_user 0 ; encoding: [0x00,0x00,0xa9,0xbf]
+
+s_cbranch_cdbgsys_or_user 0x1234
+// GFX11: s_cbranch_cdbgsys_or_user 4660 ; encoding: [0x34,0x12,0xa9,0xbf]
+
+s_cbranch_cdbgsys_and_user 0x0
+// GFX11: s_cbranch_cdbgsys_and_user 0 ; encoding: [0x00,0x00,0xaa,0xbf]
+
+s_cbranch_cdbgsys_and_user 0x1234
+// GFX11: s_cbranch_cdbgsys_and_user 4660 ; encoding: [0x34,0x12,0xaa,0xbf]
+
+s_endpgm_saved
+// GFX11: s_endpgm_saved ; encoding: [0x00,0x00,0xb1,0xbf]
+
+s_code_end
+// GFX11: s_code_end ; encoding: [0x00,0x00,0x9f,0xbf]
+
+s_inst_prefetch 0x0
+// GFX11: s_set_inst_prefetch_distance 0x0 ; encoding: [0x00,0x00,0x84,0xbf]
+
+s_inst_prefetch 0x1234
+// GFX11: s_set_inst_prefetch_distance 0x1234 ; encoding: [0x34,0x12,0x84,0xbf]
+
+s_inst_prefetch 0xc1d1
+// GFX11: s_set_inst_prefetch_distance 0xc1d1 ; encoding: [0xd1,0xc1,0x84,0xbf]
+
+s_clause 0x0
+// GFX11: s_clause 0x0 ; encoding: [0x00,0x00,0x85,0xbf]
+
+s_clause 0x1234
+// GFX11: s_clause 0x1234 ; encoding: [0x34,0x12,0x85,0xbf]
+
+s_clause 0xc1d1
+// GFX11: s_clause 0xc1d1 ; encoding: [0xd1,0xc1,0x85,0xbf]
+
+s_round_mode 0x0
+// GFX11: s_round_mode 0x0 ; encoding: [0x00,0x00,0x91,0xbf]
+
+s_round_mode 0x1234
+// GFX11: s_round_mode 0x1234 ; encoding: [0x34,0x12,0x91,0xbf]
+
+s_round_mode 0xc1d1
+// GFX11: s_round_mode 0xc1d1 ; encoding: [0xd1,0xc1,0x91,0xbf]
+
+s_denorm_mode 0x0
+// GFX11: s_denorm_mode 0 ; encoding: [0x00,0x00,0x92,0xbf]
+
+s_denorm_mode 0x1234
+// GFX11: s_denorm_mode 0x1234 ; encoding: [0x34,0x12,0x92,0xbf]
+
+s_denorm_mode 0xc1d1
+// GFX11: s_denorm_mode 0xc1d1 ; encoding: [0xd1,0xc1,0x92,0xbf]
+
+s_ttracedata_imm 0x0
+// GFX11: s_ttracedata_imm 0x0 ; encoding: [0x00,0x00,0xbb,0xbf]
+
+s_ttracedata_imm 0x1234
+// GFX11: s_ttracedata_imm 0x1234 ; encoding: [0x34,0x12,0xbb,0xbf]
+
+s_ttracedata_imm 0xc1d1
+// GFX11: s_ttracedata_imm 0xc1d1 ; encoding: [0xd1,0xc1,0xbb,0xbf]
+
+s_set_inst_prefetch_distance 0xc1d1
+// GFX11: s_set_inst_prefetch_distance 0xc1d1 ; encoding: [0xd1,0xc1,0x84,0xbf]


        


More information about the llvm-commits mailing list