brintos

brintos / llvm-project-archived public Read only

0
0
Text · 643.8 KiB · 9d93337 Raw
10788 lines · plain
1# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize32 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=W32 %s2# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -disassemble -show-encoding < %s | FileCheck -strict-whitespace -check-prefix=W64 %s3 4 5# W32: v_cmp_class_f32_e64 s10, -1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]6# W64: v_cmp_class_f32_e64 s[10:11], -1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x00]70x0a,0x00,0x88,0xd4,0xc1,0x04,0x02,0x008 9# W32: v_cmp_class_f32_e64 s10, -4.0, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]10# W64: v_cmp_class_f32_e64 s[10:11], -4.0, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x00]110x0a,0x00,0x88,0xd4,0xf7,0x04,0x02,0x0012 13# W32: v_cmp_class_f32_e64 s10, -v1, v2        ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]14# W64: v_cmp_class_f32_e64 s[10:11], -v1, v2   ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x20]150x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x2016 17# W32: v_cmp_class_f32_e64 s10, 0, v2          ; encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]18# W64: v_cmp_class_f32_e64 s[10:11], 0, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x00]190x0a,0x00,0x88,0xd4,0x80,0x04,0x02,0x0020 21# W32: v_cmp_class_f32_e64 s10, 0.5, v2        ; encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]22# W64: v_cmp_class_f32_e64 s[10:11], 0.5, v2   ; encoding: [0x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x00]230x0a,0x00,0x88,0xd4,0xf0,0x04,0x02,0x0024 25# W32: v_cmp_class_f32_e64 s10, exec_hi, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]26# W64: v_cmp_class_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x00]270x0a,0x00,0x88,0xd4,0x7f,0x04,0x02,0x0028 29# W32: v_cmp_class_f32_e64 s10, exec_lo, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]30# W64: v_cmp_class_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x00]310x0a,0x00,0x88,0xd4,0x7e,0x04,0x02,0x0032 33# W32: v_cmp_class_f32_e64 s10, m0, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]34# W64: v_cmp_class_f32_e64 s[10:11], m0, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x00]350x0a,0x00,0x88,0xd4,0x7c,0x04,0x02,0x0036 37# W32: v_cmp_class_f32_e64 s10, s1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]38# W64: v_cmp_class_f32_e64 s[10:11], s1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x00]390x0a,0x00,0x88,0xd4,0x01,0x04,0x02,0x0040 41# W32: v_cmp_class_f32_e64 s10, s101, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]42# W64: v_cmp_class_f32_e64 s[10:11], s101, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x00]430x0a,0x00,0x88,0xd4,0x65,0x04,0x02,0x0044 45# W32: v_cmp_class_f32_e64 s10, v1, -1         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]46# W64: v_cmp_class_f32_e64 s[10:11], v1, -1    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x00]470x0a,0x00,0x88,0xd4,0x01,0x83,0x01,0x0048 49# W32: v_cmp_class_f32_e64 s10, v1, -4.0       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]50# W64: v_cmp_class_f32_e64 s[10:11], v1, -4.0  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x00]510x0a,0x00,0x88,0xd4,0x01,0xef,0x01,0x0052 53# W32: v_cmp_class_f32_e64 s10, v1, 0          ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]54# W64: v_cmp_class_f32_e64 s[10:11], v1, 0     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x00]550x0a,0x00,0x88,0xd4,0x01,0x01,0x01,0x0056 57# W32: v_cmp_class_f32_e64 s10, v1, 0.5        ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]58# W64: v_cmp_class_f32_e64 s[10:11], v1, 0.5   ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x00]590x0a,0x00,0x88,0xd4,0x01,0xe1,0x01,0x0060 61# W32: v_cmp_class_f32_e64 s10, v1, exec_hi    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]62# W64: v_cmp_class_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x00]630x0a,0x00,0x88,0xd4,0x01,0xff,0x00,0x0064 65# W32: v_cmp_class_f32_e64 s10, v1, exec_lo    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]66# W64: v_cmp_class_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x00]670x0a,0x00,0x88,0xd4,0x01,0xfd,0x00,0x0068 69# W32: v_cmp_class_f32_e64 s10, v1, m0         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]70# W64: v_cmp_class_f32_e64 s[10:11], v1, m0    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x00]710x0a,0x00,0x88,0xd4,0x01,0xf9,0x00,0x0072 73# W32: v_cmp_class_f32_e64 s10, v1, s101       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]74# W64: v_cmp_class_f32_e64 s[10:11], v1, s101  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x00]750x0a,0x00,0x88,0xd4,0x01,0xcb,0x00,0x0076 77# W32: v_cmp_class_f32_e64 s10, v1, s2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]78# W64: v_cmp_class_f32_e64 s[10:11], v1, s2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x00]790x0a,0x00,0x88,0xd4,0x01,0x05,0x00,0x0080 81# W32: v_cmp_class_f32_e64 s10, v1, v2         ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]82# W64: v_cmp_class_f32_e64 s[10:11], v1, v2    ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]830x0a,0x00,0x88,0xd4,0x01,0x05,0x02,0x0084 85# W32: v_cmp_class_f32_e64 s10, v1, v255       ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]86# W64: v_cmp_class_f32_e64 s[10:11], v1, v255  ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x00]870x0a,0x00,0x88,0xd4,0x01,0xff,0x03,0x0088 89# W32: v_cmp_class_f32_e64 s10, v1, vcc_hi     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]90# W64: v_cmp_class_f32_e64 s[10:11], v1, vcc_hi ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x00]910x0a,0x00,0x88,0xd4,0x01,0xd7,0x00,0x0092 93# W32: v_cmp_class_f32_e64 s10, v1, vcc_lo     ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]94# W64: v_cmp_class_f32_e64 s[10:11], v1, vcc_lo ; encoding: [0x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x00]950x0a,0x00,0x88,0xd4,0x01,0xd5,0x00,0x0096 97# W32: v_cmp_class_f32_e64 s10, v255, v2       ; encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]98# W64: v_cmp_class_f32_e64 s[10:11], v255, v2  ; encoding: [0x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00]990x0a,0x00,0x88,0xd4,0xff,0x05,0x02,0x00100 101# W32: v_cmp_class_f32_e64 s10, vcc_hi, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]102# W64: v_cmp_class_f32_e64 s[10:11], vcc_hi, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00]1030x0a,0x00,0x88,0xd4,0x6b,0x04,0x02,0x00104 105# W32: v_cmp_class_f32_e64 s10, vcc_lo, v2     ; encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]106# W64: v_cmp_class_f32_e64 s[10:11], vcc_lo, v2 ; encoding: [0x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00]1070x0a,0x00,0x88,0xd4,0x6a,0x04,0x02,0x00108 109# W32: v_cmp_class_f32_e64 s100, v1, v2        ; encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]110# W64: v_cmp_class_f32_e64 s[100:101], v1, v2  ; encoding: [0x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]1110x64,0x00,0x88,0xd4,0x01,0x05,0x02,0x00112 113# W32: v_cmp_class_f32_e64 s12, v1, v2         ; encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]114# W64: v_cmp_class_f32_e64 s[12:13], v1, v2    ; encoding: [0x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]1150x0c,0x00,0x88,0xd4,0x01,0x05,0x02,0x00116 117# W32: v_cmp_class_f32_e64 vcc_lo, v1, v2      ; encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]118# W64: v_cmp_class_f32_e64 vcc, v1, v2         ; encoding: [0x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00]1190x6a,0x00,0x88,0xd4,0x01,0x05,0x02,0x00120 121# W32: v_cmp_class_f64_e64 s10, -1, v2         ; encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]122# W64: v_cmp_class_f64_e64 s[10:11], -1, v2    ; encoding: [0x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00]1230x0a,0x00,0xa8,0xd4,0xc1,0x04,0x02,0x00124 125# W32: v_cmp_class_f64_e64 s10, -4.0, v2       ; encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]126# W64: v_cmp_class_f64_e64 s[10:11], -4.0, v2  ; encoding: [0x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00]1270x0a,0x00,0xa8,0xd4,0xf7,0x04,0x02,0x00128 129# W32: v_cmp_class_f64_e64 s10, -v[1:2], v2    ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]130# W64: v_cmp_class_f64_e64 s[10:11], -v[1:2], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20]1310x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x20132 133# W32: v_cmp_class_f64_e64 s10, 0, v2          ; encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]134# W64: v_cmp_class_f64_e64 s[10:11], 0, v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00]1350x0a,0x00,0xa8,0xd4,0x80,0x04,0x02,0x00136 137# W32: v_cmp_class_f64_e64 s10, 0.5, v2        ; encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]138# W64: v_cmp_class_f64_e64 s[10:11], 0.5, v2   ; encoding: [0x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00]1390x0a,0x00,0xa8,0xd4,0xf0,0x04,0x02,0x00140 141# W32: v_cmp_class_f64_e64 s10, exec, v2       ; encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]142# W64: v_cmp_class_f64_e64 s[10:11], exec, v2  ; encoding: [0x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00]1430x0a,0x00,0xa8,0xd4,0x7e,0x04,0x02,0x00144 145# W32: v_cmp_class_f64_e64 s10, s[100:101], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]146# W64: v_cmp_class_f64_e64 s[10:11], s[100:101], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00]1470x0a,0x00,0xa8,0xd4,0x64,0x04,0x02,0x00148 149# W32: v_cmp_class_f64_e64 s10, s[2:3], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]150# W64: v_cmp_class_f64_e64 s[10:11], s[2:3], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00]1510x0a,0x00,0xa8,0xd4,0x02,0x04,0x02,0x00152 153# W32: v_cmp_class_f64_e64 s10, s[4:5], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]154# W64: v_cmp_class_f64_e64 s[10:11], s[4:5], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00]1550x0a,0x00,0xa8,0xd4,0x04,0x04,0x02,0x00156 157# W32: v_cmp_class_f64_e64 s10, v[1:2], -1     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]158# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], -1 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00]1590x0a,0x00,0xa8,0xd4,0x01,0x83,0x01,0x00160 161# W32: v_cmp_class_f64_e64 s10, v[1:2], -4.0   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]162# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00]1630x0a,0x00,0xa8,0xd4,0x01,0xef,0x01,0x00164 165# W32: v_cmp_class_f64_e64 s10, v[1:2], 0      ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]166# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], 0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00]1670x0a,0x00,0xa8,0xd4,0x01,0x01,0x01,0x00168 169# W32: v_cmp_class_f64_e64 s10, v[1:2], 0.5    ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]170# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00]1710x0a,0x00,0xa8,0xd4,0x01,0xe1,0x01,0x00172 173# W32: v_cmp_class_f64_e64 s10, v[1:2], exec_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]174# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00]1750x0a,0x00,0xa8,0xd4,0x01,0xff,0x00,0x00176 177# W32: v_cmp_class_f64_e64 s10, v[1:2], exec_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]178# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], exec_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00]1790x0a,0x00,0xa8,0xd4,0x01,0xfd,0x00,0x00180 181# W32: v_cmp_class_f64_e64 s10, v[1:2], m0     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]182# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], m0 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00]1830x0a,0x00,0xa8,0xd4,0x01,0xf9,0x00,0x00184 185# W32: v_cmp_class_f64_e64 s10, v[1:2], s101   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]186# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], s101 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00]1870x0a,0x00,0xa8,0xd4,0x01,0xcb,0x00,0x00188 189# W32: v_cmp_class_f64_e64 s10, v[1:2], s2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]190# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], s2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00]1910x0a,0x00,0xa8,0xd4,0x01,0x05,0x00,0x00192 193# W32: v_cmp_class_f64_e64 s10, v[1:2], v2     ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]194# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]1950x0a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00196 197# W32: v_cmp_class_f64_e64 s10, v[1:2], v255   ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]198# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], v255 ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00]1990x0a,0x00,0xa8,0xd4,0x01,0xff,0x03,0x00200 201# W32: v_cmp_class_f64_e64 s10, v[1:2], vcc_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]202# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_hi ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00]2030x0a,0x00,0xa8,0xd4,0x01,0xd7,0x00,0x00204 205# W32: v_cmp_class_f64_e64 s10, v[1:2], vcc_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]206# W64: v_cmp_class_f64_e64 s[10:11], v[1:2], vcc_lo ; encoding: [0x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00]2070x0a,0x00,0xa8,0xd4,0x01,0xd5,0x00,0x00208 209# W32: v_cmp_class_f64_e64 s10, v[254:255], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]210# W64: v_cmp_class_f64_e64 s[10:11], v[254:255], v2 ; encoding: [0x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00]2110x0a,0x00,0xa8,0xd4,0xfe,0x05,0x02,0x00212 213# W32: v_cmp_class_f64_e64 s10, vcc, v2        ; encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]214# W64: v_cmp_class_f64_e64 s[10:11], vcc, v2   ; encoding: [0x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00]2150x0a,0x00,0xa8,0xd4,0x6a,0x04,0x02,0x00216 217# W32: v_cmp_class_f64_e64 s100, v[1:2], v2    ; encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]218# W64: v_cmp_class_f64_e64 s[100:101], v[1:2], v2 ; encoding: [0x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]2190x64,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00220 221# W32: v_cmp_class_f64_e64 s12, v[1:2], v2     ; encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]222# W64: v_cmp_class_f64_e64 s[12:13], v[1:2], v2 ; encoding: [0x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]2230x0c,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00224 225# W32: v_cmp_class_f64_e64 vcc_lo, v[1:2], v2  ; encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]226# W64: v_cmp_class_f64_e64 vcc, v[1:2], v2     ; encoding: [0x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00]2270x6a,0x00,0xa8,0xd4,0x01,0x05,0x02,0x00228 229# W32: v_cmp_eq_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]230# W64: v_cmp_eq_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00]2310x0a,0x00,0xca,0xd4,0xc1,0x04,0x02,0x00232 233# W32: v_cmp_eq_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]234# W64: v_cmp_eq_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00]2350x0a,0x00,0xca,0xd4,0xf7,0x04,0x02,0x00236 237# W32: v_cmp_eq_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]238# W64: v_cmp_eq_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60]2390x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x60240 241# W32: v_cmp_eq_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]242# W64: v_cmp_eq_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20]2430x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x20244 245# W32: v_cmp_eq_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]246# W64: v_cmp_eq_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00]2470x0a,0x00,0xca,0xd4,0x80,0x04,0x02,0x00248 249# W32: v_cmp_eq_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]250# W64: v_cmp_eq_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00]2510x0a,0x00,0xca,0xd4,0xf0,0x04,0x02,0x00252 253# W32: v_cmp_eq_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]254# W64: v_cmp_eq_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00]2550x0a,0x00,0xca,0xd4,0x7f,0x04,0x02,0x00256 257# W32: v_cmp_eq_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]258# W64: v_cmp_eq_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00]2590x0a,0x00,0xca,0xd4,0x7e,0x04,0x02,0x00260 261# W32: v_cmp_eq_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]262# W64: v_cmp_eq_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00]2630x0a,0x00,0xca,0xd4,0x7c,0x04,0x02,0x00264 265# W32: v_cmp_eq_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]266# W64: v_cmp_eq_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00]2670x0a,0x00,0xca,0xd4,0x01,0x04,0x02,0x00268 269# W32: v_cmp_eq_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]270# W64: v_cmp_eq_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00]2710x0a,0x00,0xca,0xd4,0x65,0x04,0x02,0x00272 273# W32: v_cmp_eq_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]274# W64: v_cmp_eq_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00]2750x0a,0x00,0xca,0xd4,0x01,0x83,0x01,0x00276 277# W32: v_cmp_eq_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]278# W64: v_cmp_eq_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00]2790x0a,0x00,0xca,0xd4,0x01,0xef,0x01,0x00280 281# W32: v_cmp_eq_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]282# W64: v_cmp_eq_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40]2830x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x40284 285# W32: v_cmp_eq_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]286# W64: v_cmp_eq_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00]2870x0a,0x00,0xca,0xd4,0x01,0x01,0x01,0x00288 289# W32: v_cmp_eq_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]290# W64: v_cmp_eq_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00]2910x0a,0x00,0xca,0xd4,0x01,0xe1,0x01,0x00292 293# W32: v_cmp_eq_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]294# W64: v_cmp_eq_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00]2950x0a,0x00,0xca,0xd4,0x01,0xff,0x00,0x00296 297# W32: v_cmp_eq_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]298# W64: v_cmp_eq_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00]2990x0a,0x00,0xca,0xd4,0x01,0xfd,0x00,0x00300 301# W32: v_cmp_eq_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]302# W64: v_cmp_eq_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00]3030x0a,0x00,0xca,0xd4,0x01,0xf9,0x00,0x00304 305# W32: v_cmp_eq_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]306# W64: v_cmp_eq_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00]3070x0a,0x00,0xca,0xd4,0x01,0xcb,0x00,0x00308 309# W32: v_cmp_eq_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]310# W64: v_cmp_eq_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00]3110x0a,0x00,0xca,0xd4,0x01,0x05,0x00,0x00312 313# W32: v_cmp_eq_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]314# W64: v_cmp_eq_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]3150x0a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00316 317# W32: v_cmp_eq_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]318# W64: v_cmp_eq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00]3190x0a,0x80,0xca,0xd4,0x01,0x05,0x02,0x00320 321# W32: v_cmp_eq_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]322# W64: v_cmp_eq_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00]3230x0a,0x00,0xca,0xd4,0x01,0xff,0x03,0x00324 325# W32: v_cmp_eq_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]326# W64: v_cmp_eq_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00]3270x0a,0x00,0xca,0xd4,0x01,0xd7,0x00,0x00328 329# W32: v_cmp_eq_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]330# W64: v_cmp_eq_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00]3310x0a,0x00,0xca,0xd4,0x01,0xd5,0x00,0x00332 333# W32: v_cmp_eq_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]334# W64: v_cmp_eq_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00]3350x0a,0x00,0xca,0xd4,0xff,0x05,0x02,0x00336 337# W32: v_cmp_eq_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]338# W64: v_cmp_eq_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00]3390x0a,0x00,0xca,0xd4,0x6b,0x04,0x02,0x00340 341# W32: v_cmp_eq_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]342# W64: v_cmp_eq_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00]3430x0a,0x00,0xca,0xd4,0x6a,0x04,0x02,0x00344 345# W32: v_cmp_eq_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]346# W64: v_cmp_eq_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]3470x64,0x00,0xca,0xd4,0x01,0x05,0x02,0x00348 349# W32: v_cmp_eq_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]350# W64: v_cmp_eq_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]3510x0c,0x00,0xca,0xd4,0x01,0x05,0x02,0x00352 353# W32: v_cmp_eq_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]354# W64: v_cmp_eq_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00]3550x6a,0x00,0xca,0xd4,0x01,0x05,0x02,0x00356 357# W32: v_cmp_eq_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]358# W64: v_cmp_eq_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00]3590x0a,0x00,0x02,0xd4,0xc1,0x04,0x02,0x00360 361# W32: v_cmp_eq_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]362# W64: v_cmp_eq_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00]3630x0a,0x00,0x02,0xd4,0xf7,0x04,0x02,0x00364 365# W32: v_cmp_eq_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]366# W64: v_cmp_eq_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60]3670x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x60368 369# W32: v_cmp_eq_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]370# W64: v_cmp_eq_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20]3710x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x20372 373# W32: v_cmp_eq_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]374# W64: v_cmp_eq_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00]3750x0a,0x00,0x02,0xd4,0x80,0x04,0x02,0x00376 377# W32: v_cmp_eq_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]378# W64: v_cmp_eq_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00]3790x0a,0x00,0x02,0xd4,0xf0,0x04,0x02,0x00380 381# W32: v_cmp_eq_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]382# W64: v_cmp_eq_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00]3830x0a,0x00,0x02,0xd4,0x7f,0x04,0x02,0x00384 385# W32: v_cmp_eq_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]386# W64: v_cmp_eq_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00]3870x0a,0x00,0x02,0xd4,0x7e,0x04,0x02,0x00388 389# W32: v_cmp_eq_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]390# W64: v_cmp_eq_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00]3910x0a,0x00,0x02,0xd4,0x7c,0x04,0x02,0x00392 393# W32: v_cmp_eq_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]394# W64: v_cmp_eq_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00]3950x0a,0x00,0x02,0xd4,0x01,0x04,0x02,0x00396 397# W32: v_cmp_eq_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]398# W64: v_cmp_eq_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00]3990x0a,0x00,0x02,0xd4,0x65,0x04,0x02,0x00400 401# W32: v_cmp_eq_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]402# W64: v_cmp_eq_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00]4030x0a,0x00,0x02,0xd4,0x01,0x83,0x01,0x00404 405# W32: v_cmp_eq_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]406# W64: v_cmp_eq_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00]4070x0a,0x00,0x02,0xd4,0x01,0xef,0x01,0x00408 409# W32: v_cmp_eq_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]410# W64: v_cmp_eq_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40]4110x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x40412 413# W32: v_cmp_eq_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]414# W64: v_cmp_eq_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00]4150x0a,0x00,0x02,0xd4,0x01,0x01,0x01,0x00416 417# W32: v_cmp_eq_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]418# W64: v_cmp_eq_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00]4190x0a,0x00,0x02,0xd4,0x01,0xe1,0x01,0x00420 421# W32: v_cmp_eq_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]422# W64: v_cmp_eq_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00]4230x0a,0x00,0x02,0xd4,0x01,0xff,0x00,0x00424 425# W32: v_cmp_eq_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]426# W64: v_cmp_eq_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00]4270x0a,0x00,0x02,0xd4,0x01,0xfd,0x00,0x00428 429# W32: v_cmp_eq_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]430# W64: v_cmp_eq_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00]4310x0a,0x00,0x02,0xd4,0x01,0xf9,0x00,0x00432 433# W32: v_cmp_eq_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]434# W64: v_cmp_eq_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00]4350x0a,0x00,0x02,0xd4,0x01,0xcb,0x00,0x00436 437# W32: v_cmp_eq_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]438# W64: v_cmp_eq_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00]4390x0a,0x00,0x02,0xd4,0x01,0x05,0x00,0x00440 441# W32: v_cmp_eq_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]442# W64: v_cmp_eq_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]4430x0a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00444 445# W32: v_cmp_eq_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]446# W64: v_cmp_eq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00]4470x0a,0x80,0x02,0xd4,0x01,0x05,0x02,0x00448 449# W32: v_cmp_eq_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]450# W64: v_cmp_eq_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00]4510x0a,0x00,0x02,0xd4,0x01,0xff,0x03,0x00452 453# W32: v_cmp_eq_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]454# W64: v_cmp_eq_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00]4550x0a,0x00,0x02,0xd4,0x01,0xd7,0x00,0x00456 457# W32: v_cmp_eq_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]458# W64: v_cmp_eq_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00]4590x0a,0x00,0x02,0xd4,0x01,0xd5,0x00,0x00460 461# W32: v_cmp_eq_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]462# W64: v_cmp_eq_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00]4630x0a,0x00,0x02,0xd4,0xff,0x05,0x02,0x00464 465# W32: v_cmp_eq_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]466# W64: v_cmp_eq_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00]4670x0a,0x00,0x02,0xd4,0x6b,0x04,0x02,0x00468 469# W32: v_cmp_eq_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]470# W64: v_cmp_eq_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00]4710x0a,0x00,0x02,0xd4,0x6a,0x04,0x02,0x00472 473# W32: v_cmp_eq_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]474# W64: v_cmp_eq_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]4750x64,0x00,0x02,0xd4,0x01,0x05,0x02,0x00476 477# W32: v_cmp_eq_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]478# W64: v_cmp_eq_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]4790x0c,0x00,0x02,0xd4,0x01,0x05,0x02,0x00480 481# W32: v_cmp_eq_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]482# W64: v_cmp_eq_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00]4830x6a,0x00,0x02,0xd4,0x01,0x05,0x02,0x00484 485# W32: v_cmp_eq_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]486# W64: v_cmp_eq_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00]4870x0a,0x00,0x22,0xd4,0xc1,0x04,0x02,0x00488 489# W32: v_cmp_eq_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]490# W64: v_cmp_eq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00]4910x0a,0x00,0x22,0xd4,0xf7,0x04,0x02,0x00492 493# W32: v_cmp_eq_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]494# W64: v_cmp_eq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60]4950x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x60496 497# W32: v_cmp_eq_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]498# W64: v_cmp_eq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20]4990x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x20500 501# W32: v_cmp_eq_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]502# W64: v_cmp_eq_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00]5030x0a,0x00,0x22,0xd4,0x80,0x04,0x02,0x00504 505# W32: v_cmp_eq_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]506# W64: v_cmp_eq_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00]5070x0a,0x00,0x22,0xd4,0xf0,0x04,0x02,0x00508 509# W32: v_cmp_eq_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]510# W64: v_cmp_eq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00]5110x0a,0x00,0x22,0xd4,0x7e,0x04,0x02,0x00512 513# W32: v_cmp_eq_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]514# W64: v_cmp_eq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00]5150x0a,0x00,0x22,0xd4,0x64,0x04,0x02,0x00516 517# W32: v_cmp_eq_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]518# W64: v_cmp_eq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00]5190x0a,0x00,0x22,0xd4,0x02,0x04,0x02,0x00520 521# W32: v_cmp_eq_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]522# W64: v_cmp_eq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00]5230x0a,0x00,0x22,0xd4,0x04,0x04,0x02,0x00524 525# W32: v_cmp_eq_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]526# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00]5270x0a,0x00,0x22,0xd4,0x01,0x83,0x01,0x00528 529# W32: v_cmp_eq_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]530# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00]5310x0a,0x00,0x22,0xd4,0x01,0xef,0x01,0x00532 533# W32: v_cmp_eq_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]534# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40]5350x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x40536 537# W32: v_cmp_eq_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]538# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00]5390x0a,0x00,0x22,0xd4,0x01,0x01,0x01,0x00540 541# W32: v_cmp_eq_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]542# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00]5430x0a,0x00,0x22,0xd4,0x01,0xe1,0x01,0x00544 545# W32: v_cmp_eq_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]546# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00]5470x0a,0x00,0x22,0xd4,0x01,0xfd,0x00,0x00548 549# W32: v_cmp_eq_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]550# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00]5510x0a,0x00,0x22,0xd4,0x01,0xc9,0x00,0x00552 553# W32: v_cmp_eq_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]554# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00]5550x0a,0x00,0x22,0xd4,0x01,0x09,0x00,0x00556 557# W32: v_cmp_eq_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]558# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00]5590x0a,0x00,0x22,0xd4,0x01,0x0d,0x00,0x00560 561# W32: v_cmp_eq_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]562# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00]5630x0a,0x00,0x22,0xd4,0x01,0xfd,0x03,0x00564 565# W32: v_cmp_eq_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]566# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]5670x0a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00568 569# W32: v_cmp_eq_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]570# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00]5710x0a,0x80,0x22,0xd4,0x01,0x05,0x02,0x00572 573# W32: v_cmp_eq_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]574# W64: v_cmp_eq_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00]5750x0a,0x00,0x22,0xd4,0x01,0xd5,0x00,0x00576 577# W32: v_cmp_eq_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]578# W64: v_cmp_eq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00]5790x0a,0x00,0x22,0xd4,0xfe,0x05,0x02,0x00580 581# W32: v_cmp_eq_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]582# W64: v_cmp_eq_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00]5830x0a,0x00,0x22,0xd4,0x6a,0x04,0x02,0x00584 585# W32: v_cmp_eq_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]586# W64: v_cmp_eq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]5870x64,0x00,0x22,0xd4,0x01,0x05,0x02,0x00588 589# W32: v_cmp_eq_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]590# W64: v_cmp_eq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]5910x0c,0x00,0x22,0xd4,0x01,0x05,0x02,0x00592 593# W32: v_cmp_eq_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]594# W64: v_cmp_eq_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00]5950x6a,0x00,0x22,0xd4,0x01,0x05,0x02,0x00596 597# W32: v_cmp_eq_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]598# W64: v_cmp_eq_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00]5990x0a,0x00,0x8a,0xd4,0xc1,0x04,0x02,0x00600 601# W32: v_cmp_eq_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]602# W64: v_cmp_eq_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]6030x0a,0x00,0x8a,0xd4,0xf7,0x04,0x02,0x00604 605# W32: v_cmp_eq_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]606# W64: v_cmp_eq_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00]6070x0a,0x00,0x8a,0xd4,0x80,0x04,0x02,0x00608 609# W32: v_cmp_eq_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]610# W64: v_cmp_eq_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]6110x0a,0x00,0x8a,0xd4,0xf0,0x04,0x02,0x00612 613# W32: v_cmp_eq_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]614# W64: v_cmp_eq_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00]6150x0a,0x00,0x8a,0xd4,0x7f,0x04,0x02,0x00616 617# W32: v_cmp_eq_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]618# W64: v_cmp_eq_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00]6190x0a,0x00,0x8a,0xd4,0x7e,0x04,0x02,0x00620 621# W32: v_cmp_eq_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]622# W64: v_cmp_eq_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00]6230x0a,0x00,0x8a,0xd4,0x7c,0x04,0x02,0x00624 625# W32: v_cmp_eq_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]626# W64: v_cmp_eq_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00]6270x0a,0x00,0x8a,0xd4,0x01,0x04,0x02,0x00628 629# W32: v_cmp_eq_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]630# W64: v_cmp_eq_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00]6310x0a,0x00,0x8a,0xd4,0x65,0x04,0x02,0x00632 633# W32: v_cmp_eq_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]634# W64: v_cmp_eq_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00]6350x0a,0x00,0x8a,0xd4,0x01,0x83,0x01,0x00636 637# W32: v_cmp_eq_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]638# W64: v_cmp_eq_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]6390x0a,0x00,0x8a,0xd4,0x01,0xef,0x01,0x00640 641# W32: v_cmp_eq_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]642# W64: v_cmp_eq_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00]6430x0a,0x00,0x8a,0xd4,0x01,0x01,0x01,0x00644 645# W32: v_cmp_eq_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]646# W64: v_cmp_eq_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]6470x0a,0x00,0x8a,0xd4,0x01,0xe1,0x01,0x00648 649# W32: v_cmp_eq_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]650# W64: v_cmp_eq_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00]6510x0a,0x00,0x8a,0xd4,0x01,0xff,0x00,0x00652 653# W32: v_cmp_eq_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]654# W64: v_cmp_eq_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00]6550x0a,0x00,0x8a,0xd4,0x01,0xfd,0x00,0x00656 657# W32: v_cmp_eq_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]658# W64: v_cmp_eq_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00]6590x0a,0x00,0x8a,0xd4,0x01,0xf9,0x00,0x00660 661# W32: v_cmp_eq_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]662# W64: v_cmp_eq_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00]6630x0a,0x00,0x8a,0xd4,0x01,0xcb,0x00,0x00664 665# W32: v_cmp_eq_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]666# W64: v_cmp_eq_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00]6670x0a,0x00,0x8a,0xd4,0x01,0x05,0x00,0x00668 669# W32: v_cmp_eq_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]670# W64: v_cmp_eq_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]6710x0a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00672 673# W32: v_cmp_eq_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]674# W64: v_cmp_eq_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00]6750x0a,0x00,0x8a,0xd4,0x01,0xff,0x03,0x00676 677# W32: v_cmp_eq_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]678# W64: v_cmp_eq_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00]6790x0a,0x00,0x8a,0xd4,0x01,0xd7,0x00,0x00680 681# W32: v_cmp_eq_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]682# W64: v_cmp_eq_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00]6830x0a,0x00,0x8a,0xd4,0x01,0xd5,0x00,0x00684 685# W32: v_cmp_eq_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]686# W64: v_cmp_eq_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00]6870x0a,0x00,0x8a,0xd4,0xff,0x05,0x02,0x00688 689# W32: v_cmp_eq_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]690# W64: v_cmp_eq_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00]6910x0a,0x00,0x8a,0xd4,0x6b,0x04,0x02,0x00692 693# W32: v_cmp_eq_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]694# W64: v_cmp_eq_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00]6950x0a,0x00,0x8a,0xd4,0x6a,0x04,0x02,0x00696 697# W32: v_cmp_eq_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]698# W64: v_cmp_eq_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]6990x64,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00700 701# W32: v_cmp_eq_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]702# W64: v_cmp_eq_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]7030x0c,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00704 705# W32: v_cmp_eq_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]706# W64: v_cmp_eq_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00]7070x6a,0x00,0x8a,0xd4,0x01,0x05,0x02,0x00708 709# W32: v_cmp_eq_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]710# W64: v_cmp_eq_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00]7110x0a,0x00,0x82,0xd4,0xc1,0x04,0x02,0x00712 713# W32: v_cmp_eq_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]714# W64: v_cmp_eq_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00]7150x0a,0x00,0x82,0xd4,0xf7,0x04,0x02,0x00716 717# W32: v_cmp_eq_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]718# W64: v_cmp_eq_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00]7190x0a,0x00,0x82,0xd4,0x80,0x04,0x02,0x00720 721# W32: v_cmp_eq_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]722# W64: v_cmp_eq_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00]7230x0a,0x00,0x82,0xd4,0xf0,0x04,0x02,0x00724 725# W32: v_cmp_eq_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]726# W64: v_cmp_eq_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00]7270x0a,0x00,0x82,0xd4,0x7f,0x04,0x02,0x00728 729# W32: v_cmp_eq_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]730# W64: v_cmp_eq_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00]7310x0a,0x00,0x82,0xd4,0x7e,0x04,0x02,0x00732 733# W32: v_cmp_eq_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]734# W64: v_cmp_eq_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00]7350x0a,0x00,0x82,0xd4,0x7c,0x04,0x02,0x00736 737# W32: v_cmp_eq_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]738# W64: v_cmp_eq_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00]7390x0a,0x00,0x82,0xd4,0x01,0x04,0x02,0x00740 741# W32: v_cmp_eq_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]742# W64: v_cmp_eq_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00]7430x0a,0x00,0x82,0xd4,0x65,0x04,0x02,0x00744 745# W32: v_cmp_eq_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]746# W64: v_cmp_eq_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00]7470x0a,0x00,0x82,0xd4,0x01,0x83,0x01,0x00748 749# W32: v_cmp_eq_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]750# W64: v_cmp_eq_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00]7510x0a,0x00,0x82,0xd4,0x01,0xef,0x01,0x00752 753# W32: v_cmp_eq_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]754# W64: v_cmp_eq_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00]7550x0a,0x00,0x82,0xd4,0x01,0x01,0x01,0x00756 757# W32: v_cmp_eq_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]758# W64: v_cmp_eq_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00]7590x0a,0x00,0x82,0xd4,0x01,0xe1,0x01,0x00760 761# W32: v_cmp_eq_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]762# W64: v_cmp_eq_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00]7630x0a,0x00,0x82,0xd4,0x01,0xff,0x00,0x00764 765# W32: v_cmp_eq_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]766# W64: v_cmp_eq_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00]7670x0a,0x00,0x82,0xd4,0x01,0xfd,0x00,0x00768 769# W32: v_cmp_eq_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]770# W64: v_cmp_eq_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00]7710x0a,0x00,0x82,0xd4,0x01,0xf9,0x00,0x00772 773# W32: v_cmp_eq_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]774# W64: v_cmp_eq_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00]7750x0a,0x00,0x82,0xd4,0x01,0xcb,0x00,0x00776 777# W32: v_cmp_eq_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]778# W64: v_cmp_eq_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00]7790x0a,0x00,0x82,0xd4,0x01,0x05,0x00,0x00780 781# W32: v_cmp_eq_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]782# W64: v_cmp_eq_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]7830x0a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00784 785# W32: v_cmp_eq_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]786# W64: v_cmp_eq_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00]7870x0a,0x00,0x82,0xd4,0x01,0xff,0x03,0x00788 789# W32: v_cmp_eq_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]790# W64: v_cmp_eq_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00]7910x0a,0x00,0x82,0xd4,0x01,0xd7,0x00,0x00792 793# W32: v_cmp_eq_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]794# W64: v_cmp_eq_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00]7950x0a,0x00,0x82,0xd4,0x01,0xd5,0x00,0x00796 797# W32: v_cmp_eq_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]798# W64: v_cmp_eq_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00]7990x0a,0x00,0x82,0xd4,0xff,0x05,0x02,0x00800 801# W32: v_cmp_eq_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]802# W64: v_cmp_eq_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00]8030x0a,0x00,0x82,0xd4,0x6b,0x04,0x02,0x00804 805# W32: v_cmp_eq_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]806# W64: v_cmp_eq_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00]8070x0a,0x00,0x82,0xd4,0x6a,0x04,0x02,0x00808 809# W32: v_cmp_eq_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]810# W64: v_cmp_eq_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]8110x64,0x00,0x82,0xd4,0x01,0x05,0x02,0x00812 813# W32: v_cmp_eq_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]814# W64: v_cmp_eq_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]8150x0c,0x00,0x82,0xd4,0x01,0x05,0x02,0x00816 817# W32: v_cmp_eq_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]818# W64: v_cmp_eq_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00]8190x6a,0x00,0x82,0xd4,0x01,0x05,0x02,0x00820 821# W32: v_cmp_eq_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]822# W64: v_cmp_eq_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00]8230x0a,0x00,0xa2,0xd4,0xc1,0x04,0x02,0x00824 825# W32: v_cmp_eq_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]826# W64: v_cmp_eq_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00]8270x0a,0x00,0xa2,0xd4,0xf7,0x04,0x02,0x00828 829# W32: v_cmp_eq_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]830# W64: v_cmp_eq_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00]8310x0a,0x00,0xa2,0xd4,0x80,0x04,0x02,0x00832 833# W32: v_cmp_eq_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]834# W64: v_cmp_eq_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00]8350x0a,0x00,0xa2,0xd4,0xf0,0x04,0x02,0x00836 837# W32: v_cmp_eq_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]838# W64: v_cmp_eq_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00]8390x0a,0x00,0xa2,0xd4,0x7e,0x04,0x02,0x00840 841# W32: v_cmp_eq_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]842# W64: v_cmp_eq_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00]8430x0a,0x00,0xa2,0xd4,0x64,0x04,0x02,0x00844 845# W32: v_cmp_eq_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]846# W64: v_cmp_eq_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00]8470x0a,0x00,0xa2,0xd4,0x02,0x04,0x02,0x00848 849# W32: v_cmp_eq_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]850# W64: v_cmp_eq_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00]8510x0a,0x00,0xa2,0xd4,0x04,0x04,0x02,0x00852 853# W32: v_cmp_eq_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]854# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00]8550x0a,0x00,0xa2,0xd4,0x01,0x83,0x01,0x00856 857# W32: v_cmp_eq_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]858# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00]8590x0a,0x00,0xa2,0xd4,0x01,0xef,0x01,0x00860 861# W32: v_cmp_eq_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]862# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00]8630x0a,0x00,0xa2,0xd4,0x01,0x01,0x01,0x00864 865# W32: v_cmp_eq_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]866# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00]8670x0a,0x00,0xa2,0xd4,0x01,0xe1,0x01,0x00868 869# W32: v_cmp_eq_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]870# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00]8710x0a,0x00,0xa2,0xd4,0x01,0xfd,0x00,0x00872 873# W32: v_cmp_eq_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]874# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00]8750x0a,0x00,0xa2,0xd4,0x01,0xc9,0x00,0x00876 877# W32: v_cmp_eq_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]878# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00]8790x0a,0x00,0xa2,0xd4,0x01,0x09,0x00,0x00880 881# W32: v_cmp_eq_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]882# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00]8830x0a,0x00,0xa2,0xd4,0x01,0x0d,0x00,0x00884 885# W32: v_cmp_eq_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]886# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00]8870x0a,0x00,0xa2,0xd4,0x01,0xfd,0x03,0x00888 889# W32: v_cmp_eq_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]890# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]8910x0a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00892 893# W32: v_cmp_eq_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]894# W64: v_cmp_eq_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00]8950x0a,0x00,0xa2,0xd4,0x01,0xd5,0x00,0x00896 897# W32: v_cmp_eq_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]898# W64: v_cmp_eq_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00]8990x0a,0x00,0xa2,0xd4,0xfe,0x05,0x02,0x00900 901# W32: v_cmp_eq_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]902# W64: v_cmp_eq_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00]9030x0a,0x00,0xa2,0xd4,0x6a,0x04,0x02,0x00904 905# W32: v_cmp_eq_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]906# W64: v_cmp_eq_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]9070x64,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00908 909# W32: v_cmp_eq_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]910# W64: v_cmp_eq_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]9110x0c,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00912 913# W32: v_cmp_eq_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]914# W64: v_cmp_eq_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00]9150x6a,0x00,0xa2,0xd4,0x01,0x05,0x02,0x00916 917# W32: v_cmp_eq_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]918# W64: v_cmp_eq_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00]9190x0a,0x00,0xaa,0xd4,0xc1,0x04,0x02,0x00920 921# W32: v_cmp_eq_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]922# W64: v_cmp_eq_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]9230x0a,0x00,0xaa,0xd4,0xf7,0x04,0x02,0x00924 925# W32: v_cmp_eq_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]926# W64: v_cmp_eq_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00]9270x0a,0x00,0xaa,0xd4,0x80,0x04,0x02,0x00928 929# W32: v_cmp_eq_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]930# W64: v_cmp_eq_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]9310x0a,0x00,0xaa,0xd4,0xf0,0x04,0x02,0x00932 933# W32: v_cmp_eq_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]934# W64: v_cmp_eq_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00]9350x0a,0x00,0xaa,0xd4,0x7f,0x04,0x02,0x00936 937# W32: v_cmp_eq_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]938# W64: v_cmp_eq_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00]9390x0a,0x00,0xaa,0xd4,0x7e,0x04,0x02,0x00940 941# W32: v_cmp_eq_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]942# W64: v_cmp_eq_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00]9430x0a,0x00,0xaa,0xd4,0x7c,0x04,0x02,0x00944 945# W32: v_cmp_eq_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]946# W64: v_cmp_eq_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00]9470x0a,0x00,0xaa,0xd4,0x01,0x04,0x02,0x00948 949# W32: v_cmp_eq_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]950# W64: v_cmp_eq_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00]9510x0a,0x00,0xaa,0xd4,0x65,0x04,0x02,0x00952 953# W32: v_cmp_eq_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]954# W64: v_cmp_eq_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00]9550x0a,0x00,0xaa,0xd4,0x01,0x83,0x01,0x00956 957# W32: v_cmp_eq_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]958# W64: v_cmp_eq_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]9590x0a,0x00,0xaa,0xd4,0x01,0xef,0x01,0x00960 961# W32: v_cmp_eq_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]962# W64: v_cmp_eq_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00]9630x0a,0x00,0xaa,0xd4,0x01,0x01,0x01,0x00964 965# W32: v_cmp_eq_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]966# W64: v_cmp_eq_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]9670x0a,0x00,0xaa,0xd4,0x01,0xe1,0x01,0x00968 969# W32: v_cmp_eq_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]970# W64: v_cmp_eq_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00]9710x0a,0x00,0xaa,0xd4,0x01,0xff,0x00,0x00972 973# W32: v_cmp_eq_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]974# W64: v_cmp_eq_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00]9750x0a,0x00,0xaa,0xd4,0x01,0xfd,0x00,0x00976 977# W32: v_cmp_eq_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]978# W64: v_cmp_eq_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00]9790x0a,0x00,0xaa,0xd4,0x01,0xf9,0x00,0x00980 981# W32: v_cmp_eq_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]982# W64: v_cmp_eq_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00]9830x0a,0x00,0xaa,0xd4,0x01,0xcb,0x00,0x00984 985# W32: v_cmp_eq_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]986# W64: v_cmp_eq_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00]9870x0a,0x00,0xaa,0xd4,0x01,0x05,0x00,0x00988 989# W32: v_cmp_eq_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]990# W64: v_cmp_eq_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]9910x0a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00992 993# W32: v_cmp_eq_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]994# W64: v_cmp_eq_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00]9950x0a,0x00,0xaa,0xd4,0x01,0xff,0x03,0x00996 997# W32: v_cmp_eq_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]998# W64: v_cmp_eq_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x00]9990x0a,0x00,0xaa,0xd4,0x01,0xd7,0x00,0x001000 1001# W32: v_cmp_eq_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]1002# W64: v_cmp_eq_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x00]10030x0a,0x00,0xaa,0xd4,0x01,0xd5,0x00,0x001004 1005# W32: v_cmp_eq_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]1006# W64: v_cmp_eq_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x00]10070x0a,0x00,0xaa,0xd4,0xff,0x05,0x02,0x001008 1009# W32: v_cmp_eq_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]1010# W64: v_cmp_eq_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x00]10110x0a,0x00,0xaa,0xd4,0x6b,0x04,0x02,0x001012 1013# W32: v_cmp_eq_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]1014# W64: v_cmp_eq_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x00]10150x0a,0x00,0xaa,0xd4,0x6a,0x04,0x02,0x001016 1017# W32: v_cmp_eq_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]1018# W64: v_cmp_eq_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]10190x64,0x00,0xaa,0xd4,0x01,0x05,0x02,0x001020 1021# W32: v_cmp_eq_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]1022# W64: v_cmp_eq_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]10230x0c,0x00,0xaa,0xd4,0x01,0x05,0x02,0x001024 1025# W32: v_cmp_eq_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]1026# W64: v_cmp_eq_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x00]10270x6a,0x00,0xaa,0xd4,0x01,0x05,0x02,0x001028 1029# W32: v_cmp_eq_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]1030# W64: v_cmp_eq_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x00]10310x0a,0x00,0xc2,0xd4,0xc1,0x04,0x02,0x001032 1033# W32: v_cmp_eq_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]1034# W64: v_cmp_eq_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x00]10350x0a,0x00,0xc2,0xd4,0xf7,0x04,0x02,0x001036 1037# W32: v_cmp_eq_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]1038# W64: v_cmp_eq_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x00]10390x0a,0x00,0xc2,0xd4,0x80,0x04,0x02,0x001040 1041# W32: v_cmp_eq_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]1042# W64: v_cmp_eq_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x00]10430x0a,0x00,0xc2,0xd4,0xf0,0x04,0x02,0x001044 1045# W32: v_cmp_eq_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]1046# W64: v_cmp_eq_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x00]10470x0a,0x00,0xc2,0xd4,0x7f,0x04,0x02,0x001048 1049# W32: v_cmp_eq_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]1050# W64: v_cmp_eq_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x00]10510x0a,0x00,0xc2,0xd4,0x7e,0x04,0x02,0x001052 1053# W32: v_cmp_eq_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]1054# W64: v_cmp_eq_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x00]10550x0a,0x00,0xc2,0xd4,0x7c,0x04,0x02,0x001056 1057# W32: v_cmp_eq_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]1058# W64: v_cmp_eq_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x00]10590x0a,0x00,0xc2,0xd4,0x01,0x04,0x02,0x001060 1061# W32: v_cmp_eq_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]1062# W64: v_cmp_eq_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x00]10630x0a,0x00,0xc2,0xd4,0x65,0x04,0x02,0x001064 1065# W32: v_cmp_eq_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]1066# W64: v_cmp_eq_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x00]10670x0a,0x00,0xc2,0xd4,0x01,0x83,0x01,0x001068 1069# W32: v_cmp_eq_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]1070# W64: v_cmp_eq_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x00]10710x0a,0x00,0xc2,0xd4,0x01,0xef,0x01,0x001072 1073# W32: v_cmp_eq_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]1074# W64: v_cmp_eq_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x00]10750x0a,0x00,0xc2,0xd4,0x01,0x01,0x01,0x001076 1077# W32: v_cmp_eq_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]1078# W64: v_cmp_eq_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x00]10790x0a,0x00,0xc2,0xd4,0x01,0xe1,0x01,0x001080 1081# W32: v_cmp_eq_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]1082# W64: v_cmp_eq_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x00]10830x0a,0x00,0xc2,0xd4,0x01,0xff,0x00,0x001084 1085# W32: v_cmp_eq_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]1086# W64: v_cmp_eq_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x00]10870x0a,0x00,0xc2,0xd4,0x01,0xfd,0x00,0x001088 1089# W32: v_cmp_eq_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]1090# W64: v_cmp_eq_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x00]10910x0a,0x00,0xc2,0xd4,0x01,0xf9,0x00,0x001092 1093# W32: v_cmp_eq_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]1094# W64: v_cmp_eq_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x00]10950x0a,0x00,0xc2,0xd4,0x01,0xcb,0x00,0x001096 1097# W32: v_cmp_eq_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]1098# W64: v_cmp_eq_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x00]10990x0a,0x00,0xc2,0xd4,0x01,0x05,0x00,0x001100 1101# W32: v_cmp_eq_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]1102# W64: v_cmp_eq_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]11030x0a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x001104 1105# W32: v_cmp_eq_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]1106# W64: v_cmp_eq_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x00]11070x0a,0x00,0xc2,0xd4,0x01,0xff,0x03,0x001108 1109# W32: v_cmp_eq_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]1110# W64: v_cmp_eq_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x00]11110x0a,0x00,0xc2,0xd4,0x01,0xd7,0x00,0x001112 1113# W32: v_cmp_eq_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]1114# W64: v_cmp_eq_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x00]11150x0a,0x00,0xc2,0xd4,0x01,0xd5,0x00,0x001116 1117# W32: v_cmp_eq_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]1118# W64: v_cmp_eq_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x00]11190x0a,0x00,0xc2,0xd4,0xff,0x05,0x02,0x001120 1121# W32: v_cmp_eq_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]1122# W64: v_cmp_eq_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x00]11230x0a,0x00,0xc2,0xd4,0x6b,0x04,0x02,0x001124 1125# W32: v_cmp_eq_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]1126# W64: v_cmp_eq_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x00]11270x0a,0x00,0xc2,0xd4,0x6a,0x04,0x02,0x001128 1129# W32: v_cmp_eq_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]1130# W64: v_cmp_eq_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]11310x64,0x00,0xc2,0xd4,0x01,0x05,0x02,0x001132 1133# W32: v_cmp_eq_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]1134# W64: v_cmp_eq_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]11350x0c,0x00,0xc2,0xd4,0x01,0x05,0x02,0x001136 1137# W32: v_cmp_eq_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]1138# W64: v_cmp_eq_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x00]11390x6a,0x00,0xc2,0xd4,0x01,0x05,0x02,0x001140 1141# W32: v_cmp_eq_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]1142# W64: v_cmp_eq_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x00]11430x0a,0x00,0xe2,0xd4,0xc1,0x04,0x02,0x001144 1145# W32: v_cmp_eq_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]1146# W64: v_cmp_eq_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x00]11470x0a,0x00,0xe2,0xd4,0xf7,0x04,0x02,0x001148 1149# W32: v_cmp_eq_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]1150# W64: v_cmp_eq_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x00]11510x0a,0x00,0xe2,0xd4,0x80,0x04,0x02,0x001152 1153# W32: v_cmp_eq_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]1154# W64: v_cmp_eq_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x00]11550x0a,0x00,0xe2,0xd4,0xf0,0x04,0x02,0x001156 1157# W32: v_cmp_eq_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]1158# W64: v_cmp_eq_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x00]11590x0a,0x00,0xe2,0xd4,0x7e,0x04,0x02,0x001160 1161# W32: v_cmp_eq_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]1162# W64: v_cmp_eq_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x00]11630x0a,0x00,0xe2,0xd4,0x64,0x04,0x02,0x001164 1165# W32: v_cmp_eq_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]1166# W64: v_cmp_eq_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x00]11670x0a,0x00,0xe2,0xd4,0x02,0x04,0x02,0x001168 1169# W32: v_cmp_eq_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]1170# W64: v_cmp_eq_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x00]11710x0a,0x00,0xe2,0xd4,0x04,0x04,0x02,0x001172 1173# W32: v_cmp_eq_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]1174# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x00]11750x0a,0x00,0xe2,0xd4,0x01,0x83,0x01,0x001176 1177# W32: v_cmp_eq_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]1178# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x00]11790x0a,0x00,0xe2,0xd4,0x01,0xef,0x01,0x001180 1181# W32: v_cmp_eq_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]1182# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x00]11830x0a,0x00,0xe2,0xd4,0x01,0x01,0x01,0x001184 1185# W32: v_cmp_eq_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]1186# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x00]11870x0a,0x00,0xe2,0xd4,0x01,0xe1,0x01,0x001188 1189# W32: v_cmp_eq_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]1190# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x00]11910x0a,0x00,0xe2,0xd4,0x01,0xfd,0x00,0x001192 1193# W32: v_cmp_eq_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]1194# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x00]11950x0a,0x00,0xe2,0xd4,0x01,0xc9,0x00,0x001196 1197# W32: v_cmp_eq_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]1198# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x00]11990x0a,0x00,0xe2,0xd4,0x01,0x09,0x00,0x001200 1201# W32: v_cmp_eq_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]1202# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x00]12030x0a,0x00,0xe2,0xd4,0x01,0x0d,0x00,0x001204 1205# W32: v_cmp_eq_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]1206# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x00]12070x0a,0x00,0xe2,0xd4,0x01,0xfd,0x03,0x001208 1209# W32: v_cmp_eq_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]1210# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]12110x0a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x001212 1213# W32: v_cmp_eq_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]1214# W64: v_cmp_eq_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x00]12150x0a,0x00,0xe2,0xd4,0x01,0xd5,0x00,0x001216 1217# W32: v_cmp_eq_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]1218# W64: v_cmp_eq_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x00]12190x0a,0x00,0xe2,0xd4,0xfe,0x05,0x02,0x001220 1221# W32: v_cmp_eq_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]1222# W64: v_cmp_eq_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x00]12230x0a,0x00,0xe2,0xd4,0x6a,0x04,0x02,0x001224 1225# W32: v_cmp_eq_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]1226# W64: v_cmp_eq_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]12270x64,0x00,0xe2,0xd4,0x01,0x05,0x02,0x001228 1229# W32: v_cmp_eq_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]1230# W64: v_cmp_eq_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]12310x0c,0x00,0xe2,0xd4,0x01,0x05,0x02,0x001232 1233# W32: v_cmp_eq_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]1234# W64: v_cmp_eq_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x00]12350x6a,0x00,0xe2,0xd4,0x01,0x05,0x02,0x001236 1237# W32: v_cmp_f_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]1238# W64: v_cmp_f_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x00]12390x0a,0x00,0xc8,0xd4,0xc1,0x04,0x02,0x001240 1241# W32: v_cmp_f_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]1242# W64: v_cmp_f_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x00]12430x0a,0x00,0xc8,0xd4,0xf7,0x04,0x02,0x001244 1245# W32: v_cmp_f_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]1246# W64: v_cmp_f_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x60]12470x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x601248 1249# W32: v_cmp_f_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]1250# W64: v_cmp_f_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x20]12510x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x201252 1253# W32: v_cmp_f_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]1254# W64: v_cmp_f_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x00]12550x0a,0x00,0xc8,0xd4,0x80,0x04,0x02,0x001256 1257# W32: v_cmp_f_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]1258# W64: v_cmp_f_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x00]12590x0a,0x00,0xc8,0xd4,0xf0,0x04,0x02,0x001260 1261# W32: v_cmp_f_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]1262# W64: v_cmp_f_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x00]12630x0a,0x00,0xc8,0xd4,0x7f,0x04,0x02,0x001264 1265# W32: v_cmp_f_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]1266# W64: v_cmp_f_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x00]12670x0a,0x00,0xc8,0xd4,0x7e,0x04,0x02,0x001268 1269# W32: v_cmp_f_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]1270# W64: v_cmp_f_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x00]12710x0a,0x00,0xc8,0xd4,0x7c,0x04,0x02,0x001272 1273# W32: v_cmp_f_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]1274# W64: v_cmp_f_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x00]12750x0a,0x00,0xc8,0xd4,0x01,0x04,0x02,0x001276 1277# W32: v_cmp_f_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]1278# W64: v_cmp_f_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x00]12790x0a,0x00,0xc8,0xd4,0x65,0x04,0x02,0x001280 1281# W32: v_cmp_f_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]1282# W64: v_cmp_f_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x00]12830x0a,0x00,0xc8,0xd4,0x01,0x83,0x01,0x001284 1285# W32: v_cmp_f_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]1286# W64: v_cmp_f_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x00]12870x0a,0x00,0xc8,0xd4,0x01,0xef,0x01,0x001288 1289# W32: v_cmp_f_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]1290# W64: v_cmp_f_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x40]12910x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x401292 1293# W32: v_cmp_f_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]1294# W64: v_cmp_f_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x00]12950x0a,0x00,0xc8,0xd4,0x01,0x01,0x01,0x001296 1297# W32: v_cmp_f_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]1298# W64: v_cmp_f_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x00]12990x0a,0x00,0xc8,0xd4,0x01,0xe1,0x01,0x001300 1301# W32: v_cmp_f_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]1302# W64: v_cmp_f_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x00]13030x0a,0x00,0xc8,0xd4,0x01,0xff,0x00,0x001304 1305# W32: v_cmp_f_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]1306# W64: v_cmp_f_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x00]13070x0a,0x00,0xc8,0xd4,0x01,0xfd,0x00,0x001308 1309# W32: v_cmp_f_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]1310# W64: v_cmp_f_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x00]13110x0a,0x00,0xc8,0xd4,0x01,0xf9,0x00,0x001312 1313# W32: v_cmp_f_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]1314# W64: v_cmp_f_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x00]13150x0a,0x00,0xc8,0xd4,0x01,0xcb,0x00,0x001316 1317# W32: v_cmp_f_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]1318# W64: v_cmp_f_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x00]13190x0a,0x00,0xc8,0xd4,0x01,0x05,0x00,0x001320 1321# W32: v_cmp_f_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]1322# W64: v_cmp_f_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]13230x0a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x001324 1325# W32: v_cmp_f_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]1326# W64: v_cmp_f_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x00]13270x0a,0x80,0xc8,0xd4,0x01,0x05,0x02,0x001328 1329# W32: v_cmp_f_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]1330# W64: v_cmp_f_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x00]13310x0a,0x00,0xc8,0xd4,0x01,0xff,0x03,0x001332 1333# W32: v_cmp_f_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]1334# W64: v_cmp_f_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x00]13350x0a,0x00,0xc8,0xd4,0x01,0xd7,0x00,0x001336 1337# W32: v_cmp_f_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]1338# W64: v_cmp_f_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x00]13390x0a,0x00,0xc8,0xd4,0x01,0xd5,0x00,0x001340 1341# W32: v_cmp_f_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]1342# W64: v_cmp_f_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x00]13430x0a,0x00,0xc8,0xd4,0xff,0x05,0x02,0x001344 1345# W32: v_cmp_f_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]1346# W64: v_cmp_f_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x00]13470x0a,0x00,0xc8,0xd4,0x6b,0x04,0x02,0x001348 1349# W32: v_cmp_f_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]1350# W64: v_cmp_f_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x00]13510x0a,0x00,0xc8,0xd4,0x6a,0x04,0x02,0x001352 1353# W32: v_cmp_f_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]1354# W64: v_cmp_f_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]13550x64,0x00,0xc8,0xd4,0x01,0x05,0x02,0x001356 1357# W32: v_cmp_f_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]1358# W64: v_cmp_f_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]13590x0c,0x00,0xc8,0xd4,0x01,0x05,0x02,0x001360 1361# W32: v_cmp_f_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]1362# W64: v_cmp_f_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x00]13630x6a,0x00,0xc8,0xd4,0x01,0x05,0x02,0x001364 1365# W32: v_cmp_f_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]1366# W64: v_cmp_f_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x00]13670x0a,0x00,0x00,0xd4,0xc1,0x04,0x02,0x001368 1369# W32: v_cmp_f_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]1370# W64: v_cmp_f_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x00]13710x0a,0x00,0x00,0xd4,0xf7,0x04,0x02,0x001372 1373# W32: v_cmp_f_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]1374# W64: v_cmp_f_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x60]13750x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x601376 1377# W32: v_cmp_f_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]1378# W64: v_cmp_f_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x20]13790x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x201380 1381# W32: v_cmp_f_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]1382# W64: v_cmp_f_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x00]13830x0a,0x00,0x00,0xd4,0x80,0x04,0x02,0x001384 1385# W32: v_cmp_f_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]1386# W64: v_cmp_f_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x00]13870x0a,0x00,0x00,0xd4,0xf0,0x04,0x02,0x001388 1389# W32: v_cmp_f_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]1390# W64: v_cmp_f_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x00]13910x0a,0x00,0x00,0xd4,0x7f,0x04,0x02,0x001392 1393# W32: v_cmp_f_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]1394# W64: v_cmp_f_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x00]13950x0a,0x00,0x00,0xd4,0x7e,0x04,0x02,0x001396 1397# W32: v_cmp_f_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]1398# W64: v_cmp_f_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x00]13990x0a,0x00,0x00,0xd4,0x7c,0x04,0x02,0x001400 1401# W32: v_cmp_f_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]1402# W64: v_cmp_f_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x00]14030x0a,0x00,0x00,0xd4,0x01,0x04,0x02,0x001404 1405# W32: v_cmp_f_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]1406# W64: v_cmp_f_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x00]14070x0a,0x00,0x00,0xd4,0x65,0x04,0x02,0x001408 1409# W32: v_cmp_f_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]1410# W64: v_cmp_f_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x00]14110x0a,0x00,0x00,0xd4,0x01,0x83,0x01,0x001412 1413# W32: v_cmp_f_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]1414# W64: v_cmp_f_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x00]14150x0a,0x00,0x00,0xd4,0x01,0xef,0x01,0x001416 1417# W32: v_cmp_f_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]1418# W64: v_cmp_f_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x40]14190x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x401420 1421# W32: v_cmp_f_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]1422# W64: v_cmp_f_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x00]14230x0a,0x00,0x00,0xd4,0x01,0x01,0x01,0x001424 1425# W32: v_cmp_f_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]1426# W64: v_cmp_f_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x00]14270x0a,0x00,0x00,0xd4,0x01,0xe1,0x01,0x001428 1429# W32: v_cmp_f_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]1430# W64: v_cmp_f_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x00]14310x0a,0x00,0x00,0xd4,0x01,0xff,0x00,0x001432 1433# W32: v_cmp_f_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]1434# W64: v_cmp_f_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x00]14350x0a,0x00,0x00,0xd4,0x01,0xfd,0x00,0x001436 1437# W32: v_cmp_f_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]1438# W64: v_cmp_f_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x00]14390x0a,0x00,0x00,0xd4,0x01,0xf9,0x00,0x001440 1441# W32: v_cmp_f_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]1442# W64: v_cmp_f_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x00]14430x0a,0x00,0x00,0xd4,0x01,0xcb,0x00,0x001444 1445# W32: v_cmp_f_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]1446# W64: v_cmp_f_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x00]14470x0a,0x00,0x00,0xd4,0x01,0x05,0x00,0x001448 1449# W32: v_cmp_f_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]1450# W64: v_cmp_f_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]14510x0a,0x00,0x00,0xd4,0x01,0x05,0x02,0x001452 1453# W32: v_cmp_f_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]1454# W64: v_cmp_f_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x00]14550x0a,0x80,0x00,0xd4,0x01,0x05,0x02,0x001456 1457# W32: v_cmp_f_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]1458# W64: v_cmp_f_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x00]14590x0a,0x00,0x00,0xd4,0x01,0xff,0x03,0x001460 1461# W32: v_cmp_f_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]1462# W64: v_cmp_f_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x00]14630x0a,0x00,0x00,0xd4,0x01,0xd7,0x00,0x001464 1465# W32: v_cmp_f_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]1466# W64: v_cmp_f_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x00]14670x0a,0x00,0x00,0xd4,0x01,0xd5,0x00,0x001468 1469# W32: v_cmp_f_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]1470# W64: v_cmp_f_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x00]14710x0a,0x00,0x00,0xd4,0xff,0x05,0x02,0x001472 1473# W32: v_cmp_f_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]1474# W64: v_cmp_f_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x00]14750x0a,0x00,0x00,0xd4,0x6b,0x04,0x02,0x001476 1477# W32: v_cmp_f_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]1478# W64: v_cmp_f_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x00]14790x0a,0x00,0x00,0xd4,0x6a,0x04,0x02,0x001480 1481# W32: v_cmp_f_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]1482# W64: v_cmp_f_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]14830x64,0x00,0x00,0xd4,0x01,0x05,0x02,0x001484 1485# W32: v_cmp_f_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]1486# W64: v_cmp_f_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]14870x0c,0x00,0x00,0xd4,0x01,0x05,0x02,0x001488 1489# W32: v_cmp_f_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]1490# W64: v_cmp_f_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x00]14910x6a,0x00,0x00,0xd4,0x01,0x05,0x02,0x001492 1493# W32: v_cmp_f_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]1494# W64: v_cmp_f_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x00]14950x0a,0x00,0x20,0xd4,0xc1,0x04,0x02,0x001496 1497# W32: v_cmp_f_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]1498# W64: v_cmp_f_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x00]14990x0a,0x00,0x20,0xd4,0xf7,0x04,0x02,0x001500 1501# W32: v_cmp_f_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]1502# W64: v_cmp_f_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x60]15030x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x601504 1505# W32: v_cmp_f_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]1506# W64: v_cmp_f_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x20]15070x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x201508 1509# W32: v_cmp_f_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]1510# W64: v_cmp_f_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x00]15110x0a,0x00,0x20,0xd4,0x80,0x04,0x02,0x001512 1513# W32: v_cmp_f_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]1514# W64: v_cmp_f_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x00]15150x0a,0x00,0x20,0xd4,0xf0,0x04,0x02,0x001516 1517# W32: v_cmp_f_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]1518# W64: v_cmp_f_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x00]15190x0a,0x00,0x20,0xd4,0x7e,0x04,0x02,0x001520 1521# W32: v_cmp_f_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]1522# W64: v_cmp_f_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x00]15230x0a,0x00,0x20,0xd4,0x64,0x04,0x02,0x001524 1525# W32: v_cmp_f_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]1526# W64: v_cmp_f_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x00]15270x0a,0x00,0x20,0xd4,0x02,0x04,0x02,0x001528 1529# W32: v_cmp_f_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]1530# W64: v_cmp_f_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x00]15310x0a,0x00,0x20,0xd4,0x04,0x04,0x02,0x001532 1533# W32: v_cmp_f_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]1534# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x00]15350x0a,0x00,0x20,0xd4,0x01,0x83,0x01,0x001536 1537# W32: v_cmp_f_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]1538# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x00]15390x0a,0x00,0x20,0xd4,0x01,0xef,0x01,0x001540 1541# W32: v_cmp_f_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]1542# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x40]15430x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x401544 1545# W32: v_cmp_f_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]1546# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x00]15470x0a,0x00,0x20,0xd4,0x01,0x01,0x01,0x001548 1549# W32: v_cmp_f_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]1550# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x00]15510x0a,0x00,0x20,0xd4,0x01,0xe1,0x01,0x001552 1553# W32: v_cmp_f_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]1554# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x00]15550x0a,0x00,0x20,0xd4,0x01,0xfd,0x00,0x001556 1557# W32: v_cmp_f_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]1558# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x00]15590x0a,0x00,0x20,0xd4,0x01,0xc9,0x00,0x001560 1561# W32: v_cmp_f_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]1562# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x00]15630x0a,0x00,0x20,0xd4,0x01,0x09,0x00,0x001564 1565# W32: v_cmp_f_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]1566# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x00]15670x0a,0x00,0x20,0xd4,0x01,0x0d,0x00,0x001568 1569# W32: v_cmp_f_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]1570# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x00]15710x0a,0x00,0x20,0xd4,0x01,0xfd,0x03,0x001572 1573# W32: v_cmp_f_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]1574# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]15750x0a,0x00,0x20,0xd4,0x01,0x05,0x02,0x001576 1577# W32: v_cmp_f_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]1578# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x00]15790x0a,0x80,0x20,0xd4,0x01,0x05,0x02,0x001580 1581# W32: v_cmp_f_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]1582# W64: v_cmp_f_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x00]15830x0a,0x00,0x20,0xd4,0x01,0xd5,0x00,0x001584 1585# W32: v_cmp_f_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]1586# W64: v_cmp_f_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x00]15870x0a,0x00,0x20,0xd4,0xfe,0x05,0x02,0x001588 1589# W32: v_cmp_f_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]1590# W64: v_cmp_f_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x00]15910x0a,0x00,0x20,0xd4,0x6a,0x04,0x02,0x001592 1593# W32: v_cmp_f_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]1594# W64: v_cmp_f_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]15950x64,0x00,0x20,0xd4,0x01,0x05,0x02,0x001596 1597# W32: v_cmp_f_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]1598# W64: v_cmp_f_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]15990x0c,0x00,0x20,0xd4,0x01,0x05,0x02,0x001600 1601# W32: v_cmp_f_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]1602# W64: v_cmp_f_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x00]16030x6a,0x00,0x20,0xd4,0x01,0x05,0x02,0x001604 1605# W32: v_cmp_f_i32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]1606# W64: v_cmp_f_i32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x00]16070x0a,0x00,0x80,0xd4,0xc1,0x04,0x02,0x001608 1609# W32: v_cmp_f_i32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]1610# W64: v_cmp_f_i32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x00]16110x0a,0x00,0x80,0xd4,0xf7,0x04,0x02,0x001612 1613# W32: v_cmp_f_i32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]1614# W64: v_cmp_f_i32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x00]16150x0a,0x00,0x80,0xd4,0x80,0x04,0x02,0x001616 1617# W32: v_cmp_f_i32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]1618# W64: v_cmp_f_i32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x00]16190x0a,0x00,0x80,0xd4,0xf0,0x04,0x02,0x001620 1621# W32: v_cmp_f_i32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]1622# W64: v_cmp_f_i32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x00]16230x0a,0x00,0x80,0xd4,0x7f,0x04,0x02,0x001624 1625# W32: v_cmp_f_i32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]1626# W64: v_cmp_f_i32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x00]16270x0a,0x00,0x80,0xd4,0x7e,0x04,0x02,0x001628 1629# W32: v_cmp_f_i32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]1630# W64: v_cmp_f_i32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x00]16310x0a,0x00,0x80,0xd4,0x7c,0x04,0x02,0x001632 1633# W32: v_cmp_f_i32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]1634# W64: v_cmp_f_i32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x00]16350x0a,0x00,0x80,0xd4,0x01,0x04,0x02,0x001636 1637# W32: v_cmp_f_i32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]1638# W64: v_cmp_f_i32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x00]16390x0a,0x00,0x80,0xd4,0x65,0x04,0x02,0x001640 1641# W32: v_cmp_f_i32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]1642# W64: v_cmp_f_i32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x00]16430x0a,0x00,0x80,0xd4,0x01,0x83,0x01,0x001644 1645# W32: v_cmp_f_i32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]1646# W64: v_cmp_f_i32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x00]16470x0a,0x00,0x80,0xd4,0x01,0xef,0x01,0x001648 1649# W32: v_cmp_f_i32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]1650# W64: v_cmp_f_i32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x00]16510x0a,0x00,0x80,0xd4,0x01,0x01,0x01,0x001652 1653# W32: v_cmp_f_i32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]1654# W64: v_cmp_f_i32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x00]16550x0a,0x00,0x80,0xd4,0x01,0xe1,0x01,0x001656 1657# W32: v_cmp_f_i32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]1658# W64: v_cmp_f_i32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x00]16590x0a,0x00,0x80,0xd4,0x01,0xff,0x00,0x001660 1661# W32: v_cmp_f_i32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]1662# W64: v_cmp_f_i32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x00]16630x0a,0x00,0x80,0xd4,0x01,0xfd,0x00,0x001664 1665# W32: v_cmp_f_i32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]1666# W64: v_cmp_f_i32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x00]16670x0a,0x00,0x80,0xd4,0x01,0xf9,0x00,0x001668 1669# W32: v_cmp_f_i32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]1670# W64: v_cmp_f_i32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x00]16710x0a,0x00,0x80,0xd4,0x01,0xcb,0x00,0x001672 1673# W32: v_cmp_f_i32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]1674# W64: v_cmp_f_i32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x00]16750x0a,0x00,0x80,0xd4,0x01,0x05,0x00,0x001676 1677# W32: v_cmp_f_i32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]1678# W64: v_cmp_f_i32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]16790x0a,0x00,0x80,0xd4,0x01,0x05,0x02,0x001680 1681# W32: v_cmp_f_i32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]1682# W64: v_cmp_f_i32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x00]16830x0a,0x00,0x80,0xd4,0x01,0xff,0x03,0x001684 1685# W32: v_cmp_f_i32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]1686# W64: v_cmp_f_i32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x00]16870x0a,0x00,0x80,0xd4,0x01,0xd7,0x00,0x001688 1689# W32: v_cmp_f_i32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]1690# W64: v_cmp_f_i32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x00]16910x0a,0x00,0x80,0xd4,0x01,0xd5,0x00,0x001692 1693# W32: v_cmp_f_i32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]1694# W64: v_cmp_f_i32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x00]16950x0a,0x00,0x80,0xd4,0xff,0x05,0x02,0x001696 1697# W32: v_cmp_f_i32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]1698# W64: v_cmp_f_i32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x00]16990x0a,0x00,0x80,0xd4,0x6b,0x04,0x02,0x001700 1701# W32: v_cmp_f_i32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]1702# W64: v_cmp_f_i32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x00]17030x0a,0x00,0x80,0xd4,0x6a,0x04,0x02,0x001704 1705# W32: v_cmp_f_i32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]1706# W64: v_cmp_f_i32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]17070x64,0x00,0x80,0xd4,0x01,0x05,0x02,0x001708 1709# W32: v_cmp_f_i32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]1710# W64: v_cmp_f_i32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]17110x0c,0x00,0x80,0xd4,0x01,0x05,0x02,0x001712 1713# W32: v_cmp_f_i32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]1714# W64: v_cmp_f_i32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x00]17150x6a,0x00,0x80,0xd4,0x01,0x05,0x02,0x001716 1717# W32: v_cmp_f_i64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]1718# W64: v_cmp_f_i64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x00]17190x0a,0x00,0xa0,0xd4,0xc1,0x04,0x02,0x001720 1721# W32: v_cmp_f_i64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]1722# W64: v_cmp_f_i64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x00]17230x0a,0x00,0xa0,0xd4,0xf7,0x04,0x02,0x001724 1725# W32: v_cmp_f_i64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]1726# W64: v_cmp_f_i64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x00]17270x0a,0x00,0xa0,0xd4,0x80,0x04,0x02,0x001728 1729# W32: v_cmp_f_i64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]1730# W64: v_cmp_f_i64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x00]17310x0a,0x00,0xa0,0xd4,0xf0,0x04,0x02,0x001732 1733# W32: v_cmp_f_i64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]1734# W64: v_cmp_f_i64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x00]17350x0a,0x00,0xa0,0xd4,0x7e,0x04,0x02,0x001736 1737# W32: v_cmp_f_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]1738# W64: v_cmp_f_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x00]17390x0a,0x00,0xa0,0xd4,0x64,0x04,0x02,0x001740 1741# W32: v_cmp_f_i64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]1742# W64: v_cmp_f_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x00]17430x0a,0x00,0xa0,0xd4,0x02,0x04,0x02,0x001744 1745# W32: v_cmp_f_i64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]1746# W64: v_cmp_f_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x00]17470x0a,0x00,0xa0,0xd4,0x04,0x04,0x02,0x001748 1749# W32: v_cmp_f_i64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]1750# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x00]17510x0a,0x00,0xa0,0xd4,0x01,0x83,0x01,0x001752 1753# W32: v_cmp_f_i64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]1754# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x00]17550x0a,0x00,0xa0,0xd4,0x01,0xef,0x01,0x001756 1757# W32: v_cmp_f_i64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]1758# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x00]17590x0a,0x00,0xa0,0xd4,0x01,0x01,0x01,0x001760 1761# W32: v_cmp_f_i64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]1762# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x00]17630x0a,0x00,0xa0,0xd4,0x01,0xe1,0x01,0x001764 1765# W32: v_cmp_f_i64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]1766# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x00]17670x0a,0x00,0xa0,0xd4,0x01,0xfd,0x00,0x001768 1769# W32: v_cmp_f_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]1770# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x00]17710x0a,0x00,0xa0,0xd4,0x01,0xc9,0x00,0x001772 1773# W32: v_cmp_f_i64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]1774# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x00]17750x0a,0x00,0xa0,0xd4,0x01,0x09,0x00,0x001776 1777# W32: v_cmp_f_i64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]1778# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x00]17790x0a,0x00,0xa0,0xd4,0x01,0x0d,0x00,0x001780 1781# W32: v_cmp_f_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]1782# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x00]17830x0a,0x00,0xa0,0xd4,0x01,0xfd,0x03,0x001784 1785# W32: v_cmp_f_i64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]1786# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]17870x0a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x001788 1789# W32: v_cmp_f_i64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]1790# W64: v_cmp_f_i64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x00]17910x0a,0x00,0xa0,0xd4,0x01,0xd5,0x00,0x001792 1793# W32: v_cmp_f_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]1794# W64: v_cmp_f_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x00]17950x0a,0x00,0xa0,0xd4,0xfe,0x05,0x02,0x001796 1797# W32: v_cmp_f_i64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]1798# W64: v_cmp_f_i64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x00]17990x0a,0x00,0xa0,0xd4,0x6a,0x04,0x02,0x001800 1801# W32: v_cmp_f_i64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]1802# W64: v_cmp_f_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]18030x64,0x00,0xa0,0xd4,0x01,0x05,0x02,0x001804 1805# W32: v_cmp_f_i64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]1806# W64: v_cmp_f_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]18070x0c,0x00,0xa0,0xd4,0x01,0x05,0x02,0x001808 1809# W32: v_cmp_f_i64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]1810# W64: v_cmp_f_i64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x00]18110x6a,0x00,0xa0,0xd4,0x01,0x05,0x02,0x001812 1813# W32: v_cmp_f_u32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]1814# W64: v_cmp_f_u32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x00]18150x0a,0x00,0xc0,0xd4,0xc1,0x04,0x02,0x001816 1817# W32: v_cmp_f_u32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]1818# W64: v_cmp_f_u32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x00]18190x0a,0x00,0xc0,0xd4,0xf7,0x04,0x02,0x001820 1821# W32: v_cmp_f_u32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]1822# W64: v_cmp_f_u32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x00]18230x0a,0x00,0xc0,0xd4,0x80,0x04,0x02,0x001824 1825# W32: v_cmp_f_u32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]1826# W64: v_cmp_f_u32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x00]18270x0a,0x00,0xc0,0xd4,0xf0,0x04,0x02,0x001828 1829# W32: v_cmp_f_u32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]1830# W64: v_cmp_f_u32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x00]18310x0a,0x00,0xc0,0xd4,0x7f,0x04,0x02,0x001832 1833# W32: v_cmp_f_u32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]1834# W64: v_cmp_f_u32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x00]18350x0a,0x00,0xc0,0xd4,0x7e,0x04,0x02,0x001836 1837# W32: v_cmp_f_u32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]1838# W64: v_cmp_f_u32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x00]18390x0a,0x00,0xc0,0xd4,0x7c,0x04,0x02,0x001840 1841# W32: v_cmp_f_u32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]1842# W64: v_cmp_f_u32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x00]18430x0a,0x00,0xc0,0xd4,0x01,0x04,0x02,0x001844 1845# W32: v_cmp_f_u32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]1846# W64: v_cmp_f_u32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x00]18470x0a,0x00,0xc0,0xd4,0x65,0x04,0x02,0x001848 1849# W32: v_cmp_f_u32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]1850# W64: v_cmp_f_u32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x00]18510x0a,0x00,0xc0,0xd4,0x01,0x83,0x01,0x001852 1853# W32: v_cmp_f_u32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]1854# W64: v_cmp_f_u32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x00]18550x0a,0x00,0xc0,0xd4,0x01,0xef,0x01,0x001856 1857# W32: v_cmp_f_u32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]1858# W64: v_cmp_f_u32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x00]18590x0a,0x00,0xc0,0xd4,0x01,0x01,0x01,0x001860 1861# W32: v_cmp_f_u32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]1862# W64: v_cmp_f_u32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x00]18630x0a,0x00,0xc0,0xd4,0x01,0xe1,0x01,0x001864 1865# W32: v_cmp_f_u32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]1866# W64: v_cmp_f_u32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x00]18670x0a,0x00,0xc0,0xd4,0x01,0xff,0x00,0x001868 1869# W32: v_cmp_f_u32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]1870# W64: v_cmp_f_u32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x00]18710x0a,0x00,0xc0,0xd4,0x01,0xfd,0x00,0x001872 1873# W32: v_cmp_f_u32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]1874# W64: v_cmp_f_u32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x00]18750x0a,0x00,0xc0,0xd4,0x01,0xf9,0x00,0x001876 1877# W32: v_cmp_f_u32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]1878# W64: v_cmp_f_u32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x00]18790x0a,0x00,0xc0,0xd4,0x01,0xcb,0x00,0x001880 1881# W32: v_cmp_f_u32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]1882# W64: v_cmp_f_u32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x00]18830x0a,0x00,0xc0,0xd4,0x01,0x05,0x00,0x001884 1885# W32: v_cmp_f_u32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]1886# W64: v_cmp_f_u32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]18870x0a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x001888 1889# W32: v_cmp_f_u32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]1890# W64: v_cmp_f_u32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x00]18910x0a,0x00,0xc0,0xd4,0x01,0xff,0x03,0x001892 1893# W32: v_cmp_f_u32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]1894# W64: v_cmp_f_u32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x00]18950x0a,0x00,0xc0,0xd4,0x01,0xd7,0x00,0x001896 1897# W32: v_cmp_f_u32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]1898# W64: v_cmp_f_u32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x00]18990x0a,0x00,0xc0,0xd4,0x01,0xd5,0x00,0x001900 1901# W32: v_cmp_f_u32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]1902# W64: v_cmp_f_u32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x00]19030x0a,0x00,0xc0,0xd4,0xff,0x05,0x02,0x001904 1905# W32: v_cmp_f_u32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]1906# W64: v_cmp_f_u32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x00]19070x0a,0x00,0xc0,0xd4,0x6b,0x04,0x02,0x001908 1909# W32: v_cmp_f_u32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]1910# W64: v_cmp_f_u32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x00]19110x0a,0x00,0xc0,0xd4,0x6a,0x04,0x02,0x001912 1913# W32: v_cmp_f_u32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]1914# W64: v_cmp_f_u32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]19150x64,0x00,0xc0,0xd4,0x01,0x05,0x02,0x001916 1917# W32: v_cmp_f_u32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]1918# W64: v_cmp_f_u32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]19190x0c,0x00,0xc0,0xd4,0x01,0x05,0x02,0x001920 1921# W32: v_cmp_f_u32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]1922# W64: v_cmp_f_u32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x00]19230x6a,0x00,0xc0,0xd4,0x01,0x05,0x02,0x001924 1925# W32: v_cmp_f_u64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]1926# W64: v_cmp_f_u64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x00]19270x0a,0x00,0xe0,0xd4,0xc1,0x04,0x02,0x001928 1929# W32: v_cmp_f_u64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]1930# W64: v_cmp_f_u64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x00]19310x0a,0x00,0xe0,0xd4,0xf7,0x04,0x02,0x001932 1933# W32: v_cmp_f_u64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]1934# W64: v_cmp_f_u64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x00]19350x0a,0x00,0xe0,0xd4,0x80,0x04,0x02,0x001936 1937# W32: v_cmp_f_u64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]1938# W64: v_cmp_f_u64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x00]19390x0a,0x00,0xe0,0xd4,0xf0,0x04,0x02,0x001940 1941# W32: v_cmp_f_u64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]1942# W64: v_cmp_f_u64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x00]19430x0a,0x00,0xe0,0xd4,0x7e,0x04,0x02,0x001944 1945# W32: v_cmp_f_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]1946# W64: v_cmp_f_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x00]19470x0a,0x00,0xe0,0xd4,0x64,0x04,0x02,0x001948 1949# W32: v_cmp_f_u64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]1950# W64: v_cmp_f_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x00]19510x0a,0x00,0xe0,0xd4,0x02,0x04,0x02,0x001952 1953# W32: v_cmp_f_u64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]1954# W64: v_cmp_f_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x00]19550x0a,0x00,0xe0,0xd4,0x04,0x04,0x02,0x001956 1957# W32: v_cmp_f_u64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]1958# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x00]19590x0a,0x00,0xe0,0xd4,0x01,0x83,0x01,0x001960 1961# W32: v_cmp_f_u64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]1962# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x00]19630x0a,0x00,0xe0,0xd4,0x01,0xef,0x01,0x001964 1965# W32: v_cmp_f_u64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]1966# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x00]19670x0a,0x00,0xe0,0xd4,0x01,0x01,0x01,0x001968 1969# W32: v_cmp_f_u64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]1970# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x00]19710x0a,0x00,0xe0,0xd4,0x01,0xe1,0x01,0x001972 1973# W32: v_cmp_f_u64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]1974# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x00]19750x0a,0x00,0xe0,0xd4,0x01,0xfd,0x00,0x001976 1977# W32: v_cmp_f_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]1978# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x00]19790x0a,0x00,0xe0,0xd4,0x01,0xc9,0x00,0x001980 1981# W32: v_cmp_f_u64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]1982# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x00]19830x0a,0x00,0xe0,0xd4,0x01,0x09,0x00,0x001984 1985# W32: v_cmp_f_u64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]1986# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x00]19870x0a,0x00,0xe0,0xd4,0x01,0x0d,0x00,0x001988 1989# W32: v_cmp_f_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]1990# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x00]19910x0a,0x00,0xe0,0xd4,0x01,0xfd,0x03,0x001992 1993# W32: v_cmp_f_u64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]1994# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]19950x0a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x001996 1997# W32: v_cmp_f_u64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]1998# W64: v_cmp_f_u64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x00]19990x0a,0x00,0xe0,0xd4,0x01,0xd5,0x00,0x002000 2001# W32: v_cmp_f_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]2002# W64: v_cmp_f_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x00]20030x0a,0x00,0xe0,0xd4,0xfe,0x05,0x02,0x002004 2005# W32: v_cmp_f_u64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]2006# W64: v_cmp_f_u64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x00]20070x0a,0x00,0xe0,0xd4,0x6a,0x04,0x02,0x002008 2009# W32: v_cmp_f_u64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]2010# W64: v_cmp_f_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]20110x64,0x00,0xe0,0xd4,0x01,0x05,0x02,0x002012 2013# W32: v_cmp_f_u64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]2014# W64: v_cmp_f_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]20150x0c,0x00,0xe0,0xd4,0x01,0x05,0x02,0x002016 2017# W32: v_cmp_f_u64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]2018# W64: v_cmp_f_u64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x00]20190x6a,0x00,0xe0,0xd4,0x01,0x05,0x02,0x002020 2021# W32: v_cmp_ge_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]2022# W64: v_cmp_ge_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x00]20230x0a,0x00,0xce,0xd4,0xc1,0x04,0x02,0x002024 2025# W32: v_cmp_ge_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]2026# W64: v_cmp_ge_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x00]20270x0a,0x00,0xce,0xd4,0xf7,0x04,0x02,0x002028 2029# W32: v_cmp_ge_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]2030# W64: v_cmp_ge_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x60]20310x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x602032 2033# W32: v_cmp_ge_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]2034# W64: v_cmp_ge_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x20]20350x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x202036 2037# W32: v_cmp_ge_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]2038# W64: v_cmp_ge_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x00]20390x0a,0x00,0xce,0xd4,0x80,0x04,0x02,0x002040 2041# W32: v_cmp_ge_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]2042# W64: v_cmp_ge_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x00]20430x0a,0x00,0xce,0xd4,0xf0,0x04,0x02,0x002044 2045# W32: v_cmp_ge_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]2046# W64: v_cmp_ge_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x00]20470x0a,0x00,0xce,0xd4,0x7f,0x04,0x02,0x002048 2049# W32: v_cmp_ge_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]2050# W64: v_cmp_ge_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x00]20510x0a,0x00,0xce,0xd4,0x7e,0x04,0x02,0x002052 2053# W32: v_cmp_ge_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]2054# W64: v_cmp_ge_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x00]20550x0a,0x00,0xce,0xd4,0x7c,0x04,0x02,0x002056 2057# W32: v_cmp_ge_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]2058# W64: v_cmp_ge_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x00]20590x0a,0x00,0xce,0xd4,0x01,0x04,0x02,0x002060 2061# W32: v_cmp_ge_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]2062# W64: v_cmp_ge_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x00]20630x0a,0x00,0xce,0xd4,0x65,0x04,0x02,0x002064 2065# W32: v_cmp_ge_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]2066# W64: v_cmp_ge_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x00]20670x0a,0x00,0xce,0xd4,0x01,0x83,0x01,0x002068 2069# W32: v_cmp_ge_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]2070# W64: v_cmp_ge_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x00]20710x0a,0x00,0xce,0xd4,0x01,0xef,0x01,0x002072 2073# W32: v_cmp_ge_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]2074# W64: v_cmp_ge_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x40]20750x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x402076 2077# W32: v_cmp_ge_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]2078# W64: v_cmp_ge_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x00]20790x0a,0x00,0xce,0xd4,0x01,0x01,0x01,0x002080 2081# W32: v_cmp_ge_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]2082# W64: v_cmp_ge_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x00]20830x0a,0x00,0xce,0xd4,0x01,0xe1,0x01,0x002084 2085# W32: v_cmp_ge_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]2086# W64: v_cmp_ge_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x00]20870x0a,0x00,0xce,0xd4,0x01,0xff,0x00,0x002088 2089# W32: v_cmp_ge_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]2090# W64: v_cmp_ge_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x00]20910x0a,0x00,0xce,0xd4,0x01,0xfd,0x00,0x002092 2093# W32: v_cmp_ge_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]2094# W64: v_cmp_ge_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x00]20950x0a,0x00,0xce,0xd4,0x01,0xf9,0x00,0x002096 2097# W32: v_cmp_ge_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]2098# W64: v_cmp_ge_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x00]20990x0a,0x00,0xce,0xd4,0x01,0xcb,0x00,0x002100 2101# W32: v_cmp_ge_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]2102# W64: v_cmp_ge_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x00]21030x0a,0x00,0xce,0xd4,0x01,0x05,0x00,0x002104 2105# W32: v_cmp_ge_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]2106# W64: v_cmp_ge_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]21070x0a,0x00,0xce,0xd4,0x01,0x05,0x02,0x002108 2109# W32: v_cmp_ge_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]2110# W64: v_cmp_ge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x00]21110x0a,0x80,0xce,0xd4,0x01,0x05,0x02,0x002112 2113# W32: v_cmp_ge_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]2114# W64: v_cmp_ge_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x00]21150x0a,0x00,0xce,0xd4,0x01,0xff,0x03,0x002116 2117# W32: v_cmp_ge_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]2118# W64: v_cmp_ge_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x00]21190x0a,0x00,0xce,0xd4,0x01,0xd7,0x00,0x002120 2121# W32: v_cmp_ge_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]2122# W64: v_cmp_ge_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x00]21230x0a,0x00,0xce,0xd4,0x01,0xd5,0x00,0x002124 2125# W32: v_cmp_ge_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]2126# W64: v_cmp_ge_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x00]21270x0a,0x00,0xce,0xd4,0xff,0x05,0x02,0x002128 2129# W32: v_cmp_ge_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]2130# W64: v_cmp_ge_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x00]21310x0a,0x00,0xce,0xd4,0x6b,0x04,0x02,0x002132 2133# W32: v_cmp_ge_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]2134# W64: v_cmp_ge_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x00]21350x0a,0x00,0xce,0xd4,0x6a,0x04,0x02,0x002136 2137# W32: v_cmp_ge_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]2138# W64: v_cmp_ge_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]21390x64,0x00,0xce,0xd4,0x01,0x05,0x02,0x002140 2141# W32: v_cmp_ge_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]2142# W64: v_cmp_ge_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]21430x0c,0x00,0xce,0xd4,0x01,0x05,0x02,0x002144 2145# W32: v_cmp_ge_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]2146# W64: v_cmp_ge_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x00]21470x6a,0x00,0xce,0xd4,0x01,0x05,0x02,0x002148 2149# W32: v_cmp_ge_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]2150# W64: v_cmp_ge_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x00]21510x0a,0x00,0x06,0xd4,0xc1,0x04,0x02,0x002152 2153# W32: v_cmp_ge_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]2154# W64: v_cmp_ge_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x00]21550x0a,0x00,0x06,0xd4,0xf7,0x04,0x02,0x002156 2157# W32: v_cmp_ge_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]2158# W64: v_cmp_ge_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x60]21590x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x602160 2161# W32: v_cmp_ge_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]2162# W64: v_cmp_ge_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x20]21630x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x202164 2165# W32: v_cmp_ge_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]2166# W64: v_cmp_ge_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x00]21670x0a,0x00,0x06,0xd4,0x80,0x04,0x02,0x002168 2169# W32: v_cmp_ge_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]2170# W64: v_cmp_ge_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x00]21710x0a,0x00,0x06,0xd4,0xf0,0x04,0x02,0x002172 2173# W32: v_cmp_ge_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]2174# W64: v_cmp_ge_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x00]21750x0a,0x00,0x06,0xd4,0x7f,0x04,0x02,0x002176 2177# W32: v_cmp_ge_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]2178# W64: v_cmp_ge_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x00]21790x0a,0x00,0x06,0xd4,0x7e,0x04,0x02,0x002180 2181# W32: v_cmp_ge_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]2182# W64: v_cmp_ge_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x00]21830x0a,0x00,0x06,0xd4,0x7c,0x04,0x02,0x002184 2185# W32: v_cmp_ge_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]2186# W64: v_cmp_ge_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x00]21870x0a,0x00,0x06,0xd4,0x01,0x04,0x02,0x002188 2189# W32: v_cmp_ge_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]2190# W64: v_cmp_ge_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x00]21910x0a,0x00,0x06,0xd4,0x65,0x04,0x02,0x002192 2193# W32: v_cmp_ge_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]2194# W64: v_cmp_ge_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x00]21950x0a,0x00,0x06,0xd4,0x01,0x83,0x01,0x002196 2197# W32: v_cmp_ge_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]2198# W64: v_cmp_ge_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x00]21990x0a,0x00,0x06,0xd4,0x01,0xef,0x01,0x002200 2201# W32: v_cmp_ge_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]2202# W64: v_cmp_ge_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x40]22030x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x402204 2205# W32: v_cmp_ge_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]2206# W64: v_cmp_ge_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x00]22070x0a,0x00,0x06,0xd4,0x01,0x01,0x01,0x002208 2209# W32: v_cmp_ge_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]2210# W64: v_cmp_ge_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x00]22110x0a,0x00,0x06,0xd4,0x01,0xe1,0x01,0x002212 2213# W32: v_cmp_ge_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]2214# W64: v_cmp_ge_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x00]22150x0a,0x00,0x06,0xd4,0x01,0xff,0x00,0x002216 2217# W32: v_cmp_ge_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]2218# W64: v_cmp_ge_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x00]22190x0a,0x00,0x06,0xd4,0x01,0xfd,0x00,0x002220 2221# W32: v_cmp_ge_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]2222# W64: v_cmp_ge_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x00]22230x0a,0x00,0x06,0xd4,0x01,0xf9,0x00,0x002224 2225# W32: v_cmp_ge_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]2226# W64: v_cmp_ge_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x00]22270x0a,0x00,0x06,0xd4,0x01,0xcb,0x00,0x002228 2229# W32: v_cmp_ge_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]2230# W64: v_cmp_ge_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x00]22310x0a,0x00,0x06,0xd4,0x01,0x05,0x00,0x002232 2233# W32: v_cmp_ge_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]2234# W64: v_cmp_ge_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]22350x0a,0x00,0x06,0xd4,0x01,0x05,0x02,0x002236 2237# W32: v_cmp_ge_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]2238# W64: v_cmp_ge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x00]22390x0a,0x80,0x06,0xd4,0x01,0x05,0x02,0x002240 2241# W32: v_cmp_ge_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]2242# W64: v_cmp_ge_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x00]22430x0a,0x00,0x06,0xd4,0x01,0xff,0x03,0x002244 2245# W32: v_cmp_ge_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]2246# W64: v_cmp_ge_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x00]22470x0a,0x00,0x06,0xd4,0x01,0xd7,0x00,0x002248 2249# W32: v_cmp_ge_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]2250# W64: v_cmp_ge_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x00]22510x0a,0x00,0x06,0xd4,0x01,0xd5,0x00,0x002252 2253# W32: v_cmp_ge_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]2254# W64: v_cmp_ge_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x00]22550x0a,0x00,0x06,0xd4,0xff,0x05,0x02,0x002256 2257# W32: v_cmp_ge_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]2258# W64: v_cmp_ge_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x00]22590x0a,0x00,0x06,0xd4,0x6b,0x04,0x02,0x002260 2261# W32: v_cmp_ge_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]2262# W64: v_cmp_ge_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x00]22630x0a,0x00,0x06,0xd4,0x6a,0x04,0x02,0x002264 2265# W32: v_cmp_ge_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]2266# W64: v_cmp_ge_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]22670x64,0x00,0x06,0xd4,0x01,0x05,0x02,0x002268 2269# W32: v_cmp_ge_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]2270# W64: v_cmp_ge_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]22710x0c,0x00,0x06,0xd4,0x01,0x05,0x02,0x002272 2273# W32: v_cmp_ge_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]2274# W64: v_cmp_ge_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x00]22750x6a,0x00,0x06,0xd4,0x01,0x05,0x02,0x002276 2277# W32: v_cmp_ge_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]2278# W64: v_cmp_ge_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x00]22790x0a,0x00,0x26,0xd4,0xc1,0x04,0x02,0x002280 2281# W32: v_cmp_ge_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]2282# W64: v_cmp_ge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x00]22830x0a,0x00,0x26,0xd4,0xf7,0x04,0x02,0x002284 2285# W32: v_cmp_ge_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]2286# W64: v_cmp_ge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x60]22870x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x602288 2289# W32: v_cmp_ge_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]2290# W64: v_cmp_ge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x20]22910x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x202292 2293# W32: v_cmp_ge_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]2294# W64: v_cmp_ge_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x00]22950x0a,0x00,0x26,0xd4,0x80,0x04,0x02,0x002296 2297# W32: v_cmp_ge_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]2298# W64: v_cmp_ge_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x00]22990x0a,0x00,0x26,0xd4,0xf0,0x04,0x02,0x002300 2301# W32: v_cmp_ge_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]2302# W64: v_cmp_ge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x00]23030x0a,0x00,0x26,0xd4,0x7e,0x04,0x02,0x002304 2305# W32: v_cmp_ge_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]2306# W64: v_cmp_ge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x00]23070x0a,0x00,0x26,0xd4,0x64,0x04,0x02,0x002308 2309# W32: v_cmp_ge_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]2310# W64: v_cmp_ge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x00]23110x0a,0x00,0x26,0xd4,0x02,0x04,0x02,0x002312 2313# W32: v_cmp_ge_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]2314# W64: v_cmp_ge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x00]23150x0a,0x00,0x26,0xd4,0x04,0x04,0x02,0x002316 2317# W32: v_cmp_ge_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]2318# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x00]23190x0a,0x00,0x26,0xd4,0x01,0x83,0x01,0x002320 2321# W32: v_cmp_ge_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]2322# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x00]23230x0a,0x00,0x26,0xd4,0x01,0xef,0x01,0x002324 2325# W32: v_cmp_ge_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]2326# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x40]23270x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x402328 2329# W32: v_cmp_ge_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]2330# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x00]23310x0a,0x00,0x26,0xd4,0x01,0x01,0x01,0x002332 2333# W32: v_cmp_ge_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]2334# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x00]23350x0a,0x00,0x26,0xd4,0x01,0xe1,0x01,0x002336 2337# W32: v_cmp_ge_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]2338# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x00]23390x0a,0x00,0x26,0xd4,0x01,0xfd,0x00,0x002340 2341# W32: v_cmp_ge_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]2342# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x00]23430x0a,0x00,0x26,0xd4,0x01,0xc9,0x00,0x002344 2345# W32: v_cmp_ge_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]2346# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x00]23470x0a,0x00,0x26,0xd4,0x01,0x09,0x00,0x002348 2349# W32: v_cmp_ge_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]2350# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x00]23510x0a,0x00,0x26,0xd4,0x01,0x0d,0x00,0x002352 2353# W32: v_cmp_ge_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]2354# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x00]23550x0a,0x00,0x26,0xd4,0x01,0xfd,0x03,0x002356 2357# W32: v_cmp_ge_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]2358# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]23590x0a,0x00,0x26,0xd4,0x01,0x05,0x02,0x002360 2361# W32: v_cmp_ge_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]2362# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x00]23630x0a,0x80,0x26,0xd4,0x01,0x05,0x02,0x002364 2365# W32: v_cmp_ge_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]2366# W64: v_cmp_ge_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x00]23670x0a,0x00,0x26,0xd4,0x01,0xd5,0x00,0x002368 2369# W32: v_cmp_ge_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]2370# W64: v_cmp_ge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x00]23710x0a,0x00,0x26,0xd4,0xfe,0x05,0x02,0x002372 2373# W32: v_cmp_ge_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]2374# W64: v_cmp_ge_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x00]23750x0a,0x00,0x26,0xd4,0x6a,0x04,0x02,0x002376 2377# W32: v_cmp_ge_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]2378# W64: v_cmp_ge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]23790x64,0x00,0x26,0xd4,0x01,0x05,0x02,0x002380 2381# W32: v_cmp_ge_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]2382# W64: v_cmp_ge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]23830x0c,0x00,0x26,0xd4,0x01,0x05,0x02,0x002384 2385# W32: v_cmp_ge_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]2386# W64: v_cmp_ge_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x00]23870x6a,0x00,0x26,0xd4,0x01,0x05,0x02,0x002388 2389# W32: v_cmp_ge_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]2390# W64: v_cmp_ge_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x00]23910x0a,0x00,0x8e,0xd4,0xc1,0x04,0x02,0x002392 2393# W32: v_cmp_ge_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]2394# W64: v_cmp_ge_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]23950x0a,0x00,0x8e,0xd4,0xf7,0x04,0x02,0x002396 2397# W32: v_cmp_ge_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]2398# W64: v_cmp_ge_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x00]23990x0a,0x00,0x8e,0xd4,0x80,0x04,0x02,0x002400 2401# W32: v_cmp_ge_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]2402# W64: v_cmp_ge_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]24030x0a,0x00,0x8e,0xd4,0xf0,0x04,0x02,0x002404 2405# W32: v_cmp_ge_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]2406# W64: v_cmp_ge_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x00]24070x0a,0x00,0x8e,0xd4,0x7f,0x04,0x02,0x002408 2409# W32: v_cmp_ge_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]2410# W64: v_cmp_ge_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x00]24110x0a,0x00,0x8e,0xd4,0x7e,0x04,0x02,0x002412 2413# W32: v_cmp_ge_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]2414# W64: v_cmp_ge_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x00]24150x0a,0x00,0x8e,0xd4,0x7c,0x04,0x02,0x002416 2417# W32: v_cmp_ge_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]2418# W64: v_cmp_ge_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x00]24190x0a,0x00,0x8e,0xd4,0x01,0x04,0x02,0x002420 2421# W32: v_cmp_ge_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]2422# W64: v_cmp_ge_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x00]24230x0a,0x00,0x8e,0xd4,0x65,0x04,0x02,0x002424 2425# W32: v_cmp_ge_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]2426# W64: v_cmp_ge_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x00]24270x0a,0x00,0x8e,0xd4,0x01,0x83,0x01,0x002428 2429# W32: v_cmp_ge_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]2430# W64: v_cmp_ge_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]24310x0a,0x00,0x8e,0xd4,0x01,0xef,0x01,0x002432 2433# W32: v_cmp_ge_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]2434# W64: v_cmp_ge_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x00]24350x0a,0x00,0x8e,0xd4,0x01,0x01,0x01,0x002436 2437# W32: v_cmp_ge_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]2438# W64: v_cmp_ge_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]24390x0a,0x00,0x8e,0xd4,0x01,0xe1,0x01,0x002440 2441# W32: v_cmp_ge_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]2442# W64: v_cmp_ge_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x00]24430x0a,0x00,0x8e,0xd4,0x01,0xff,0x00,0x002444 2445# W32: v_cmp_ge_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]2446# W64: v_cmp_ge_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x00]24470x0a,0x00,0x8e,0xd4,0x01,0xfd,0x00,0x002448 2449# W32: v_cmp_ge_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]2450# W64: v_cmp_ge_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x00]24510x0a,0x00,0x8e,0xd4,0x01,0xf9,0x00,0x002452 2453# W32: v_cmp_ge_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]2454# W64: v_cmp_ge_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x00]24550x0a,0x00,0x8e,0xd4,0x01,0xcb,0x00,0x002456 2457# W32: v_cmp_ge_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]2458# W64: v_cmp_ge_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x00]24590x0a,0x00,0x8e,0xd4,0x01,0x05,0x00,0x002460 2461# W32: v_cmp_ge_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]2462# W64: v_cmp_ge_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]24630x0a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x002464 2465# W32: v_cmp_ge_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]2466# W64: v_cmp_ge_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x00]24670x0a,0x00,0x8e,0xd4,0x01,0xff,0x03,0x002468 2469# W32: v_cmp_ge_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]2470# W64: v_cmp_ge_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x00]24710x0a,0x00,0x8e,0xd4,0x01,0xd7,0x00,0x002472 2473# W32: v_cmp_ge_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]2474# W64: v_cmp_ge_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x00]24750x0a,0x00,0x8e,0xd4,0x01,0xd5,0x00,0x002476 2477# W32: v_cmp_ge_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]2478# W64: v_cmp_ge_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x00]24790x0a,0x00,0x8e,0xd4,0xff,0x05,0x02,0x002480 2481# W32: v_cmp_ge_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]2482# W64: v_cmp_ge_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x00]24830x0a,0x00,0x8e,0xd4,0x6b,0x04,0x02,0x002484 2485# W32: v_cmp_ge_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]2486# W64: v_cmp_ge_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x00]24870x0a,0x00,0x8e,0xd4,0x6a,0x04,0x02,0x002488 2489# W32: v_cmp_ge_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]2490# W64: v_cmp_ge_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]24910x64,0x00,0x8e,0xd4,0x01,0x05,0x02,0x002492 2493# W32: v_cmp_ge_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]2494# W64: v_cmp_ge_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]24950x0c,0x00,0x8e,0xd4,0x01,0x05,0x02,0x002496 2497# W32: v_cmp_ge_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]2498# W64: v_cmp_ge_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x00]24990x6a,0x00,0x8e,0xd4,0x01,0x05,0x02,0x002500 2501# W32: v_cmp_ge_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]2502# W64: v_cmp_ge_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x00]25030x0a,0x00,0x86,0xd4,0xc1,0x04,0x02,0x002504 2505# W32: v_cmp_ge_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]2506# W64: v_cmp_ge_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x00]25070x0a,0x00,0x86,0xd4,0xf7,0x04,0x02,0x002508 2509# W32: v_cmp_ge_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]2510# W64: v_cmp_ge_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x00]25110x0a,0x00,0x86,0xd4,0x80,0x04,0x02,0x002512 2513# W32: v_cmp_ge_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]2514# W64: v_cmp_ge_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x00]25150x0a,0x00,0x86,0xd4,0xf0,0x04,0x02,0x002516 2517# W32: v_cmp_ge_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]2518# W64: v_cmp_ge_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x00]25190x0a,0x00,0x86,0xd4,0x7f,0x04,0x02,0x002520 2521# W32: v_cmp_ge_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]2522# W64: v_cmp_ge_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x00]25230x0a,0x00,0x86,0xd4,0x7e,0x04,0x02,0x002524 2525# W32: v_cmp_ge_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]2526# W64: v_cmp_ge_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x00]25270x0a,0x00,0x86,0xd4,0x7c,0x04,0x02,0x002528 2529# W32: v_cmp_ge_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]2530# W64: v_cmp_ge_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x00]25310x0a,0x00,0x86,0xd4,0x01,0x04,0x02,0x002532 2533# W32: v_cmp_ge_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]2534# W64: v_cmp_ge_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x00]25350x0a,0x00,0x86,0xd4,0x65,0x04,0x02,0x002536 2537# W32: v_cmp_ge_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]2538# W64: v_cmp_ge_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x00]25390x0a,0x00,0x86,0xd4,0x01,0x83,0x01,0x002540 2541# W32: v_cmp_ge_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]2542# W64: v_cmp_ge_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x00]25430x0a,0x00,0x86,0xd4,0x01,0xef,0x01,0x002544 2545# W32: v_cmp_ge_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]2546# W64: v_cmp_ge_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x00]25470x0a,0x00,0x86,0xd4,0x01,0x01,0x01,0x002548 2549# W32: v_cmp_ge_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]2550# W64: v_cmp_ge_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x00]25510x0a,0x00,0x86,0xd4,0x01,0xe1,0x01,0x002552 2553# W32: v_cmp_ge_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]2554# W64: v_cmp_ge_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x00]25550x0a,0x00,0x86,0xd4,0x01,0xff,0x00,0x002556 2557# W32: v_cmp_ge_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]2558# W64: v_cmp_ge_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x00]25590x0a,0x00,0x86,0xd4,0x01,0xfd,0x00,0x002560 2561# W32: v_cmp_ge_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]2562# W64: v_cmp_ge_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x00]25630x0a,0x00,0x86,0xd4,0x01,0xf9,0x00,0x002564 2565# W32: v_cmp_ge_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]2566# W64: v_cmp_ge_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x00]25670x0a,0x00,0x86,0xd4,0x01,0xcb,0x00,0x002568 2569# W32: v_cmp_ge_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]2570# W64: v_cmp_ge_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x00]25710x0a,0x00,0x86,0xd4,0x01,0x05,0x00,0x002572 2573# W32: v_cmp_ge_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]2574# W64: v_cmp_ge_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]25750x0a,0x00,0x86,0xd4,0x01,0x05,0x02,0x002576 2577# W32: v_cmp_ge_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]2578# W64: v_cmp_ge_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x00]25790x0a,0x00,0x86,0xd4,0x01,0xff,0x03,0x002580 2581# W32: v_cmp_ge_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]2582# W64: v_cmp_ge_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x00]25830x0a,0x00,0x86,0xd4,0x01,0xd7,0x00,0x002584 2585# W32: v_cmp_ge_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]2586# W64: v_cmp_ge_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x00]25870x0a,0x00,0x86,0xd4,0x01,0xd5,0x00,0x002588 2589# W32: v_cmp_ge_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]2590# W64: v_cmp_ge_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x00]25910x0a,0x00,0x86,0xd4,0xff,0x05,0x02,0x002592 2593# W32: v_cmp_ge_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]2594# W64: v_cmp_ge_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x00]25950x0a,0x00,0x86,0xd4,0x6b,0x04,0x02,0x002596 2597# W32: v_cmp_ge_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]2598# W64: v_cmp_ge_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x00]25990x0a,0x00,0x86,0xd4,0x6a,0x04,0x02,0x002600 2601# W32: v_cmp_ge_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]2602# W64: v_cmp_ge_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]26030x64,0x00,0x86,0xd4,0x01,0x05,0x02,0x002604 2605# W32: v_cmp_ge_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]2606# W64: v_cmp_ge_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]26070x0c,0x00,0x86,0xd4,0x01,0x05,0x02,0x002608 2609# W32: v_cmp_ge_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]2610# W64: v_cmp_ge_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x00]26110x6a,0x00,0x86,0xd4,0x01,0x05,0x02,0x002612 2613# W32: v_cmp_ge_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]2614# W64: v_cmp_ge_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x00]26150x0a,0x00,0xa6,0xd4,0xc1,0x04,0x02,0x002616 2617# W32: v_cmp_ge_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]2618# W64: v_cmp_ge_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x00]26190x0a,0x00,0xa6,0xd4,0xf7,0x04,0x02,0x002620 2621# W32: v_cmp_ge_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]2622# W64: v_cmp_ge_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x00]26230x0a,0x00,0xa6,0xd4,0x80,0x04,0x02,0x002624 2625# W32: v_cmp_ge_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]2626# W64: v_cmp_ge_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x00]26270x0a,0x00,0xa6,0xd4,0xf0,0x04,0x02,0x002628 2629# W32: v_cmp_ge_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]2630# W64: v_cmp_ge_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x00]26310x0a,0x00,0xa6,0xd4,0x7e,0x04,0x02,0x002632 2633# W32: v_cmp_ge_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]2634# W64: v_cmp_ge_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x00]26350x0a,0x00,0xa6,0xd4,0x64,0x04,0x02,0x002636 2637# W32: v_cmp_ge_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]2638# W64: v_cmp_ge_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x00]26390x0a,0x00,0xa6,0xd4,0x02,0x04,0x02,0x002640 2641# W32: v_cmp_ge_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]2642# W64: v_cmp_ge_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x00]26430x0a,0x00,0xa6,0xd4,0x04,0x04,0x02,0x002644 2645# W32: v_cmp_ge_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]2646# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x00]26470x0a,0x00,0xa6,0xd4,0x01,0x83,0x01,0x002648 2649# W32: v_cmp_ge_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]2650# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x00]26510x0a,0x00,0xa6,0xd4,0x01,0xef,0x01,0x002652 2653# W32: v_cmp_ge_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]2654# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x00]26550x0a,0x00,0xa6,0xd4,0x01,0x01,0x01,0x002656 2657# W32: v_cmp_ge_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]2658# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x00]26590x0a,0x00,0xa6,0xd4,0x01,0xe1,0x01,0x002660 2661# W32: v_cmp_ge_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]2662# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x00]26630x0a,0x00,0xa6,0xd4,0x01,0xfd,0x00,0x002664 2665# W32: v_cmp_ge_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]2666# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x00]26670x0a,0x00,0xa6,0xd4,0x01,0xc9,0x00,0x002668 2669# W32: v_cmp_ge_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]2670# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x00]26710x0a,0x00,0xa6,0xd4,0x01,0x09,0x00,0x002672 2673# W32: v_cmp_ge_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]2674# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x00]26750x0a,0x00,0xa6,0xd4,0x01,0x0d,0x00,0x002676 2677# W32: v_cmp_ge_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]2678# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x00]26790x0a,0x00,0xa6,0xd4,0x01,0xfd,0x03,0x002680 2681# W32: v_cmp_ge_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]2682# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]26830x0a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x002684 2685# W32: v_cmp_ge_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]2686# W64: v_cmp_ge_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x00]26870x0a,0x00,0xa6,0xd4,0x01,0xd5,0x00,0x002688 2689# W32: v_cmp_ge_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]2690# W64: v_cmp_ge_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x00]26910x0a,0x00,0xa6,0xd4,0xfe,0x05,0x02,0x002692 2693# W32: v_cmp_ge_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]2694# W64: v_cmp_ge_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x00]26950x0a,0x00,0xa6,0xd4,0x6a,0x04,0x02,0x002696 2697# W32: v_cmp_ge_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]2698# W64: v_cmp_ge_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]26990x64,0x00,0xa6,0xd4,0x01,0x05,0x02,0x002700 2701# W32: v_cmp_ge_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]2702# W64: v_cmp_ge_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]27030x0c,0x00,0xa6,0xd4,0x01,0x05,0x02,0x002704 2705# W32: v_cmp_ge_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]2706# W64: v_cmp_ge_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x00]27070x6a,0x00,0xa6,0xd4,0x01,0x05,0x02,0x002708 2709# W32: v_cmp_ge_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]2710# W64: v_cmp_ge_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x00]27110x0a,0x00,0xae,0xd4,0xc1,0x04,0x02,0x002712 2713# W32: v_cmp_ge_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]2714# W64: v_cmp_ge_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]27150x0a,0x00,0xae,0xd4,0xf7,0x04,0x02,0x002716 2717# W32: v_cmp_ge_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]2718# W64: v_cmp_ge_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x00]27190x0a,0x00,0xae,0xd4,0x80,0x04,0x02,0x002720 2721# W32: v_cmp_ge_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]2722# W64: v_cmp_ge_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]27230x0a,0x00,0xae,0xd4,0xf0,0x04,0x02,0x002724 2725# W32: v_cmp_ge_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]2726# W64: v_cmp_ge_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x00]27270x0a,0x00,0xae,0xd4,0x7f,0x04,0x02,0x002728 2729# W32: v_cmp_ge_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]2730# W64: v_cmp_ge_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x00]27310x0a,0x00,0xae,0xd4,0x7e,0x04,0x02,0x002732 2733# W32: v_cmp_ge_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]2734# W64: v_cmp_ge_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x00]27350x0a,0x00,0xae,0xd4,0x7c,0x04,0x02,0x002736 2737# W32: v_cmp_ge_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]2738# W64: v_cmp_ge_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x00]27390x0a,0x00,0xae,0xd4,0x01,0x04,0x02,0x002740 2741# W32: v_cmp_ge_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]2742# W64: v_cmp_ge_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x00]27430x0a,0x00,0xae,0xd4,0x65,0x04,0x02,0x002744 2745# W32: v_cmp_ge_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]2746# W64: v_cmp_ge_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x00]27470x0a,0x00,0xae,0xd4,0x01,0x83,0x01,0x002748 2749# W32: v_cmp_ge_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]2750# W64: v_cmp_ge_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]27510x0a,0x00,0xae,0xd4,0x01,0xef,0x01,0x002752 2753# W32: v_cmp_ge_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]2754# W64: v_cmp_ge_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x00]27550x0a,0x00,0xae,0xd4,0x01,0x01,0x01,0x002756 2757# W32: v_cmp_ge_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]2758# W64: v_cmp_ge_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]27590x0a,0x00,0xae,0xd4,0x01,0xe1,0x01,0x002760 2761# W32: v_cmp_ge_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]2762# W64: v_cmp_ge_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x00]27630x0a,0x00,0xae,0xd4,0x01,0xff,0x00,0x002764 2765# W32: v_cmp_ge_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]2766# W64: v_cmp_ge_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x00]27670x0a,0x00,0xae,0xd4,0x01,0xfd,0x00,0x002768 2769# W32: v_cmp_ge_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]2770# W64: v_cmp_ge_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x00]27710x0a,0x00,0xae,0xd4,0x01,0xf9,0x00,0x002772 2773# W32: v_cmp_ge_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]2774# W64: v_cmp_ge_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x00]27750x0a,0x00,0xae,0xd4,0x01,0xcb,0x00,0x002776 2777# W32: v_cmp_ge_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]2778# W64: v_cmp_ge_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x00]27790x0a,0x00,0xae,0xd4,0x01,0x05,0x00,0x002780 2781# W32: v_cmp_ge_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]2782# W64: v_cmp_ge_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]27830x0a,0x00,0xae,0xd4,0x01,0x05,0x02,0x002784 2785# W32: v_cmp_ge_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]2786# W64: v_cmp_ge_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x00]27870x0a,0x00,0xae,0xd4,0x01,0xff,0x03,0x002788 2789# W32: v_cmp_ge_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]2790# W64: v_cmp_ge_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x00]27910x0a,0x00,0xae,0xd4,0x01,0xd7,0x00,0x002792 2793# W32: v_cmp_ge_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]2794# W64: v_cmp_ge_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x00]27950x0a,0x00,0xae,0xd4,0x01,0xd5,0x00,0x002796 2797# W32: v_cmp_ge_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]2798# W64: v_cmp_ge_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x00]27990x0a,0x00,0xae,0xd4,0xff,0x05,0x02,0x002800 2801# W32: v_cmp_ge_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]2802# W64: v_cmp_ge_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x00]28030x0a,0x00,0xae,0xd4,0x6b,0x04,0x02,0x002804 2805# W32: v_cmp_ge_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]2806# W64: v_cmp_ge_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x00]28070x0a,0x00,0xae,0xd4,0x6a,0x04,0x02,0x002808 2809# W32: v_cmp_ge_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]2810# W64: v_cmp_ge_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]28110x64,0x00,0xae,0xd4,0x01,0x05,0x02,0x002812 2813# W32: v_cmp_ge_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]2814# W64: v_cmp_ge_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]28150x0c,0x00,0xae,0xd4,0x01,0x05,0x02,0x002816 2817# W32: v_cmp_ge_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]2818# W64: v_cmp_ge_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x00]28190x6a,0x00,0xae,0xd4,0x01,0x05,0x02,0x002820 2821# W32: v_cmp_ge_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]2822# W64: v_cmp_ge_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x00]28230x0a,0x00,0xc6,0xd4,0xc1,0x04,0x02,0x002824 2825# W32: v_cmp_ge_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]2826# W64: v_cmp_ge_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x00]28270x0a,0x00,0xc6,0xd4,0xf7,0x04,0x02,0x002828 2829# W32: v_cmp_ge_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]2830# W64: v_cmp_ge_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x00]28310x0a,0x00,0xc6,0xd4,0x80,0x04,0x02,0x002832 2833# W32: v_cmp_ge_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]2834# W64: v_cmp_ge_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x00]28350x0a,0x00,0xc6,0xd4,0xf0,0x04,0x02,0x002836 2837# W32: v_cmp_ge_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]2838# W64: v_cmp_ge_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x00]28390x0a,0x00,0xc6,0xd4,0x7f,0x04,0x02,0x002840 2841# W32: v_cmp_ge_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]2842# W64: v_cmp_ge_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x00]28430x0a,0x00,0xc6,0xd4,0x7e,0x04,0x02,0x002844 2845# W32: v_cmp_ge_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]2846# W64: v_cmp_ge_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x00]28470x0a,0x00,0xc6,0xd4,0x7c,0x04,0x02,0x002848 2849# W32: v_cmp_ge_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]2850# W64: v_cmp_ge_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x00]28510x0a,0x00,0xc6,0xd4,0x01,0x04,0x02,0x002852 2853# W32: v_cmp_ge_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]2854# W64: v_cmp_ge_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x00]28550x0a,0x00,0xc6,0xd4,0x65,0x04,0x02,0x002856 2857# W32: v_cmp_ge_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]2858# W64: v_cmp_ge_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x00]28590x0a,0x00,0xc6,0xd4,0x01,0x83,0x01,0x002860 2861# W32: v_cmp_ge_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]2862# W64: v_cmp_ge_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x00]28630x0a,0x00,0xc6,0xd4,0x01,0xef,0x01,0x002864 2865# W32: v_cmp_ge_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]2866# W64: v_cmp_ge_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x00]28670x0a,0x00,0xc6,0xd4,0x01,0x01,0x01,0x002868 2869# W32: v_cmp_ge_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]2870# W64: v_cmp_ge_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x00]28710x0a,0x00,0xc6,0xd4,0x01,0xe1,0x01,0x002872 2873# W32: v_cmp_ge_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]2874# W64: v_cmp_ge_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x00]28750x0a,0x00,0xc6,0xd4,0x01,0xff,0x00,0x002876 2877# W32: v_cmp_ge_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]2878# W64: v_cmp_ge_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x00]28790x0a,0x00,0xc6,0xd4,0x01,0xfd,0x00,0x002880 2881# W32: v_cmp_ge_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]2882# W64: v_cmp_ge_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x00]28830x0a,0x00,0xc6,0xd4,0x01,0xf9,0x00,0x002884 2885# W32: v_cmp_ge_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]2886# W64: v_cmp_ge_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x00]28870x0a,0x00,0xc6,0xd4,0x01,0xcb,0x00,0x002888 2889# W32: v_cmp_ge_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]2890# W64: v_cmp_ge_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x00]28910x0a,0x00,0xc6,0xd4,0x01,0x05,0x00,0x002892 2893# W32: v_cmp_ge_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]2894# W64: v_cmp_ge_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]28950x0a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x002896 2897# W32: v_cmp_ge_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]2898# W64: v_cmp_ge_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x00]28990x0a,0x00,0xc6,0xd4,0x01,0xff,0x03,0x002900 2901# W32: v_cmp_ge_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]2902# W64: v_cmp_ge_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x00]29030x0a,0x00,0xc6,0xd4,0x01,0xd7,0x00,0x002904 2905# W32: v_cmp_ge_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]2906# W64: v_cmp_ge_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x00]29070x0a,0x00,0xc6,0xd4,0x01,0xd5,0x00,0x002908 2909# W32: v_cmp_ge_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]2910# W64: v_cmp_ge_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x00]29110x0a,0x00,0xc6,0xd4,0xff,0x05,0x02,0x002912 2913# W32: v_cmp_ge_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]2914# W64: v_cmp_ge_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x00]29150x0a,0x00,0xc6,0xd4,0x6b,0x04,0x02,0x002916 2917# W32: v_cmp_ge_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]2918# W64: v_cmp_ge_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x00]29190x0a,0x00,0xc6,0xd4,0x6a,0x04,0x02,0x002920 2921# W32: v_cmp_ge_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]2922# W64: v_cmp_ge_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]29230x64,0x00,0xc6,0xd4,0x01,0x05,0x02,0x002924 2925# W32: v_cmp_ge_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]2926# W64: v_cmp_ge_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]29270x0c,0x00,0xc6,0xd4,0x01,0x05,0x02,0x002928 2929# W32: v_cmp_ge_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]2930# W64: v_cmp_ge_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x00]29310x6a,0x00,0xc6,0xd4,0x01,0x05,0x02,0x002932 2933# W32: v_cmp_ge_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]2934# W64: v_cmp_ge_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x00]29350x0a,0x00,0xe6,0xd4,0xc1,0x04,0x02,0x002936 2937# W32: v_cmp_ge_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]2938# W64: v_cmp_ge_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x00]29390x0a,0x00,0xe6,0xd4,0xf7,0x04,0x02,0x002940 2941# W32: v_cmp_ge_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]2942# W64: v_cmp_ge_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x00]29430x0a,0x00,0xe6,0xd4,0x80,0x04,0x02,0x002944 2945# W32: v_cmp_ge_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]2946# W64: v_cmp_ge_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x00]29470x0a,0x00,0xe6,0xd4,0xf0,0x04,0x02,0x002948 2949# W32: v_cmp_ge_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]2950# W64: v_cmp_ge_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x00]29510x0a,0x00,0xe6,0xd4,0x7e,0x04,0x02,0x002952 2953# W32: v_cmp_ge_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]2954# W64: v_cmp_ge_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x00]29550x0a,0x00,0xe6,0xd4,0x64,0x04,0x02,0x002956 2957# W32: v_cmp_ge_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]2958# W64: v_cmp_ge_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x00]29590x0a,0x00,0xe6,0xd4,0x02,0x04,0x02,0x002960 2961# W32: v_cmp_ge_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]2962# W64: v_cmp_ge_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x00]29630x0a,0x00,0xe6,0xd4,0x04,0x04,0x02,0x002964 2965# W32: v_cmp_ge_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]2966# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x00]29670x0a,0x00,0xe6,0xd4,0x01,0x83,0x01,0x002968 2969# W32: v_cmp_ge_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]2970# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x00]29710x0a,0x00,0xe6,0xd4,0x01,0xef,0x01,0x002972 2973# W32: v_cmp_ge_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]2974# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x00]29750x0a,0x00,0xe6,0xd4,0x01,0x01,0x01,0x002976 2977# W32: v_cmp_ge_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]2978# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x00]29790x0a,0x00,0xe6,0xd4,0x01,0xe1,0x01,0x002980 2981# W32: v_cmp_ge_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]2982# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x00]29830x0a,0x00,0xe6,0xd4,0x01,0xfd,0x00,0x002984 2985# W32: v_cmp_ge_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]2986# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x00]29870x0a,0x00,0xe6,0xd4,0x01,0xc9,0x00,0x002988 2989# W32: v_cmp_ge_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]2990# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x00]29910x0a,0x00,0xe6,0xd4,0x01,0x09,0x00,0x002992 2993# W32: v_cmp_ge_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]2994# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x00]29950x0a,0x00,0xe6,0xd4,0x01,0x0d,0x00,0x002996 2997# W32: v_cmp_ge_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]2998# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x00]29990x0a,0x00,0xe6,0xd4,0x01,0xfd,0x03,0x003000 3001# W32: v_cmp_ge_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]3002# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]30030x0a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x003004 3005# W32: v_cmp_ge_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]3006# W64: v_cmp_ge_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x00]30070x0a,0x00,0xe6,0xd4,0x01,0xd5,0x00,0x003008 3009# W32: v_cmp_ge_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]3010# W64: v_cmp_ge_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x00]30110x0a,0x00,0xe6,0xd4,0xfe,0x05,0x02,0x003012 3013# W32: v_cmp_ge_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]3014# W64: v_cmp_ge_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x00]30150x0a,0x00,0xe6,0xd4,0x6a,0x04,0x02,0x003016 3017# W32: v_cmp_ge_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]3018# W64: v_cmp_ge_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]30190x64,0x00,0xe6,0xd4,0x01,0x05,0x02,0x003020 3021# W32: v_cmp_ge_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]3022# W64: v_cmp_ge_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]30230x0c,0x00,0xe6,0xd4,0x01,0x05,0x02,0x003024 3025# W32: v_cmp_ge_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]3026# W64: v_cmp_ge_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x00]30270x6a,0x00,0xe6,0xd4,0x01,0x05,0x02,0x003028 3029# W32: v_cmp_gt_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]3030# W64: v_cmp_gt_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x00]30310x0a,0x00,0xcc,0xd4,0xc1,0x04,0x02,0x003032 3033# W32: v_cmp_gt_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]3034# W64: v_cmp_gt_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x00]30350x0a,0x00,0xcc,0xd4,0xf7,0x04,0x02,0x003036 3037# W32: v_cmp_gt_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]3038# W64: v_cmp_gt_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x60]30390x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x603040 3041# W32: v_cmp_gt_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]3042# W64: v_cmp_gt_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x20]30430x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x203044 3045# W32: v_cmp_gt_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]3046# W64: v_cmp_gt_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x00]30470x0a,0x00,0xcc,0xd4,0x80,0x04,0x02,0x003048 3049# W32: v_cmp_gt_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]3050# W64: v_cmp_gt_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x00]30510x0a,0x00,0xcc,0xd4,0xf0,0x04,0x02,0x003052 3053# W32: v_cmp_gt_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]3054# W64: v_cmp_gt_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x00]30550x0a,0x00,0xcc,0xd4,0x7f,0x04,0x02,0x003056 3057# W32: v_cmp_gt_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]3058# W64: v_cmp_gt_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x00]30590x0a,0x00,0xcc,0xd4,0x7e,0x04,0x02,0x003060 3061# W32: v_cmp_gt_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]3062# W64: v_cmp_gt_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x00]30630x0a,0x00,0xcc,0xd4,0x7c,0x04,0x02,0x003064 3065# W32: v_cmp_gt_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]3066# W64: v_cmp_gt_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x00]30670x0a,0x00,0xcc,0xd4,0x01,0x04,0x02,0x003068 3069# W32: v_cmp_gt_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]3070# W64: v_cmp_gt_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x00]30710x0a,0x00,0xcc,0xd4,0x65,0x04,0x02,0x003072 3073# W32: v_cmp_gt_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]3074# W64: v_cmp_gt_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x00]30750x0a,0x00,0xcc,0xd4,0x01,0x83,0x01,0x003076 3077# W32: v_cmp_gt_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]3078# W64: v_cmp_gt_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x00]30790x0a,0x00,0xcc,0xd4,0x01,0xef,0x01,0x003080 3081# W32: v_cmp_gt_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]3082# W64: v_cmp_gt_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x40]30830x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x403084 3085# W32: v_cmp_gt_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]3086# W64: v_cmp_gt_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x00]30870x0a,0x00,0xcc,0xd4,0x01,0x01,0x01,0x003088 3089# W32: v_cmp_gt_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]3090# W64: v_cmp_gt_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x00]30910x0a,0x00,0xcc,0xd4,0x01,0xe1,0x01,0x003092 3093# W32: v_cmp_gt_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]3094# W64: v_cmp_gt_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x00]30950x0a,0x00,0xcc,0xd4,0x01,0xff,0x00,0x003096 3097# W32: v_cmp_gt_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]3098# W64: v_cmp_gt_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x00]30990x0a,0x00,0xcc,0xd4,0x01,0xfd,0x00,0x003100 3101# W32: v_cmp_gt_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]3102# W64: v_cmp_gt_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x00]31030x0a,0x00,0xcc,0xd4,0x01,0xf9,0x00,0x003104 3105# W32: v_cmp_gt_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]3106# W64: v_cmp_gt_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x00]31070x0a,0x00,0xcc,0xd4,0x01,0xcb,0x00,0x003108 3109# W32: v_cmp_gt_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]3110# W64: v_cmp_gt_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x00]31110x0a,0x00,0xcc,0xd4,0x01,0x05,0x00,0x003112 3113# W32: v_cmp_gt_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]3114# W64: v_cmp_gt_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]31150x0a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x003116 3117# W32: v_cmp_gt_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]3118# W64: v_cmp_gt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x00]31190x0a,0x80,0xcc,0xd4,0x01,0x05,0x02,0x003120 3121# W32: v_cmp_gt_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]3122# W64: v_cmp_gt_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x00]31230x0a,0x00,0xcc,0xd4,0x01,0xff,0x03,0x003124 3125# W32: v_cmp_gt_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]3126# W64: v_cmp_gt_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x00]31270x0a,0x00,0xcc,0xd4,0x01,0xd7,0x00,0x003128 3129# W32: v_cmp_gt_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]3130# W64: v_cmp_gt_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x00]31310x0a,0x00,0xcc,0xd4,0x01,0xd5,0x00,0x003132 3133# W32: v_cmp_gt_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]3134# W64: v_cmp_gt_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x00]31350x0a,0x00,0xcc,0xd4,0xff,0x05,0x02,0x003136 3137# W32: v_cmp_gt_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]3138# W64: v_cmp_gt_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x00]31390x0a,0x00,0xcc,0xd4,0x6b,0x04,0x02,0x003140 3141# W32: v_cmp_gt_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]3142# W64: v_cmp_gt_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x00]31430x0a,0x00,0xcc,0xd4,0x6a,0x04,0x02,0x003144 3145# W32: v_cmp_gt_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]3146# W64: v_cmp_gt_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]31470x64,0x00,0xcc,0xd4,0x01,0x05,0x02,0x003148 3149# W32: v_cmp_gt_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]3150# W64: v_cmp_gt_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]31510x0c,0x00,0xcc,0xd4,0x01,0x05,0x02,0x003152 3153# W32: v_cmp_gt_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]3154# W64: v_cmp_gt_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x00]31550x6a,0x00,0xcc,0xd4,0x01,0x05,0x02,0x003156 3157# W32: v_cmp_gt_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]3158# W64: v_cmp_gt_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x00]31590x0a,0x00,0x04,0xd4,0xc1,0x04,0x02,0x003160 3161# W32: v_cmp_gt_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]3162# W64: v_cmp_gt_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x00]31630x0a,0x00,0x04,0xd4,0xf7,0x04,0x02,0x003164 3165# W32: v_cmp_gt_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]3166# W64: v_cmp_gt_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x60]31670x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x603168 3169# W32: v_cmp_gt_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]3170# W64: v_cmp_gt_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x20]31710x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x203172 3173# W32: v_cmp_gt_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]3174# W64: v_cmp_gt_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x00]31750x0a,0x00,0x04,0xd4,0x80,0x04,0x02,0x003176 3177# W32: v_cmp_gt_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]3178# W64: v_cmp_gt_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x00]31790x0a,0x00,0x04,0xd4,0xf0,0x04,0x02,0x003180 3181# W32: v_cmp_gt_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]3182# W64: v_cmp_gt_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x00]31830x0a,0x00,0x04,0xd4,0x7f,0x04,0x02,0x003184 3185# W32: v_cmp_gt_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]3186# W64: v_cmp_gt_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x00]31870x0a,0x00,0x04,0xd4,0x7e,0x04,0x02,0x003188 3189# W32: v_cmp_gt_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]3190# W64: v_cmp_gt_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x00]31910x0a,0x00,0x04,0xd4,0x7c,0x04,0x02,0x003192 3193# W32: v_cmp_gt_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]3194# W64: v_cmp_gt_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x00]31950x0a,0x00,0x04,0xd4,0x01,0x04,0x02,0x003196 3197# W32: v_cmp_gt_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]3198# W64: v_cmp_gt_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x00]31990x0a,0x00,0x04,0xd4,0x65,0x04,0x02,0x003200 3201# W32: v_cmp_gt_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]3202# W64: v_cmp_gt_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x00]32030x0a,0x00,0x04,0xd4,0x01,0x83,0x01,0x003204 3205# W32: v_cmp_gt_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]3206# W64: v_cmp_gt_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x00]32070x0a,0x00,0x04,0xd4,0x01,0xef,0x01,0x003208 3209# W32: v_cmp_gt_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]3210# W64: v_cmp_gt_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x40]32110x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x403212 3213# W32: v_cmp_gt_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]3214# W64: v_cmp_gt_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x00]32150x0a,0x00,0x04,0xd4,0x01,0x01,0x01,0x003216 3217# W32: v_cmp_gt_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]3218# W64: v_cmp_gt_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x00]32190x0a,0x00,0x04,0xd4,0x01,0xe1,0x01,0x003220 3221# W32: v_cmp_gt_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]3222# W64: v_cmp_gt_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x00]32230x0a,0x00,0x04,0xd4,0x01,0xff,0x00,0x003224 3225# W32: v_cmp_gt_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]3226# W64: v_cmp_gt_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x00]32270x0a,0x00,0x04,0xd4,0x01,0xfd,0x00,0x003228 3229# W32: v_cmp_gt_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]3230# W64: v_cmp_gt_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x00]32310x0a,0x00,0x04,0xd4,0x01,0xf9,0x00,0x003232 3233# W32: v_cmp_gt_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]3234# W64: v_cmp_gt_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x00]32350x0a,0x00,0x04,0xd4,0x01,0xcb,0x00,0x003236 3237# W32: v_cmp_gt_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]3238# W64: v_cmp_gt_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x00]32390x0a,0x00,0x04,0xd4,0x01,0x05,0x00,0x003240 3241# W32: v_cmp_gt_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]3242# W64: v_cmp_gt_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]32430x0a,0x00,0x04,0xd4,0x01,0x05,0x02,0x003244 3245# W32: v_cmp_gt_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]3246# W64: v_cmp_gt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x00]32470x0a,0x80,0x04,0xd4,0x01,0x05,0x02,0x003248 3249# W32: v_cmp_gt_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]3250# W64: v_cmp_gt_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x00]32510x0a,0x00,0x04,0xd4,0x01,0xff,0x03,0x003252 3253# W32: v_cmp_gt_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]3254# W64: v_cmp_gt_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x00]32550x0a,0x00,0x04,0xd4,0x01,0xd7,0x00,0x003256 3257# W32: v_cmp_gt_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]3258# W64: v_cmp_gt_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x00]32590x0a,0x00,0x04,0xd4,0x01,0xd5,0x00,0x003260 3261# W32: v_cmp_gt_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]3262# W64: v_cmp_gt_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x00]32630x0a,0x00,0x04,0xd4,0xff,0x05,0x02,0x003264 3265# W32: v_cmp_gt_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]3266# W64: v_cmp_gt_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x00]32670x0a,0x00,0x04,0xd4,0x6b,0x04,0x02,0x003268 3269# W32: v_cmp_gt_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]3270# W64: v_cmp_gt_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x00]32710x0a,0x00,0x04,0xd4,0x6a,0x04,0x02,0x003272 3273# W32: v_cmp_gt_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]3274# W64: v_cmp_gt_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]32750x64,0x00,0x04,0xd4,0x01,0x05,0x02,0x003276 3277# W32: v_cmp_gt_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]3278# W64: v_cmp_gt_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]32790x0c,0x00,0x04,0xd4,0x01,0x05,0x02,0x003280 3281# W32: v_cmp_gt_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]3282# W64: v_cmp_gt_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x00]32830x6a,0x00,0x04,0xd4,0x01,0x05,0x02,0x003284 3285# W32: v_cmp_gt_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]3286# W64: v_cmp_gt_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x00]32870x0a,0x00,0x24,0xd4,0xc1,0x04,0x02,0x003288 3289# W32: v_cmp_gt_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]3290# W64: v_cmp_gt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x00]32910x0a,0x00,0x24,0xd4,0xf7,0x04,0x02,0x003292 3293# W32: v_cmp_gt_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]3294# W64: v_cmp_gt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x60]32950x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x603296 3297# W32: v_cmp_gt_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]3298# W64: v_cmp_gt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x20]32990x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x203300 3301# W32: v_cmp_gt_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]3302# W64: v_cmp_gt_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x00]33030x0a,0x00,0x24,0xd4,0x80,0x04,0x02,0x003304 3305# W32: v_cmp_gt_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]3306# W64: v_cmp_gt_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x00]33070x0a,0x00,0x24,0xd4,0xf0,0x04,0x02,0x003308 3309# W32: v_cmp_gt_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]3310# W64: v_cmp_gt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x00]33110x0a,0x00,0x24,0xd4,0x7e,0x04,0x02,0x003312 3313# W32: v_cmp_gt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]3314# W64: v_cmp_gt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x00]33150x0a,0x00,0x24,0xd4,0x64,0x04,0x02,0x003316 3317# W32: v_cmp_gt_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]3318# W64: v_cmp_gt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x00]33190x0a,0x00,0x24,0xd4,0x02,0x04,0x02,0x003320 3321# W32: v_cmp_gt_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]3322# W64: v_cmp_gt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x00]33230x0a,0x00,0x24,0xd4,0x04,0x04,0x02,0x003324 3325# W32: v_cmp_gt_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]3326# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x00]33270x0a,0x00,0x24,0xd4,0x01,0x83,0x01,0x003328 3329# W32: v_cmp_gt_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]3330# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x00]33310x0a,0x00,0x24,0xd4,0x01,0xef,0x01,0x003332 3333# W32: v_cmp_gt_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]3334# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x40]33350x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x403336 3337# W32: v_cmp_gt_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]3338# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x00]33390x0a,0x00,0x24,0xd4,0x01,0x01,0x01,0x003340 3341# W32: v_cmp_gt_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]3342# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x00]33430x0a,0x00,0x24,0xd4,0x01,0xe1,0x01,0x003344 3345# W32: v_cmp_gt_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]3346# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x00]33470x0a,0x00,0x24,0xd4,0x01,0xfd,0x00,0x003348 3349# W32: v_cmp_gt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]3350# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x00]33510x0a,0x00,0x24,0xd4,0x01,0xc9,0x00,0x003352 3353# W32: v_cmp_gt_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]3354# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x00]33550x0a,0x00,0x24,0xd4,0x01,0x09,0x00,0x003356 3357# W32: v_cmp_gt_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]3358# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x00]33590x0a,0x00,0x24,0xd4,0x01,0x0d,0x00,0x003360 3361# W32: v_cmp_gt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]3362# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x00]33630x0a,0x00,0x24,0xd4,0x01,0xfd,0x03,0x003364 3365# W32: v_cmp_gt_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]3366# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]33670x0a,0x00,0x24,0xd4,0x01,0x05,0x02,0x003368 3369# W32: v_cmp_gt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]3370# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x00]33710x0a,0x80,0x24,0xd4,0x01,0x05,0x02,0x003372 3373# W32: v_cmp_gt_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]3374# W64: v_cmp_gt_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x00]33750x0a,0x00,0x24,0xd4,0x01,0xd5,0x00,0x003376 3377# W32: v_cmp_gt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]3378# W64: v_cmp_gt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x00]33790x0a,0x00,0x24,0xd4,0xfe,0x05,0x02,0x003380 3381# W32: v_cmp_gt_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]3382# W64: v_cmp_gt_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x00]33830x0a,0x00,0x24,0xd4,0x6a,0x04,0x02,0x003384 3385# W32: v_cmp_gt_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]3386# W64: v_cmp_gt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]33870x64,0x00,0x24,0xd4,0x01,0x05,0x02,0x003388 3389# W32: v_cmp_gt_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]3390# W64: v_cmp_gt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]33910x0c,0x00,0x24,0xd4,0x01,0x05,0x02,0x003392 3393# W32: v_cmp_gt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]3394# W64: v_cmp_gt_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x00]33950x6a,0x00,0x24,0xd4,0x01,0x05,0x02,0x003396 3397# W32: v_cmp_gt_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]3398# W64: v_cmp_gt_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x00]33990x0a,0x00,0x8c,0xd4,0xc1,0x04,0x02,0x003400 3401# W32: v_cmp_gt_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]3402# W64: v_cmp_gt_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]34030x0a,0x00,0x8c,0xd4,0xf7,0x04,0x02,0x003404 3405# W32: v_cmp_gt_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]3406# W64: v_cmp_gt_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x00]34070x0a,0x00,0x8c,0xd4,0x80,0x04,0x02,0x003408 3409# W32: v_cmp_gt_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]3410# W64: v_cmp_gt_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]34110x0a,0x00,0x8c,0xd4,0xf0,0x04,0x02,0x003412 3413# W32: v_cmp_gt_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]3414# W64: v_cmp_gt_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x00]34150x0a,0x00,0x8c,0xd4,0x7f,0x04,0x02,0x003416 3417# W32: v_cmp_gt_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]3418# W64: v_cmp_gt_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x00]34190x0a,0x00,0x8c,0xd4,0x7e,0x04,0x02,0x003420 3421# W32: v_cmp_gt_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]3422# W64: v_cmp_gt_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x00]34230x0a,0x00,0x8c,0xd4,0x7c,0x04,0x02,0x003424 3425# W32: v_cmp_gt_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]3426# W64: v_cmp_gt_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x00]34270x0a,0x00,0x8c,0xd4,0x01,0x04,0x02,0x003428 3429# W32: v_cmp_gt_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]3430# W64: v_cmp_gt_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x00]34310x0a,0x00,0x8c,0xd4,0x65,0x04,0x02,0x003432 3433# W32: v_cmp_gt_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]3434# W64: v_cmp_gt_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x00]34350x0a,0x00,0x8c,0xd4,0x01,0x83,0x01,0x003436 3437# W32: v_cmp_gt_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]3438# W64: v_cmp_gt_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]34390x0a,0x00,0x8c,0xd4,0x01,0xef,0x01,0x003440 3441# W32: v_cmp_gt_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]3442# W64: v_cmp_gt_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x00]34430x0a,0x00,0x8c,0xd4,0x01,0x01,0x01,0x003444 3445# W32: v_cmp_gt_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]3446# W64: v_cmp_gt_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]34470x0a,0x00,0x8c,0xd4,0x01,0xe1,0x01,0x003448 3449# W32: v_cmp_gt_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]3450# W64: v_cmp_gt_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x00]34510x0a,0x00,0x8c,0xd4,0x01,0xff,0x00,0x003452 3453# W32: v_cmp_gt_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]3454# W64: v_cmp_gt_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x00]34550x0a,0x00,0x8c,0xd4,0x01,0xfd,0x00,0x003456 3457# W32: v_cmp_gt_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]3458# W64: v_cmp_gt_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x00]34590x0a,0x00,0x8c,0xd4,0x01,0xf9,0x00,0x003460 3461# W32: v_cmp_gt_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]3462# W64: v_cmp_gt_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x00]34630x0a,0x00,0x8c,0xd4,0x01,0xcb,0x00,0x003464 3465# W32: v_cmp_gt_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]3466# W64: v_cmp_gt_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x00]34670x0a,0x00,0x8c,0xd4,0x01,0x05,0x00,0x003468 3469# W32: v_cmp_gt_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]3470# W64: v_cmp_gt_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]34710x0a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x003472 3473# W32: v_cmp_gt_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]3474# W64: v_cmp_gt_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x00]34750x0a,0x00,0x8c,0xd4,0x01,0xff,0x03,0x003476 3477# W32: v_cmp_gt_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]3478# W64: v_cmp_gt_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x00]34790x0a,0x00,0x8c,0xd4,0x01,0xd7,0x00,0x003480 3481# W32: v_cmp_gt_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]3482# W64: v_cmp_gt_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x00]34830x0a,0x00,0x8c,0xd4,0x01,0xd5,0x00,0x003484 3485# W32: v_cmp_gt_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]3486# W64: v_cmp_gt_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x00]34870x0a,0x00,0x8c,0xd4,0xff,0x05,0x02,0x003488 3489# W32: v_cmp_gt_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]3490# W64: v_cmp_gt_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x00]34910x0a,0x00,0x8c,0xd4,0x6b,0x04,0x02,0x003492 3493# W32: v_cmp_gt_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]3494# W64: v_cmp_gt_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x00]34950x0a,0x00,0x8c,0xd4,0x6a,0x04,0x02,0x003496 3497# W32: v_cmp_gt_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]3498# W64: v_cmp_gt_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]34990x64,0x00,0x8c,0xd4,0x01,0x05,0x02,0x003500 3501# W32: v_cmp_gt_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]3502# W64: v_cmp_gt_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]35030x0c,0x00,0x8c,0xd4,0x01,0x05,0x02,0x003504 3505# W32: v_cmp_gt_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]3506# W64: v_cmp_gt_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x00]35070x6a,0x00,0x8c,0xd4,0x01,0x05,0x02,0x003508 3509# W32: v_cmp_gt_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]3510# W64: v_cmp_gt_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x00]35110x0a,0x00,0x84,0xd4,0xc1,0x04,0x02,0x003512 3513# W32: v_cmp_gt_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]3514# W64: v_cmp_gt_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x00]35150x0a,0x00,0x84,0xd4,0xf7,0x04,0x02,0x003516 3517# W32: v_cmp_gt_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]3518# W64: v_cmp_gt_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x00]35190x0a,0x00,0x84,0xd4,0x80,0x04,0x02,0x003520 3521# W32: v_cmp_gt_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]3522# W64: v_cmp_gt_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x00]35230x0a,0x00,0x84,0xd4,0xf0,0x04,0x02,0x003524 3525# W32: v_cmp_gt_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]3526# W64: v_cmp_gt_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x00]35270x0a,0x00,0x84,0xd4,0x7f,0x04,0x02,0x003528 3529# W32: v_cmp_gt_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]3530# W64: v_cmp_gt_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x00]35310x0a,0x00,0x84,0xd4,0x7e,0x04,0x02,0x003532 3533# W32: v_cmp_gt_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]3534# W64: v_cmp_gt_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x00]35350x0a,0x00,0x84,0xd4,0x7c,0x04,0x02,0x003536 3537# W32: v_cmp_gt_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]3538# W64: v_cmp_gt_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x00]35390x0a,0x00,0x84,0xd4,0x01,0x04,0x02,0x003540 3541# W32: v_cmp_gt_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]3542# W64: v_cmp_gt_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x00]35430x0a,0x00,0x84,0xd4,0x65,0x04,0x02,0x003544 3545# W32: v_cmp_gt_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]3546# W64: v_cmp_gt_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x00]35470x0a,0x00,0x84,0xd4,0x01,0x83,0x01,0x003548 3549# W32: v_cmp_gt_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]3550# W64: v_cmp_gt_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x00]35510x0a,0x00,0x84,0xd4,0x01,0xef,0x01,0x003552 3553# W32: v_cmp_gt_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]3554# W64: v_cmp_gt_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x00]35550x0a,0x00,0x84,0xd4,0x01,0x01,0x01,0x003556 3557# W32: v_cmp_gt_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]3558# W64: v_cmp_gt_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x00]35590x0a,0x00,0x84,0xd4,0x01,0xe1,0x01,0x003560 3561# W32: v_cmp_gt_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]3562# W64: v_cmp_gt_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x00]35630x0a,0x00,0x84,0xd4,0x01,0xff,0x00,0x003564 3565# W32: v_cmp_gt_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]3566# W64: v_cmp_gt_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x00]35670x0a,0x00,0x84,0xd4,0x01,0xfd,0x00,0x003568 3569# W32: v_cmp_gt_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]3570# W64: v_cmp_gt_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x00]35710x0a,0x00,0x84,0xd4,0x01,0xf9,0x00,0x003572 3573# W32: v_cmp_gt_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]3574# W64: v_cmp_gt_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x00]35750x0a,0x00,0x84,0xd4,0x01,0xcb,0x00,0x003576 3577# W32: v_cmp_gt_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]3578# W64: v_cmp_gt_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x00]35790x0a,0x00,0x84,0xd4,0x01,0x05,0x00,0x003580 3581# W32: v_cmp_gt_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]3582# W64: v_cmp_gt_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]35830x0a,0x00,0x84,0xd4,0x01,0x05,0x02,0x003584 3585# W32: v_cmp_gt_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]3586# W64: v_cmp_gt_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x00]35870x0a,0x00,0x84,0xd4,0x01,0xff,0x03,0x003588 3589# W32: v_cmp_gt_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]3590# W64: v_cmp_gt_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x00]35910x0a,0x00,0x84,0xd4,0x01,0xd7,0x00,0x003592 3593# W32: v_cmp_gt_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]3594# W64: v_cmp_gt_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x00]35950x0a,0x00,0x84,0xd4,0x01,0xd5,0x00,0x003596 3597# W32: v_cmp_gt_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]3598# W64: v_cmp_gt_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x00]35990x0a,0x00,0x84,0xd4,0xff,0x05,0x02,0x003600 3601# W32: v_cmp_gt_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]3602# W64: v_cmp_gt_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x00]36030x0a,0x00,0x84,0xd4,0x6b,0x04,0x02,0x003604 3605# W32: v_cmp_gt_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]3606# W64: v_cmp_gt_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x00]36070x0a,0x00,0x84,0xd4,0x6a,0x04,0x02,0x003608 3609# W32: v_cmp_gt_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]3610# W64: v_cmp_gt_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]36110x64,0x00,0x84,0xd4,0x01,0x05,0x02,0x003612 3613# W32: v_cmp_gt_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]3614# W64: v_cmp_gt_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]36150x0c,0x00,0x84,0xd4,0x01,0x05,0x02,0x003616 3617# W32: v_cmp_gt_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]3618# W64: v_cmp_gt_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x00]36190x6a,0x00,0x84,0xd4,0x01,0x05,0x02,0x003620 3621# W32: v_cmp_gt_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]3622# W64: v_cmp_gt_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x00]36230x0a,0x00,0xa4,0xd4,0xc1,0x04,0x02,0x003624 3625# W32: v_cmp_gt_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]3626# W64: v_cmp_gt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x00]36270x0a,0x00,0xa4,0xd4,0xf7,0x04,0x02,0x003628 3629# W32: v_cmp_gt_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]3630# W64: v_cmp_gt_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x00]36310x0a,0x00,0xa4,0xd4,0x80,0x04,0x02,0x003632 3633# W32: v_cmp_gt_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]3634# W64: v_cmp_gt_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x00]36350x0a,0x00,0xa4,0xd4,0xf0,0x04,0x02,0x003636 3637# W32: v_cmp_gt_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]3638# W64: v_cmp_gt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x00]36390x0a,0x00,0xa4,0xd4,0x7e,0x04,0x02,0x003640 3641# W32: v_cmp_gt_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]3642# W64: v_cmp_gt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x00]36430x0a,0x00,0xa4,0xd4,0x64,0x04,0x02,0x003644 3645# W32: v_cmp_gt_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]3646# W64: v_cmp_gt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x00]36470x0a,0x00,0xa4,0xd4,0x02,0x04,0x02,0x003648 3649# W32: v_cmp_gt_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]3650# W64: v_cmp_gt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x00]36510x0a,0x00,0xa4,0xd4,0x04,0x04,0x02,0x003652 3653# W32: v_cmp_gt_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]3654# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x00]36550x0a,0x00,0xa4,0xd4,0x01,0x83,0x01,0x003656 3657# W32: v_cmp_gt_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]3658# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x00]36590x0a,0x00,0xa4,0xd4,0x01,0xef,0x01,0x003660 3661# W32: v_cmp_gt_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]3662# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x00]36630x0a,0x00,0xa4,0xd4,0x01,0x01,0x01,0x003664 3665# W32: v_cmp_gt_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]3666# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x00]36670x0a,0x00,0xa4,0xd4,0x01,0xe1,0x01,0x003668 3669# W32: v_cmp_gt_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]3670# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x00]36710x0a,0x00,0xa4,0xd4,0x01,0xfd,0x00,0x003672 3673# W32: v_cmp_gt_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]3674# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x00]36750x0a,0x00,0xa4,0xd4,0x01,0xc9,0x00,0x003676 3677# W32: v_cmp_gt_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]3678# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x00]36790x0a,0x00,0xa4,0xd4,0x01,0x09,0x00,0x003680 3681# W32: v_cmp_gt_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]3682# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x00]36830x0a,0x00,0xa4,0xd4,0x01,0x0d,0x00,0x003684 3685# W32: v_cmp_gt_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]3686# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x00]36870x0a,0x00,0xa4,0xd4,0x01,0xfd,0x03,0x003688 3689# W32: v_cmp_gt_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]3690# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]36910x0a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x003692 3693# W32: v_cmp_gt_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]3694# W64: v_cmp_gt_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x00]36950x0a,0x00,0xa4,0xd4,0x01,0xd5,0x00,0x003696 3697# W32: v_cmp_gt_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]3698# W64: v_cmp_gt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x00]36990x0a,0x00,0xa4,0xd4,0xfe,0x05,0x02,0x003700 3701# W32: v_cmp_gt_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]3702# W64: v_cmp_gt_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x00]37030x0a,0x00,0xa4,0xd4,0x6a,0x04,0x02,0x003704 3705# W32: v_cmp_gt_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]3706# W64: v_cmp_gt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]37070x64,0x00,0xa4,0xd4,0x01,0x05,0x02,0x003708 3709# W32: v_cmp_gt_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]3710# W64: v_cmp_gt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]37110x0c,0x00,0xa4,0xd4,0x01,0x05,0x02,0x003712 3713# W32: v_cmp_gt_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]3714# W64: v_cmp_gt_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x00]37150x6a,0x00,0xa4,0xd4,0x01,0x05,0x02,0x003716 3717# W32: v_cmp_gt_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]3718# W64: v_cmp_gt_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x00]37190x0a,0x00,0xac,0xd4,0xc1,0x04,0x02,0x003720 3721# W32: v_cmp_gt_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]3722# W64: v_cmp_gt_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]37230x0a,0x00,0xac,0xd4,0xf7,0x04,0x02,0x003724 3725# W32: v_cmp_gt_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]3726# W64: v_cmp_gt_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x00]37270x0a,0x00,0xac,0xd4,0x80,0x04,0x02,0x003728 3729# W32: v_cmp_gt_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]3730# W64: v_cmp_gt_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]37310x0a,0x00,0xac,0xd4,0xf0,0x04,0x02,0x003732 3733# W32: v_cmp_gt_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]3734# W64: v_cmp_gt_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x00]37350x0a,0x00,0xac,0xd4,0x7f,0x04,0x02,0x003736 3737# W32: v_cmp_gt_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]3738# W64: v_cmp_gt_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x00]37390x0a,0x00,0xac,0xd4,0x7e,0x04,0x02,0x003740 3741# W32: v_cmp_gt_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]3742# W64: v_cmp_gt_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x00]37430x0a,0x00,0xac,0xd4,0x7c,0x04,0x02,0x003744 3745# W32: v_cmp_gt_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]3746# W64: v_cmp_gt_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x00]37470x0a,0x00,0xac,0xd4,0x01,0x04,0x02,0x003748 3749# W32: v_cmp_gt_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]3750# W64: v_cmp_gt_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x00]37510x0a,0x00,0xac,0xd4,0x65,0x04,0x02,0x003752 3753# W32: v_cmp_gt_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]3754# W64: v_cmp_gt_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x00]37550x0a,0x00,0xac,0xd4,0x01,0x83,0x01,0x003756 3757# W32: v_cmp_gt_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]3758# W64: v_cmp_gt_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]37590x0a,0x00,0xac,0xd4,0x01,0xef,0x01,0x003760 3761# W32: v_cmp_gt_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]3762# W64: v_cmp_gt_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x00]37630x0a,0x00,0xac,0xd4,0x01,0x01,0x01,0x003764 3765# W32: v_cmp_gt_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]3766# W64: v_cmp_gt_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]37670x0a,0x00,0xac,0xd4,0x01,0xe1,0x01,0x003768 3769# W32: v_cmp_gt_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]3770# W64: v_cmp_gt_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x00]37710x0a,0x00,0xac,0xd4,0x01,0xff,0x00,0x003772 3773# W32: v_cmp_gt_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]3774# W64: v_cmp_gt_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x00]37750x0a,0x00,0xac,0xd4,0x01,0xfd,0x00,0x003776 3777# W32: v_cmp_gt_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]3778# W64: v_cmp_gt_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x00]37790x0a,0x00,0xac,0xd4,0x01,0xf9,0x00,0x003780 3781# W32: v_cmp_gt_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]3782# W64: v_cmp_gt_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x00]37830x0a,0x00,0xac,0xd4,0x01,0xcb,0x00,0x003784 3785# W32: v_cmp_gt_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]3786# W64: v_cmp_gt_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x00]37870x0a,0x00,0xac,0xd4,0x01,0x05,0x00,0x003788 3789# W32: v_cmp_gt_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]3790# W64: v_cmp_gt_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]37910x0a,0x00,0xac,0xd4,0x01,0x05,0x02,0x003792 3793# W32: v_cmp_gt_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]3794# W64: v_cmp_gt_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x00]37950x0a,0x00,0xac,0xd4,0x01,0xff,0x03,0x003796 3797# W32: v_cmp_gt_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]3798# W64: v_cmp_gt_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x00]37990x0a,0x00,0xac,0xd4,0x01,0xd7,0x00,0x003800 3801# W32: v_cmp_gt_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]3802# W64: v_cmp_gt_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x00]38030x0a,0x00,0xac,0xd4,0x01,0xd5,0x00,0x003804 3805# W32: v_cmp_gt_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]3806# W64: v_cmp_gt_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x00]38070x0a,0x00,0xac,0xd4,0xff,0x05,0x02,0x003808 3809# W32: v_cmp_gt_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]3810# W64: v_cmp_gt_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x00]38110x0a,0x00,0xac,0xd4,0x6b,0x04,0x02,0x003812 3813# W32: v_cmp_gt_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]3814# W64: v_cmp_gt_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x00]38150x0a,0x00,0xac,0xd4,0x6a,0x04,0x02,0x003816 3817# W32: v_cmp_gt_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]3818# W64: v_cmp_gt_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]38190x64,0x00,0xac,0xd4,0x01,0x05,0x02,0x003820 3821# W32: v_cmp_gt_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]3822# W64: v_cmp_gt_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]38230x0c,0x00,0xac,0xd4,0x01,0x05,0x02,0x003824 3825# W32: v_cmp_gt_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]3826# W64: v_cmp_gt_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x00]38270x6a,0x00,0xac,0xd4,0x01,0x05,0x02,0x003828 3829# W32: v_cmp_gt_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]3830# W64: v_cmp_gt_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x00]38310x0a,0x00,0xc4,0xd4,0xc1,0x04,0x02,0x003832 3833# W32: v_cmp_gt_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]3834# W64: v_cmp_gt_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x00]38350x0a,0x00,0xc4,0xd4,0xf7,0x04,0x02,0x003836 3837# W32: v_cmp_gt_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]3838# W64: v_cmp_gt_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x00]38390x0a,0x00,0xc4,0xd4,0x80,0x04,0x02,0x003840 3841# W32: v_cmp_gt_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]3842# W64: v_cmp_gt_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x00]38430x0a,0x00,0xc4,0xd4,0xf0,0x04,0x02,0x003844 3845# W32: v_cmp_gt_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]3846# W64: v_cmp_gt_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x00]38470x0a,0x00,0xc4,0xd4,0x7f,0x04,0x02,0x003848 3849# W32: v_cmp_gt_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]3850# W64: v_cmp_gt_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x00]38510x0a,0x00,0xc4,0xd4,0x7e,0x04,0x02,0x003852 3853# W32: v_cmp_gt_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]3854# W64: v_cmp_gt_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x00]38550x0a,0x00,0xc4,0xd4,0x7c,0x04,0x02,0x003856 3857# W32: v_cmp_gt_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]3858# W64: v_cmp_gt_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x00]38590x0a,0x00,0xc4,0xd4,0x01,0x04,0x02,0x003860 3861# W32: v_cmp_gt_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]3862# W64: v_cmp_gt_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x00]38630x0a,0x00,0xc4,0xd4,0x65,0x04,0x02,0x003864 3865# W32: v_cmp_gt_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]3866# W64: v_cmp_gt_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x00]38670x0a,0x00,0xc4,0xd4,0x01,0x83,0x01,0x003868 3869# W32: v_cmp_gt_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]3870# W64: v_cmp_gt_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x00]38710x0a,0x00,0xc4,0xd4,0x01,0xef,0x01,0x003872 3873# W32: v_cmp_gt_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]3874# W64: v_cmp_gt_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x00]38750x0a,0x00,0xc4,0xd4,0x01,0x01,0x01,0x003876 3877# W32: v_cmp_gt_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]3878# W64: v_cmp_gt_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x00]38790x0a,0x00,0xc4,0xd4,0x01,0xe1,0x01,0x003880 3881# W32: v_cmp_gt_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]3882# W64: v_cmp_gt_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x00]38830x0a,0x00,0xc4,0xd4,0x01,0xff,0x00,0x003884 3885# W32: v_cmp_gt_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]3886# W64: v_cmp_gt_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x00]38870x0a,0x00,0xc4,0xd4,0x01,0xfd,0x00,0x003888 3889# W32: v_cmp_gt_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]3890# W64: v_cmp_gt_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x00]38910x0a,0x00,0xc4,0xd4,0x01,0xf9,0x00,0x003892 3893# W32: v_cmp_gt_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]3894# W64: v_cmp_gt_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x00]38950x0a,0x00,0xc4,0xd4,0x01,0xcb,0x00,0x003896 3897# W32: v_cmp_gt_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]3898# W64: v_cmp_gt_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x00]38990x0a,0x00,0xc4,0xd4,0x01,0x05,0x00,0x003900 3901# W32: v_cmp_gt_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]3902# W64: v_cmp_gt_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]39030x0a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x003904 3905# W32: v_cmp_gt_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]3906# W64: v_cmp_gt_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x00]39070x0a,0x00,0xc4,0xd4,0x01,0xff,0x03,0x003908 3909# W32: v_cmp_gt_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]3910# W64: v_cmp_gt_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x00]39110x0a,0x00,0xc4,0xd4,0x01,0xd7,0x00,0x003912 3913# W32: v_cmp_gt_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]3914# W64: v_cmp_gt_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x00]39150x0a,0x00,0xc4,0xd4,0x01,0xd5,0x00,0x003916 3917# W32: v_cmp_gt_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]3918# W64: v_cmp_gt_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x00]39190x0a,0x00,0xc4,0xd4,0xff,0x05,0x02,0x003920 3921# W32: v_cmp_gt_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]3922# W64: v_cmp_gt_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x00]39230x0a,0x00,0xc4,0xd4,0x6b,0x04,0x02,0x003924 3925# W32: v_cmp_gt_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]3926# W64: v_cmp_gt_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x00]39270x0a,0x00,0xc4,0xd4,0x6a,0x04,0x02,0x003928 3929# W32: v_cmp_gt_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]3930# W64: v_cmp_gt_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]39310x64,0x00,0xc4,0xd4,0x01,0x05,0x02,0x003932 3933# W32: v_cmp_gt_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]3934# W64: v_cmp_gt_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]39350x0c,0x00,0xc4,0xd4,0x01,0x05,0x02,0x003936 3937# W32: v_cmp_gt_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]3938# W64: v_cmp_gt_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x00]39390x6a,0x00,0xc4,0xd4,0x01,0x05,0x02,0x003940 3941# W32: v_cmp_gt_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]3942# W64: v_cmp_gt_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x00]39430x0a,0x00,0xe4,0xd4,0xc1,0x04,0x02,0x003944 3945# W32: v_cmp_gt_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]3946# W64: v_cmp_gt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x00]39470x0a,0x00,0xe4,0xd4,0xf7,0x04,0x02,0x003948 3949# W32: v_cmp_gt_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]3950# W64: v_cmp_gt_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x00]39510x0a,0x00,0xe4,0xd4,0x80,0x04,0x02,0x003952 3953# W32: v_cmp_gt_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]3954# W64: v_cmp_gt_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x00]39550x0a,0x00,0xe4,0xd4,0xf0,0x04,0x02,0x003956 3957# W32: v_cmp_gt_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]3958# W64: v_cmp_gt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x00]39590x0a,0x00,0xe4,0xd4,0x7e,0x04,0x02,0x003960 3961# W32: v_cmp_gt_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]3962# W64: v_cmp_gt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x00]39630x0a,0x00,0xe4,0xd4,0x64,0x04,0x02,0x003964 3965# W32: v_cmp_gt_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]3966# W64: v_cmp_gt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x00]39670x0a,0x00,0xe4,0xd4,0x02,0x04,0x02,0x003968 3969# W32: v_cmp_gt_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]3970# W64: v_cmp_gt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x00]39710x0a,0x00,0xe4,0xd4,0x04,0x04,0x02,0x003972 3973# W32: v_cmp_gt_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]3974# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x00]39750x0a,0x00,0xe4,0xd4,0x01,0x83,0x01,0x003976 3977# W32: v_cmp_gt_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]3978# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x00]39790x0a,0x00,0xe4,0xd4,0x01,0xef,0x01,0x003980 3981# W32: v_cmp_gt_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]3982# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x00]39830x0a,0x00,0xe4,0xd4,0x01,0x01,0x01,0x003984 3985# W32: v_cmp_gt_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]3986# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x00]39870x0a,0x00,0xe4,0xd4,0x01,0xe1,0x01,0x003988 3989# W32: v_cmp_gt_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]3990# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x00]39910x0a,0x00,0xe4,0xd4,0x01,0xfd,0x00,0x003992 3993# W32: v_cmp_gt_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]3994# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x00]39950x0a,0x00,0xe4,0xd4,0x01,0xc9,0x00,0x003996 3997# W32: v_cmp_gt_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]3998# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x00]39990x0a,0x00,0xe4,0xd4,0x01,0x09,0x00,0x004000 4001# W32: v_cmp_gt_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]4002# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x00]40030x0a,0x00,0xe4,0xd4,0x01,0x0d,0x00,0x004004 4005# W32: v_cmp_gt_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]4006# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x00]40070x0a,0x00,0xe4,0xd4,0x01,0xfd,0x03,0x004008 4009# W32: v_cmp_gt_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]4010# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]40110x0a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x004012 4013# W32: v_cmp_gt_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]4014# W64: v_cmp_gt_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x00]40150x0a,0x00,0xe4,0xd4,0x01,0xd5,0x00,0x004016 4017# W32: v_cmp_gt_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]4018# W64: v_cmp_gt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x00]40190x0a,0x00,0xe4,0xd4,0xfe,0x05,0x02,0x004020 4021# W32: v_cmp_gt_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]4022# W64: v_cmp_gt_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x00]40230x0a,0x00,0xe4,0xd4,0x6a,0x04,0x02,0x004024 4025# W32: v_cmp_gt_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]4026# W64: v_cmp_gt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]40270x64,0x00,0xe4,0xd4,0x01,0x05,0x02,0x004028 4029# W32: v_cmp_gt_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]4030# W64: v_cmp_gt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]40310x0c,0x00,0xe4,0xd4,0x01,0x05,0x02,0x004032 4033# W32: v_cmp_gt_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]4034# W64: v_cmp_gt_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x00]40350x6a,0x00,0xe4,0xd4,0x01,0x05,0x02,0x004036 4037# W32: v_cmp_le_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]4038# W64: v_cmp_le_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x00]40390x0a,0x00,0xcb,0xd4,0xc1,0x04,0x02,0x004040 4041# W32: v_cmp_le_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]4042# W64: v_cmp_le_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x00]40430x0a,0x00,0xcb,0xd4,0xf7,0x04,0x02,0x004044 4045# W32: v_cmp_le_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]4046# W64: v_cmp_le_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x60]40470x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x604048 4049# W32: v_cmp_le_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]4050# W64: v_cmp_le_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x20]40510x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x204052 4053# W32: v_cmp_le_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]4054# W64: v_cmp_le_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x00]40550x0a,0x00,0xcb,0xd4,0x80,0x04,0x02,0x004056 4057# W32: v_cmp_le_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]4058# W64: v_cmp_le_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x00]40590x0a,0x00,0xcb,0xd4,0xf0,0x04,0x02,0x004060 4061# W32: v_cmp_le_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]4062# W64: v_cmp_le_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x00]40630x0a,0x00,0xcb,0xd4,0x7f,0x04,0x02,0x004064 4065# W32: v_cmp_le_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]4066# W64: v_cmp_le_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x00]40670x0a,0x00,0xcb,0xd4,0x7e,0x04,0x02,0x004068 4069# W32: v_cmp_le_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]4070# W64: v_cmp_le_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x00]40710x0a,0x00,0xcb,0xd4,0x7c,0x04,0x02,0x004072 4073# W32: v_cmp_le_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]4074# W64: v_cmp_le_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x00]40750x0a,0x00,0xcb,0xd4,0x01,0x04,0x02,0x004076 4077# W32: v_cmp_le_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]4078# W64: v_cmp_le_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x00]40790x0a,0x00,0xcb,0xd4,0x65,0x04,0x02,0x004080 4081# W32: v_cmp_le_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]4082# W64: v_cmp_le_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x00]40830x0a,0x00,0xcb,0xd4,0x01,0x83,0x01,0x004084 4085# W32: v_cmp_le_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]4086# W64: v_cmp_le_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x00]40870x0a,0x00,0xcb,0xd4,0x01,0xef,0x01,0x004088 4089# W32: v_cmp_le_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]4090# W64: v_cmp_le_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x40]40910x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x404092 4093# W32: v_cmp_le_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]4094# W64: v_cmp_le_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x00]40950x0a,0x00,0xcb,0xd4,0x01,0x01,0x01,0x004096 4097# W32: v_cmp_le_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]4098# W64: v_cmp_le_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x00]40990x0a,0x00,0xcb,0xd4,0x01,0xe1,0x01,0x004100 4101# W32: v_cmp_le_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]4102# W64: v_cmp_le_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x00]41030x0a,0x00,0xcb,0xd4,0x01,0xff,0x00,0x004104 4105# W32: v_cmp_le_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]4106# W64: v_cmp_le_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x00]41070x0a,0x00,0xcb,0xd4,0x01,0xfd,0x00,0x004108 4109# W32: v_cmp_le_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]4110# W64: v_cmp_le_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x00]41110x0a,0x00,0xcb,0xd4,0x01,0xf9,0x00,0x004112 4113# W32: v_cmp_le_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]4114# W64: v_cmp_le_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x00]41150x0a,0x00,0xcb,0xd4,0x01,0xcb,0x00,0x004116 4117# W32: v_cmp_le_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]4118# W64: v_cmp_le_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x00]41190x0a,0x00,0xcb,0xd4,0x01,0x05,0x00,0x004120 4121# W32: v_cmp_le_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]4122# W64: v_cmp_le_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]41230x0a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x004124 4125# W32: v_cmp_le_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]4126# W64: v_cmp_le_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x00]41270x0a,0x80,0xcb,0xd4,0x01,0x05,0x02,0x004128 4129# W32: v_cmp_le_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]4130# W64: v_cmp_le_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x00]41310x0a,0x00,0xcb,0xd4,0x01,0xff,0x03,0x004132 4133# W32: v_cmp_le_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]4134# W64: v_cmp_le_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x00]41350x0a,0x00,0xcb,0xd4,0x01,0xd7,0x00,0x004136 4137# W32: v_cmp_le_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]4138# W64: v_cmp_le_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x00]41390x0a,0x00,0xcb,0xd4,0x01,0xd5,0x00,0x004140 4141# W32: v_cmp_le_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]4142# W64: v_cmp_le_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x00]41430x0a,0x00,0xcb,0xd4,0xff,0x05,0x02,0x004144 4145# W32: v_cmp_le_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]4146# W64: v_cmp_le_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x00]41470x0a,0x00,0xcb,0xd4,0x6b,0x04,0x02,0x004148 4149# W32: v_cmp_le_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]4150# W64: v_cmp_le_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x00]41510x0a,0x00,0xcb,0xd4,0x6a,0x04,0x02,0x004152 4153# W32: v_cmp_le_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]4154# W64: v_cmp_le_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]41550x64,0x00,0xcb,0xd4,0x01,0x05,0x02,0x004156 4157# W32: v_cmp_le_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]4158# W64: v_cmp_le_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]41590x0c,0x00,0xcb,0xd4,0x01,0x05,0x02,0x004160 4161# W32: v_cmp_le_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]4162# W64: v_cmp_le_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x00]41630x6a,0x00,0xcb,0xd4,0x01,0x05,0x02,0x004164 4165# W32: v_cmp_le_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]4166# W64: v_cmp_le_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x00]41670x0a,0x00,0x03,0xd4,0xc1,0x04,0x02,0x004168 4169# W32: v_cmp_le_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]4170# W64: v_cmp_le_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x00]41710x0a,0x00,0x03,0xd4,0xf7,0x04,0x02,0x004172 4173# W32: v_cmp_le_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]4174# W64: v_cmp_le_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x60]41750x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x604176 4177# W32: v_cmp_le_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]4178# W64: v_cmp_le_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x20]41790x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x204180 4181# W32: v_cmp_le_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]4182# W64: v_cmp_le_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x00]41830x0a,0x00,0x03,0xd4,0x80,0x04,0x02,0x004184 4185# W32: v_cmp_le_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]4186# W64: v_cmp_le_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x00]41870x0a,0x00,0x03,0xd4,0xf0,0x04,0x02,0x004188 4189# W32: v_cmp_le_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]4190# W64: v_cmp_le_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x00]41910x0a,0x00,0x03,0xd4,0x7f,0x04,0x02,0x004192 4193# W32: v_cmp_le_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]4194# W64: v_cmp_le_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x00]41950x0a,0x00,0x03,0xd4,0x7e,0x04,0x02,0x004196 4197# W32: v_cmp_le_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]4198# W64: v_cmp_le_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x00]41990x0a,0x00,0x03,0xd4,0x7c,0x04,0x02,0x004200 4201# W32: v_cmp_le_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]4202# W64: v_cmp_le_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x00]42030x0a,0x00,0x03,0xd4,0x01,0x04,0x02,0x004204 4205# W32: v_cmp_le_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]4206# W64: v_cmp_le_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x00]42070x0a,0x00,0x03,0xd4,0x65,0x04,0x02,0x004208 4209# W32: v_cmp_le_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]4210# W64: v_cmp_le_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x00]42110x0a,0x00,0x03,0xd4,0x01,0x83,0x01,0x004212 4213# W32: v_cmp_le_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]4214# W64: v_cmp_le_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x00]42150x0a,0x00,0x03,0xd4,0x01,0xef,0x01,0x004216 4217# W32: v_cmp_le_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]4218# W64: v_cmp_le_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x40]42190x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x404220 4221# W32: v_cmp_le_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]4222# W64: v_cmp_le_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x00]42230x0a,0x00,0x03,0xd4,0x01,0x01,0x01,0x004224 4225# W32: v_cmp_le_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]4226# W64: v_cmp_le_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x00]42270x0a,0x00,0x03,0xd4,0x01,0xe1,0x01,0x004228 4229# W32: v_cmp_le_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]4230# W64: v_cmp_le_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x00]42310x0a,0x00,0x03,0xd4,0x01,0xff,0x00,0x004232 4233# W32: v_cmp_le_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]4234# W64: v_cmp_le_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x00]42350x0a,0x00,0x03,0xd4,0x01,0xfd,0x00,0x004236 4237# W32: v_cmp_le_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]4238# W64: v_cmp_le_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x00]42390x0a,0x00,0x03,0xd4,0x01,0xf9,0x00,0x004240 4241# W32: v_cmp_le_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]4242# W64: v_cmp_le_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x00]42430x0a,0x00,0x03,0xd4,0x01,0xcb,0x00,0x004244 4245# W32: v_cmp_le_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]4246# W64: v_cmp_le_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x00]42470x0a,0x00,0x03,0xd4,0x01,0x05,0x00,0x004248 4249# W32: v_cmp_le_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]4250# W64: v_cmp_le_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]42510x0a,0x00,0x03,0xd4,0x01,0x05,0x02,0x004252 4253# W32: v_cmp_le_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]4254# W64: v_cmp_le_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x00]42550x0a,0x80,0x03,0xd4,0x01,0x05,0x02,0x004256 4257# W32: v_cmp_le_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]4258# W64: v_cmp_le_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x00]42590x0a,0x00,0x03,0xd4,0x01,0xff,0x03,0x004260 4261# W32: v_cmp_le_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]4262# W64: v_cmp_le_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x00]42630x0a,0x00,0x03,0xd4,0x01,0xd7,0x00,0x004264 4265# W32: v_cmp_le_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]4266# W64: v_cmp_le_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x00]42670x0a,0x00,0x03,0xd4,0x01,0xd5,0x00,0x004268 4269# W32: v_cmp_le_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]4270# W64: v_cmp_le_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x00]42710x0a,0x00,0x03,0xd4,0xff,0x05,0x02,0x004272 4273# W32: v_cmp_le_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]4274# W64: v_cmp_le_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x00]42750x0a,0x00,0x03,0xd4,0x6b,0x04,0x02,0x004276 4277# W32: v_cmp_le_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]4278# W64: v_cmp_le_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x00]42790x0a,0x00,0x03,0xd4,0x6a,0x04,0x02,0x004280 4281# W32: v_cmp_le_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]4282# W64: v_cmp_le_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]42830x64,0x00,0x03,0xd4,0x01,0x05,0x02,0x004284 4285# W32: v_cmp_le_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]4286# W64: v_cmp_le_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]42870x0c,0x00,0x03,0xd4,0x01,0x05,0x02,0x004288 4289# W32: v_cmp_le_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]4290# W64: v_cmp_le_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x00]42910x6a,0x00,0x03,0xd4,0x01,0x05,0x02,0x004292 4293# W32: v_cmp_le_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]4294# W64: v_cmp_le_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x00]42950x0a,0x00,0x23,0xd4,0xc1,0x04,0x02,0x004296 4297# W32: v_cmp_le_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]4298# W64: v_cmp_le_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x00]42990x0a,0x00,0x23,0xd4,0xf7,0x04,0x02,0x004300 4301# W32: v_cmp_le_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]4302# W64: v_cmp_le_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x60]43030x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x604304 4305# W32: v_cmp_le_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]4306# W64: v_cmp_le_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x20]43070x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x204308 4309# W32: v_cmp_le_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]4310# W64: v_cmp_le_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x00]43110x0a,0x00,0x23,0xd4,0x80,0x04,0x02,0x004312 4313# W32: v_cmp_le_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]4314# W64: v_cmp_le_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x00]43150x0a,0x00,0x23,0xd4,0xf0,0x04,0x02,0x004316 4317# W32: v_cmp_le_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]4318# W64: v_cmp_le_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x00]43190x0a,0x00,0x23,0xd4,0x7e,0x04,0x02,0x004320 4321# W32: v_cmp_le_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]4322# W64: v_cmp_le_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x00]43230x0a,0x00,0x23,0xd4,0x64,0x04,0x02,0x004324 4325# W32: v_cmp_le_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]4326# W64: v_cmp_le_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x00]43270x0a,0x00,0x23,0xd4,0x02,0x04,0x02,0x004328 4329# W32: v_cmp_le_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]4330# W64: v_cmp_le_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x00]43310x0a,0x00,0x23,0xd4,0x04,0x04,0x02,0x004332 4333# W32: v_cmp_le_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]4334# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x00]43350x0a,0x00,0x23,0xd4,0x01,0x83,0x01,0x004336 4337# W32: v_cmp_le_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]4338# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x00]43390x0a,0x00,0x23,0xd4,0x01,0xef,0x01,0x004340 4341# W32: v_cmp_le_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]4342# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x40]43430x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x404344 4345# W32: v_cmp_le_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]4346# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x00]43470x0a,0x00,0x23,0xd4,0x01,0x01,0x01,0x004348 4349# W32: v_cmp_le_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]4350# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x00]43510x0a,0x00,0x23,0xd4,0x01,0xe1,0x01,0x004352 4353# W32: v_cmp_le_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]4354# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x00]43550x0a,0x00,0x23,0xd4,0x01,0xfd,0x00,0x004356 4357# W32: v_cmp_le_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]4358# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x00]43590x0a,0x00,0x23,0xd4,0x01,0xc9,0x00,0x004360 4361# W32: v_cmp_le_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]4362# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x00]43630x0a,0x00,0x23,0xd4,0x01,0x09,0x00,0x004364 4365# W32: v_cmp_le_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]4366# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x00]43670x0a,0x00,0x23,0xd4,0x01,0x0d,0x00,0x004368 4369# W32: v_cmp_le_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]4370# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x00]43710x0a,0x00,0x23,0xd4,0x01,0xfd,0x03,0x004372 4373# W32: v_cmp_le_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]4374# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]43750x0a,0x00,0x23,0xd4,0x01,0x05,0x02,0x004376 4377# W32: v_cmp_le_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]4378# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x00]43790x0a,0x80,0x23,0xd4,0x01,0x05,0x02,0x004380 4381# W32: v_cmp_le_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]4382# W64: v_cmp_le_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x00]43830x0a,0x00,0x23,0xd4,0x01,0xd5,0x00,0x004384 4385# W32: v_cmp_le_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]4386# W64: v_cmp_le_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x00]43870x0a,0x00,0x23,0xd4,0xfe,0x05,0x02,0x004388 4389# W32: v_cmp_le_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]4390# W64: v_cmp_le_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x00]43910x0a,0x00,0x23,0xd4,0x6a,0x04,0x02,0x004392 4393# W32: v_cmp_le_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]4394# W64: v_cmp_le_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]43950x64,0x00,0x23,0xd4,0x01,0x05,0x02,0x004396 4397# W32: v_cmp_le_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]4398# W64: v_cmp_le_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]43990x0c,0x00,0x23,0xd4,0x01,0x05,0x02,0x004400 4401# W32: v_cmp_le_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]4402# W64: v_cmp_le_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x00]44030x6a,0x00,0x23,0xd4,0x01,0x05,0x02,0x004404 4405# W32: v_cmp_le_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]4406# W64: v_cmp_le_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x00]44070x0a,0x00,0x8b,0xd4,0xc1,0x04,0x02,0x004408 4409# W32: v_cmp_le_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]4410# W64: v_cmp_le_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]44110x0a,0x00,0x8b,0xd4,0xf7,0x04,0x02,0x004412 4413# W32: v_cmp_le_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]4414# W64: v_cmp_le_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x00]44150x0a,0x00,0x8b,0xd4,0x80,0x04,0x02,0x004416 4417# W32: v_cmp_le_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]4418# W64: v_cmp_le_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]44190x0a,0x00,0x8b,0xd4,0xf0,0x04,0x02,0x004420 4421# W32: v_cmp_le_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]4422# W64: v_cmp_le_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x00]44230x0a,0x00,0x8b,0xd4,0x7f,0x04,0x02,0x004424 4425# W32: v_cmp_le_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]4426# W64: v_cmp_le_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x00]44270x0a,0x00,0x8b,0xd4,0x7e,0x04,0x02,0x004428 4429# W32: v_cmp_le_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]4430# W64: v_cmp_le_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x00]44310x0a,0x00,0x8b,0xd4,0x7c,0x04,0x02,0x004432 4433# W32: v_cmp_le_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]4434# W64: v_cmp_le_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x00]44350x0a,0x00,0x8b,0xd4,0x01,0x04,0x02,0x004436 4437# W32: v_cmp_le_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]4438# W64: v_cmp_le_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x00]44390x0a,0x00,0x8b,0xd4,0x65,0x04,0x02,0x004440 4441# W32: v_cmp_le_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]4442# W64: v_cmp_le_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x00]44430x0a,0x00,0x8b,0xd4,0x01,0x83,0x01,0x004444 4445# W32: v_cmp_le_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]4446# W64: v_cmp_le_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]44470x0a,0x00,0x8b,0xd4,0x01,0xef,0x01,0x004448 4449# W32: v_cmp_le_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]4450# W64: v_cmp_le_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x00]44510x0a,0x00,0x8b,0xd4,0x01,0x01,0x01,0x004452 4453# W32: v_cmp_le_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]4454# W64: v_cmp_le_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]44550x0a,0x00,0x8b,0xd4,0x01,0xe1,0x01,0x004456 4457# W32: v_cmp_le_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]4458# W64: v_cmp_le_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x00]44590x0a,0x00,0x8b,0xd4,0x01,0xff,0x00,0x004460 4461# W32: v_cmp_le_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]4462# W64: v_cmp_le_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x00]44630x0a,0x00,0x8b,0xd4,0x01,0xfd,0x00,0x004464 4465# W32: v_cmp_le_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]4466# W64: v_cmp_le_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x00]44670x0a,0x00,0x8b,0xd4,0x01,0xf9,0x00,0x004468 4469# W32: v_cmp_le_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]4470# W64: v_cmp_le_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x00]44710x0a,0x00,0x8b,0xd4,0x01,0xcb,0x00,0x004472 4473# W32: v_cmp_le_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]4474# W64: v_cmp_le_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x00]44750x0a,0x00,0x8b,0xd4,0x01,0x05,0x00,0x004476 4477# W32: v_cmp_le_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]4478# W64: v_cmp_le_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]44790x0a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x004480 4481# W32: v_cmp_le_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]4482# W64: v_cmp_le_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x00]44830x0a,0x00,0x8b,0xd4,0x01,0xff,0x03,0x004484 4485# W32: v_cmp_le_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]4486# W64: v_cmp_le_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x00]44870x0a,0x00,0x8b,0xd4,0x01,0xd7,0x00,0x004488 4489# W32: v_cmp_le_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]4490# W64: v_cmp_le_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x00]44910x0a,0x00,0x8b,0xd4,0x01,0xd5,0x00,0x004492 4493# W32: v_cmp_le_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]4494# W64: v_cmp_le_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x00]44950x0a,0x00,0x8b,0xd4,0xff,0x05,0x02,0x004496 4497# W32: v_cmp_le_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]4498# W64: v_cmp_le_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x00]44990x0a,0x00,0x8b,0xd4,0x6b,0x04,0x02,0x004500 4501# W32: v_cmp_le_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]4502# W64: v_cmp_le_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x00]45030x0a,0x00,0x8b,0xd4,0x6a,0x04,0x02,0x004504 4505# W32: v_cmp_le_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]4506# W64: v_cmp_le_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]45070x64,0x00,0x8b,0xd4,0x01,0x05,0x02,0x004508 4509# W32: v_cmp_le_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]4510# W64: v_cmp_le_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]45110x0c,0x00,0x8b,0xd4,0x01,0x05,0x02,0x004512 4513# W32: v_cmp_le_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]4514# W64: v_cmp_le_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x00]45150x6a,0x00,0x8b,0xd4,0x01,0x05,0x02,0x004516 4517# W32: v_cmp_le_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]4518# W64: v_cmp_le_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x00]45190x0a,0x00,0x83,0xd4,0xc1,0x04,0x02,0x004520 4521# W32: v_cmp_le_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]4522# W64: v_cmp_le_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x00]45230x0a,0x00,0x83,0xd4,0xf7,0x04,0x02,0x004524 4525# W32: v_cmp_le_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]4526# W64: v_cmp_le_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x00]45270x0a,0x00,0x83,0xd4,0x80,0x04,0x02,0x004528 4529# W32: v_cmp_le_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]4530# W64: v_cmp_le_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x00]45310x0a,0x00,0x83,0xd4,0xf0,0x04,0x02,0x004532 4533# W32: v_cmp_le_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]4534# W64: v_cmp_le_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x00]45350x0a,0x00,0x83,0xd4,0x7f,0x04,0x02,0x004536 4537# W32: v_cmp_le_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]4538# W64: v_cmp_le_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x00]45390x0a,0x00,0x83,0xd4,0x7e,0x04,0x02,0x004540 4541# W32: v_cmp_le_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]4542# W64: v_cmp_le_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x00]45430x0a,0x00,0x83,0xd4,0x7c,0x04,0x02,0x004544 4545# W32: v_cmp_le_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]4546# W64: v_cmp_le_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x00]45470x0a,0x00,0x83,0xd4,0x01,0x04,0x02,0x004548 4549# W32: v_cmp_le_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]4550# W64: v_cmp_le_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x00]45510x0a,0x00,0x83,0xd4,0x65,0x04,0x02,0x004552 4553# W32: v_cmp_le_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]4554# W64: v_cmp_le_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x00]45550x0a,0x00,0x83,0xd4,0x01,0x83,0x01,0x004556 4557# W32: v_cmp_le_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]4558# W64: v_cmp_le_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x00]45590x0a,0x00,0x83,0xd4,0x01,0xef,0x01,0x004560 4561# W32: v_cmp_le_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]4562# W64: v_cmp_le_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x00]45630x0a,0x00,0x83,0xd4,0x01,0x01,0x01,0x004564 4565# W32: v_cmp_le_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]4566# W64: v_cmp_le_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x00]45670x0a,0x00,0x83,0xd4,0x01,0xe1,0x01,0x004568 4569# W32: v_cmp_le_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]4570# W64: v_cmp_le_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x00]45710x0a,0x00,0x83,0xd4,0x01,0xff,0x00,0x004572 4573# W32: v_cmp_le_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]4574# W64: v_cmp_le_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x00]45750x0a,0x00,0x83,0xd4,0x01,0xfd,0x00,0x004576 4577# W32: v_cmp_le_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]4578# W64: v_cmp_le_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x00]45790x0a,0x00,0x83,0xd4,0x01,0xf9,0x00,0x004580 4581# W32: v_cmp_le_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]4582# W64: v_cmp_le_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x00]45830x0a,0x00,0x83,0xd4,0x01,0xcb,0x00,0x004584 4585# W32: v_cmp_le_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]4586# W64: v_cmp_le_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x00]45870x0a,0x00,0x83,0xd4,0x01,0x05,0x00,0x004588 4589# W32: v_cmp_le_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]4590# W64: v_cmp_le_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]45910x0a,0x00,0x83,0xd4,0x01,0x05,0x02,0x004592 4593# W32: v_cmp_le_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]4594# W64: v_cmp_le_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x00]45950x0a,0x00,0x83,0xd4,0x01,0xff,0x03,0x004596 4597# W32: v_cmp_le_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]4598# W64: v_cmp_le_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x00]45990x0a,0x00,0x83,0xd4,0x01,0xd7,0x00,0x004600 4601# W32: v_cmp_le_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]4602# W64: v_cmp_le_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x00]46030x0a,0x00,0x83,0xd4,0x01,0xd5,0x00,0x004604 4605# W32: v_cmp_le_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]4606# W64: v_cmp_le_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x00]46070x0a,0x00,0x83,0xd4,0xff,0x05,0x02,0x004608 4609# W32: v_cmp_le_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]4610# W64: v_cmp_le_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x00]46110x0a,0x00,0x83,0xd4,0x6b,0x04,0x02,0x004612 4613# W32: v_cmp_le_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]4614# W64: v_cmp_le_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x00]46150x0a,0x00,0x83,0xd4,0x6a,0x04,0x02,0x004616 4617# W32: v_cmp_le_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]4618# W64: v_cmp_le_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]46190x64,0x00,0x83,0xd4,0x01,0x05,0x02,0x004620 4621# W32: v_cmp_le_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]4622# W64: v_cmp_le_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]46230x0c,0x00,0x83,0xd4,0x01,0x05,0x02,0x004624 4625# W32: v_cmp_le_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]4626# W64: v_cmp_le_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x00]46270x6a,0x00,0x83,0xd4,0x01,0x05,0x02,0x004628 4629# W32: v_cmp_le_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]4630# W64: v_cmp_le_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x00]46310x0a,0x00,0xa3,0xd4,0xc1,0x04,0x02,0x004632 4633# W32: v_cmp_le_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]4634# W64: v_cmp_le_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x00]46350x0a,0x00,0xa3,0xd4,0xf7,0x04,0x02,0x004636 4637# W32: v_cmp_le_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]4638# W64: v_cmp_le_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x00]46390x0a,0x00,0xa3,0xd4,0x80,0x04,0x02,0x004640 4641# W32: v_cmp_le_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]4642# W64: v_cmp_le_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x00]46430x0a,0x00,0xa3,0xd4,0xf0,0x04,0x02,0x004644 4645# W32: v_cmp_le_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]4646# W64: v_cmp_le_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x00]46470x0a,0x00,0xa3,0xd4,0x7e,0x04,0x02,0x004648 4649# W32: v_cmp_le_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]4650# W64: v_cmp_le_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x00]46510x0a,0x00,0xa3,0xd4,0x64,0x04,0x02,0x004652 4653# W32: v_cmp_le_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]4654# W64: v_cmp_le_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x00]46550x0a,0x00,0xa3,0xd4,0x02,0x04,0x02,0x004656 4657# W32: v_cmp_le_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]4658# W64: v_cmp_le_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x00]46590x0a,0x00,0xa3,0xd4,0x04,0x04,0x02,0x004660 4661# W32: v_cmp_le_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]4662# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x00]46630x0a,0x00,0xa3,0xd4,0x01,0x83,0x01,0x004664 4665# W32: v_cmp_le_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]4666# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x00]46670x0a,0x00,0xa3,0xd4,0x01,0xef,0x01,0x004668 4669# W32: v_cmp_le_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]4670# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x00]46710x0a,0x00,0xa3,0xd4,0x01,0x01,0x01,0x004672 4673# W32: v_cmp_le_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]4674# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x00]46750x0a,0x00,0xa3,0xd4,0x01,0xe1,0x01,0x004676 4677# W32: v_cmp_le_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]4678# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x00]46790x0a,0x00,0xa3,0xd4,0x01,0xfd,0x00,0x004680 4681# W32: v_cmp_le_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]4682# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x00]46830x0a,0x00,0xa3,0xd4,0x01,0xc9,0x00,0x004684 4685# W32: v_cmp_le_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]4686# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x00]46870x0a,0x00,0xa3,0xd4,0x01,0x09,0x00,0x004688 4689# W32: v_cmp_le_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]4690# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x00]46910x0a,0x00,0xa3,0xd4,0x01,0x0d,0x00,0x004692 4693# W32: v_cmp_le_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]4694# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x00]46950x0a,0x00,0xa3,0xd4,0x01,0xfd,0x03,0x004696 4697# W32: v_cmp_le_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]4698# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]46990x0a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x004700 4701# W32: v_cmp_le_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]4702# W64: v_cmp_le_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x00]47030x0a,0x00,0xa3,0xd4,0x01,0xd5,0x00,0x004704 4705# W32: v_cmp_le_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]4706# W64: v_cmp_le_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x00]47070x0a,0x00,0xa3,0xd4,0xfe,0x05,0x02,0x004708 4709# W32: v_cmp_le_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]4710# W64: v_cmp_le_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x00]47110x0a,0x00,0xa3,0xd4,0x6a,0x04,0x02,0x004712 4713# W32: v_cmp_le_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]4714# W64: v_cmp_le_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]47150x64,0x00,0xa3,0xd4,0x01,0x05,0x02,0x004716 4717# W32: v_cmp_le_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]4718# W64: v_cmp_le_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]47190x0c,0x00,0xa3,0xd4,0x01,0x05,0x02,0x004720 4721# W32: v_cmp_le_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]4722# W64: v_cmp_le_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x00]47230x6a,0x00,0xa3,0xd4,0x01,0x05,0x02,0x004724 4725# W32: v_cmp_le_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]4726# W64: v_cmp_le_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x00]47270x0a,0x00,0xab,0xd4,0xc1,0x04,0x02,0x004728 4729# W32: v_cmp_le_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]4730# W64: v_cmp_le_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]47310x0a,0x00,0xab,0xd4,0xf7,0x04,0x02,0x004732 4733# W32: v_cmp_le_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]4734# W64: v_cmp_le_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x00]47350x0a,0x00,0xab,0xd4,0x80,0x04,0x02,0x004736 4737# W32: v_cmp_le_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]4738# W64: v_cmp_le_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]47390x0a,0x00,0xab,0xd4,0xf0,0x04,0x02,0x004740 4741# W32: v_cmp_le_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]4742# W64: v_cmp_le_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x00]47430x0a,0x00,0xab,0xd4,0x7f,0x04,0x02,0x004744 4745# W32: v_cmp_le_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]4746# W64: v_cmp_le_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x00]47470x0a,0x00,0xab,0xd4,0x7e,0x04,0x02,0x004748 4749# W32: v_cmp_le_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]4750# W64: v_cmp_le_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x00]47510x0a,0x00,0xab,0xd4,0x7c,0x04,0x02,0x004752 4753# W32: v_cmp_le_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]4754# W64: v_cmp_le_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x00]47550x0a,0x00,0xab,0xd4,0x01,0x04,0x02,0x004756 4757# W32: v_cmp_le_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]4758# W64: v_cmp_le_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x00]47590x0a,0x00,0xab,0xd4,0x65,0x04,0x02,0x004760 4761# W32: v_cmp_le_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]4762# W64: v_cmp_le_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x00]47630x0a,0x00,0xab,0xd4,0x01,0x83,0x01,0x004764 4765# W32: v_cmp_le_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]4766# W64: v_cmp_le_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]47670x0a,0x00,0xab,0xd4,0x01,0xef,0x01,0x004768 4769# W32: v_cmp_le_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]4770# W64: v_cmp_le_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x00]47710x0a,0x00,0xab,0xd4,0x01,0x01,0x01,0x004772 4773# W32: v_cmp_le_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]4774# W64: v_cmp_le_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]47750x0a,0x00,0xab,0xd4,0x01,0xe1,0x01,0x004776 4777# W32: v_cmp_le_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]4778# W64: v_cmp_le_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x00]47790x0a,0x00,0xab,0xd4,0x01,0xff,0x00,0x004780 4781# W32: v_cmp_le_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]4782# W64: v_cmp_le_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x00]47830x0a,0x00,0xab,0xd4,0x01,0xfd,0x00,0x004784 4785# W32: v_cmp_le_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]4786# W64: v_cmp_le_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x00]47870x0a,0x00,0xab,0xd4,0x01,0xf9,0x00,0x004788 4789# W32: v_cmp_le_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]4790# W64: v_cmp_le_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x00]47910x0a,0x00,0xab,0xd4,0x01,0xcb,0x00,0x004792 4793# W32: v_cmp_le_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]4794# W64: v_cmp_le_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x00]47950x0a,0x00,0xab,0xd4,0x01,0x05,0x00,0x004796 4797# W32: v_cmp_le_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]4798# W64: v_cmp_le_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]47990x0a,0x00,0xab,0xd4,0x01,0x05,0x02,0x004800 4801# W32: v_cmp_le_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]4802# W64: v_cmp_le_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x00]48030x0a,0x00,0xab,0xd4,0x01,0xff,0x03,0x004804 4805# W32: v_cmp_le_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]4806# W64: v_cmp_le_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x00]48070x0a,0x00,0xab,0xd4,0x01,0xd7,0x00,0x004808 4809# W32: v_cmp_le_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]4810# W64: v_cmp_le_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x00]48110x0a,0x00,0xab,0xd4,0x01,0xd5,0x00,0x004812 4813# W32: v_cmp_le_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]4814# W64: v_cmp_le_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x00]48150x0a,0x00,0xab,0xd4,0xff,0x05,0x02,0x004816 4817# W32: v_cmp_le_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]4818# W64: v_cmp_le_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x00]48190x0a,0x00,0xab,0xd4,0x6b,0x04,0x02,0x004820 4821# W32: v_cmp_le_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]4822# W64: v_cmp_le_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x00]48230x0a,0x00,0xab,0xd4,0x6a,0x04,0x02,0x004824 4825# W32: v_cmp_le_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]4826# W64: v_cmp_le_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]48270x64,0x00,0xab,0xd4,0x01,0x05,0x02,0x004828 4829# W32: v_cmp_le_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]4830# W64: v_cmp_le_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]48310x0c,0x00,0xab,0xd4,0x01,0x05,0x02,0x004832 4833# W32: v_cmp_le_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]4834# W64: v_cmp_le_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x00]48350x6a,0x00,0xab,0xd4,0x01,0x05,0x02,0x004836 4837# W32: v_cmp_le_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]4838# W64: v_cmp_le_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x00]48390x0a,0x00,0xc3,0xd4,0xc1,0x04,0x02,0x004840 4841# W32: v_cmp_le_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]4842# W64: v_cmp_le_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x00]48430x0a,0x00,0xc3,0xd4,0xf7,0x04,0x02,0x004844 4845# W32: v_cmp_le_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]4846# W64: v_cmp_le_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x00]48470x0a,0x00,0xc3,0xd4,0x80,0x04,0x02,0x004848 4849# W32: v_cmp_le_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]4850# W64: v_cmp_le_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x00]48510x0a,0x00,0xc3,0xd4,0xf0,0x04,0x02,0x004852 4853# W32: v_cmp_le_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]4854# W64: v_cmp_le_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x00]48550x0a,0x00,0xc3,0xd4,0x7f,0x04,0x02,0x004856 4857# W32: v_cmp_le_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]4858# W64: v_cmp_le_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x00]48590x0a,0x00,0xc3,0xd4,0x7e,0x04,0x02,0x004860 4861# W32: v_cmp_le_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]4862# W64: v_cmp_le_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x00]48630x0a,0x00,0xc3,0xd4,0x7c,0x04,0x02,0x004864 4865# W32: v_cmp_le_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]4866# W64: v_cmp_le_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x00]48670x0a,0x00,0xc3,0xd4,0x01,0x04,0x02,0x004868 4869# W32: v_cmp_le_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]4870# W64: v_cmp_le_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x00]48710x0a,0x00,0xc3,0xd4,0x65,0x04,0x02,0x004872 4873# W32: v_cmp_le_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]4874# W64: v_cmp_le_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x00]48750x0a,0x00,0xc3,0xd4,0x01,0x83,0x01,0x004876 4877# W32: v_cmp_le_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]4878# W64: v_cmp_le_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x00]48790x0a,0x00,0xc3,0xd4,0x01,0xef,0x01,0x004880 4881# W32: v_cmp_le_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]4882# W64: v_cmp_le_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x00]48830x0a,0x00,0xc3,0xd4,0x01,0x01,0x01,0x004884 4885# W32: v_cmp_le_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]4886# W64: v_cmp_le_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x00]48870x0a,0x00,0xc3,0xd4,0x01,0xe1,0x01,0x004888 4889# W32: v_cmp_le_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]4890# W64: v_cmp_le_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x00]48910x0a,0x00,0xc3,0xd4,0x01,0xff,0x00,0x004892 4893# W32: v_cmp_le_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]4894# W64: v_cmp_le_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x00]48950x0a,0x00,0xc3,0xd4,0x01,0xfd,0x00,0x004896 4897# W32: v_cmp_le_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]4898# W64: v_cmp_le_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x00]48990x0a,0x00,0xc3,0xd4,0x01,0xf9,0x00,0x004900 4901# W32: v_cmp_le_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]4902# W64: v_cmp_le_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x00]49030x0a,0x00,0xc3,0xd4,0x01,0xcb,0x00,0x004904 4905# W32: v_cmp_le_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]4906# W64: v_cmp_le_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x00]49070x0a,0x00,0xc3,0xd4,0x01,0x05,0x00,0x004908 4909# W32: v_cmp_le_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]4910# W64: v_cmp_le_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]49110x0a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x004912 4913# W32: v_cmp_le_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]4914# W64: v_cmp_le_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x00]49150x0a,0x00,0xc3,0xd4,0x01,0xff,0x03,0x004916 4917# W32: v_cmp_le_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]4918# W64: v_cmp_le_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x00]49190x0a,0x00,0xc3,0xd4,0x01,0xd7,0x00,0x004920 4921# W32: v_cmp_le_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]4922# W64: v_cmp_le_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x00]49230x0a,0x00,0xc3,0xd4,0x01,0xd5,0x00,0x004924 4925# W32: v_cmp_le_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]4926# W64: v_cmp_le_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x00]49270x0a,0x00,0xc3,0xd4,0xff,0x05,0x02,0x004928 4929# W32: v_cmp_le_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]4930# W64: v_cmp_le_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x00]49310x0a,0x00,0xc3,0xd4,0x6b,0x04,0x02,0x004932 4933# W32: v_cmp_le_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]4934# W64: v_cmp_le_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x00]49350x0a,0x00,0xc3,0xd4,0x6a,0x04,0x02,0x004936 4937# W32: v_cmp_le_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]4938# W64: v_cmp_le_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]49390x64,0x00,0xc3,0xd4,0x01,0x05,0x02,0x004940 4941# W32: v_cmp_le_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]4942# W64: v_cmp_le_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]49430x0c,0x00,0xc3,0xd4,0x01,0x05,0x02,0x004944 4945# W32: v_cmp_le_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]4946# W64: v_cmp_le_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x00]49470x6a,0x00,0xc3,0xd4,0x01,0x05,0x02,0x004948 4949# W32: v_cmp_le_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]4950# W64: v_cmp_le_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x00]49510x0a,0x00,0xe3,0xd4,0xc1,0x04,0x02,0x004952 4953# W32: v_cmp_le_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]4954# W64: v_cmp_le_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x00]49550x0a,0x00,0xe3,0xd4,0xf7,0x04,0x02,0x004956 4957# W32: v_cmp_le_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]4958# W64: v_cmp_le_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x00]49590x0a,0x00,0xe3,0xd4,0x80,0x04,0x02,0x004960 4961# W32: v_cmp_le_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]4962# W64: v_cmp_le_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x00]49630x0a,0x00,0xe3,0xd4,0xf0,0x04,0x02,0x004964 4965# W32: v_cmp_le_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]4966# W64: v_cmp_le_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x00]49670x0a,0x00,0xe3,0xd4,0x7e,0x04,0x02,0x004968 4969# W32: v_cmp_le_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]4970# W64: v_cmp_le_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x00]49710x0a,0x00,0xe3,0xd4,0x64,0x04,0x02,0x004972 4973# W32: v_cmp_le_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]4974# W64: v_cmp_le_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x00]49750x0a,0x00,0xe3,0xd4,0x02,0x04,0x02,0x004976 4977# W32: v_cmp_le_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]4978# W64: v_cmp_le_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x00]49790x0a,0x00,0xe3,0xd4,0x04,0x04,0x02,0x004980 4981# W32: v_cmp_le_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]4982# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x00]49830x0a,0x00,0xe3,0xd4,0x01,0x83,0x01,0x004984 4985# W32: v_cmp_le_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]4986# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x00]49870x0a,0x00,0xe3,0xd4,0x01,0xef,0x01,0x004988 4989# W32: v_cmp_le_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]4990# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x00]49910x0a,0x00,0xe3,0xd4,0x01,0x01,0x01,0x004992 4993# W32: v_cmp_le_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]4994# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x00]49950x0a,0x00,0xe3,0xd4,0x01,0xe1,0x01,0x004996 4997# W32: v_cmp_le_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]4998# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x00]49990x0a,0x00,0xe3,0xd4,0x01,0xfd,0x00,0x005000 5001# W32: v_cmp_le_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]5002# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x00]50030x0a,0x00,0xe3,0xd4,0x01,0xc9,0x00,0x005004 5005# W32: v_cmp_le_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]5006# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x00]50070x0a,0x00,0xe3,0xd4,0x01,0x09,0x00,0x005008 5009# W32: v_cmp_le_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]5010# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x00]50110x0a,0x00,0xe3,0xd4,0x01,0x0d,0x00,0x005012 5013# W32: v_cmp_le_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]5014# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x00]50150x0a,0x00,0xe3,0xd4,0x01,0xfd,0x03,0x005016 5017# W32: v_cmp_le_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]5018# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]50190x0a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x005020 5021# W32: v_cmp_le_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]5022# W64: v_cmp_le_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x00]50230x0a,0x00,0xe3,0xd4,0x01,0xd5,0x00,0x005024 5025# W32: v_cmp_le_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]5026# W64: v_cmp_le_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x00]50270x0a,0x00,0xe3,0xd4,0xfe,0x05,0x02,0x005028 5029# W32: v_cmp_le_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]5030# W64: v_cmp_le_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x00]50310x0a,0x00,0xe3,0xd4,0x6a,0x04,0x02,0x005032 5033# W32: v_cmp_le_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]5034# W64: v_cmp_le_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]50350x64,0x00,0xe3,0xd4,0x01,0x05,0x02,0x005036 5037# W32: v_cmp_le_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]5038# W64: v_cmp_le_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]50390x0c,0x00,0xe3,0xd4,0x01,0x05,0x02,0x005040 5041# W32: v_cmp_le_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]5042# W64: v_cmp_le_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x00]50430x6a,0x00,0xe3,0xd4,0x01,0x05,0x02,0x005044 5045# W32: v_cmp_lg_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]5046# W64: v_cmp_lg_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x00]50470x0a,0x00,0xcd,0xd4,0xc1,0x04,0x02,0x005048 5049# W32: v_cmp_lg_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]5050# W64: v_cmp_lg_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x00]50510x0a,0x00,0xcd,0xd4,0xf7,0x04,0x02,0x005052 5053# W32: v_cmp_lg_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]5054# W64: v_cmp_lg_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x60]50550x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x605056 5057# W32: v_cmp_lg_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]5058# W64: v_cmp_lg_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x20]50590x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x205060 5061# W32: v_cmp_lg_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]5062# W64: v_cmp_lg_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x00]50630x0a,0x00,0xcd,0xd4,0x80,0x04,0x02,0x005064 5065# W32: v_cmp_lg_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]5066# W64: v_cmp_lg_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x00]50670x0a,0x00,0xcd,0xd4,0xf0,0x04,0x02,0x005068 5069# W32: v_cmp_lg_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]5070# W64: v_cmp_lg_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x00]50710x0a,0x00,0xcd,0xd4,0x7f,0x04,0x02,0x005072 5073# W32: v_cmp_lg_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]5074# W64: v_cmp_lg_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x00]50750x0a,0x00,0xcd,0xd4,0x7e,0x04,0x02,0x005076 5077# W32: v_cmp_lg_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]5078# W64: v_cmp_lg_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x00]50790x0a,0x00,0xcd,0xd4,0x7c,0x04,0x02,0x005080 5081# W32: v_cmp_lg_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]5082# W64: v_cmp_lg_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x00]50830x0a,0x00,0xcd,0xd4,0x01,0x04,0x02,0x005084 5085# W32: v_cmp_lg_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]5086# W64: v_cmp_lg_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x00]50870x0a,0x00,0xcd,0xd4,0x65,0x04,0x02,0x005088 5089# W32: v_cmp_lg_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]5090# W64: v_cmp_lg_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x00]50910x0a,0x00,0xcd,0xd4,0x01,0x83,0x01,0x005092 5093# W32: v_cmp_lg_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]5094# W64: v_cmp_lg_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x00]50950x0a,0x00,0xcd,0xd4,0x01,0xef,0x01,0x005096 5097# W32: v_cmp_lg_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]5098# W64: v_cmp_lg_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x40]50990x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x405100 5101# W32: v_cmp_lg_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]5102# W64: v_cmp_lg_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x00]51030x0a,0x00,0xcd,0xd4,0x01,0x01,0x01,0x005104 5105# W32: v_cmp_lg_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]5106# W64: v_cmp_lg_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x00]51070x0a,0x00,0xcd,0xd4,0x01,0xe1,0x01,0x005108 5109# W32: v_cmp_lg_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]5110# W64: v_cmp_lg_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x00]51110x0a,0x00,0xcd,0xd4,0x01,0xff,0x00,0x005112 5113# W32: v_cmp_lg_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]5114# W64: v_cmp_lg_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x00]51150x0a,0x00,0xcd,0xd4,0x01,0xfd,0x00,0x005116 5117# W32: v_cmp_lg_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]5118# W64: v_cmp_lg_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x00]51190x0a,0x00,0xcd,0xd4,0x01,0xf9,0x00,0x005120 5121# W32: v_cmp_lg_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]5122# W64: v_cmp_lg_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x00]51230x0a,0x00,0xcd,0xd4,0x01,0xcb,0x00,0x005124 5125# W32: v_cmp_lg_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]5126# W64: v_cmp_lg_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x00]51270x0a,0x00,0xcd,0xd4,0x01,0x05,0x00,0x005128 5129# W32: v_cmp_lg_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]5130# W64: v_cmp_lg_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]51310x0a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x005132 5133# W32: v_cmp_lg_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]5134# W64: v_cmp_lg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x00]51350x0a,0x80,0xcd,0xd4,0x01,0x05,0x02,0x005136 5137# W32: v_cmp_lg_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]5138# W64: v_cmp_lg_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x00]51390x0a,0x00,0xcd,0xd4,0x01,0xff,0x03,0x005140 5141# W32: v_cmp_lg_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]5142# W64: v_cmp_lg_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x00]51430x0a,0x00,0xcd,0xd4,0x01,0xd7,0x00,0x005144 5145# W32: v_cmp_lg_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]5146# W64: v_cmp_lg_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x00]51470x0a,0x00,0xcd,0xd4,0x01,0xd5,0x00,0x005148 5149# W32: v_cmp_lg_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]5150# W64: v_cmp_lg_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x00]51510x0a,0x00,0xcd,0xd4,0xff,0x05,0x02,0x005152 5153# W32: v_cmp_lg_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]5154# W64: v_cmp_lg_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x00]51550x0a,0x00,0xcd,0xd4,0x6b,0x04,0x02,0x005156 5157# W32: v_cmp_lg_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]5158# W64: v_cmp_lg_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x00]51590x0a,0x00,0xcd,0xd4,0x6a,0x04,0x02,0x005160 5161# W32: v_cmp_lg_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]5162# W64: v_cmp_lg_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]51630x64,0x00,0xcd,0xd4,0x01,0x05,0x02,0x005164 5165# W32: v_cmp_lg_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]5166# W64: v_cmp_lg_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]51670x0c,0x00,0xcd,0xd4,0x01,0x05,0x02,0x005168 5169# W32: v_cmp_lg_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]5170# W64: v_cmp_lg_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x00]51710x6a,0x00,0xcd,0xd4,0x01,0x05,0x02,0x005172 5173# W32: v_cmp_lg_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]5174# W64: v_cmp_lg_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x00]51750x0a,0x00,0x05,0xd4,0xc1,0x04,0x02,0x005176 5177# W32: v_cmp_lg_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]5178# W64: v_cmp_lg_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x00]51790x0a,0x00,0x05,0xd4,0xf7,0x04,0x02,0x005180 5181# W32: v_cmp_lg_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]5182# W64: v_cmp_lg_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x60]51830x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x605184 5185# W32: v_cmp_lg_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]5186# W64: v_cmp_lg_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x20]51870x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x205188 5189# W32: v_cmp_lg_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]5190# W64: v_cmp_lg_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x00]51910x0a,0x00,0x05,0xd4,0x80,0x04,0x02,0x005192 5193# W32: v_cmp_lg_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]5194# W64: v_cmp_lg_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x00]51950x0a,0x00,0x05,0xd4,0xf0,0x04,0x02,0x005196 5197# W32: v_cmp_lg_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]5198# W64: v_cmp_lg_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x00]51990x0a,0x00,0x05,0xd4,0x7f,0x04,0x02,0x005200 5201# W32: v_cmp_lg_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]5202# W64: v_cmp_lg_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x00]52030x0a,0x00,0x05,0xd4,0x7e,0x04,0x02,0x005204 5205# W32: v_cmp_lg_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]5206# W64: v_cmp_lg_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x00]52070x0a,0x00,0x05,0xd4,0x7c,0x04,0x02,0x005208 5209# W32: v_cmp_lg_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]5210# W64: v_cmp_lg_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x00]52110x0a,0x00,0x05,0xd4,0x01,0x04,0x02,0x005212 5213# W32: v_cmp_lg_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]5214# W64: v_cmp_lg_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x00]52150x0a,0x00,0x05,0xd4,0x65,0x04,0x02,0x005216 5217# W32: v_cmp_lg_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]5218# W64: v_cmp_lg_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x00]52190x0a,0x00,0x05,0xd4,0x01,0x83,0x01,0x005220 5221# W32: v_cmp_lg_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]5222# W64: v_cmp_lg_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x00]52230x0a,0x00,0x05,0xd4,0x01,0xef,0x01,0x005224 5225# W32: v_cmp_lg_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]5226# W64: v_cmp_lg_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x40]52270x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x405228 5229# W32: v_cmp_lg_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]5230# W64: v_cmp_lg_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x00]52310x0a,0x00,0x05,0xd4,0x01,0x01,0x01,0x005232 5233# W32: v_cmp_lg_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]5234# W64: v_cmp_lg_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x00]52350x0a,0x00,0x05,0xd4,0x01,0xe1,0x01,0x005236 5237# W32: v_cmp_lg_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]5238# W64: v_cmp_lg_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x00]52390x0a,0x00,0x05,0xd4,0x01,0xff,0x00,0x005240 5241# W32: v_cmp_lg_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]5242# W64: v_cmp_lg_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x00]52430x0a,0x00,0x05,0xd4,0x01,0xfd,0x00,0x005244 5245# W32: v_cmp_lg_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]5246# W64: v_cmp_lg_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x00]52470x0a,0x00,0x05,0xd4,0x01,0xf9,0x00,0x005248 5249# W32: v_cmp_lg_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]5250# W64: v_cmp_lg_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x00]52510x0a,0x00,0x05,0xd4,0x01,0xcb,0x00,0x005252 5253# W32: v_cmp_lg_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]5254# W64: v_cmp_lg_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x00]52550x0a,0x00,0x05,0xd4,0x01,0x05,0x00,0x005256 5257# W32: v_cmp_lg_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]5258# W64: v_cmp_lg_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]52590x0a,0x00,0x05,0xd4,0x01,0x05,0x02,0x005260 5261# W32: v_cmp_lg_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]5262# W64: v_cmp_lg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x00]52630x0a,0x80,0x05,0xd4,0x01,0x05,0x02,0x005264 5265# W32: v_cmp_lg_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]5266# W64: v_cmp_lg_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x00]52670x0a,0x00,0x05,0xd4,0x01,0xff,0x03,0x005268 5269# W32: v_cmp_lg_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]5270# W64: v_cmp_lg_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x00]52710x0a,0x00,0x05,0xd4,0x01,0xd7,0x00,0x005272 5273# W32: v_cmp_lg_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]5274# W64: v_cmp_lg_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x00]52750x0a,0x00,0x05,0xd4,0x01,0xd5,0x00,0x005276 5277# W32: v_cmp_lg_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]5278# W64: v_cmp_lg_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x00]52790x0a,0x00,0x05,0xd4,0xff,0x05,0x02,0x005280 5281# W32: v_cmp_lg_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]5282# W64: v_cmp_lg_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x00]52830x0a,0x00,0x05,0xd4,0x6b,0x04,0x02,0x005284 5285# W32: v_cmp_lg_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]5286# W64: v_cmp_lg_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x00]52870x0a,0x00,0x05,0xd4,0x6a,0x04,0x02,0x005288 5289# W32: v_cmp_lg_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]5290# W64: v_cmp_lg_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]52910x64,0x00,0x05,0xd4,0x01,0x05,0x02,0x005292 5293# W32: v_cmp_lg_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]5294# W64: v_cmp_lg_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]52950x0c,0x00,0x05,0xd4,0x01,0x05,0x02,0x005296 5297# W32: v_cmp_lg_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]5298# W64: v_cmp_lg_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x00]52990x6a,0x00,0x05,0xd4,0x01,0x05,0x02,0x005300 5301# W32: v_cmp_lg_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]5302# W64: v_cmp_lg_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x00]53030x0a,0x00,0x25,0xd4,0xc1,0x04,0x02,0x005304 5305# W32: v_cmp_lg_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]5306# W64: v_cmp_lg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x00]53070x0a,0x00,0x25,0xd4,0xf7,0x04,0x02,0x005308 5309# W32: v_cmp_lg_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]5310# W64: v_cmp_lg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x60]53110x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x605312 5313# W32: v_cmp_lg_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]5314# W64: v_cmp_lg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x20]53150x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x205316 5317# W32: v_cmp_lg_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]5318# W64: v_cmp_lg_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x00]53190x0a,0x00,0x25,0xd4,0x80,0x04,0x02,0x005320 5321# W32: v_cmp_lg_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]5322# W64: v_cmp_lg_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x00]53230x0a,0x00,0x25,0xd4,0xf0,0x04,0x02,0x005324 5325# W32: v_cmp_lg_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]5326# W64: v_cmp_lg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x00]53270x0a,0x00,0x25,0xd4,0x7e,0x04,0x02,0x005328 5329# W32: v_cmp_lg_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]5330# W64: v_cmp_lg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x00]53310x0a,0x00,0x25,0xd4,0x64,0x04,0x02,0x005332 5333# W32: v_cmp_lg_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]5334# W64: v_cmp_lg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x00]53350x0a,0x00,0x25,0xd4,0x02,0x04,0x02,0x005336 5337# W32: v_cmp_lg_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]5338# W64: v_cmp_lg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x00]53390x0a,0x00,0x25,0xd4,0x04,0x04,0x02,0x005340 5341# W32: v_cmp_lg_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]5342# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x00]53430x0a,0x00,0x25,0xd4,0x01,0x83,0x01,0x005344 5345# W32: v_cmp_lg_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]5346# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x00]53470x0a,0x00,0x25,0xd4,0x01,0xef,0x01,0x005348 5349# W32: v_cmp_lg_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]5350# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x40]53510x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x405352 5353# W32: v_cmp_lg_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]5354# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x00]53550x0a,0x00,0x25,0xd4,0x01,0x01,0x01,0x005356 5357# W32: v_cmp_lg_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]5358# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x00]53590x0a,0x00,0x25,0xd4,0x01,0xe1,0x01,0x005360 5361# W32: v_cmp_lg_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]5362# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x00]53630x0a,0x00,0x25,0xd4,0x01,0xfd,0x00,0x005364 5365# W32: v_cmp_lg_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]5366# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x00]53670x0a,0x00,0x25,0xd4,0x01,0xc9,0x00,0x005368 5369# W32: v_cmp_lg_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]5370# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x00]53710x0a,0x00,0x25,0xd4,0x01,0x09,0x00,0x005372 5373# W32: v_cmp_lg_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]5374# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x00]53750x0a,0x00,0x25,0xd4,0x01,0x0d,0x00,0x005376 5377# W32: v_cmp_lg_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]5378# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x00]53790x0a,0x00,0x25,0xd4,0x01,0xfd,0x03,0x005380 5381# W32: v_cmp_lg_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]5382# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]53830x0a,0x00,0x25,0xd4,0x01,0x05,0x02,0x005384 5385# W32: v_cmp_lg_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]5386# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x00]53870x0a,0x80,0x25,0xd4,0x01,0x05,0x02,0x005388 5389# W32: v_cmp_lg_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]5390# W64: v_cmp_lg_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x00]53910x0a,0x00,0x25,0xd4,0x01,0xd5,0x00,0x005392 5393# W32: v_cmp_lg_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]5394# W64: v_cmp_lg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x00]53950x0a,0x00,0x25,0xd4,0xfe,0x05,0x02,0x005396 5397# W32: v_cmp_lg_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]5398# W64: v_cmp_lg_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x00]53990x0a,0x00,0x25,0xd4,0x6a,0x04,0x02,0x005400 5401# W32: v_cmp_lg_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]5402# W64: v_cmp_lg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]54030x64,0x00,0x25,0xd4,0x01,0x05,0x02,0x005404 5405# W32: v_cmp_lg_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]5406# W64: v_cmp_lg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]54070x0c,0x00,0x25,0xd4,0x01,0x05,0x02,0x005408 5409# W32: v_cmp_lg_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]5410# W64: v_cmp_lg_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x00]54110x6a,0x00,0x25,0xd4,0x01,0x05,0x02,0x005412 5413# W32: v_cmp_lt_f16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]5414# W64: v_cmp_lt_f16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x00]54150x0a,0x00,0xc9,0xd4,0xc1,0x04,0x02,0x005416 5417# W32: v_cmp_lt_f16_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]5418# W64: v_cmp_lt_f16_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x00]54190x0a,0x00,0xc9,0xd4,0xf7,0x04,0x02,0x005420 5421# W32: v_cmp_lt_f16_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]5422# W64: v_cmp_lt_f16_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x60]54230x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x605424 5425# W32: v_cmp_lt_f16_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]5426# W64: v_cmp_lt_f16_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x20]54270x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x205428 5429# W32: v_cmp_lt_f16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]5430# W64: v_cmp_lt_f16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x00]54310x0a,0x00,0xc9,0xd4,0x80,0x04,0x02,0x005432 5433# W32: v_cmp_lt_f16_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]5434# W64: v_cmp_lt_f16_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x00]54350x0a,0x00,0xc9,0xd4,0xf0,0x04,0x02,0x005436 5437# W32: v_cmp_lt_f16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]5438# W64: v_cmp_lt_f16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x00]54390x0a,0x00,0xc9,0xd4,0x7f,0x04,0x02,0x005440 5441# W32: v_cmp_lt_f16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]5442# W64: v_cmp_lt_f16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x00]54430x0a,0x00,0xc9,0xd4,0x7e,0x04,0x02,0x005444 5445# W32: v_cmp_lt_f16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]5446# W64: v_cmp_lt_f16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x00]54470x0a,0x00,0xc9,0xd4,0x7c,0x04,0x02,0x005448 5449# W32: v_cmp_lt_f16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]5450# W64: v_cmp_lt_f16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x00]54510x0a,0x00,0xc9,0xd4,0x01,0x04,0x02,0x005452 5453# W32: v_cmp_lt_f16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]5454# W64: v_cmp_lt_f16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x00]54550x0a,0x00,0xc9,0xd4,0x65,0x04,0x02,0x005456 5457# W32: v_cmp_lt_f16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]5458# W64: v_cmp_lt_f16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x00]54590x0a,0x00,0xc9,0xd4,0x01,0x83,0x01,0x005460 5461# W32: v_cmp_lt_f16_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]5462# W64: v_cmp_lt_f16_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x00]54630x0a,0x00,0xc9,0xd4,0x01,0xef,0x01,0x005464 5465# W32: v_cmp_lt_f16_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]5466# W64: v_cmp_lt_f16_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x40]54670x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x405468 5469# W32: v_cmp_lt_f16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]5470# W64: v_cmp_lt_f16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x00]54710x0a,0x00,0xc9,0xd4,0x01,0x01,0x01,0x005472 5473# W32: v_cmp_lt_f16_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]5474# W64: v_cmp_lt_f16_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x00]54750x0a,0x00,0xc9,0xd4,0x01,0xe1,0x01,0x005476 5477# W32: v_cmp_lt_f16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]5478# W64: v_cmp_lt_f16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x00]54790x0a,0x00,0xc9,0xd4,0x01,0xff,0x00,0x005480 5481# W32: v_cmp_lt_f16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]5482# W64: v_cmp_lt_f16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x00]54830x0a,0x00,0xc9,0xd4,0x01,0xfd,0x00,0x005484 5485# W32: v_cmp_lt_f16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]5486# W64: v_cmp_lt_f16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x00]54870x0a,0x00,0xc9,0xd4,0x01,0xf9,0x00,0x005488 5489# W32: v_cmp_lt_f16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]5490# W64: v_cmp_lt_f16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x00]54910x0a,0x00,0xc9,0xd4,0x01,0xcb,0x00,0x005492 5493# W32: v_cmp_lt_f16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]5494# W64: v_cmp_lt_f16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x00]54950x0a,0x00,0xc9,0xd4,0x01,0x05,0x00,0x005496 5497# W32: v_cmp_lt_f16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]5498# W64: v_cmp_lt_f16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]54990x0a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x005500 5501# W32: v_cmp_lt_f16_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]5502# W64: v_cmp_lt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x00]55030x0a,0x80,0xc9,0xd4,0x01,0x05,0x02,0x005504 5505# W32: v_cmp_lt_f16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]5506# W64: v_cmp_lt_f16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x00]55070x0a,0x00,0xc9,0xd4,0x01,0xff,0x03,0x005508 5509# W32: v_cmp_lt_f16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]5510# W64: v_cmp_lt_f16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x00]55110x0a,0x00,0xc9,0xd4,0x01,0xd7,0x00,0x005512 5513# W32: v_cmp_lt_f16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]5514# W64: v_cmp_lt_f16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x00]55150x0a,0x00,0xc9,0xd4,0x01,0xd5,0x00,0x005516 5517# W32: v_cmp_lt_f16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]5518# W64: v_cmp_lt_f16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x00]55190x0a,0x00,0xc9,0xd4,0xff,0x05,0x02,0x005520 5521# W32: v_cmp_lt_f16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]5522# W64: v_cmp_lt_f16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x00]55230x0a,0x00,0xc9,0xd4,0x6b,0x04,0x02,0x005524 5525# W32: v_cmp_lt_f16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]5526# W64: v_cmp_lt_f16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x00]55270x0a,0x00,0xc9,0xd4,0x6a,0x04,0x02,0x005528 5529# W32: v_cmp_lt_f16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]5530# W64: v_cmp_lt_f16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]55310x64,0x00,0xc9,0xd4,0x01,0x05,0x02,0x005532 5533# W32: v_cmp_lt_f16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]5534# W64: v_cmp_lt_f16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]55350x0c,0x00,0xc9,0xd4,0x01,0x05,0x02,0x005536 5537# W32: v_cmp_lt_f16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]5538# W64: v_cmp_lt_f16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x00]55390x6a,0x00,0xc9,0xd4,0x01,0x05,0x02,0x005540 5541# W32: v_cmp_lt_f32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]5542# W64: v_cmp_lt_f32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x00]55430x0a,0x00,0x01,0xd4,0xc1,0x04,0x02,0x005544 5545# W32: v_cmp_lt_f32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]5546# W64: v_cmp_lt_f32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x00]55470x0a,0x00,0x01,0xd4,0xf7,0x04,0x02,0x005548 5549# W32: v_cmp_lt_f32_e64 s10, -v1, -v2          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]5550# W64: v_cmp_lt_f32_e64 s[10:11], -v1, -v2     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x60]55510x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x605552 5553# W32: v_cmp_lt_f32_e64 s10, -v1, v2           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]5554# W64: v_cmp_lt_f32_e64 s[10:11], -v1, v2      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x20]55550x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x205556 5557# W32: v_cmp_lt_f32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]5558# W64: v_cmp_lt_f32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x00]55590x0a,0x00,0x01,0xd4,0x80,0x04,0x02,0x005560 5561# W32: v_cmp_lt_f32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]5562# W64: v_cmp_lt_f32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x00]55630x0a,0x00,0x01,0xd4,0xf0,0x04,0x02,0x005564 5565# W32: v_cmp_lt_f32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]5566# W64: v_cmp_lt_f32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x00]55670x0a,0x00,0x01,0xd4,0x7f,0x04,0x02,0x005568 5569# W32: v_cmp_lt_f32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]5570# W64: v_cmp_lt_f32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x00]55710x0a,0x00,0x01,0xd4,0x7e,0x04,0x02,0x005572 5573# W32: v_cmp_lt_f32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]5574# W64: v_cmp_lt_f32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x00]55750x0a,0x00,0x01,0xd4,0x7c,0x04,0x02,0x005576 5577# W32: v_cmp_lt_f32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]5578# W64: v_cmp_lt_f32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x00]55790x0a,0x00,0x01,0xd4,0x01,0x04,0x02,0x005580 5581# W32: v_cmp_lt_f32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]5582# W64: v_cmp_lt_f32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x00]55830x0a,0x00,0x01,0xd4,0x65,0x04,0x02,0x005584 5585# W32: v_cmp_lt_f32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]5586# W64: v_cmp_lt_f32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x00]55870x0a,0x00,0x01,0xd4,0x01,0x83,0x01,0x005588 5589# W32: v_cmp_lt_f32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]5590# W64: v_cmp_lt_f32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x00]55910x0a,0x00,0x01,0xd4,0x01,0xef,0x01,0x005592 5593# W32: v_cmp_lt_f32_e64 s10, v1, -v2           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]5594# W64: v_cmp_lt_f32_e64 s[10:11], v1, -v2      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x40]55950x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x405596 5597# W32: v_cmp_lt_f32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]5598# W64: v_cmp_lt_f32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x00]55990x0a,0x00,0x01,0xd4,0x01,0x01,0x01,0x005600 5601# W32: v_cmp_lt_f32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]5602# W64: v_cmp_lt_f32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x00]56030x0a,0x00,0x01,0xd4,0x01,0xe1,0x01,0x005604 5605# W32: v_cmp_lt_f32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]5606# W64: v_cmp_lt_f32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x00]56070x0a,0x00,0x01,0xd4,0x01,0xff,0x00,0x005608 5609# W32: v_cmp_lt_f32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]5610# W64: v_cmp_lt_f32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x00]56110x0a,0x00,0x01,0xd4,0x01,0xfd,0x00,0x005612 5613# W32: v_cmp_lt_f32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]5614# W64: v_cmp_lt_f32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x00]56150x0a,0x00,0x01,0xd4,0x01,0xf9,0x00,0x005616 5617# W32: v_cmp_lt_f32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]5618# W64: v_cmp_lt_f32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x00]56190x0a,0x00,0x01,0xd4,0x01,0xcb,0x00,0x005620 5621# W32: v_cmp_lt_f32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]5622# W64: v_cmp_lt_f32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x00]56230x0a,0x00,0x01,0xd4,0x01,0x05,0x00,0x005624 5625# W32: v_cmp_lt_f32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]5626# W64: v_cmp_lt_f32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]56270x0a,0x00,0x01,0xd4,0x01,0x05,0x02,0x005628 5629# W32: v_cmp_lt_f32_e64 s10, v1, v2 clamp      ; encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]5630# W64: v_cmp_lt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x00]56310x0a,0x80,0x01,0xd4,0x01,0x05,0x02,0x005632 5633# W32: v_cmp_lt_f32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]5634# W64: v_cmp_lt_f32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x00]56350x0a,0x00,0x01,0xd4,0x01,0xff,0x03,0x005636 5637# W32: v_cmp_lt_f32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]5638# W64: v_cmp_lt_f32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x00]56390x0a,0x00,0x01,0xd4,0x01,0xd7,0x00,0x005640 5641# W32: v_cmp_lt_f32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]5642# W64: v_cmp_lt_f32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x00]56430x0a,0x00,0x01,0xd4,0x01,0xd5,0x00,0x005644 5645# W32: v_cmp_lt_f32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]5646# W64: v_cmp_lt_f32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x00]56470x0a,0x00,0x01,0xd4,0xff,0x05,0x02,0x005648 5649# W32: v_cmp_lt_f32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]5650# W64: v_cmp_lt_f32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x00]56510x0a,0x00,0x01,0xd4,0x6b,0x04,0x02,0x005652 5653# W32: v_cmp_lt_f32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]5654# W64: v_cmp_lt_f32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x00]56550x0a,0x00,0x01,0xd4,0x6a,0x04,0x02,0x005656 5657# W32: v_cmp_lt_f32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]5658# W64: v_cmp_lt_f32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]56590x64,0x00,0x01,0xd4,0x01,0x05,0x02,0x005660 5661# W32: v_cmp_lt_f32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]5662# W64: v_cmp_lt_f32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]56630x0c,0x00,0x01,0xd4,0x01,0x05,0x02,0x005664 5665# W32: v_cmp_lt_f32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]5666# W64: v_cmp_lt_f32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x00]56670x6a,0x00,0x01,0xd4,0x01,0x05,0x02,0x005668 5669# W32: v_cmp_lt_f64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]5670# W64: v_cmp_lt_f64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x00]56710x0a,0x00,0x21,0xd4,0xc1,0x04,0x02,0x005672 5673# W32: v_cmp_lt_f64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]5674# W64: v_cmp_lt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x00]56750x0a,0x00,0x21,0xd4,0xf7,0x04,0x02,0x005676 5677# W32: v_cmp_lt_f64_e64 s10, -v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]5678# W64: v_cmp_lt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x60]56790x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x605680 5681# W32: v_cmp_lt_f64_e64 s10, -v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]5682# W64: v_cmp_lt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x20]56830x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x205684 5685# W32: v_cmp_lt_f64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]5686# W64: v_cmp_lt_f64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x00]56870x0a,0x00,0x21,0xd4,0x80,0x04,0x02,0x005688 5689# W32: v_cmp_lt_f64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]5690# W64: v_cmp_lt_f64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x00]56910x0a,0x00,0x21,0xd4,0xf0,0x04,0x02,0x005692 5693# W32: v_cmp_lt_f64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]5694# W64: v_cmp_lt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x00]56950x0a,0x00,0x21,0xd4,0x7e,0x04,0x02,0x005696 5697# W32: v_cmp_lt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]5698# W64: v_cmp_lt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x00]56990x0a,0x00,0x21,0xd4,0x64,0x04,0x02,0x005700 5701# W32: v_cmp_lt_f64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]5702# W64: v_cmp_lt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x00]57030x0a,0x00,0x21,0xd4,0x02,0x04,0x02,0x005704 5705# W32: v_cmp_lt_f64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]5706# W64: v_cmp_lt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x00]57070x0a,0x00,0x21,0xd4,0x04,0x04,0x02,0x005708 5709# W32: v_cmp_lt_f64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]5710# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x00]57110x0a,0x00,0x21,0xd4,0x01,0x83,0x01,0x005712 5713# W32: v_cmp_lt_f64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]5714# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x00]57150x0a,0x00,0x21,0xd4,0x01,0xef,0x01,0x005716 5717# W32: v_cmp_lt_f64_e64 s10, v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]5718# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x40]57190x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x405720 5721# W32: v_cmp_lt_f64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]5722# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x00]57230x0a,0x00,0x21,0xd4,0x01,0x01,0x01,0x005724 5725# W32: v_cmp_lt_f64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]5726# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x00]57270x0a,0x00,0x21,0xd4,0x01,0xe1,0x01,0x005728 5729# W32: v_cmp_lt_f64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]5730# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x00]57310x0a,0x00,0x21,0xd4,0x01,0xfd,0x00,0x005732 5733# W32: v_cmp_lt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]5734# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x00]57350x0a,0x00,0x21,0xd4,0x01,0xc9,0x00,0x005736 5737# W32: v_cmp_lt_f64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]5738# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x00]57390x0a,0x00,0x21,0xd4,0x01,0x09,0x00,0x005740 5741# W32: v_cmp_lt_f64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]5742# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x00]57430x0a,0x00,0x21,0xd4,0x01,0x0d,0x00,0x005744 5745# W32: v_cmp_lt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]5746# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x00]57470x0a,0x00,0x21,0xd4,0x01,0xfd,0x03,0x005748 5749# W32: v_cmp_lt_f64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]5750# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]57510x0a,0x00,0x21,0xd4,0x01,0x05,0x02,0x005752 5753# W32: v_cmp_lt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]5754# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x00]57550x0a,0x80,0x21,0xd4,0x01,0x05,0x02,0x005756 5757# W32: v_cmp_lt_f64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]5758# W64: v_cmp_lt_f64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x00]57590x0a,0x00,0x21,0xd4,0x01,0xd5,0x00,0x005760 5761# W32: v_cmp_lt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]5762# W64: v_cmp_lt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x00]57630x0a,0x00,0x21,0xd4,0xfe,0x05,0x02,0x005764 5765# W32: v_cmp_lt_f64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]5766# W64: v_cmp_lt_f64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x00]57670x0a,0x00,0x21,0xd4,0x6a,0x04,0x02,0x005768 5769# W32: v_cmp_lt_f64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]5770# W64: v_cmp_lt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]57710x64,0x00,0x21,0xd4,0x01,0x05,0x02,0x005772 5773# W32: v_cmp_lt_f64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]5774# W64: v_cmp_lt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]57750x0c,0x00,0x21,0xd4,0x01,0x05,0x02,0x005776 5777# W32: v_cmp_lt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]5778# W64: v_cmp_lt_f64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x00]57790x6a,0x00,0x21,0xd4,0x01,0x05,0x02,0x005780 5781# W32: v_cmp_lt_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]5782# W64: v_cmp_lt_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x00]57830x0a,0x00,0x89,0xd4,0xc1,0x04,0x02,0x005784 5785# W32: v_cmp_lt_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]5786# W64: v_cmp_lt_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]57870x0a,0x00,0x89,0xd4,0xf7,0x04,0x02,0x005788 5789# W32: v_cmp_lt_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]5790# W64: v_cmp_lt_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x00]57910x0a,0x00,0x89,0xd4,0x80,0x04,0x02,0x005792 5793# W32: v_cmp_lt_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]5794# W64: v_cmp_lt_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]57950x0a,0x00,0x89,0xd4,0xf0,0x04,0x02,0x005796 5797# W32: v_cmp_lt_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]5798# W64: v_cmp_lt_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x00]57990x0a,0x00,0x89,0xd4,0x7f,0x04,0x02,0x005800 5801# W32: v_cmp_lt_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]5802# W64: v_cmp_lt_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x00]58030x0a,0x00,0x89,0xd4,0x7e,0x04,0x02,0x005804 5805# W32: v_cmp_lt_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]5806# W64: v_cmp_lt_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x00]58070x0a,0x00,0x89,0xd4,0x7c,0x04,0x02,0x005808 5809# W32: v_cmp_lt_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]5810# W64: v_cmp_lt_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x00]58110x0a,0x00,0x89,0xd4,0x01,0x04,0x02,0x005812 5813# W32: v_cmp_lt_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]5814# W64: v_cmp_lt_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x00]58150x0a,0x00,0x89,0xd4,0x65,0x04,0x02,0x005816 5817# W32: v_cmp_lt_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]5818# W64: v_cmp_lt_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x00]58190x0a,0x00,0x89,0xd4,0x01,0x83,0x01,0x005820 5821# W32: v_cmp_lt_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]5822# W64: v_cmp_lt_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]58230x0a,0x00,0x89,0xd4,0x01,0xef,0x01,0x005824 5825# W32: v_cmp_lt_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]5826# W64: v_cmp_lt_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x00]58270x0a,0x00,0x89,0xd4,0x01,0x01,0x01,0x005828 5829# W32: v_cmp_lt_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]5830# W64: v_cmp_lt_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]58310x0a,0x00,0x89,0xd4,0x01,0xe1,0x01,0x005832 5833# W32: v_cmp_lt_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]5834# W64: v_cmp_lt_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x00]58350x0a,0x00,0x89,0xd4,0x01,0xff,0x00,0x005836 5837# W32: v_cmp_lt_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]5838# W64: v_cmp_lt_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x00]58390x0a,0x00,0x89,0xd4,0x01,0xfd,0x00,0x005840 5841# W32: v_cmp_lt_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]5842# W64: v_cmp_lt_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x00]58430x0a,0x00,0x89,0xd4,0x01,0xf9,0x00,0x005844 5845# W32: v_cmp_lt_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]5846# W64: v_cmp_lt_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x00]58470x0a,0x00,0x89,0xd4,0x01,0xcb,0x00,0x005848 5849# W32: v_cmp_lt_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]5850# W64: v_cmp_lt_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x00]58510x0a,0x00,0x89,0xd4,0x01,0x05,0x00,0x005852 5853# W32: v_cmp_lt_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]5854# W64: v_cmp_lt_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]58550x0a,0x00,0x89,0xd4,0x01,0x05,0x02,0x005856 5857# W32: v_cmp_lt_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]5858# W64: v_cmp_lt_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x00]58590x0a,0x00,0x89,0xd4,0x01,0xff,0x03,0x005860 5861# W32: v_cmp_lt_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]5862# W64: v_cmp_lt_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x00]58630x0a,0x00,0x89,0xd4,0x01,0xd7,0x00,0x005864 5865# W32: v_cmp_lt_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]5866# W64: v_cmp_lt_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x00]58670x0a,0x00,0x89,0xd4,0x01,0xd5,0x00,0x005868 5869# W32: v_cmp_lt_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]5870# W64: v_cmp_lt_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x00]58710x0a,0x00,0x89,0xd4,0xff,0x05,0x02,0x005872 5873# W32: v_cmp_lt_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]5874# W64: v_cmp_lt_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x00]58750x0a,0x00,0x89,0xd4,0x6b,0x04,0x02,0x005876 5877# W32: v_cmp_lt_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]5878# W64: v_cmp_lt_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x00]58790x0a,0x00,0x89,0xd4,0x6a,0x04,0x02,0x005880 5881# W32: v_cmp_lt_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]5882# W64: v_cmp_lt_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]58830x64,0x00,0x89,0xd4,0x01,0x05,0x02,0x005884 5885# W32: v_cmp_lt_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]5886# W64: v_cmp_lt_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]58870x0c,0x00,0x89,0xd4,0x01,0x05,0x02,0x005888 5889# W32: v_cmp_lt_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]5890# W64: v_cmp_lt_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x00]58910x6a,0x00,0x89,0xd4,0x01,0x05,0x02,0x005892 5893# W32: v_cmp_lt_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]5894# W64: v_cmp_lt_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x00]58950x0a,0x00,0x81,0xd4,0xc1,0x04,0x02,0x005896 5897# W32: v_cmp_lt_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]5898# W64: v_cmp_lt_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x00]58990x0a,0x00,0x81,0xd4,0xf7,0x04,0x02,0x005900 5901# W32: v_cmp_lt_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]5902# W64: v_cmp_lt_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x00]59030x0a,0x00,0x81,0xd4,0x80,0x04,0x02,0x005904 5905# W32: v_cmp_lt_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]5906# W64: v_cmp_lt_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x00]59070x0a,0x00,0x81,0xd4,0xf0,0x04,0x02,0x005908 5909# W32: v_cmp_lt_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]5910# W64: v_cmp_lt_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x00]59110x0a,0x00,0x81,0xd4,0x7f,0x04,0x02,0x005912 5913# W32: v_cmp_lt_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]5914# W64: v_cmp_lt_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x00]59150x0a,0x00,0x81,0xd4,0x7e,0x04,0x02,0x005916 5917# W32: v_cmp_lt_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]5918# W64: v_cmp_lt_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x00]59190x0a,0x00,0x81,0xd4,0x7c,0x04,0x02,0x005920 5921# W32: v_cmp_lt_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]5922# W64: v_cmp_lt_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x00]59230x0a,0x00,0x81,0xd4,0x01,0x04,0x02,0x005924 5925# W32: v_cmp_lt_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]5926# W64: v_cmp_lt_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x00]59270x0a,0x00,0x81,0xd4,0x65,0x04,0x02,0x005928 5929# W32: v_cmp_lt_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]5930# W64: v_cmp_lt_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x00]59310x0a,0x00,0x81,0xd4,0x01,0x83,0x01,0x005932 5933# W32: v_cmp_lt_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]5934# W64: v_cmp_lt_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x00]59350x0a,0x00,0x81,0xd4,0x01,0xef,0x01,0x005936 5937# W32: v_cmp_lt_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]5938# W64: v_cmp_lt_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x00]59390x0a,0x00,0x81,0xd4,0x01,0x01,0x01,0x005940 5941# W32: v_cmp_lt_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]5942# W64: v_cmp_lt_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x00]59430x0a,0x00,0x81,0xd4,0x01,0xe1,0x01,0x005944 5945# W32: v_cmp_lt_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]5946# W64: v_cmp_lt_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x00]59470x0a,0x00,0x81,0xd4,0x01,0xff,0x00,0x005948 5949# W32: v_cmp_lt_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]5950# W64: v_cmp_lt_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x00]59510x0a,0x00,0x81,0xd4,0x01,0xfd,0x00,0x005952 5953# W32: v_cmp_lt_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]5954# W64: v_cmp_lt_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x00]59550x0a,0x00,0x81,0xd4,0x01,0xf9,0x00,0x005956 5957# W32: v_cmp_lt_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]5958# W64: v_cmp_lt_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x00]59590x0a,0x00,0x81,0xd4,0x01,0xcb,0x00,0x005960 5961# W32: v_cmp_lt_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]5962# W64: v_cmp_lt_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x00]59630x0a,0x00,0x81,0xd4,0x01,0x05,0x00,0x005964 5965# W32: v_cmp_lt_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]5966# W64: v_cmp_lt_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]59670x0a,0x00,0x81,0xd4,0x01,0x05,0x02,0x005968 5969# W32: v_cmp_lt_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]5970# W64: v_cmp_lt_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x00]59710x0a,0x00,0x81,0xd4,0x01,0xff,0x03,0x005972 5973# W32: v_cmp_lt_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]5974# W64: v_cmp_lt_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x00]59750x0a,0x00,0x81,0xd4,0x01,0xd7,0x00,0x005976 5977# W32: v_cmp_lt_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]5978# W64: v_cmp_lt_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x00]59790x0a,0x00,0x81,0xd4,0x01,0xd5,0x00,0x005980 5981# W32: v_cmp_lt_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]5982# W64: v_cmp_lt_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x00]59830x0a,0x00,0x81,0xd4,0xff,0x05,0x02,0x005984 5985# W32: v_cmp_lt_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]5986# W64: v_cmp_lt_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x00]59870x0a,0x00,0x81,0xd4,0x6b,0x04,0x02,0x005988 5989# W32: v_cmp_lt_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]5990# W64: v_cmp_lt_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x00]59910x0a,0x00,0x81,0xd4,0x6a,0x04,0x02,0x005992 5993# W32: v_cmp_lt_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]5994# W64: v_cmp_lt_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]59950x64,0x00,0x81,0xd4,0x01,0x05,0x02,0x005996 5997# W32: v_cmp_lt_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]5998# W64: v_cmp_lt_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]59990x0c,0x00,0x81,0xd4,0x01,0x05,0x02,0x006000 6001# W32: v_cmp_lt_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]6002# W64: v_cmp_lt_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x00]60030x6a,0x00,0x81,0xd4,0x01,0x05,0x02,0x006004 6005# W32: v_cmp_lt_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]6006# W64: v_cmp_lt_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x00]60070x0a,0x00,0xa1,0xd4,0xc1,0x04,0x02,0x006008 6009# W32: v_cmp_lt_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]6010# W64: v_cmp_lt_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x00]60110x0a,0x00,0xa1,0xd4,0xf7,0x04,0x02,0x006012 6013# W32: v_cmp_lt_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]6014# W64: v_cmp_lt_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x00]60150x0a,0x00,0xa1,0xd4,0x80,0x04,0x02,0x006016 6017# W32: v_cmp_lt_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]6018# W64: v_cmp_lt_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x00]60190x0a,0x00,0xa1,0xd4,0xf0,0x04,0x02,0x006020 6021# W32: v_cmp_lt_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]6022# W64: v_cmp_lt_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x00]60230x0a,0x00,0xa1,0xd4,0x7e,0x04,0x02,0x006024 6025# W32: v_cmp_lt_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]6026# W64: v_cmp_lt_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x00]60270x0a,0x00,0xa1,0xd4,0x64,0x04,0x02,0x006028 6029# W32: v_cmp_lt_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]6030# W64: v_cmp_lt_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x00]60310x0a,0x00,0xa1,0xd4,0x02,0x04,0x02,0x006032 6033# W32: v_cmp_lt_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]6034# W64: v_cmp_lt_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x00]60350x0a,0x00,0xa1,0xd4,0x04,0x04,0x02,0x006036 6037# W32: v_cmp_lt_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]6038# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x00]60390x0a,0x00,0xa1,0xd4,0x01,0x83,0x01,0x006040 6041# W32: v_cmp_lt_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]6042# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x00]60430x0a,0x00,0xa1,0xd4,0x01,0xef,0x01,0x006044 6045# W32: v_cmp_lt_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]6046# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x00]60470x0a,0x00,0xa1,0xd4,0x01,0x01,0x01,0x006048 6049# W32: v_cmp_lt_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]6050# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x00]60510x0a,0x00,0xa1,0xd4,0x01,0xe1,0x01,0x006052 6053# W32: v_cmp_lt_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]6054# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x00]60550x0a,0x00,0xa1,0xd4,0x01,0xfd,0x00,0x006056 6057# W32: v_cmp_lt_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]6058# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x00]60590x0a,0x00,0xa1,0xd4,0x01,0xc9,0x00,0x006060 6061# W32: v_cmp_lt_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]6062# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x00]60630x0a,0x00,0xa1,0xd4,0x01,0x09,0x00,0x006064 6065# W32: v_cmp_lt_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]6066# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x00]60670x0a,0x00,0xa1,0xd4,0x01,0x0d,0x00,0x006068 6069# W32: v_cmp_lt_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]6070# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x00]60710x0a,0x00,0xa1,0xd4,0x01,0xfd,0x03,0x006072 6073# W32: v_cmp_lt_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]6074# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]60750x0a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x006076 6077# W32: v_cmp_lt_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]6078# W64: v_cmp_lt_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x00]60790x0a,0x00,0xa1,0xd4,0x01,0xd5,0x00,0x006080 6081# W32: v_cmp_lt_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]6082# W64: v_cmp_lt_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x00]60830x0a,0x00,0xa1,0xd4,0xfe,0x05,0x02,0x006084 6085# W32: v_cmp_lt_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]6086# W64: v_cmp_lt_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x00]60870x0a,0x00,0xa1,0xd4,0x6a,0x04,0x02,0x006088 6089# W32: v_cmp_lt_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]6090# W64: v_cmp_lt_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]60910x64,0x00,0xa1,0xd4,0x01,0x05,0x02,0x006092 6093# W32: v_cmp_lt_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]6094# W64: v_cmp_lt_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]60950x0c,0x00,0xa1,0xd4,0x01,0x05,0x02,0x006096 6097# W32: v_cmp_lt_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]6098# W64: v_cmp_lt_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x00]60990x6a,0x00,0xa1,0xd4,0x01,0x05,0x02,0x006100 6101# W32: v_cmp_lt_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]6102# W64: v_cmp_lt_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x00]61030x0a,0x00,0xa9,0xd4,0xc1,0x04,0x02,0x006104 6105# W32: v_cmp_lt_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]6106# W64: v_cmp_lt_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]61070x0a,0x00,0xa9,0xd4,0xf7,0x04,0x02,0x006108 6109# W32: v_cmp_lt_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]6110# W64: v_cmp_lt_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x00]61110x0a,0x00,0xa9,0xd4,0x80,0x04,0x02,0x006112 6113# W32: v_cmp_lt_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]6114# W64: v_cmp_lt_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]61150x0a,0x00,0xa9,0xd4,0xf0,0x04,0x02,0x006116 6117# W32: v_cmp_lt_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]6118# W64: v_cmp_lt_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x00]61190x0a,0x00,0xa9,0xd4,0x7f,0x04,0x02,0x006120 6121# W32: v_cmp_lt_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]6122# W64: v_cmp_lt_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x00]61230x0a,0x00,0xa9,0xd4,0x7e,0x04,0x02,0x006124 6125# W32: v_cmp_lt_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]6126# W64: v_cmp_lt_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x00]61270x0a,0x00,0xa9,0xd4,0x7c,0x04,0x02,0x006128 6129# W32: v_cmp_lt_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]6130# W64: v_cmp_lt_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x00]61310x0a,0x00,0xa9,0xd4,0x01,0x04,0x02,0x006132 6133# W32: v_cmp_lt_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]6134# W64: v_cmp_lt_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x00]61350x0a,0x00,0xa9,0xd4,0x65,0x04,0x02,0x006136 6137# W32: v_cmp_lt_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]6138# W64: v_cmp_lt_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x00]61390x0a,0x00,0xa9,0xd4,0x01,0x83,0x01,0x006140 6141# W32: v_cmp_lt_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]6142# W64: v_cmp_lt_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]61430x0a,0x00,0xa9,0xd4,0x01,0xef,0x01,0x006144 6145# W32: v_cmp_lt_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]6146# W64: v_cmp_lt_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x00]61470x0a,0x00,0xa9,0xd4,0x01,0x01,0x01,0x006148 6149# W32: v_cmp_lt_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]6150# W64: v_cmp_lt_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]61510x0a,0x00,0xa9,0xd4,0x01,0xe1,0x01,0x006152 6153# W32: v_cmp_lt_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]6154# W64: v_cmp_lt_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x00]61550x0a,0x00,0xa9,0xd4,0x01,0xff,0x00,0x006156 6157# W32: v_cmp_lt_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]6158# W64: v_cmp_lt_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x00]61590x0a,0x00,0xa9,0xd4,0x01,0xfd,0x00,0x006160 6161# W32: v_cmp_lt_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]6162# W64: v_cmp_lt_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x00]61630x0a,0x00,0xa9,0xd4,0x01,0xf9,0x00,0x006164 6165# W32: v_cmp_lt_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]6166# W64: v_cmp_lt_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x00]61670x0a,0x00,0xa9,0xd4,0x01,0xcb,0x00,0x006168 6169# W32: v_cmp_lt_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]6170# W64: v_cmp_lt_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x00]61710x0a,0x00,0xa9,0xd4,0x01,0x05,0x00,0x006172 6173# W32: v_cmp_lt_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]6174# W64: v_cmp_lt_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]61750x0a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x006176 6177# W32: v_cmp_lt_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]6178# W64: v_cmp_lt_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x00]61790x0a,0x00,0xa9,0xd4,0x01,0xff,0x03,0x006180 6181# W32: v_cmp_lt_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]6182# W64: v_cmp_lt_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x00]61830x0a,0x00,0xa9,0xd4,0x01,0xd7,0x00,0x006184 6185# W32: v_cmp_lt_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]6186# W64: v_cmp_lt_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x00]61870x0a,0x00,0xa9,0xd4,0x01,0xd5,0x00,0x006188 6189# W32: v_cmp_lt_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]6190# W64: v_cmp_lt_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x00]61910x0a,0x00,0xa9,0xd4,0xff,0x05,0x02,0x006192 6193# W32: v_cmp_lt_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]6194# W64: v_cmp_lt_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x00]61950x0a,0x00,0xa9,0xd4,0x6b,0x04,0x02,0x006196 6197# W32: v_cmp_lt_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]6198# W64: v_cmp_lt_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x00]61990x0a,0x00,0xa9,0xd4,0x6a,0x04,0x02,0x006200 6201# W32: v_cmp_lt_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]6202# W64: v_cmp_lt_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]62030x64,0x00,0xa9,0xd4,0x01,0x05,0x02,0x006204 6205# W32: v_cmp_lt_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]6206# W64: v_cmp_lt_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]62070x0c,0x00,0xa9,0xd4,0x01,0x05,0x02,0x006208 6209# W32: v_cmp_lt_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]6210# W64: v_cmp_lt_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x00]62110x6a,0x00,0xa9,0xd4,0x01,0x05,0x02,0x006212 6213# W32: v_cmp_lt_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]6214# W64: v_cmp_lt_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x00]62150x0a,0x00,0xc1,0xd4,0xc1,0x04,0x02,0x006216 6217# W32: v_cmp_lt_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]6218# W64: v_cmp_lt_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x00]62190x0a,0x00,0xc1,0xd4,0xf7,0x04,0x02,0x006220 6221# W32: v_cmp_lt_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]6222# W64: v_cmp_lt_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x00]62230x0a,0x00,0xc1,0xd4,0x80,0x04,0x02,0x006224 6225# W32: v_cmp_lt_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]6226# W64: v_cmp_lt_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x00]62270x0a,0x00,0xc1,0xd4,0xf0,0x04,0x02,0x006228 6229# W32: v_cmp_lt_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]6230# W64: v_cmp_lt_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x00]62310x0a,0x00,0xc1,0xd4,0x7f,0x04,0x02,0x006232 6233# W32: v_cmp_lt_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]6234# W64: v_cmp_lt_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x00]62350x0a,0x00,0xc1,0xd4,0x7e,0x04,0x02,0x006236 6237# W32: v_cmp_lt_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]6238# W64: v_cmp_lt_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x00]62390x0a,0x00,0xc1,0xd4,0x7c,0x04,0x02,0x006240 6241# W32: v_cmp_lt_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]6242# W64: v_cmp_lt_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x00]62430x0a,0x00,0xc1,0xd4,0x01,0x04,0x02,0x006244 6245# W32: v_cmp_lt_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]6246# W64: v_cmp_lt_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x00]62470x0a,0x00,0xc1,0xd4,0x65,0x04,0x02,0x006248 6249# W32: v_cmp_lt_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]6250# W64: v_cmp_lt_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x00]62510x0a,0x00,0xc1,0xd4,0x01,0x83,0x01,0x006252 6253# W32: v_cmp_lt_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]6254# W64: v_cmp_lt_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x00]62550x0a,0x00,0xc1,0xd4,0x01,0xef,0x01,0x006256 6257# W32: v_cmp_lt_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]6258# W64: v_cmp_lt_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x00]62590x0a,0x00,0xc1,0xd4,0x01,0x01,0x01,0x006260 6261# W32: v_cmp_lt_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]6262# W64: v_cmp_lt_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x00]62630x0a,0x00,0xc1,0xd4,0x01,0xe1,0x01,0x006264 6265# W32: v_cmp_lt_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]6266# W64: v_cmp_lt_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x00]62670x0a,0x00,0xc1,0xd4,0x01,0xff,0x00,0x006268 6269# W32: v_cmp_lt_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]6270# W64: v_cmp_lt_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x00]62710x0a,0x00,0xc1,0xd4,0x01,0xfd,0x00,0x006272 6273# W32: v_cmp_lt_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]6274# W64: v_cmp_lt_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x00]62750x0a,0x00,0xc1,0xd4,0x01,0xf9,0x00,0x006276 6277# W32: v_cmp_lt_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]6278# W64: v_cmp_lt_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x00]62790x0a,0x00,0xc1,0xd4,0x01,0xcb,0x00,0x006280 6281# W32: v_cmp_lt_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]6282# W64: v_cmp_lt_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x00]62830x0a,0x00,0xc1,0xd4,0x01,0x05,0x00,0x006284 6285# W32: v_cmp_lt_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]6286# W64: v_cmp_lt_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]62870x0a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x006288 6289# W32: v_cmp_lt_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]6290# W64: v_cmp_lt_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x00]62910x0a,0x00,0xc1,0xd4,0x01,0xff,0x03,0x006292 6293# W32: v_cmp_lt_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]6294# W64: v_cmp_lt_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x00]62950x0a,0x00,0xc1,0xd4,0x01,0xd7,0x00,0x006296 6297# W32: v_cmp_lt_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]6298# W64: v_cmp_lt_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x00]62990x0a,0x00,0xc1,0xd4,0x01,0xd5,0x00,0x006300 6301# W32: v_cmp_lt_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]6302# W64: v_cmp_lt_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x00]63030x0a,0x00,0xc1,0xd4,0xff,0x05,0x02,0x006304 6305# W32: v_cmp_lt_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]6306# W64: v_cmp_lt_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x00]63070x0a,0x00,0xc1,0xd4,0x6b,0x04,0x02,0x006308 6309# W32: v_cmp_lt_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]6310# W64: v_cmp_lt_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x00]63110x0a,0x00,0xc1,0xd4,0x6a,0x04,0x02,0x006312 6313# W32: v_cmp_lt_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]6314# W64: v_cmp_lt_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]63150x64,0x00,0xc1,0xd4,0x01,0x05,0x02,0x006316 6317# W32: v_cmp_lt_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]6318# W64: v_cmp_lt_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]63190x0c,0x00,0xc1,0xd4,0x01,0x05,0x02,0x006320 6321# W32: v_cmp_lt_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]6322# W64: v_cmp_lt_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x00]63230x6a,0x00,0xc1,0xd4,0x01,0x05,0x02,0x006324 6325# W32: v_cmp_lt_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]6326# W64: v_cmp_lt_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x00]63270x0a,0x00,0xe1,0xd4,0xc1,0x04,0x02,0x006328 6329# W32: v_cmp_lt_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]6330# W64: v_cmp_lt_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x00]63310x0a,0x00,0xe1,0xd4,0xf7,0x04,0x02,0x006332 6333# W32: v_cmp_lt_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]6334# W64: v_cmp_lt_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x00]63350x0a,0x00,0xe1,0xd4,0x80,0x04,0x02,0x006336 6337# W32: v_cmp_lt_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]6338# W64: v_cmp_lt_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x00]63390x0a,0x00,0xe1,0xd4,0xf0,0x04,0x02,0x006340 6341# W32: v_cmp_lt_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]6342# W64: v_cmp_lt_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x00]63430x0a,0x00,0xe1,0xd4,0x7e,0x04,0x02,0x006344 6345# W32: v_cmp_lt_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]6346# W64: v_cmp_lt_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x00]63470x0a,0x00,0xe1,0xd4,0x64,0x04,0x02,0x006348 6349# W32: v_cmp_lt_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]6350# W64: v_cmp_lt_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x00]63510x0a,0x00,0xe1,0xd4,0x02,0x04,0x02,0x006352 6353# W32: v_cmp_lt_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]6354# W64: v_cmp_lt_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x00]63550x0a,0x00,0xe1,0xd4,0x04,0x04,0x02,0x006356 6357# W32: v_cmp_lt_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]6358# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x00]63590x0a,0x00,0xe1,0xd4,0x01,0x83,0x01,0x006360 6361# W32: v_cmp_lt_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]6362# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x00]63630x0a,0x00,0xe1,0xd4,0x01,0xef,0x01,0x006364 6365# W32: v_cmp_lt_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]6366# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x00]63670x0a,0x00,0xe1,0xd4,0x01,0x01,0x01,0x006368 6369# W32: v_cmp_lt_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]6370# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x00]63710x0a,0x00,0xe1,0xd4,0x01,0xe1,0x01,0x006372 6373# W32: v_cmp_lt_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]6374# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x00]63750x0a,0x00,0xe1,0xd4,0x01,0xfd,0x00,0x006376 6377# W32: v_cmp_lt_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]6378# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x00]63790x0a,0x00,0xe1,0xd4,0x01,0xc9,0x00,0x006380 6381# W32: v_cmp_lt_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]6382# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x00]63830x0a,0x00,0xe1,0xd4,0x01,0x09,0x00,0x006384 6385# W32: v_cmp_lt_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]6386# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x00]63870x0a,0x00,0xe1,0xd4,0x01,0x0d,0x00,0x006388 6389# W32: v_cmp_lt_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]6390# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x00]63910x0a,0x00,0xe1,0xd4,0x01,0xfd,0x03,0x006392 6393# W32: v_cmp_lt_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]6394# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]63950x0a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x006396 6397# W32: v_cmp_lt_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]6398# W64: v_cmp_lt_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x00]63990x0a,0x00,0xe1,0xd4,0x01,0xd5,0x00,0x006400 6401# W32: v_cmp_lt_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]6402# W64: v_cmp_lt_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x00]64030x0a,0x00,0xe1,0xd4,0xfe,0x05,0x02,0x006404 6405# W32: v_cmp_lt_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]6406# W64: v_cmp_lt_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x00]64070x0a,0x00,0xe1,0xd4,0x6a,0x04,0x02,0x006408 6409# W32: v_cmp_lt_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]6410# W64: v_cmp_lt_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]64110x64,0x00,0xe1,0xd4,0x01,0x05,0x02,0x006412 6413# W32: v_cmp_lt_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]6414# W64: v_cmp_lt_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]64150x0c,0x00,0xe1,0xd4,0x01,0x05,0x02,0x006416 6417# W32: v_cmp_lt_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]6418# W64: v_cmp_lt_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x00]64190x6a,0x00,0xe1,0xd4,0x01,0x05,0x02,0x006420 6421# W32: v_cmp_ne_i16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]6422# W64: v_cmp_ne_i16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x00]64230x0a,0x00,0x8d,0xd4,0xc1,0x04,0x02,0x006424 6425# W32: v_cmp_ne_i16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]6426# W64: v_cmp_ne_i16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]64270x0a,0x00,0x8d,0xd4,0xf7,0x04,0x02,0x006428 6429# W32: v_cmp_ne_i16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]6430# W64: v_cmp_ne_i16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x00]64310x0a,0x00,0x8d,0xd4,0x80,0x04,0x02,0x006432 6433# W32: v_cmp_ne_i16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]6434# W64: v_cmp_ne_i16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]64350x0a,0x00,0x8d,0xd4,0xf0,0x04,0x02,0x006436 6437# W32: v_cmp_ne_i16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]6438# W64: v_cmp_ne_i16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x00]64390x0a,0x00,0x8d,0xd4,0x7f,0x04,0x02,0x006440 6441# W32: v_cmp_ne_i16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]6442# W64: v_cmp_ne_i16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x00]64430x0a,0x00,0x8d,0xd4,0x7e,0x04,0x02,0x006444 6445# W32: v_cmp_ne_i16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]6446# W64: v_cmp_ne_i16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x00]64470x0a,0x00,0x8d,0xd4,0x7c,0x04,0x02,0x006448 6449# W32: v_cmp_ne_i16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]6450# W64: v_cmp_ne_i16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x00]64510x0a,0x00,0x8d,0xd4,0x01,0x04,0x02,0x006452 6453# W32: v_cmp_ne_i16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]6454# W64: v_cmp_ne_i16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x00]64550x0a,0x00,0x8d,0xd4,0x65,0x04,0x02,0x006456 6457# W32: v_cmp_ne_i16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]6458# W64: v_cmp_ne_i16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x00]64590x0a,0x00,0x8d,0xd4,0x01,0x83,0x01,0x006460 6461# W32: v_cmp_ne_i16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]6462# W64: v_cmp_ne_i16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]64630x0a,0x00,0x8d,0xd4,0x01,0xef,0x01,0x006464 6465# W32: v_cmp_ne_i16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]6466# W64: v_cmp_ne_i16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x00]64670x0a,0x00,0x8d,0xd4,0x01,0x01,0x01,0x006468 6469# W32: v_cmp_ne_i16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]6470# W64: v_cmp_ne_i16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]64710x0a,0x00,0x8d,0xd4,0x01,0xe1,0x01,0x006472 6473# W32: v_cmp_ne_i16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]6474# W64: v_cmp_ne_i16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x00]64750x0a,0x00,0x8d,0xd4,0x01,0xff,0x00,0x006476 6477# W32: v_cmp_ne_i16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]6478# W64: v_cmp_ne_i16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x00]64790x0a,0x00,0x8d,0xd4,0x01,0xfd,0x00,0x006480 6481# W32: v_cmp_ne_i16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]6482# W64: v_cmp_ne_i16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x00]64830x0a,0x00,0x8d,0xd4,0x01,0xf9,0x00,0x006484 6485# W32: v_cmp_ne_i16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]6486# W64: v_cmp_ne_i16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x00]64870x0a,0x00,0x8d,0xd4,0x01,0xcb,0x00,0x006488 6489# W32: v_cmp_ne_i16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]6490# W64: v_cmp_ne_i16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x00]64910x0a,0x00,0x8d,0xd4,0x01,0x05,0x00,0x006492 6493# W32: v_cmp_ne_i16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]6494# W64: v_cmp_ne_i16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]64950x0a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x006496 6497# W32: v_cmp_ne_i16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]6498# W64: v_cmp_ne_i16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x00]64990x0a,0x00,0x8d,0xd4,0x01,0xff,0x03,0x006500 6501# W32: v_cmp_ne_i16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]6502# W64: v_cmp_ne_i16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x00]65030x0a,0x00,0x8d,0xd4,0x01,0xd7,0x00,0x006504 6505# W32: v_cmp_ne_i16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]6506# W64: v_cmp_ne_i16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x00]65070x0a,0x00,0x8d,0xd4,0x01,0xd5,0x00,0x006508 6509# W32: v_cmp_ne_i16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]6510# W64: v_cmp_ne_i16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x00]65110x0a,0x00,0x8d,0xd4,0xff,0x05,0x02,0x006512 6513# W32: v_cmp_ne_i16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]6514# W64: v_cmp_ne_i16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x00]65150x0a,0x00,0x8d,0xd4,0x6b,0x04,0x02,0x006516 6517# W32: v_cmp_ne_i16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]6518# W64: v_cmp_ne_i16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x00]65190x0a,0x00,0x8d,0xd4,0x6a,0x04,0x02,0x006520 6521# W32: v_cmp_ne_i16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]6522# W64: v_cmp_ne_i16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]65230x64,0x00,0x8d,0xd4,0x01,0x05,0x02,0x006524 6525# W32: v_cmp_ne_i16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]6526# W64: v_cmp_ne_i16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]65270x0c,0x00,0x8d,0xd4,0x01,0x05,0x02,0x006528 6529# W32: v_cmp_ne_i16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]6530# W64: v_cmp_ne_i16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x00]65310x6a,0x00,0x8d,0xd4,0x01,0x05,0x02,0x006532 6533# W32: v_cmp_ne_i32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]6534# W64: v_cmp_ne_i32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x00]65350x0a,0x00,0x85,0xd4,0xc1,0x04,0x02,0x006536 6537# W32: v_cmp_ne_i32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]6538# W64: v_cmp_ne_i32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x00]65390x0a,0x00,0x85,0xd4,0xf7,0x04,0x02,0x006540 6541# W32: v_cmp_ne_i32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]6542# W64: v_cmp_ne_i32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x00]65430x0a,0x00,0x85,0xd4,0x80,0x04,0x02,0x006544 6545# W32: v_cmp_ne_i32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]6546# W64: v_cmp_ne_i32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x00]65470x0a,0x00,0x85,0xd4,0xf0,0x04,0x02,0x006548 6549# W32: v_cmp_ne_i32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]6550# W64: v_cmp_ne_i32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x00]65510x0a,0x00,0x85,0xd4,0x7f,0x04,0x02,0x006552 6553# W32: v_cmp_ne_i32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]6554# W64: v_cmp_ne_i32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x00]65550x0a,0x00,0x85,0xd4,0x7e,0x04,0x02,0x006556 6557# W32: v_cmp_ne_i32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]6558# W64: v_cmp_ne_i32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x00]65590x0a,0x00,0x85,0xd4,0x7c,0x04,0x02,0x006560 6561# W32: v_cmp_ne_i32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]6562# W64: v_cmp_ne_i32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x00]65630x0a,0x00,0x85,0xd4,0x01,0x04,0x02,0x006564 6565# W32: v_cmp_ne_i32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]6566# W64: v_cmp_ne_i32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x00]65670x0a,0x00,0x85,0xd4,0x65,0x04,0x02,0x006568 6569# W32: v_cmp_ne_i32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]6570# W64: v_cmp_ne_i32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x00]65710x0a,0x00,0x85,0xd4,0x01,0x83,0x01,0x006572 6573# W32: v_cmp_ne_i32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]6574# W64: v_cmp_ne_i32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x00]65750x0a,0x00,0x85,0xd4,0x01,0xef,0x01,0x006576 6577# W32: v_cmp_ne_i32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]6578# W64: v_cmp_ne_i32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x00]65790x0a,0x00,0x85,0xd4,0x01,0x01,0x01,0x006580 6581# W32: v_cmp_ne_i32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]6582# W64: v_cmp_ne_i32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x00]65830x0a,0x00,0x85,0xd4,0x01,0xe1,0x01,0x006584 6585# W32: v_cmp_ne_i32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]6586# W64: v_cmp_ne_i32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x00]65870x0a,0x00,0x85,0xd4,0x01,0xff,0x00,0x006588 6589# W32: v_cmp_ne_i32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]6590# W64: v_cmp_ne_i32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x00]65910x0a,0x00,0x85,0xd4,0x01,0xfd,0x00,0x006592 6593# W32: v_cmp_ne_i32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]6594# W64: v_cmp_ne_i32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x00]65950x0a,0x00,0x85,0xd4,0x01,0xf9,0x00,0x006596 6597# W32: v_cmp_ne_i32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]6598# W64: v_cmp_ne_i32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x00]65990x0a,0x00,0x85,0xd4,0x01,0xcb,0x00,0x006600 6601# W32: v_cmp_ne_i32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]6602# W64: v_cmp_ne_i32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x00]66030x0a,0x00,0x85,0xd4,0x01,0x05,0x00,0x006604 6605# W32: v_cmp_ne_i32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]6606# W64: v_cmp_ne_i32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]66070x0a,0x00,0x85,0xd4,0x01,0x05,0x02,0x006608 6609# W32: v_cmp_ne_i32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]6610# W64: v_cmp_ne_i32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x00]66110x0a,0x00,0x85,0xd4,0x01,0xff,0x03,0x006612 6613# W32: v_cmp_ne_i32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]6614# W64: v_cmp_ne_i32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x00]66150x0a,0x00,0x85,0xd4,0x01,0xd7,0x00,0x006616 6617# W32: v_cmp_ne_i32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]6618# W64: v_cmp_ne_i32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x00]66190x0a,0x00,0x85,0xd4,0x01,0xd5,0x00,0x006620 6621# W32: v_cmp_ne_i32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]6622# W64: v_cmp_ne_i32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x00]66230x0a,0x00,0x85,0xd4,0xff,0x05,0x02,0x006624 6625# W32: v_cmp_ne_i32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]6626# W64: v_cmp_ne_i32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x00]66270x0a,0x00,0x85,0xd4,0x6b,0x04,0x02,0x006628 6629# W32: v_cmp_ne_i32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]6630# W64: v_cmp_ne_i32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x00]66310x0a,0x00,0x85,0xd4,0x6a,0x04,0x02,0x006632 6633# W32: v_cmp_ne_i32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]6634# W64: v_cmp_ne_i32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]66350x64,0x00,0x85,0xd4,0x01,0x05,0x02,0x006636 6637# W32: v_cmp_ne_i32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]6638# W64: v_cmp_ne_i32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]66390x0c,0x00,0x85,0xd4,0x01,0x05,0x02,0x006640 6641# W32: v_cmp_ne_i32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]6642# W64: v_cmp_ne_i32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x00]66430x6a,0x00,0x85,0xd4,0x01,0x05,0x02,0x006644 6645# W32: v_cmp_ne_i64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]6646# W64: v_cmp_ne_i64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x00]66470x0a,0x00,0xa5,0xd4,0xc1,0x04,0x02,0x006648 6649# W32: v_cmp_ne_i64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]6650# W64: v_cmp_ne_i64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x00]66510x0a,0x00,0xa5,0xd4,0xf7,0x04,0x02,0x006652 6653# W32: v_cmp_ne_i64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]6654# W64: v_cmp_ne_i64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x00]66550x0a,0x00,0xa5,0xd4,0x80,0x04,0x02,0x006656 6657# W32: v_cmp_ne_i64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]6658# W64: v_cmp_ne_i64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x00]66590x0a,0x00,0xa5,0xd4,0xf0,0x04,0x02,0x006660 6661# W32: v_cmp_ne_i64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]6662# W64: v_cmp_ne_i64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x00]66630x0a,0x00,0xa5,0xd4,0x7e,0x04,0x02,0x006664 6665# W32: v_cmp_ne_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]6666# W64: v_cmp_ne_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x00]66670x0a,0x00,0xa5,0xd4,0x64,0x04,0x02,0x006668 6669# W32: v_cmp_ne_i64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]6670# W64: v_cmp_ne_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x00]66710x0a,0x00,0xa5,0xd4,0x02,0x04,0x02,0x006672 6673# W32: v_cmp_ne_i64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]6674# W64: v_cmp_ne_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x00]66750x0a,0x00,0xa5,0xd4,0x04,0x04,0x02,0x006676 6677# W32: v_cmp_ne_i64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]6678# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x00]66790x0a,0x00,0xa5,0xd4,0x01,0x83,0x01,0x006680 6681# W32: v_cmp_ne_i64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]6682# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x00]66830x0a,0x00,0xa5,0xd4,0x01,0xef,0x01,0x006684 6685# W32: v_cmp_ne_i64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]6686# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x00]66870x0a,0x00,0xa5,0xd4,0x01,0x01,0x01,0x006688 6689# W32: v_cmp_ne_i64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]6690# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x00]66910x0a,0x00,0xa5,0xd4,0x01,0xe1,0x01,0x006692 6693# W32: v_cmp_ne_i64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]6694# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x00]66950x0a,0x00,0xa5,0xd4,0x01,0xfd,0x00,0x006696 6697# W32: v_cmp_ne_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]6698# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x00]66990x0a,0x00,0xa5,0xd4,0x01,0xc9,0x00,0x006700 6701# W32: v_cmp_ne_i64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]6702# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x00]67030x0a,0x00,0xa5,0xd4,0x01,0x09,0x00,0x006704 6705# W32: v_cmp_ne_i64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]6706# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x00]67070x0a,0x00,0xa5,0xd4,0x01,0x0d,0x00,0x006708 6709# W32: v_cmp_ne_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]6710# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x00]67110x0a,0x00,0xa5,0xd4,0x01,0xfd,0x03,0x006712 6713# W32: v_cmp_ne_i64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]6714# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]67150x0a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x006716 6717# W32: v_cmp_ne_i64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]6718# W64: v_cmp_ne_i64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x00]67190x0a,0x00,0xa5,0xd4,0x01,0xd5,0x00,0x006720 6721# W32: v_cmp_ne_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]6722# W64: v_cmp_ne_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x00]67230x0a,0x00,0xa5,0xd4,0xfe,0x05,0x02,0x006724 6725# W32: v_cmp_ne_i64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]6726# W64: v_cmp_ne_i64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x00]67270x0a,0x00,0xa5,0xd4,0x6a,0x04,0x02,0x006728 6729# W32: v_cmp_ne_i64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]6730# W64: v_cmp_ne_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]67310x64,0x00,0xa5,0xd4,0x01,0x05,0x02,0x006732 6733# W32: v_cmp_ne_i64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]6734# W64: v_cmp_ne_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]67350x0c,0x00,0xa5,0xd4,0x01,0x05,0x02,0x006736 6737# W32: v_cmp_ne_i64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]6738# W64: v_cmp_ne_i64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x00]67390x6a,0x00,0xa5,0xd4,0x01,0x05,0x02,0x006740 6741# W32: v_cmp_ne_u16_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]6742# W64: v_cmp_ne_u16_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x00]67430x0a,0x00,0xad,0xd4,0xc1,0x04,0x02,0x006744 6745# W32: v_cmp_ne_u16_e64 s10, 0xc400, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]6746# W64: v_cmp_ne_u16_e64 s[10:11], 0xc400, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0xc4,0x00,0x00]67470x0a,0x00,0xad,0xd4,0xf7,0x04,0x02,0x006748 6749# W32: v_cmp_ne_u16_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]6750# W64: v_cmp_ne_u16_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x00]67510x0a,0x00,0xad,0xd4,0x80,0x04,0x02,0x006752 6753# W32: v_cmp_ne_u16_e64 s10, 0x3800, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]6754# W64: v_cmp_ne_u16_e64 s[10:11], 0x3800, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x04,0x02,0x00,0x00,0x38,0x00,0x00]67550x0a,0x00,0xad,0xd4,0xf0,0x04,0x02,0x006756 6757# W32: v_cmp_ne_u16_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]6758# W64: v_cmp_ne_u16_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x00]67590x0a,0x00,0xad,0xd4,0x7f,0x04,0x02,0x006760 6761# W32: v_cmp_ne_u16_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]6762# W64: v_cmp_ne_u16_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x00]67630x0a,0x00,0xad,0xd4,0x7e,0x04,0x02,0x006764 6765# W32: v_cmp_ne_u16_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]6766# W64: v_cmp_ne_u16_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x00]67670x0a,0x00,0xad,0xd4,0x7c,0x04,0x02,0x006768 6769# W32: v_cmp_ne_u16_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]6770# W64: v_cmp_ne_u16_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x00]67710x0a,0x00,0xad,0xd4,0x01,0x04,0x02,0x006772 6773# W32: v_cmp_ne_u16_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]6774# W64: v_cmp_ne_u16_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x00]67750x0a,0x00,0xad,0xd4,0x65,0x04,0x02,0x006776 6777# W32: v_cmp_ne_u16_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]6778# W64: v_cmp_ne_u16_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x00]67790x0a,0x00,0xad,0xd4,0x01,0x83,0x01,0x006780 6781# W32: v_cmp_ne_u16_e64 s10, v1, 0xc400        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]6782# W64: v_cmp_ne_u16_e64 s[10:11], v1, 0xc400   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0xc4,0x00,0x00]67830x0a,0x00,0xad,0xd4,0x01,0xef,0x01,0x006784 6785# W32: v_cmp_ne_u16_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]6786# W64: v_cmp_ne_u16_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x00]67870x0a,0x00,0xad,0xd4,0x01,0x01,0x01,0x006788 6789# W32: v_cmp_ne_u16_e64 s10, v1, 0x3800        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]6790# W64: v_cmp_ne_u16_e64 s[10:11], v1, 0x3800   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x01,0x00,0x00,0x38,0x00,0x00]67910x0a,0x00,0xad,0xd4,0x01,0xe1,0x01,0x006792 6793# W32: v_cmp_ne_u16_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]6794# W64: v_cmp_ne_u16_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x00]67950x0a,0x00,0xad,0xd4,0x01,0xff,0x00,0x006796 6797# W32: v_cmp_ne_u16_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]6798# W64: v_cmp_ne_u16_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x00]67990x0a,0x00,0xad,0xd4,0x01,0xfd,0x00,0x006800 6801# W32: v_cmp_ne_u16_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]6802# W64: v_cmp_ne_u16_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x00]68030x0a,0x00,0xad,0xd4,0x01,0xf9,0x00,0x006804 6805# W32: v_cmp_ne_u16_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]6806# W64: v_cmp_ne_u16_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x00]68070x0a,0x00,0xad,0xd4,0x01,0xcb,0x00,0x006808 6809# W32: v_cmp_ne_u16_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]6810# W64: v_cmp_ne_u16_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x00]68110x0a,0x00,0xad,0xd4,0x01,0x05,0x00,0x006812 6813# W32: v_cmp_ne_u16_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]6814# W64: v_cmp_ne_u16_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]68150x0a,0x00,0xad,0xd4,0x01,0x05,0x02,0x006816 6817# W32: v_cmp_ne_u16_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]6818# W64: v_cmp_ne_u16_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x00]68190x0a,0x00,0xad,0xd4,0x01,0xff,0x03,0x006820 6821# W32: v_cmp_ne_u16_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]6822# W64: v_cmp_ne_u16_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x00]68230x0a,0x00,0xad,0xd4,0x01,0xd7,0x00,0x006824 6825# W32: v_cmp_ne_u16_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]6826# W64: v_cmp_ne_u16_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x00]68270x0a,0x00,0xad,0xd4,0x01,0xd5,0x00,0x006828 6829# W32: v_cmp_ne_u16_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]6830# W64: v_cmp_ne_u16_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x00]68310x0a,0x00,0xad,0xd4,0xff,0x05,0x02,0x006832 6833# W32: v_cmp_ne_u16_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]6834# W64: v_cmp_ne_u16_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x00]68350x0a,0x00,0xad,0xd4,0x6b,0x04,0x02,0x006836 6837# W32: v_cmp_ne_u16_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]6838# W64: v_cmp_ne_u16_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x00]68390x0a,0x00,0xad,0xd4,0x6a,0x04,0x02,0x006840 6841# W32: v_cmp_ne_u16_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]6842# W64: v_cmp_ne_u16_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]68430x64,0x00,0xad,0xd4,0x01,0x05,0x02,0x006844 6845# W32: v_cmp_ne_u16_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]6846# W64: v_cmp_ne_u16_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]68470x0c,0x00,0xad,0xd4,0x01,0x05,0x02,0x006848 6849# W32: v_cmp_ne_u16_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]6850# W64: v_cmp_ne_u16_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x00]68510x6a,0x00,0xad,0xd4,0x01,0x05,0x02,0x006852 6853# W32: v_cmp_ne_u32_e64 s10, -1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]6854# W64: v_cmp_ne_u32_e64 s[10:11], -1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x00]68550x0a,0x00,0xc5,0xd4,0xc1,0x04,0x02,0x006856 6857# W32: v_cmp_ne_u32_e64 s10, -4.0, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]6858# W64: v_cmp_ne_u32_e64 s[10:11], -4.0, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x00]68590x0a,0x00,0xc5,0xd4,0xf7,0x04,0x02,0x006860 6861# W32: v_cmp_ne_u32_e64 s10, 0, v2             ; encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]6862# W64: v_cmp_ne_u32_e64 s[10:11], 0, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x00]68630x0a,0x00,0xc5,0xd4,0x80,0x04,0x02,0x006864 6865# W32: v_cmp_ne_u32_e64 s10, 0.5, v2           ; encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]6866# W64: v_cmp_ne_u32_e64 s[10:11], 0.5, v2      ; encoding: [0x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x00]68670x0a,0x00,0xc5,0xd4,0xf0,0x04,0x02,0x006868 6869# W32: v_cmp_ne_u32_e64 s10, exec_hi, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]6870# W64: v_cmp_ne_u32_e64 s[10:11], exec_hi, v2  ; encoding: [0x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x00]68710x0a,0x00,0xc5,0xd4,0x7f,0x04,0x02,0x006872 6873# W32: v_cmp_ne_u32_e64 s10, exec_lo, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]6874# W64: v_cmp_ne_u32_e64 s[10:11], exec_lo, v2  ; encoding: [0x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x00]68750x0a,0x00,0xc5,0xd4,0x7e,0x04,0x02,0x006876 6877# W32: v_cmp_ne_u32_e64 s10, m0, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]6878# W64: v_cmp_ne_u32_e64 s[10:11], m0, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x00]68790x0a,0x00,0xc5,0xd4,0x7c,0x04,0x02,0x006880 6881# W32: v_cmp_ne_u32_e64 s10, s1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]6882# W64: v_cmp_ne_u32_e64 s[10:11], s1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x00]68830x0a,0x00,0xc5,0xd4,0x01,0x04,0x02,0x006884 6885# W32: v_cmp_ne_u32_e64 s10, s101, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]6886# W64: v_cmp_ne_u32_e64 s[10:11], s101, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x00]68870x0a,0x00,0xc5,0xd4,0x65,0x04,0x02,0x006888 6889# W32: v_cmp_ne_u32_e64 s10, v1, -1            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]6890# W64: v_cmp_ne_u32_e64 s[10:11], v1, -1       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x00]68910x0a,0x00,0xc5,0xd4,0x01,0x83,0x01,0x006892 6893# W32: v_cmp_ne_u32_e64 s10, v1, -4.0          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]6894# W64: v_cmp_ne_u32_e64 s[10:11], v1, -4.0     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x00]68950x0a,0x00,0xc5,0xd4,0x01,0xef,0x01,0x006896 6897# W32: v_cmp_ne_u32_e64 s10, v1, 0             ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]6898# W64: v_cmp_ne_u32_e64 s[10:11], v1, 0        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x00]68990x0a,0x00,0xc5,0xd4,0x01,0x01,0x01,0x006900 6901# W32: v_cmp_ne_u32_e64 s10, v1, 0.5           ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]6902# W64: v_cmp_ne_u32_e64 s[10:11], v1, 0.5      ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x00]69030x0a,0x00,0xc5,0xd4,0x01,0xe1,0x01,0x006904 6905# W32: v_cmp_ne_u32_e64 s10, v1, exec_hi       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]6906# W64: v_cmp_ne_u32_e64 s[10:11], v1, exec_hi  ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x00]69070x0a,0x00,0xc5,0xd4,0x01,0xff,0x00,0x006908 6909# W32: v_cmp_ne_u32_e64 s10, v1, exec_lo       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]6910# W64: v_cmp_ne_u32_e64 s[10:11], v1, exec_lo  ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x00]69110x0a,0x00,0xc5,0xd4,0x01,0xfd,0x00,0x006912 6913# W32: v_cmp_ne_u32_e64 s10, v1, m0            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]6914# W64: v_cmp_ne_u32_e64 s[10:11], v1, m0       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x00]69150x0a,0x00,0xc5,0xd4,0x01,0xf9,0x00,0x006916 6917# W32: v_cmp_ne_u32_e64 s10, v1, s101          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]6918# W64: v_cmp_ne_u32_e64 s[10:11], v1, s101     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x00]69190x0a,0x00,0xc5,0xd4,0x01,0xcb,0x00,0x006920 6921# W32: v_cmp_ne_u32_e64 s10, v1, s2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]6922# W64: v_cmp_ne_u32_e64 s[10:11], v1, s2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x00]69230x0a,0x00,0xc5,0xd4,0x01,0x05,0x00,0x006924 6925# W32: v_cmp_ne_u32_e64 s10, v1, v2            ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]6926# W64: v_cmp_ne_u32_e64 s[10:11], v1, v2       ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]69270x0a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x006928 6929# W32: v_cmp_ne_u32_e64 s10, v1, v255          ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]6930# W64: v_cmp_ne_u32_e64 s[10:11], v1, v255     ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x00]69310x0a,0x00,0xc5,0xd4,0x01,0xff,0x03,0x006932 6933# W32: v_cmp_ne_u32_e64 s10, v1, vcc_hi        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]6934# W64: v_cmp_ne_u32_e64 s[10:11], v1, vcc_hi   ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x00]69350x0a,0x00,0xc5,0xd4,0x01,0xd7,0x00,0x006936 6937# W32: v_cmp_ne_u32_e64 s10, v1, vcc_lo        ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]6938# W64: v_cmp_ne_u32_e64 s[10:11], v1, vcc_lo   ; encoding: [0x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x00]69390x0a,0x00,0xc5,0xd4,0x01,0xd5,0x00,0x006940 6941# W32: v_cmp_ne_u32_e64 s10, v255, v2          ; encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]6942# W64: v_cmp_ne_u32_e64 s[10:11], v255, v2     ; encoding: [0x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x00]69430x0a,0x00,0xc5,0xd4,0xff,0x05,0x02,0x006944 6945# W32: v_cmp_ne_u32_e64 s10, vcc_hi, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]6946# W64: v_cmp_ne_u32_e64 s[10:11], vcc_hi, v2   ; encoding: [0x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x00]69470x0a,0x00,0xc5,0xd4,0x6b,0x04,0x02,0x006948 6949# W32: v_cmp_ne_u32_e64 s10, vcc_lo, v2        ; encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]6950# W64: v_cmp_ne_u32_e64 s[10:11], vcc_lo, v2   ; encoding: [0x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x00]69510x0a,0x00,0xc5,0xd4,0x6a,0x04,0x02,0x006952 6953# W32: v_cmp_ne_u32_e64 s100, v1, v2           ; encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]6954# W64: v_cmp_ne_u32_e64 s[100:101], v1, v2     ; encoding: [0x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]69550x64,0x00,0xc5,0xd4,0x01,0x05,0x02,0x006956 6957# W32: v_cmp_ne_u32_e64 s12, v1, v2            ; encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]6958# W64: v_cmp_ne_u32_e64 s[12:13], v1, v2       ; encoding: [0x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]69590x0c,0x00,0xc5,0xd4,0x01,0x05,0x02,0x006960 6961# W32: v_cmp_ne_u32_e64 vcc_lo, v1, v2         ; encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]6962# W64: v_cmp_ne_u32_e64 vcc, v1, v2            ; encoding: [0x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x00]69630x6a,0x00,0xc5,0xd4,0x01,0x05,0x02,0x006964 6965# W32: v_cmp_ne_u64_e64 s10, -1, v[2:3]        ; encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]6966# W64: v_cmp_ne_u64_e64 s[10:11], -1, v[2:3]   ; encoding: [0x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x00]69670x0a,0x00,0xe5,0xd4,0xc1,0x04,0x02,0x006968 6969# W32: v_cmp_ne_u64_e64 s10, -4.0, v[2:3]      ; encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]6970# W64: v_cmp_ne_u64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x00]69710x0a,0x00,0xe5,0xd4,0xf7,0x04,0x02,0x006972 6973# W32: v_cmp_ne_u64_e64 s10, 0, v[2:3]         ; encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]6974# W64: v_cmp_ne_u64_e64 s[10:11], 0, v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x00]69750x0a,0x00,0xe5,0xd4,0x80,0x04,0x02,0x006976 6977# W32: v_cmp_ne_u64_e64 s10, 0.5, v[2:3]       ; encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]6978# W64: v_cmp_ne_u64_e64 s[10:11], 0.5, v[2:3]  ; encoding: [0x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x00]69790x0a,0x00,0xe5,0xd4,0xf0,0x04,0x02,0x006980 6981# W32: v_cmp_ne_u64_e64 s10, exec, v[2:3]      ; encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]6982# W64: v_cmp_ne_u64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x00]69830x0a,0x00,0xe5,0xd4,0x7e,0x04,0x02,0x006984 6985# W32: v_cmp_ne_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]6986# W64: v_cmp_ne_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x00]69870x0a,0x00,0xe5,0xd4,0x64,0x04,0x02,0x006988 6989# W32: v_cmp_ne_u64_e64 s10, s[2:3], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]6990# W64: v_cmp_ne_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x00]69910x0a,0x00,0xe5,0xd4,0x02,0x04,0x02,0x006992 6993# W32: v_cmp_ne_u64_e64 s10, s[4:5], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]6994# W64: v_cmp_ne_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x00]69950x0a,0x00,0xe5,0xd4,0x04,0x04,0x02,0x006996 6997# W32: v_cmp_ne_u64_e64 s10, v[1:2], -1        ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]6998# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], -1   ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x00]69990x0a,0x00,0xe5,0xd4,0x01,0x83,0x01,0x007000 7001# W32: v_cmp_ne_u64_e64 s10, v[1:2], -4.0      ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]7002# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x00]70030x0a,0x00,0xe5,0xd4,0x01,0xef,0x01,0x007004 7005# W32: v_cmp_ne_u64_e64 s10, v[1:2], 0         ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]7006# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x00]70070x0a,0x00,0xe5,0xd4,0x01,0x01,0x01,0x007008 7009# W32: v_cmp_ne_u64_e64 s10, v[1:2], 0.5       ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]7010# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], 0.5  ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x00]70110x0a,0x00,0xe5,0xd4,0x01,0xe1,0x01,0x007012 7013# W32: v_cmp_ne_u64_e64 s10, v[1:2], exec      ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]7014# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x00]70150x0a,0x00,0xe5,0xd4,0x01,0xfd,0x00,0x007016 7017# W32: v_cmp_ne_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]7018# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x00]70190x0a,0x00,0xe5,0xd4,0x01,0xc9,0x00,0x007020 7021# W32: v_cmp_ne_u64_e64 s10, v[1:2], s[4:5]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]7022# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x00]70230x0a,0x00,0xe5,0xd4,0x01,0x09,0x00,0x007024 7025# W32: v_cmp_ne_u64_e64 s10, v[1:2], s[6:7]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]7026# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x00]70270x0a,0x00,0xe5,0xd4,0x01,0x0d,0x00,0x007028 7029# W32: v_cmp_ne_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]7030# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x00]70310x0a,0x00,0xe5,0xd4,0x01,0xfd,0x03,0x007032 7033# W32: v_cmp_ne_u64_e64 s10, v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]7034# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]70350x0a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x007036 7037# W32: v_cmp_ne_u64_e64 s10, v[1:2], vcc       ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]7038# W64: v_cmp_ne_u64_e64 s[10:11], v[1:2], vcc  ; encoding: [0x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x00]70390x0a,0x00,0xe5,0xd4,0x01,0xd5,0x00,0x007040 7041# W32: v_cmp_ne_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]7042# W64: v_cmp_ne_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x00]70430x0a,0x00,0xe5,0xd4,0xfe,0x05,0x02,0x007044 7045# W32: v_cmp_ne_u64_e64 s10, vcc, v[2:3]       ; encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]7046# W64: v_cmp_ne_u64_e64 s[10:11], vcc, v[2:3]  ; encoding: [0x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x00]70470x0a,0x00,0xe5,0xd4,0x6a,0x04,0x02,0x007048 7049# W32: v_cmp_ne_u64_e64 s100, v[1:2], v[2:3]   ; encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]7050# W64: v_cmp_ne_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]70510x64,0x00,0xe5,0xd4,0x01,0x05,0x02,0x007052 7053# W32: v_cmp_ne_u64_e64 s12, v[1:2], v[2:3]    ; encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]7054# W64: v_cmp_ne_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]70550x0c,0x00,0xe5,0xd4,0x01,0x05,0x02,0x007056 7057# W32: v_cmp_ne_u64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]7058# W64: v_cmp_ne_u64_e64 vcc, v[1:2], v[2:3]    ; encoding: [0x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x00]70590x6a,0x00,0xe5,0xd4,0x01,0x05,0x02,0x007060 7061# W32: v_cmp_neq_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]7062# W64: v_cmp_neq_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x00]70630x0a,0x00,0xed,0xd4,0xc1,0x04,0x02,0x007064 7065# W32: v_cmp_neq_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]7066# W64: v_cmp_neq_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x00]70670x0a,0x00,0xed,0xd4,0xf7,0x04,0x02,0x007068 7069# W32: v_cmp_neq_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]7070# W64: v_cmp_neq_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x60]70710x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x607072 7073# W32: v_cmp_neq_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]7074# W64: v_cmp_neq_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x20]70750x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x207076 7077# W32: v_cmp_neq_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]7078# W64: v_cmp_neq_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x00]70790x0a,0x00,0xed,0xd4,0x80,0x04,0x02,0x007080 7081# W32: v_cmp_neq_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]7082# W64: v_cmp_neq_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x00]70830x0a,0x00,0xed,0xd4,0xf0,0x04,0x02,0x007084 7085# W32: v_cmp_neq_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]7086# W64: v_cmp_neq_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x00]70870x0a,0x00,0xed,0xd4,0x7f,0x04,0x02,0x007088 7089# W32: v_cmp_neq_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]7090# W64: v_cmp_neq_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x00]70910x0a,0x00,0xed,0xd4,0x7e,0x04,0x02,0x007092 7093# W32: v_cmp_neq_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]7094# W64: v_cmp_neq_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x00]70950x0a,0x00,0xed,0xd4,0x7c,0x04,0x02,0x007096 7097# W32: v_cmp_neq_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]7098# W64: v_cmp_neq_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x00]70990x0a,0x00,0xed,0xd4,0x01,0x04,0x02,0x007100 7101# W32: v_cmp_neq_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]7102# W64: v_cmp_neq_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x00]71030x0a,0x00,0xed,0xd4,0x65,0x04,0x02,0x007104 7105# W32: v_cmp_neq_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]7106# W64: v_cmp_neq_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x00]71070x0a,0x00,0xed,0xd4,0x01,0x83,0x01,0x007108 7109# W32: v_cmp_neq_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]7110# W64: v_cmp_neq_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x00]71110x0a,0x00,0xed,0xd4,0x01,0xef,0x01,0x007112 7113# W32: v_cmp_neq_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]7114# W64: v_cmp_neq_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x40]71150x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x407116 7117# W32: v_cmp_neq_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]7118# W64: v_cmp_neq_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x00]71190x0a,0x00,0xed,0xd4,0x01,0x01,0x01,0x007120 7121# W32: v_cmp_neq_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]7122# W64: v_cmp_neq_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x00]71230x0a,0x00,0xed,0xd4,0x01,0xe1,0x01,0x007124 7125# W32: v_cmp_neq_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]7126# W64: v_cmp_neq_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x00]71270x0a,0x00,0xed,0xd4,0x01,0xff,0x00,0x007128 7129# W32: v_cmp_neq_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]7130# W64: v_cmp_neq_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x00]71310x0a,0x00,0xed,0xd4,0x01,0xfd,0x00,0x007132 7133# W32: v_cmp_neq_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]7134# W64: v_cmp_neq_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x00]71350x0a,0x00,0xed,0xd4,0x01,0xf9,0x00,0x007136 7137# W32: v_cmp_neq_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]7138# W64: v_cmp_neq_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x00]71390x0a,0x00,0xed,0xd4,0x01,0xcb,0x00,0x007140 7141# W32: v_cmp_neq_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]7142# W64: v_cmp_neq_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x00]71430x0a,0x00,0xed,0xd4,0x01,0x05,0x00,0x007144 7145# W32: v_cmp_neq_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]7146# W64: v_cmp_neq_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]71470x0a,0x00,0xed,0xd4,0x01,0x05,0x02,0x007148 7149# W32: v_cmp_neq_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]7150# W64: v_cmp_neq_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x00]71510x0a,0x80,0xed,0xd4,0x01,0x05,0x02,0x007152 7153# W32: v_cmp_neq_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]7154# W64: v_cmp_neq_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x00]71550x0a,0x00,0xed,0xd4,0x01,0xff,0x03,0x007156 7157# W32: v_cmp_neq_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]7158# W64: v_cmp_neq_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x00]71590x0a,0x00,0xed,0xd4,0x01,0xd7,0x00,0x007160 7161# W32: v_cmp_neq_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]7162# W64: v_cmp_neq_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x00]71630x0a,0x00,0xed,0xd4,0x01,0xd5,0x00,0x007164 7165# W32: v_cmp_neq_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]7166# W64: v_cmp_neq_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x00]71670x0a,0x00,0xed,0xd4,0xff,0x05,0x02,0x007168 7169# W32: v_cmp_neq_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]7170# W64: v_cmp_neq_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x00]71710x0a,0x00,0xed,0xd4,0x6b,0x04,0x02,0x007172 7173# W32: v_cmp_neq_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]7174# W64: v_cmp_neq_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x00]71750x0a,0x00,0xed,0xd4,0x6a,0x04,0x02,0x007176 7177# W32: v_cmp_neq_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]7178# W64: v_cmp_neq_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]71790x64,0x00,0xed,0xd4,0x01,0x05,0x02,0x007180 7181# W32: v_cmp_neq_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]7182# W64: v_cmp_neq_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]71830x0c,0x00,0xed,0xd4,0x01,0x05,0x02,0x007184 7185# W32: v_cmp_neq_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]7186# W64: v_cmp_neq_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x00]71870x6a,0x00,0xed,0xd4,0x01,0x05,0x02,0x007188 7189# W32: v_cmp_neq_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]7190# W64: v_cmp_neq_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x00]71910x0a,0x00,0x0d,0xd4,0xc1,0x04,0x02,0x007192 7193# W32: v_cmp_neq_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]7194# W64: v_cmp_neq_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x00]71950x0a,0x00,0x0d,0xd4,0xf7,0x04,0x02,0x007196 7197# W32: v_cmp_neq_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]7198# W64: v_cmp_neq_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x60]71990x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x607200 7201# W32: v_cmp_neq_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]7202# W64: v_cmp_neq_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x20]72030x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x207204 7205# W32: v_cmp_neq_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]7206# W64: v_cmp_neq_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x00]72070x0a,0x00,0x0d,0xd4,0x80,0x04,0x02,0x007208 7209# W32: v_cmp_neq_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]7210# W64: v_cmp_neq_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x00]72110x0a,0x00,0x0d,0xd4,0xf0,0x04,0x02,0x007212 7213# W32: v_cmp_neq_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]7214# W64: v_cmp_neq_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x00]72150x0a,0x00,0x0d,0xd4,0x7f,0x04,0x02,0x007216 7217# W32: v_cmp_neq_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]7218# W64: v_cmp_neq_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x00]72190x0a,0x00,0x0d,0xd4,0x7e,0x04,0x02,0x007220 7221# W32: v_cmp_neq_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]7222# W64: v_cmp_neq_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x00]72230x0a,0x00,0x0d,0xd4,0x7c,0x04,0x02,0x007224 7225# W32: v_cmp_neq_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]7226# W64: v_cmp_neq_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x00]72270x0a,0x00,0x0d,0xd4,0x01,0x04,0x02,0x007228 7229# W32: v_cmp_neq_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]7230# W64: v_cmp_neq_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x00]72310x0a,0x00,0x0d,0xd4,0x65,0x04,0x02,0x007232 7233# W32: v_cmp_neq_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]7234# W64: v_cmp_neq_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x00]72350x0a,0x00,0x0d,0xd4,0x01,0x83,0x01,0x007236 7237# W32: v_cmp_neq_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]7238# W64: v_cmp_neq_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x00]72390x0a,0x00,0x0d,0xd4,0x01,0xef,0x01,0x007240 7241# W32: v_cmp_neq_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]7242# W64: v_cmp_neq_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x40]72430x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x407244 7245# W32: v_cmp_neq_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]7246# W64: v_cmp_neq_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x00]72470x0a,0x00,0x0d,0xd4,0x01,0x01,0x01,0x007248 7249# W32: v_cmp_neq_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]7250# W64: v_cmp_neq_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x00]72510x0a,0x00,0x0d,0xd4,0x01,0xe1,0x01,0x007252 7253# W32: v_cmp_neq_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]7254# W64: v_cmp_neq_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x00]72550x0a,0x00,0x0d,0xd4,0x01,0xff,0x00,0x007256 7257# W32: v_cmp_neq_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]7258# W64: v_cmp_neq_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x00]72590x0a,0x00,0x0d,0xd4,0x01,0xfd,0x00,0x007260 7261# W32: v_cmp_neq_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]7262# W64: v_cmp_neq_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x00]72630x0a,0x00,0x0d,0xd4,0x01,0xf9,0x00,0x007264 7265# W32: v_cmp_neq_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]7266# W64: v_cmp_neq_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x00]72670x0a,0x00,0x0d,0xd4,0x01,0xcb,0x00,0x007268 7269# W32: v_cmp_neq_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]7270# W64: v_cmp_neq_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x00]72710x0a,0x00,0x0d,0xd4,0x01,0x05,0x00,0x007272 7273# W32: v_cmp_neq_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]7274# W64: v_cmp_neq_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]72750x0a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x007276 7277# W32: v_cmp_neq_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]7278# W64: v_cmp_neq_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x00]72790x0a,0x80,0x0d,0xd4,0x01,0x05,0x02,0x007280 7281# W32: v_cmp_neq_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]7282# W64: v_cmp_neq_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x00]72830x0a,0x00,0x0d,0xd4,0x01,0xff,0x03,0x007284 7285# W32: v_cmp_neq_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]7286# W64: v_cmp_neq_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x00]72870x0a,0x00,0x0d,0xd4,0x01,0xd7,0x00,0x007288 7289# W32: v_cmp_neq_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]7290# W64: v_cmp_neq_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x00]72910x0a,0x00,0x0d,0xd4,0x01,0xd5,0x00,0x007292 7293# W32: v_cmp_neq_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]7294# W64: v_cmp_neq_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x00]72950x0a,0x00,0x0d,0xd4,0xff,0x05,0x02,0x007296 7297# W32: v_cmp_neq_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]7298# W64: v_cmp_neq_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x00]72990x0a,0x00,0x0d,0xd4,0x6b,0x04,0x02,0x007300 7301# W32: v_cmp_neq_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]7302# W64: v_cmp_neq_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x00]73030x0a,0x00,0x0d,0xd4,0x6a,0x04,0x02,0x007304 7305# W32: v_cmp_neq_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]7306# W64: v_cmp_neq_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]73070x64,0x00,0x0d,0xd4,0x01,0x05,0x02,0x007308 7309# W32: v_cmp_neq_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]7310# W64: v_cmp_neq_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]73110x0c,0x00,0x0d,0xd4,0x01,0x05,0x02,0x007312 7313# W32: v_cmp_neq_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]7314# W64: v_cmp_neq_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x00]73150x6a,0x00,0x0d,0xd4,0x01,0x05,0x02,0x007316 7317# W32: v_cmp_neq_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]7318# W64: v_cmp_neq_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x00]73190x0a,0x00,0x2d,0xd4,0xc1,0x04,0x02,0x007320 7321# W32: v_cmp_neq_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]7322# W64: v_cmp_neq_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x00]73230x0a,0x00,0x2d,0xd4,0xf7,0x04,0x02,0x007324 7325# W32: v_cmp_neq_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]7326# W64: v_cmp_neq_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x60]73270x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x607328 7329# W32: v_cmp_neq_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]7330# W64: v_cmp_neq_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x20]73310x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x207332 7333# W32: v_cmp_neq_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]7334# W64: v_cmp_neq_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x00]73350x0a,0x00,0x2d,0xd4,0x80,0x04,0x02,0x007336 7337# W32: v_cmp_neq_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]7338# W64: v_cmp_neq_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x00]73390x0a,0x00,0x2d,0xd4,0xf0,0x04,0x02,0x007340 7341# W32: v_cmp_neq_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]7342# W64: v_cmp_neq_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x00]73430x0a,0x00,0x2d,0xd4,0x7e,0x04,0x02,0x007344 7345# W32: v_cmp_neq_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]7346# W64: v_cmp_neq_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x00]73470x0a,0x00,0x2d,0xd4,0x64,0x04,0x02,0x007348 7349# W32: v_cmp_neq_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]7350# W64: v_cmp_neq_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x00]73510x0a,0x00,0x2d,0xd4,0x02,0x04,0x02,0x007352 7353# W32: v_cmp_neq_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]7354# W64: v_cmp_neq_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x00]73550x0a,0x00,0x2d,0xd4,0x04,0x04,0x02,0x007356 7357# W32: v_cmp_neq_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]7358# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x00]73590x0a,0x00,0x2d,0xd4,0x01,0x83,0x01,0x007360 7361# W32: v_cmp_neq_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]7362# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x00]73630x0a,0x00,0x2d,0xd4,0x01,0xef,0x01,0x007364 7365# W32: v_cmp_neq_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]7366# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x40]73670x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x407368 7369# W32: v_cmp_neq_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]7370# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x00]73710x0a,0x00,0x2d,0xd4,0x01,0x01,0x01,0x007372 7373# W32: v_cmp_neq_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]7374# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x00]73750x0a,0x00,0x2d,0xd4,0x01,0xe1,0x01,0x007376 7377# W32: v_cmp_neq_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]7378# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x00]73790x0a,0x00,0x2d,0xd4,0x01,0xfd,0x00,0x007380 7381# W32: v_cmp_neq_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]7382# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x00]73830x0a,0x00,0x2d,0xd4,0x01,0xc9,0x00,0x007384 7385# W32: v_cmp_neq_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]7386# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x00]73870x0a,0x00,0x2d,0xd4,0x01,0x09,0x00,0x007388 7389# W32: v_cmp_neq_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]7390# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x00]73910x0a,0x00,0x2d,0xd4,0x01,0x0d,0x00,0x007392 7393# W32: v_cmp_neq_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]7394# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x00]73950x0a,0x00,0x2d,0xd4,0x01,0xfd,0x03,0x007396 7397# W32: v_cmp_neq_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]7398# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]73990x0a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x007400 7401# W32: v_cmp_neq_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]7402# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x00]74030x0a,0x80,0x2d,0xd4,0x01,0x05,0x02,0x007404 7405# W32: v_cmp_neq_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]7406# W64: v_cmp_neq_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x00]74070x0a,0x00,0x2d,0xd4,0x01,0xd5,0x00,0x007408 7409# W32: v_cmp_neq_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]7410# W64: v_cmp_neq_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x00]74110x0a,0x00,0x2d,0xd4,0xfe,0x05,0x02,0x007412 7413# W32: v_cmp_neq_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]7414# W64: v_cmp_neq_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x00]74150x0a,0x00,0x2d,0xd4,0x6a,0x04,0x02,0x007416 7417# W32: v_cmp_neq_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]7418# W64: v_cmp_neq_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]74190x64,0x00,0x2d,0xd4,0x01,0x05,0x02,0x007420 7421# W32: v_cmp_neq_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]7422# W64: v_cmp_neq_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]74230x0c,0x00,0x2d,0xd4,0x01,0x05,0x02,0x007424 7425# W32: v_cmp_neq_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]7426# W64: v_cmp_neq_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x00]74270x6a,0x00,0x2d,0xd4,0x01,0x05,0x02,0x007428 7429# W32: v_cmp_nge_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]7430# W64: v_cmp_nge_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x00]74310x0a,0x00,0xe9,0xd4,0xc1,0x04,0x02,0x007432 7433# W32: v_cmp_nge_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]7434# W64: v_cmp_nge_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x00]74350x0a,0x00,0xe9,0xd4,0xf7,0x04,0x02,0x007436 7437# W32: v_cmp_nge_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]7438# W64: v_cmp_nge_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x60]74390x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x607440 7441# W32: v_cmp_nge_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]7442# W64: v_cmp_nge_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x20]74430x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x207444 7445# W32: v_cmp_nge_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]7446# W64: v_cmp_nge_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x00]74470x0a,0x00,0xe9,0xd4,0x80,0x04,0x02,0x007448 7449# W32: v_cmp_nge_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]7450# W64: v_cmp_nge_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x00]74510x0a,0x00,0xe9,0xd4,0xf0,0x04,0x02,0x007452 7453# W32: v_cmp_nge_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]7454# W64: v_cmp_nge_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x00]74550x0a,0x00,0xe9,0xd4,0x7f,0x04,0x02,0x007456 7457# W32: v_cmp_nge_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]7458# W64: v_cmp_nge_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x00]74590x0a,0x00,0xe9,0xd4,0x7e,0x04,0x02,0x007460 7461# W32: v_cmp_nge_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]7462# W64: v_cmp_nge_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x00]74630x0a,0x00,0xe9,0xd4,0x7c,0x04,0x02,0x007464 7465# W32: v_cmp_nge_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]7466# W64: v_cmp_nge_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x00]74670x0a,0x00,0xe9,0xd4,0x01,0x04,0x02,0x007468 7469# W32: v_cmp_nge_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]7470# W64: v_cmp_nge_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x00]74710x0a,0x00,0xe9,0xd4,0x65,0x04,0x02,0x007472 7473# W32: v_cmp_nge_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]7474# W64: v_cmp_nge_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x00]74750x0a,0x00,0xe9,0xd4,0x01,0x83,0x01,0x007476 7477# W32: v_cmp_nge_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]7478# W64: v_cmp_nge_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x00]74790x0a,0x00,0xe9,0xd4,0x01,0xef,0x01,0x007480 7481# W32: v_cmp_nge_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]7482# W64: v_cmp_nge_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x40]74830x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x407484 7485# W32: v_cmp_nge_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]7486# W64: v_cmp_nge_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x00]74870x0a,0x00,0xe9,0xd4,0x01,0x01,0x01,0x007488 7489# W32: v_cmp_nge_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]7490# W64: v_cmp_nge_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x00]74910x0a,0x00,0xe9,0xd4,0x01,0xe1,0x01,0x007492 7493# W32: v_cmp_nge_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]7494# W64: v_cmp_nge_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x00]74950x0a,0x00,0xe9,0xd4,0x01,0xff,0x00,0x007496 7497# W32: v_cmp_nge_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]7498# W64: v_cmp_nge_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x00]74990x0a,0x00,0xe9,0xd4,0x01,0xfd,0x00,0x007500 7501# W32: v_cmp_nge_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]7502# W64: v_cmp_nge_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x00]75030x0a,0x00,0xe9,0xd4,0x01,0xf9,0x00,0x007504 7505# W32: v_cmp_nge_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]7506# W64: v_cmp_nge_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x00]75070x0a,0x00,0xe9,0xd4,0x01,0xcb,0x00,0x007508 7509# W32: v_cmp_nge_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]7510# W64: v_cmp_nge_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x00]75110x0a,0x00,0xe9,0xd4,0x01,0x05,0x00,0x007512 7513# W32: v_cmp_nge_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]7514# W64: v_cmp_nge_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]75150x0a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x007516 7517# W32: v_cmp_nge_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]7518# W64: v_cmp_nge_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x00]75190x0a,0x80,0xe9,0xd4,0x01,0x05,0x02,0x007520 7521# W32: v_cmp_nge_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]7522# W64: v_cmp_nge_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x00]75230x0a,0x00,0xe9,0xd4,0x01,0xff,0x03,0x007524 7525# W32: v_cmp_nge_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]7526# W64: v_cmp_nge_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x00]75270x0a,0x00,0xe9,0xd4,0x01,0xd7,0x00,0x007528 7529# W32: v_cmp_nge_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]7530# W64: v_cmp_nge_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x00]75310x0a,0x00,0xe9,0xd4,0x01,0xd5,0x00,0x007532 7533# W32: v_cmp_nge_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]7534# W64: v_cmp_nge_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x00]75350x0a,0x00,0xe9,0xd4,0xff,0x05,0x02,0x007536 7537# W32: v_cmp_nge_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]7538# W64: v_cmp_nge_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x00]75390x0a,0x00,0xe9,0xd4,0x6b,0x04,0x02,0x007540 7541# W32: v_cmp_nge_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]7542# W64: v_cmp_nge_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x00]75430x0a,0x00,0xe9,0xd4,0x6a,0x04,0x02,0x007544 7545# W32: v_cmp_nge_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]7546# W64: v_cmp_nge_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]75470x64,0x00,0xe9,0xd4,0x01,0x05,0x02,0x007548 7549# W32: v_cmp_nge_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]7550# W64: v_cmp_nge_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]75510x0c,0x00,0xe9,0xd4,0x01,0x05,0x02,0x007552 7553# W32: v_cmp_nge_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]7554# W64: v_cmp_nge_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x00]75550x6a,0x00,0xe9,0xd4,0x01,0x05,0x02,0x007556 7557# W32: v_cmp_nge_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]7558# W64: v_cmp_nge_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x00]75590x0a,0x00,0x09,0xd4,0xc1,0x04,0x02,0x007560 7561# W32: v_cmp_nge_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]7562# W64: v_cmp_nge_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x00]75630x0a,0x00,0x09,0xd4,0xf7,0x04,0x02,0x007564 7565# W32: v_cmp_nge_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]7566# W64: v_cmp_nge_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x60]75670x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x607568 7569# W32: v_cmp_nge_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]7570# W64: v_cmp_nge_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x20]75710x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x207572 7573# W32: v_cmp_nge_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]7574# W64: v_cmp_nge_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x00]75750x0a,0x00,0x09,0xd4,0x80,0x04,0x02,0x007576 7577# W32: v_cmp_nge_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]7578# W64: v_cmp_nge_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x00]75790x0a,0x00,0x09,0xd4,0xf0,0x04,0x02,0x007580 7581# W32: v_cmp_nge_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]7582# W64: v_cmp_nge_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x00]75830x0a,0x00,0x09,0xd4,0x7f,0x04,0x02,0x007584 7585# W32: v_cmp_nge_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]7586# W64: v_cmp_nge_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x00]75870x0a,0x00,0x09,0xd4,0x7e,0x04,0x02,0x007588 7589# W32: v_cmp_nge_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]7590# W64: v_cmp_nge_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x00]75910x0a,0x00,0x09,0xd4,0x7c,0x04,0x02,0x007592 7593# W32: v_cmp_nge_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]7594# W64: v_cmp_nge_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x00]75950x0a,0x00,0x09,0xd4,0x01,0x04,0x02,0x007596 7597# W32: v_cmp_nge_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]7598# W64: v_cmp_nge_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x00]75990x0a,0x00,0x09,0xd4,0x65,0x04,0x02,0x007600 7601# W32: v_cmp_nge_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]7602# W64: v_cmp_nge_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x00]76030x0a,0x00,0x09,0xd4,0x01,0x83,0x01,0x007604 7605# W32: v_cmp_nge_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]7606# W64: v_cmp_nge_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x00]76070x0a,0x00,0x09,0xd4,0x01,0xef,0x01,0x007608 7609# W32: v_cmp_nge_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]7610# W64: v_cmp_nge_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x40]76110x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x407612 7613# W32: v_cmp_nge_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]7614# W64: v_cmp_nge_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x00]76150x0a,0x00,0x09,0xd4,0x01,0x01,0x01,0x007616 7617# W32: v_cmp_nge_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]7618# W64: v_cmp_nge_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x00]76190x0a,0x00,0x09,0xd4,0x01,0xe1,0x01,0x007620 7621# W32: v_cmp_nge_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]7622# W64: v_cmp_nge_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x00]76230x0a,0x00,0x09,0xd4,0x01,0xff,0x00,0x007624 7625# W32: v_cmp_nge_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]7626# W64: v_cmp_nge_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x00]76270x0a,0x00,0x09,0xd4,0x01,0xfd,0x00,0x007628 7629# W32: v_cmp_nge_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]7630# W64: v_cmp_nge_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x00]76310x0a,0x00,0x09,0xd4,0x01,0xf9,0x00,0x007632 7633# W32: v_cmp_nge_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]7634# W64: v_cmp_nge_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x00]76350x0a,0x00,0x09,0xd4,0x01,0xcb,0x00,0x007636 7637# W32: v_cmp_nge_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]7638# W64: v_cmp_nge_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x00]76390x0a,0x00,0x09,0xd4,0x01,0x05,0x00,0x007640 7641# W32: v_cmp_nge_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]7642# W64: v_cmp_nge_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]76430x0a,0x00,0x09,0xd4,0x01,0x05,0x02,0x007644 7645# W32: v_cmp_nge_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]7646# W64: v_cmp_nge_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x00]76470x0a,0x80,0x09,0xd4,0x01,0x05,0x02,0x007648 7649# W32: v_cmp_nge_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]7650# W64: v_cmp_nge_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x00]76510x0a,0x00,0x09,0xd4,0x01,0xff,0x03,0x007652 7653# W32: v_cmp_nge_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]7654# W64: v_cmp_nge_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x00]76550x0a,0x00,0x09,0xd4,0x01,0xd7,0x00,0x007656 7657# W32: v_cmp_nge_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]7658# W64: v_cmp_nge_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x00]76590x0a,0x00,0x09,0xd4,0x01,0xd5,0x00,0x007660 7661# W32: v_cmp_nge_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]7662# W64: v_cmp_nge_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x00]76630x0a,0x00,0x09,0xd4,0xff,0x05,0x02,0x007664 7665# W32: v_cmp_nge_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]7666# W64: v_cmp_nge_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x00]76670x0a,0x00,0x09,0xd4,0x6b,0x04,0x02,0x007668 7669# W32: v_cmp_nge_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]7670# W64: v_cmp_nge_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x00]76710x0a,0x00,0x09,0xd4,0x6a,0x04,0x02,0x007672 7673# W32: v_cmp_nge_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]7674# W64: v_cmp_nge_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]76750x64,0x00,0x09,0xd4,0x01,0x05,0x02,0x007676 7677# W32: v_cmp_nge_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]7678# W64: v_cmp_nge_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]76790x0c,0x00,0x09,0xd4,0x01,0x05,0x02,0x007680 7681# W32: v_cmp_nge_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]7682# W64: v_cmp_nge_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x00]76830x6a,0x00,0x09,0xd4,0x01,0x05,0x02,0x007684 7685# W32: v_cmp_nge_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]7686# W64: v_cmp_nge_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x00]76870x0a,0x00,0x29,0xd4,0xc1,0x04,0x02,0x007688 7689# W32: v_cmp_nge_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]7690# W64: v_cmp_nge_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x00]76910x0a,0x00,0x29,0xd4,0xf7,0x04,0x02,0x007692 7693# W32: v_cmp_nge_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]7694# W64: v_cmp_nge_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x60]76950x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x607696 7697# W32: v_cmp_nge_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]7698# W64: v_cmp_nge_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x20]76990x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x207700 7701# W32: v_cmp_nge_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]7702# W64: v_cmp_nge_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x00]77030x0a,0x00,0x29,0xd4,0x80,0x04,0x02,0x007704 7705# W32: v_cmp_nge_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]7706# W64: v_cmp_nge_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x00]77070x0a,0x00,0x29,0xd4,0xf0,0x04,0x02,0x007708 7709# W32: v_cmp_nge_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]7710# W64: v_cmp_nge_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x00]77110x0a,0x00,0x29,0xd4,0x7e,0x04,0x02,0x007712 7713# W32: v_cmp_nge_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]7714# W64: v_cmp_nge_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x00]77150x0a,0x00,0x29,0xd4,0x64,0x04,0x02,0x007716 7717# W32: v_cmp_nge_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]7718# W64: v_cmp_nge_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x00]77190x0a,0x00,0x29,0xd4,0x02,0x04,0x02,0x007720 7721# W32: v_cmp_nge_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]7722# W64: v_cmp_nge_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x00]77230x0a,0x00,0x29,0xd4,0x04,0x04,0x02,0x007724 7725# W32: v_cmp_nge_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]7726# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x00]77270x0a,0x00,0x29,0xd4,0x01,0x83,0x01,0x007728 7729# W32: v_cmp_nge_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]7730# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x00]77310x0a,0x00,0x29,0xd4,0x01,0xef,0x01,0x007732 7733# W32: v_cmp_nge_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]7734# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x40]77350x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x407736 7737# W32: v_cmp_nge_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]7738# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x00]77390x0a,0x00,0x29,0xd4,0x01,0x01,0x01,0x007740 7741# W32: v_cmp_nge_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]7742# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x00]77430x0a,0x00,0x29,0xd4,0x01,0xe1,0x01,0x007744 7745# W32: v_cmp_nge_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]7746# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x00]77470x0a,0x00,0x29,0xd4,0x01,0xfd,0x00,0x007748 7749# W32: v_cmp_nge_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]7750# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x00]77510x0a,0x00,0x29,0xd4,0x01,0xc9,0x00,0x007752 7753# W32: v_cmp_nge_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]7754# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x00]77550x0a,0x00,0x29,0xd4,0x01,0x09,0x00,0x007756 7757# W32: v_cmp_nge_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]7758# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x00]77590x0a,0x00,0x29,0xd4,0x01,0x0d,0x00,0x007760 7761# W32: v_cmp_nge_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]7762# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x00]77630x0a,0x00,0x29,0xd4,0x01,0xfd,0x03,0x007764 7765# W32: v_cmp_nge_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]7766# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]77670x0a,0x00,0x29,0xd4,0x01,0x05,0x02,0x007768 7769# W32: v_cmp_nge_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]7770# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x00]77710x0a,0x80,0x29,0xd4,0x01,0x05,0x02,0x007772 7773# W32: v_cmp_nge_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]7774# W64: v_cmp_nge_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x00]77750x0a,0x00,0x29,0xd4,0x01,0xd5,0x00,0x007776 7777# W32: v_cmp_nge_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]7778# W64: v_cmp_nge_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x00]77790x0a,0x00,0x29,0xd4,0xfe,0x05,0x02,0x007780 7781# W32: v_cmp_nge_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]7782# W64: v_cmp_nge_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x00]77830x0a,0x00,0x29,0xd4,0x6a,0x04,0x02,0x007784 7785# W32: v_cmp_nge_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]7786# W64: v_cmp_nge_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]77870x64,0x00,0x29,0xd4,0x01,0x05,0x02,0x007788 7789# W32: v_cmp_nge_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]7790# W64: v_cmp_nge_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]77910x0c,0x00,0x29,0xd4,0x01,0x05,0x02,0x007792 7793# W32: v_cmp_nge_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]7794# W64: v_cmp_nge_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x00]77950x6a,0x00,0x29,0xd4,0x01,0x05,0x02,0x007796 7797# W32: v_cmp_ngt_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]7798# W64: v_cmp_ngt_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x00]77990x0a,0x00,0xeb,0xd4,0xc1,0x04,0x02,0x007800 7801# W32: v_cmp_ngt_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]7802# W64: v_cmp_ngt_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x00]78030x0a,0x00,0xeb,0xd4,0xf7,0x04,0x02,0x007804 7805# W32: v_cmp_ngt_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]7806# W64: v_cmp_ngt_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x60]78070x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x607808 7809# W32: v_cmp_ngt_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]7810# W64: v_cmp_ngt_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x20]78110x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x207812 7813# W32: v_cmp_ngt_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]7814# W64: v_cmp_ngt_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x00]78150x0a,0x00,0xeb,0xd4,0x80,0x04,0x02,0x007816 7817# W32: v_cmp_ngt_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]7818# W64: v_cmp_ngt_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x00]78190x0a,0x00,0xeb,0xd4,0xf0,0x04,0x02,0x007820 7821# W32: v_cmp_ngt_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]7822# W64: v_cmp_ngt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x00]78230x0a,0x00,0xeb,0xd4,0x7f,0x04,0x02,0x007824 7825# W32: v_cmp_ngt_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]7826# W64: v_cmp_ngt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x00]78270x0a,0x00,0xeb,0xd4,0x7e,0x04,0x02,0x007828 7829# W32: v_cmp_ngt_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]7830# W64: v_cmp_ngt_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x00]78310x0a,0x00,0xeb,0xd4,0x7c,0x04,0x02,0x007832 7833# W32: v_cmp_ngt_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]7834# W64: v_cmp_ngt_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x00]78350x0a,0x00,0xeb,0xd4,0x01,0x04,0x02,0x007836 7837# W32: v_cmp_ngt_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]7838# W64: v_cmp_ngt_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x00]78390x0a,0x00,0xeb,0xd4,0x65,0x04,0x02,0x007840 7841# W32: v_cmp_ngt_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]7842# W64: v_cmp_ngt_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x00]78430x0a,0x00,0xeb,0xd4,0x01,0x83,0x01,0x007844 7845# W32: v_cmp_ngt_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]7846# W64: v_cmp_ngt_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x00]78470x0a,0x00,0xeb,0xd4,0x01,0xef,0x01,0x007848 7849# W32: v_cmp_ngt_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]7850# W64: v_cmp_ngt_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x40]78510x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x407852 7853# W32: v_cmp_ngt_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]7854# W64: v_cmp_ngt_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x00]78550x0a,0x00,0xeb,0xd4,0x01,0x01,0x01,0x007856 7857# W32: v_cmp_ngt_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]7858# W64: v_cmp_ngt_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x00]78590x0a,0x00,0xeb,0xd4,0x01,0xe1,0x01,0x007860 7861# W32: v_cmp_ngt_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]7862# W64: v_cmp_ngt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x00]78630x0a,0x00,0xeb,0xd4,0x01,0xff,0x00,0x007864 7865# W32: v_cmp_ngt_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]7866# W64: v_cmp_ngt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x00]78670x0a,0x00,0xeb,0xd4,0x01,0xfd,0x00,0x007868 7869# W32: v_cmp_ngt_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]7870# W64: v_cmp_ngt_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x00]78710x0a,0x00,0xeb,0xd4,0x01,0xf9,0x00,0x007872 7873# W32: v_cmp_ngt_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]7874# W64: v_cmp_ngt_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x00]78750x0a,0x00,0xeb,0xd4,0x01,0xcb,0x00,0x007876 7877# W32: v_cmp_ngt_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]7878# W64: v_cmp_ngt_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x00]78790x0a,0x00,0xeb,0xd4,0x01,0x05,0x00,0x007880 7881# W32: v_cmp_ngt_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]7882# W64: v_cmp_ngt_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]78830x0a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x007884 7885# W32: v_cmp_ngt_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]7886# W64: v_cmp_ngt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x00]78870x0a,0x80,0xeb,0xd4,0x01,0x05,0x02,0x007888 7889# W32: v_cmp_ngt_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]7890# W64: v_cmp_ngt_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x00]78910x0a,0x00,0xeb,0xd4,0x01,0xff,0x03,0x007892 7893# W32: v_cmp_ngt_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]7894# W64: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x00]78950x0a,0x00,0xeb,0xd4,0x01,0xd7,0x00,0x007896 7897# W32: v_cmp_ngt_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]7898# W64: v_cmp_ngt_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x00]78990x0a,0x00,0xeb,0xd4,0x01,0xd5,0x00,0x007900 7901# W32: v_cmp_ngt_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]7902# W64: v_cmp_ngt_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x00]79030x0a,0x00,0xeb,0xd4,0xff,0x05,0x02,0x007904 7905# W32: v_cmp_ngt_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]7906# W64: v_cmp_ngt_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x00]79070x0a,0x00,0xeb,0xd4,0x6b,0x04,0x02,0x007908 7909# W32: v_cmp_ngt_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]7910# W64: v_cmp_ngt_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x00]79110x0a,0x00,0xeb,0xd4,0x6a,0x04,0x02,0x007912 7913# W32: v_cmp_ngt_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]7914# W64: v_cmp_ngt_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]79150x64,0x00,0xeb,0xd4,0x01,0x05,0x02,0x007916 7917# W32: v_cmp_ngt_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]7918# W64: v_cmp_ngt_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]79190x0c,0x00,0xeb,0xd4,0x01,0x05,0x02,0x007920 7921# W32: v_cmp_ngt_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]7922# W64: v_cmp_ngt_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x00]79230x6a,0x00,0xeb,0xd4,0x01,0x05,0x02,0x007924 7925# W32: v_cmp_ngt_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]7926# W64: v_cmp_ngt_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x00]79270x0a,0x00,0x0b,0xd4,0xc1,0x04,0x02,0x007928 7929# W32: v_cmp_ngt_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]7930# W64: v_cmp_ngt_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x00]79310x0a,0x00,0x0b,0xd4,0xf7,0x04,0x02,0x007932 7933# W32: v_cmp_ngt_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]7934# W64: v_cmp_ngt_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x60]79350x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x607936 7937# W32: v_cmp_ngt_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]7938# W64: v_cmp_ngt_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x20]79390x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x207940 7941# W32: v_cmp_ngt_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]7942# W64: v_cmp_ngt_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x00]79430x0a,0x00,0x0b,0xd4,0x80,0x04,0x02,0x007944 7945# W32: v_cmp_ngt_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]7946# W64: v_cmp_ngt_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x00]79470x0a,0x00,0x0b,0xd4,0xf0,0x04,0x02,0x007948 7949# W32: v_cmp_ngt_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]7950# W64: v_cmp_ngt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x00]79510x0a,0x00,0x0b,0xd4,0x7f,0x04,0x02,0x007952 7953# W32: v_cmp_ngt_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]7954# W64: v_cmp_ngt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x00]79550x0a,0x00,0x0b,0xd4,0x7e,0x04,0x02,0x007956 7957# W32: v_cmp_ngt_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]7958# W64: v_cmp_ngt_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x00]79590x0a,0x00,0x0b,0xd4,0x7c,0x04,0x02,0x007960 7961# W32: v_cmp_ngt_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]7962# W64: v_cmp_ngt_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x00]79630x0a,0x00,0x0b,0xd4,0x01,0x04,0x02,0x007964 7965# W32: v_cmp_ngt_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]7966# W64: v_cmp_ngt_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x00]79670x0a,0x00,0x0b,0xd4,0x65,0x04,0x02,0x007968 7969# W32: v_cmp_ngt_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]7970# W64: v_cmp_ngt_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x00]79710x0a,0x00,0x0b,0xd4,0x01,0x83,0x01,0x007972 7973# W32: v_cmp_ngt_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]7974# W64: v_cmp_ngt_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x00]79750x0a,0x00,0x0b,0xd4,0x01,0xef,0x01,0x007976 7977# W32: v_cmp_ngt_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]7978# W64: v_cmp_ngt_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x40]79790x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x407980 7981# W32: v_cmp_ngt_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]7982# W64: v_cmp_ngt_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x00]79830x0a,0x00,0x0b,0xd4,0x01,0x01,0x01,0x007984 7985# W32: v_cmp_ngt_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]7986# W64: v_cmp_ngt_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x00]79870x0a,0x00,0x0b,0xd4,0x01,0xe1,0x01,0x007988 7989# W32: v_cmp_ngt_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]7990# W64: v_cmp_ngt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x00]79910x0a,0x00,0x0b,0xd4,0x01,0xff,0x00,0x007992 7993# W32: v_cmp_ngt_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]7994# W64: v_cmp_ngt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x00]79950x0a,0x00,0x0b,0xd4,0x01,0xfd,0x00,0x007996 7997# W32: v_cmp_ngt_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]7998# W64: v_cmp_ngt_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x00]79990x0a,0x00,0x0b,0xd4,0x01,0xf9,0x00,0x008000 8001# W32: v_cmp_ngt_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]8002# W64: v_cmp_ngt_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x00]80030x0a,0x00,0x0b,0xd4,0x01,0xcb,0x00,0x008004 8005# W32: v_cmp_ngt_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]8006# W64: v_cmp_ngt_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x00]80070x0a,0x00,0x0b,0xd4,0x01,0x05,0x00,0x008008 8009# W32: v_cmp_ngt_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]8010# W64: v_cmp_ngt_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]80110x0a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x008012 8013# W32: v_cmp_ngt_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]8014# W64: v_cmp_ngt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x00]80150x0a,0x80,0x0b,0xd4,0x01,0x05,0x02,0x008016 8017# W32: v_cmp_ngt_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]8018# W64: v_cmp_ngt_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x00]80190x0a,0x00,0x0b,0xd4,0x01,0xff,0x03,0x008020 8021# W32: v_cmp_ngt_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]8022# W64: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x00]80230x0a,0x00,0x0b,0xd4,0x01,0xd7,0x00,0x008024 8025# W32: v_cmp_ngt_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]8026# W64: v_cmp_ngt_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x00]80270x0a,0x00,0x0b,0xd4,0x01,0xd5,0x00,0x008028 8029# W32: v_cmp_ngt_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]8030# W64: v_cmp_ngt_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x00]80310x0a,0x00,0x0b,0xd4,0xff,0x05,0x02,0x008032 8033# W32: v_cmp_ngt_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]8034# W64: v_cmp_ngt_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x00]80350x0a,0x00,0x0b,0xd4,0x6b,0x04,0x02,0x008036 8037# W32: v_cmp_ngt_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]8038# W64: v_cmp_ngt_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x00]80390x0a,0x00,0x0b,0xd4,0x6a,0x04,0x02,0x008040 8041# W32: v_cmp_ngt_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]8042# W64: v_cmp_ngt_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]80430x64,0x00,0x0b,0xd4,0x01,0x05,0x02,0x008044 8045# W32: v_cmp_ngt_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]8046# W64: v_cmp_ngt_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]80470x0c,0x00,0x0b,0xd4,0x01,0x05,0x02,0x008048 8049# W32: v_cmp_ngt_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]8050# W64: v_cmp_ngt_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x00]80510x6a,0x00,0x0b,0xd4,0x01,0x05,0x02,0x008052 8053# W32: v_cmp_ngt_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]8054# W64: v_cmp_ngt_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x00]80550x0a,0x00,0x2b,0xd4,0xc1,0x04,0x02,0x008056 8057# W32: v_cmp_ngt_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]8058# W64: v_cmp_ngt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x00]80590x0a,0x00,0x2b,0xd4,0xf7,0x04,0x02,0x008060 8061# W32: v_cmp_ngt_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]8062# W64: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x60]80630x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x608064 8065# W32: v_cmp_ngt_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]8066# W64: v_cmp_ngt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x20]80670x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x208068 8069# W32: v_cmp_ngt_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]8070# W64: v_cmp_ngt_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x00]80710x0a,0x00,0x2b,0xd4,0x80,0x04,0x02,0x008072 8073# W32: v_cmp_ngt_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]8074# W64: v_cmp_ngt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x00]80750x0a,0x00,0x2b,0xd4,0xf0,0x04,0x02,0x008076 8077# W32: v_cmp_ngt_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]8078# W64: v_cmp_ngt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x00]80790x0a,0x00,0x2b,0xd4,0x7e,0x04,0x02,0x008080 8081# W32: v_cmp_ngt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]8082# W64: v_cmp_ngt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x00]80830x0a,0x00,0x2b,0xd4,0x64,0x04,0x02,0x008084 8085# W32: v_cmp_ngt_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]8086# W64: v_cmp_ngt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x00]80870x0a,0x00,0x2b,0xd4,0x02,0x04,0x02,0x008088 8089# W32: v_cmp_ngt_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]8090# W64: v_cmp_ngt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x00]80910x0a,0x00,0x2b,0xd4,0x04,0x04,0x02,0x008092 8093# W32: v_cmp_ngt_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]8094# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x00]80950x0a,0x00,0x2b,0xd4,0x01,0x83,0x01,0x008096 8097# W32: v_cmp_ngt_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]8098# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x00]80990x0a,0x00,0x2b,0xd4,0x01,0xef,0x01,0x008100 8101# W32: v_cmp_ngt_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]8102# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x40]81030x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x408104 8105# W32: v_cmp_ngt_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]8106# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x00]81070x0a,0x00,0x2b,0xd4,0x01,0x01,0x01,0x008108 8109# W32: v_cmp_ngt_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]8110# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x00]81110x0a,0x00,0x2b,0xd4,0x01,0xe1,0x01,0x008112 8113# W32: v_cmp_ngt_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]8114# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x00]81150x0a,0x00,0x2b,0xd4,0x01,0xfd,0x00,0x008116 8117# W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]8118# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x00]81190x0a,0x00,0x2b,0xd4,0x01,0xc9,0x00,0x008120 8121# W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]8122# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x00]81230x0a,0x00,0x2b,0xd4,0x01,0x09,0x00,0x008124 8125# W32: v_cmp_ngt_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]8126# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x00]81270x0a,0x00,0x2b,0xd4,0x01,0x0d,0x00,0x008128 8129# W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]8130# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x00]81310x0a,0x00,0x2b,0xd4,0x01,0xfd,0x03,0x008132 8133# W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]8134# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]81350x0a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x008136 8137# W32: v_cmp_ngt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]8138# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x00]81390x0a,0x80,0x2b,0xd4,0x01,0x05,0x02,0x008140 8141# W32: v_cmp_ngt_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]8142# W64: v_cmp_ngt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x00]81430x0a,0x00,0x2b,0xd4,0x01,0xd5,0x00,0x008144 8145# W32: v_cmp_ngt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]8146# W64: v_cmp_ngt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x00]81470x0a,0x00,0x2b,0xd4,0xfe,0x05,0x02,0x008148 8149# W32: v_cmp_ngt_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]8150# W64: v_cmp_ngt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x00]81510x0a,0x00,0x2b,0xd4,0x6a,0x04,0x02,0x008152 8153# W32: v_cmp_ngt_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]8154# W64: v_cmp_ngt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]81550x64,0x00,0x2b,0xd4,0x01,0x05,0x02,0x008156 8157# W32: v_cmp_ngt_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]8158# W64: v_cmp_ngt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]81590x0c,0x00,0x2b,0xd4,0x01,0x05,0x02,0x008160 8161# W32: v_cmp_ngt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]8162# W64: v_cmp_ngt_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x00]81630x6a,0x00,0x2b,0xd4,0x01,0x05,0x02,0x008164 8165# W32: v_cmp_nle_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]8166# W64: v_cmp_nle_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x00]81670x0a,0x00,0xec,0xd4,0xc1,0x04,0x02,0x008168 8169# W32: v_cmp_nle_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]8170# W64: v_cmp_nle_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x00]81710x0a,0x00,0xec,0xd4,0xf7,0x04,0x02,0x008172 8173# W32: v_cmp_nle_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]8174# W64: v_cmp_nle_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x60]81750x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x608176 8177# W32: v_cmp_nle_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]8178# W64: v_cmp_nle_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x20]81790x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x208180 8181# W32: v_cmp_nle_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]8182# W64: v_cmp_nle_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x00]81830x0a,0x00,0xec,0xd4,0x80,0x04,0x02,0x008184 8185# W32: v_cmp_nle_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]8186# W64: v_cmp_nle_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x00]81870x0a,0x00,0xec,0xd4,0xf0,0x04,0x02,0x008188 8189# W32: v_cmp_nle_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]8190# W64: v_cmp_nle_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x00]81910x0a,0x00,0xec,0xd4,0x7f,0x04,0x02,0x008192 8193# W32: v_cmp_nle_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]8194# W64: v_cmp_nle_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x00]81950x0a,0x00,0xec,0xd4,0x7e,0x04,0x02,0x008196 8197# W32: v_cmp_nle_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]8198# W64: v_cmp_nle_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x00]81990x0a,0x00,0xec,0xd4,0x7c,0x04,0x02,0x008200 8201# W32: v_cmp_nle_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]8202# W64: v_cmp_nle_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x00]82030x0a,0x00,0xec,0xd4,0x01,0x04,0x02,0x008204 8205# W32: v_cmp_nle_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]8206# W64: v_cmp_nle_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x00]82070x0a,0x00,0xec,0xd4,0x65,0x04,0x02,0x008208 8209# W32: v_cmp_nle_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]8210# W64: v_cmp_nle_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x00]82110x0a,0x00,0xec,0xd4,0x01,0x83,0x01,0x008212 8213# W32: v_cmp_nle_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]8214# W64: v_cmp_nle_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x00]82150x0a,0x00,0xec,0xd4,0x01,0xef,0x01,0x008216 8217# W32: v_cmp_nle_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]8218# W64: v_cmp_nle_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x40]82190x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x408220 8221# W32: v_cmp_nle_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]8222# W64: v_cmp_nle_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x00]82230x0a,0x00,0xec,0xd4,0x01,0x01,0x01,0x008224 8225# W32: v_cmp_nle_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]8226# W64: v_cmp_nle_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x00]82270x0a,0x00,0xec,0xd4,0x01,0xe1,0x01,0x008228 8229# W32: v_cmp_nle_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]8230# W64: v_cmp_nle_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x00]82310x0a,0x00,0xec,0xd4,0x01,0xff,0x00,0x008232 8233# W32: v_cmp_nle_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]8234# W64: v_cmp_nle_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x00]82350x0a,0x00,0xec,0xd4,0x01,0xfd,0x00,0x008236 8237# W32: v_cmp_nle_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]8238# W64: v_cmp_nle_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x00]82390x0a,0x00,0xec,0xd4,0x01,0xf9,0x00,0x008240 8241# W32: v_cmp_nle_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]8242# W64: v_cmp_nle_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x00]82430x0a,0x00,0xec,0xd4,0x01,0xcb,0x00,0x008244 8245# W32: v_cmp_nle_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]8246# W64: v_cmp_nle_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x00]82470x0a,0x00,0xec,0xd4,0x01,0x05,0x00,0x008248 8249# W32: v_cmp_nle_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]8250# W64: v_cmp_nle_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]82510x0a,0x00,0xec,0xd4,0x01,0x05,0x02,0x008252 8253# W32: v_cmp_nle_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]8254# W64: v_cmp_nle_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x00]82550x0a,0x80,0xec,0xd4,0x01,0x05,0x02,0x008256 8257# W32: v_cmp_nle_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]8258# W64: v_cmp_nle_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x00]82590x0a,0x00,0xec,0xd4,0x01,0xff,0x03,0x008260 8261# W32: v_cmp_nle_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]8262# W64: v_cmp_nle_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x00]82630x0a,0x00,0xec,0xd4,0x01,0xd7,0x00,0x008264 8265# W32: v_cmp_nle_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]8266# W64: v_cmp_nle_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x00]82670x0a,0x00,0xec,0xd4,0x01,0xd5,0x00,0x008268 8269# W32: v_cmp_nle_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]8270# W64: v_cmp_nle_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x00]82710x0a,0x00,0xec,0xd4,0xff,0x05,0x02,0x008272 8273# W32: v_cmp_nle_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]8274# W64: v_cmp_nle_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x00]82750x0a,0x00,0xec,0xd4,0x6b,0x04,0x02,0x008276 8277# W32: v_cmp_nle_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]8278# W64: v_cmp_nle_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x00]82790x0a,0x00,0xec,0xd4,0x6a,0x04,0x02,0x008280 8281# W32: v_cmp_nle_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]8282# W64: v_cmp_nle_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]82830x64,0x00,0xec,0xd4,0x01,0x05,0x02,0x008284 8285# W32: v_cmp_nle_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]8286# W64: v_cmp_nle_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]82870x0c,0x00,0xec,0xd4,0x01,0x05,0x02,0x008288 8289# W32: v_cmp_nle_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]8290# W64: v_cmp_nle_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x00]82910x6a,0x00,0xec,0xd4,0x01,0x05,0x02,0x008292 8293# W32: v_cmp_nle_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]8294# W64: v_cmp_nle_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x00]82950x0a,0x00,0x0c,0xd4,0xc1,0x04,0x02,0x008296 8297# W32: v_cmp_nle_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]8298# W64: v_cmp_nle_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x00]82990x0a,0x00,0x0c,0xd4,0xf7,0x04,0x02,0x008300 8301# W32: v_cmp_nle_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]8302# W64: v_cmp_nle_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x60]83030x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x608304 8305# W32: v_cmp_nle_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]8306# W64: v_cmp_nle_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x20]83070x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x208308 8309# W32: v_cmp_nle_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]8310# W64: v_cmp_nle_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x00]83110x0a,0x00,0x0c,0xd4,0x80,0x04,0x02,0x008312 8313# W32: v_cmp_nle_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]8314# W64: v_cmp_nle_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x00]83150x0a,0x00,0x0c,0xd4,0xf0,0x04,0x02,0x008316 8317# W32: v_cmp_nle_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]8318# W64: v_cmp_nle_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x00]83190x0a,0x00,0x0c,0xd4,0x7f,0x04,0x02,0x008320 8321# W32: v_cmp_nle_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]8322# W64: v_cmp_nle_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x00]83230x0a,0x00,0x0c,0xd4,0x7e,0x04,0x02,0x008324 8325# W32: v_cmp_nle_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]8326# W64: v_cmp_nle_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x00]83270x0a,0x00,0x0c,0xd4,0x7c,0x04,0x02,0x008328 8329# W32: v_cmp_nle_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]8330# W64: v_cmp_nle_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x00]83310x0a,0x00,0x0c,0xd4,0x01,0x04,0x02,0x008332 8333# W32: v_cmp_nle_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]8334# W64: v_cmp_nle_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x00]83350x0a,0x00,0x0c,0xd4,0x65,0x04,0x02,0x008336 8337# W32: v_cmp_nle_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]8338# W64: v_cmp_nle_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x00]83390x0a,0x00,0x0c,0xd4,0x01,0x83,0x01,0x008340 8341# W32: v_cmp_nle_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]8342# W64: v_cmp_nle_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x00]83430x0a,0x00,0x0c,0xd4,0x01,0xef,0x01,0x008344 8345# W32: v_cmp_nle_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]8346# W64: v_cmp_nle_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x40]83470x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x408348 8349# W32: v_cmp_nle_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]8350# W64: v_cmp_nle_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x00]83510x0a,0x00,0x0c,0xd4,0x01,0x01,0x01,0x008352 8353# W32: v_cmp_nle_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]8354# W64: v_cmp_nle_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x00]83550x0a,0x00,0x0c,0xd4,0x01,0xe1,0x01,0x008356 8357# W32: v_cmp_nle_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]8358# W64: v_cmp_nle_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x00]83590x0a,0x00,0x0c,0xd4,0x01,0xff,0x00,0x008360 8361# W32: v_cmp_nle_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]8362# W64: v_cmp_nle_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x00]83630x0a,0x00,0x0c,0xd4,0x01,0xfd,0x00,0x008364 8365# W32: v_cmp_nle_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]8366# W64: v_cmp_nle_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x00]83670x0a,0x00,0x0c,0xd4,0x01,0xf9,0x00,0x008368 8369# W32: v_cmp_nle_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]8370# W64: v_cmp_nle_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x00]83710x0a,0x00,0x0c,0xd4,0x01,0xcb,0x00,0x008372 8373# W32: v_cmp_nle_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]8374# W64: v_cmp_nle_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x00]83750x0a,0x00,0x0c,0xd4,0x01,0x05,0x00,0x008376 8377# W32: v_cmp_nle_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]8378# W64: v_cmp_nle_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]83790x0a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x008380 8381# W32: v_cmp_nle_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]8382# W64: v_cmp_nle_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x00]83830x0a,0x80,0x0c,0xd4,0x01,0x05,0x02,0x008384 8385# W32: v_cmp_nle_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]8386# W64: v_cmp_nle_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x00]83870x0a,0x00,0x0c,0xd4,0x01,0xff,0x03,0x008388 8389# W32: v_cmp_nle_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]8390# W64: v_cmp_nle_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x00]83910x0a,0x00,0x0c,0xd4,0x01,0xd7,0x00,0x008392 8393# W32: v_cmp_nle_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]8394# W64: v_cmp_nle_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x00]83950x0a,0x00,0x0c,0xd4,0x01,0xd5,0x00,0x008396 8397# W32: v_cmp_nle_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]8398# W64: v_cmp_nle_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x00]83990x0a,0x00,0x0c,0xd4,0xff,0x05,0x02,0x008400 8401# W32: v_cmp_nle_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]8402# W64: v_cmp_nle_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x00]84030x0a,0x00,0x0c,0xd4,0x6b,0x04,0x02,0x008404 8405# W32: v_cmp_nle_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]8406# W64: v_cmp_nle_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x00]84070x0a,0x00,0x0c,0xd4,0x6a,0x04,0x02,0x008408 8409# W32: v_cmp_nle_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]8410# W64: v_cmp_nle_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]84110x64,0x00,0x0c,0xd4,0x01,0x05,0x02,0x008412 8413# W32: v_cmp_nle_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]8414# W64: v_cmp_nle_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]84150x0c,0x00,0x0c,0xd4,0x01,0x05,0x02,0x008416 8417# W32: v_cmp_nle_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]8418# W64: v_cmp_nle_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x00]84190x6a,0x00,0x0c,0xd4,0x01,0x05,0x02,0x008420 8421# W32: v_cmp_nle_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]8422# W64: v_cmp_nle_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x00]84230x0a,0x00,0x2c,0xd4,0xc1,0x04,0x02,0x008424 8425# W32: v_cmp_nle_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]8426# W64: v_cmp_nle_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x00]84270x0a,0x00,0x2c,0xd4,0xf7,0x04,0x02,0x008428 8429# W32: v_cmp_nle_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]8430# W64: v_cmp_nle_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x60]84310x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x608432 8433# W32: v_cmp_nle_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]8434# W64: v_cmp_nle_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x20]84350x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x208436 8437# W32: v_cmp_nle_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]8438# W64: v_cmp_nle_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x00]84390x0a,0x00,0x2c,0xd4,0x80,0x04,0x02,0x008440 8441# W32: v_cmp_nle_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]8442# W64: v_cmp_nle_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x00]84430x0a,0x00,0x2c,0xd4,0xf0,0x04,0x02,0x008444 8445# W32: v_cmp_nle_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]8446# W64: v_cmp_nle_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x00]84470x0a,0x00,0x2c,0xd4,0x7e,0x04,0x02,0x008448 8449# W32: v_cmp_nle_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]8450# W64: v_cmp_nle_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x00]84510x0a,0x00,0x2c,0xd4,0x64,0x04,0x02,0x008452 8453# W32: v_cmp_nle_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]8454# W64: v_cmp_nle_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x00]84550x0a,0x00,0x2c,0xd4,0x02,0x04,0x02,0x008456 8457# W32: v_cmp_nle_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]8458# W64: v_cmp_nle_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x00]84590x0a,0x00,0x2c,0xd4,0x04,0x04,0x02,0x008460 8461# W32: v_cmp_nle_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]8462# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x00]84630x0a,0x00,0x2c,0xd4,0x01,0x83,0x01,0x008464 8465# W32: v_cmp_nle_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]8466# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x00]84670x0a,0x00,0x2c,0xd4,0x01,0xef,0x01,0x008468 8469# W32: v_cmp_nle_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]8470# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x40]84710x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x408472 8473# W32: v_cmp_nle_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]8474# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x00]84750x0a,0x00,0x2c,0xd4,0x01,0x01,0x01,0x008476 8477# W32: v_cmp_nle_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]8478# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x00]84790x0a,0x00,0x2c,0xd4,0x01,0xe1,0x01,0x008480 8481# W32: v_cmp_nle_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]8482# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x00]84830x0a,0x00,0x2c,0xd4,0x01,0xfd,0x00,0x008484 8485# W32: v_cmp_nle_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]8486# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x00]84870x0a,0x00,0x2c,0xd4,0x01,0xc9,0x00,0x008488 8489# W32: v_cmp_nle_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]8490# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x00]84910x0a,0x00,0x2c,0xd4,0x01,0x09,0x00,0x008492 8493# W32: v_cmp_nle_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]8494# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x00]84950x0a,0x00,0x2c,0xd4,0x01,0x0d,0x00,0x008496 8497# W32: v_cmp_nle_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]8498# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x00]84990x0a,0x00,0x2c,0xd4,0x01,0xfd,0x03,0x008500 8501# W32: v_cmp_nle_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]8502# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]85030x0a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x008504 8505# W32: v_cmp_nle_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]8506# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x00]85070x0a,0x80,0x2c,0xd4,0x01,0x05,0x02,0x008508 8509# W32: v_cmp_nle_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]8510# W64: v_cmp_nle_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x00]85110x0a,0x00,0x2c,0xd4,0x01,0xd5,0x00,0x008512 8513# W32: v_cmp_nle_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]8514# W64: v_cmp_nle_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x00]85150x0a,0x00,0x2c,0xd4,0xfe,0x05,0x02,0x008516 8517# W32: v_cmp_nle_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]8518# W64: v_cmp_nle_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x00]85190x0a,0x00,0x2c,0xd4,0x6a,0x04,0x02,0x008520 8521# W32: v_cmp_nle_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]8522# W64: v_cmp_nle_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]85230x64,0x00,0x2c,0xd4,0x01,0x05,0x02,0x008524 8525# W32: v_cmp_nle_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]8526# W64: v_cmp_nle_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]85270x0c,0x00,0x2c,0xd4,0x01,0x05,0x02,0x008528 8529# W32: v_cmp_nle_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]8530# W64: v_cmp_nle_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x00]85310x6a,0x00,0x2c,0xd4,0x01,0x05,0x02,0x008532 8533# W32: v_cmp_nlg_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]8534# W64: v_cmp_nlg_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x00]85350x0a,0x00,0xea,0xd4,0xc1,0x04,0x02,0x008536 8537# W32: v_cmp_nlg_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]8538# W64: v_cmp_nlg_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x00]85390x0a,0x00,0xea,0xd4,0xf7,0x04,0x02,0x008540 8541# W32: v_cmp_nlg_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]8542# W64: v_cmp_nlg_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x60]85430x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x608544 8545# W32: v_cmp_nlg_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]8546# W64: v_cmp_nlg_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x20]85470x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x208548 8549# W32: v_cmp_nlg_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]8550# W64: v_cmp_nlg_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x00]85510x0a,0x00,0xea,0xd4,0x80,0x04,0x02,0x008552 8553# W32: v_cmp_nlg_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]8554# W64: v_cmp_nlg_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x00]85550x0a,0x00,0xea,0xd4,0xf0,0x04,0x02,0x008556 8557# W32: v_cmp_nlg_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]8558# W64: v_cmp_nlg_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x00]85590x0a,0x00,0xea,0xd4,0x7f,0x04,0x02,0x008560 8561# W32: v_cmp_nlg_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]8562# W64: v_cmp_nlg_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x00]85630x0a,0x00,0xea,0xd4,0x7e,0x04,0x02,0x008564 8565# W32: v_cmp_nlg_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]8566# W64: v_cmp_nlg_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x00]85670x0a,0x00,0xea,0xd4,0x7c,0x04,0x02,0x008568 8569# W32: v_cmp_nlg_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]8570# W64: v_cmp_nlg_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x00]85710x0a,0x00,0xea,0xd4,0x01,0x04,0x02,0x008572 8573# W32: v_cmp_nlg_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]8574# W64: v_cmp_nlg_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x00]85750x0a,0x00,0xea,0xd4,0x65,0x04,0x02,0x008576 8577# W32: v_cmp_nlg_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]8578# W64: v_cmp_nlg_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x00]85790x0a,0x00,0xea,0xd4,0x01,0x83,0x01,0x008580 8581# W32: v_cmp_nlg_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]8582# W64: v_cmp_nlg_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x00]85830x0a,0x00,0xea,0xd4,0x01,0xef,0x01,0x008584 8585# W32: v_cmp_nlg_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]8586# W64: v_cmp_nlg_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x40]85870x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x408588 8589# W32: v_cmp_nlg_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]8590# W64: v_cmp_nlg_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x00]85910x0a,0x00,0xea,0xd4,0x01,0x01,0x01,0x008592 8593# W32: v_cmp_nlg_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]8594# W64: v_cmp_nlg_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x00]85950x0a,0x00,0xea,0xd4,0x01,0xe1,0x01,0x008596 8597# W32: v_cmp_nlg_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]8598# W64: v_cmp_nlg_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x00]85990x0a,0x00,0xea,0xd4,0x01,0xff,0x00,0x008600 8601# W32: v_cmp_nlg_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]8602# W64: v_cmp_nlg_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x00]86030x0a,0x00,0xea,0xd4,0x01,0xfd,0x00,0x008604 8605# W32: v_cmp_nlg_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]8606# W64: v_cmp_nlg_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x00]86070x0a,0x00,0xea,0xd4,0x01,0xf9,0x00,0x008608 8609# W32: v_cmp_nlg_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]8610# W64: v_cmp_nlg_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x00]86110x0a,0x00,0xea,0xd4,0x01,0xcb,0x00,0x008612 8613# W32: v_cmp_nlg_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]8614# W64: v_cmp_nlg_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x00]86150x0a,0x00,0xea,0xd4,0x01,0x05,0x00,0x008616 8617# W32: v_cmp_nlg_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]8618# W64: v_cmp_nlg_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]86190x0a,0x00,0xea,0xd4,0x01,0x05,0x02,0x008620 8621# W32: v_cmp_nlg_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]8622# W64: v_cmp_nlg_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x00]86230x0a,0x80,0xea,0xd4,0x01,0x05,0x02,0x008624 8625# W32: v_cmp_nlg_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]8626# W64: v_cmp_nlg_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x00]86270x0a,0x00,0xea,0xd4,0x01,0xff,0x03,0x008628 8629# W32: v_cmp_nlg_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]8630# W64: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x00]86310x0a,0x00,0xea,0xd4,0x01,0xd7,0x00,0x008632 8633# W32: v_cmp_nlg_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]8634# W64: v_cmp_nlg_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x00]86350x0a,0x00,0xea,0xd4,0x01,0xd5,0x00,0x008636 8637# W32: v_cmp_nlg_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]8638# W64: v_cmp_nlg_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x00]86390x0a,0x00,0xea,0xd4,0xff,0x05,0x02,0x008640 8641# W32: v_cmp_nlg_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]8642# W64: v_cmp_nlg_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x00]86430x0a,0x00,0xea,0xd4,0x6b,0x04,0x02,0x008644 8645# W32: v_cmp_nlg_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]8646# W64: v_cmp_nlg_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x00]86470x0a,0x00,0xea,0xd4,0x6a,0x04,0x02,0x008648 8649# W32: v_cmp_nlg_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]8650# W64: v_cmp_nlg_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]86510x64,0x00,0xea,0xd4,0x01,0x05,0x02,0x008652 8653# W32: v_cmp_nlg_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]8654# W64: v_cmp_nlg_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]86550x0c,0x00,0xea,0xd4,0x01,0x05,0x02,0x008656 8657# W32: v_cmp_nlg_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]8658# W64: v_cmp_nlg_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x00]86590x6a,0x00,0xea,0xd4,0x01,0x05,0x02,0x008660 8661# W32: v_cmp_nlg_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]8662# W64: v_cmp_nlg_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x00]86630x0a,0x00,0x0a,0xd4,0xc1,0x04,0x02,0x008664 8665# W32: v_cmp_nlg_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]8666# W64: v_cmp_nlg_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x00]86670x0a,0x00,0x0a,0xd4,0xf7,0x04,0x02,0x008668 8669# W32: v_cmp_nlg_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]8670# W64: v_cmp_nlg_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x60]86710x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x608672 8673# W32: v_cmp_nlg_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]8674# W64: v_cmp_nlg_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x20]86750x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x208676 8677# W32: v_cmp_nlg_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]8678# W64: v_cmp_nlg_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x00]86790x0a,0x00,0x0a,0xd4,0x80,0x04,0x02,0x008680 8681# W32: v_cmp_nlg_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]8682# W64: v_cmp_nlg_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x00]86830x0a,0x00,0x0a,0xd4,0xf0,0x04,0x02,0x008684 8685# W32: v_cmp_nlg_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]8686# W64: v_cmp_nlg_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x00]86870x0a,0x00,0x0a,0xd4,0x7f,0x04,0x02,0x008688 8689# W32: v_cmp_nlg_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]8690# W64: v_cmp_nlg_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x00]86910x0a,0x00,0x0a,0xd4,0x7e,0x04,0x02,0x008692 8693# W32: v_cmp_nlg_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]8694# W64: v_cmp_nlg_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x00]86950x0a,0x00,0x0a,0xd4,0x7c,0x04,0x02,0x008696 8697# W32: v_cmp_nlg_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]8698# W64: v_cmp_nlg_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x00]86990x0a,0x00,0x0a,0xd4,0x01,0x04,0x02,0x008700 8701# W32: v_cmp_nlg_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]8702# W64: v_cmp_nlg_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x00]87030x0a,0x00,0x0a,0xd4,0x65,0x04,0x02,0x008704 8705# W32: v_cmp_nlg_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]8706# W64: v_cmp_nlg_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x00]87070x0a,0x00,0x0a,0xd4,0x01,0x83,0x01,0x008708 8709# W32: v_cmp_nlg_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]8710# W64: v_cmp_nlg_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x00]87110x0a,0x00,0x0a,0xd4,0x01,0xef,0x01,0x008712 8713# W32: v_cmp_nlg_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]8714# W64: v_cmp_nlg_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x40]87150x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x408716 8717# W32: v_cmp_nlg_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]8718# W64: v_cmp_nlg_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x00]87190x0a,0x00,0x0a,0xd4,0x01,0x01,0x01,0x008720 8721# W32: v_cmp_nlg_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]8722# W64: v_cmp_nlg_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x00]87230x0a,0x00,0x0a,0xd4,0x01,0xe1,0x01,0x008724 8725# W32: v_cmp_nlg_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]8726# W64: v_cmp_nlg_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x00]87270x0a,0x00,0x0a,0xd4,0x01,0xff,0x00,0x008728 8729# W32: v_cmp_nlg_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]8730# W64: v_cmp_nlg_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x00]87310x0a,0x00,0x0a,0xd4,0x01,0xfd,0x00,0x008732 8733# W32: v_cmp_nlg_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]8734# W64: v_cmp_nlg_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x00]87350x0a,0x00,0x0a,0xd4,0x01,0xf9,0x00,0x008736 8737# W32: v_cmp_nlg_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]8738# W64: v_cmp_nlg_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x00]87390x0a,0x00,0x0a,0xd4,0x01,0xcb,0x00,0x008740 8741# W32: v_cmp_nlg_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]8742# W64: v_cmp_nlg_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x00]87430x0a,0x00,0x0a,0xd4,0x01,0x05,0x00,0x008744 8745# W32: v_cmp_nlg_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]8746# W64: v_cmp_nlg_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]87470x0a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x008748 8749# W32: v_cmp_nlg_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]8750# W64: v_cmp_nlg_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x00]87510x0a,0x80,0x0a,0xd4,0x01,0x05,0x02,0x008752 8753# W32: v_cmp_nlg_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]8754# W64: v_cmp_nlg_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x00]87550x0a,0x00,0x0a,0xd4,0x01,0xff,0x03,0x008756 8757# W32: v_cmp_nlg_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]8758# W64: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x00]87590x0a,0x00,0x0a,0xd4,0x01,0xd7,0x00,0x008760 8761# W32: v_cmp_nlg_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]8762# W64: v_cmp_nlg_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x00]87630x0a,0x00,0x0a,0xd4,0x01,0xd5,0x00,0x008764 8765# W32: v_cmp_nlg_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]8766# W64: v_cmp_nlg_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x00]87670x0a,0x00,0x0a,0xd4,0xff,0x05,0x02,0x008768 8769# W32: v_cmp_nlg_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]8770# W64: v_cmp_nlg_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x00]87710x0a,0x00,0x0a,0xd4,0x6b,0x04,0x02,0x008772 8773# W32: v_cmp_nlg_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]8774# W64: v_cmp_nlg_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x00]87750x0a,0x00,0x0a,0xd4,0x6a,0x04,0x02,0x008776 8777# W32: v_cmp_nlg_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]8778# W64: v_cmp_nlg_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]87790x64,0x00,0x0a,0xd4,0x01,0x05,0x02,0x008780 8781# W32: v_cmp_nlg_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]8782# W64: v_cmp_nlg_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]87830x0c,0x00,0x0a,0xd4,0x01,0x05,0x02,0x008784 8785# W32: v_cmp_nlg_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]8786# W64: v_cmp_nlg_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x00]87870x6a,0x00,0x0a,0xd4,0x01,0x05,0x02,0x008788 8789# W32: v_cmp_nlg_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]8790# W64: v_cmp_nlg_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x00]87910x0a,0x00,0x2a,0xd4,0xc1,0x04,0x02,0x008792 8793# W32: v_cmp_nlg_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]8794# W64: v_cmp_nlg_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x00]87950x0a,0x00,0x2a,0xd4,0xf7,0x04,0x02,0x008796 8797# W32: v_cmp_nlg_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]8798# W64: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x60]87990x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x608800 8801# W32: v_cmp_nlg_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]8802# W64: v_cmp_nlg_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x20]88030x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x208804 8805# W32: v_cmp_nlg_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]8806# W64: v_cmp_nlg_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x00]88070x0a,0x00,0x2a,0xd4,0x80,0x04,0x02,0x008808 8809# W32: v_cmp_nlg_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]8810# W64: v_cmp_nlg_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x00]88110x0a,0x00,0x2a,0xd4,0xf0,0x04,0x02,0x008812 8813# W32: v_cmp_nlg_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]8814# W64: v_cmp_nlg_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x00]88150x0a,0x00,0x2a,0xd4,0x7e,0x04,0x02,0x008816 8817# W32: v_cmp_nlg_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]8818# W64: v_cmp_nlg_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x00]88190x0a,0x00,0x2a,0xd4,0x64,0x04,0x02,0x008820 8821# W32: v_cmp_nlg_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]8822# W64: v_cmp_nlg_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x00]88230x0a,0x00,0x2a,0xd4,0x02,0x04,0x02,0x008824 8825# W32: v_cmp_nlg_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]8826# W64: v_cmp_nlg_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x00]88270x0a,0x00,0x2a,0xd4,0x04,0x04,0x02,0x008828 8829# W32: v_cmp_nlg_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]8830# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x00]88310x0a,0x00,0x2a,0xd4,0x01,0x83,0x01,0x008832 8833# W32: v_cmp_nlg_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]8834# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x00]88350x0a,0x00,0x2a,0xd4,0x01,0xef,0x01,0x008836 8837# W32: v_cmp_nlg_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]8838# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x40]88390x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x408840 8841# W32: v_cmp_nlg_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]8842# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x00]88430x0a,0x00,0x2a,0xd4,0x01,0x01,0x01,0x008844 8845# W32: v_cmp_nlg_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]8846# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x00]88470x0a,0x00,0x2a,0xd4,0x01,0xe1,0x01,0x008848 8849# W32: v_cmp_nlg_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]8850# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x00]88510x0a,0x00,0x2a,0xd4,0x01,0xfd,0x00,0x008852 8853# W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]8854# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x00]88550x0a,0x00,0x2a,0xd4,0x01,0xc9,0x00,0x008856 8857# W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]8858# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x00]88590x0a,0x00,0x2a,0xd4,0x01,0x09,0x00,0x008860 8861# W32: v_cmp_nlg_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]8862# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x00]88630x0a,0x00,0x2a,0xd4,0x01,0x0d,0x00,0x008864 8865# W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]8866# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x00]88670x0a,0x00,0x2a,0xd4,0x01,0xfd,0x03,0x008868 8869# W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]8870# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]88710x0a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x008872 8873# W32: v_cmp_nlg_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]8874# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x00]88750x0a,0x80,0x2a,0xd4,0x01,0x05,0x02,0x008876 8877# W32: v_cmp_nlg_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]8878# W64: v_cmp_nlg_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x00]88790x0a,0x00,0x2a,0xd4,0x01,0xd5,0x00,0x008880 8881# W32: v_cmp_nlg_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]8882# W64: v_cmp_nlg_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x00]88830x0a,0x00,0x2a,0xd4,0xfe,0x05,0x02,0x008884 8885# W32: v_cmp_nlg_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]8886# W64: v_cmp_nlg_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x00]88870x0a,0x00,0x2a,0xd4,0x6a,0x04,0x02,0x008888 8889# W32: v_cmp_nlg_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]8890# W64: v_cmp_nlg_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]88910x64,0x00,0x2a,0xd4,0x01,0x05,0x02,0x008892 8893# W32: v_cmp_nlg_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]8894# W64: v_cmp_nlg_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]88950x0c,0x00,0x2a,0xd4,0x01,0x05,0x02,0x008896 8897# W32: v_cmp_nlg_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]8898# W64: v_cmp_nlg_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x00]88990x6a,0x00,0x2a,0xd4,0x01,0x05,0x02,0x008900 8901# W32: v_cmp_nlt_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]8902# W64: v_cmp_nlt_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x00]89030x0a,0x00,0xee,0xd4,0xc1,0x04,0x02,0x008904 8905# W32: v_cmp_nlt_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]8906# W64: v_cmp_nlt_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x00]89070x0a,0x00,0xee,0xd4,0xf7,0x04,0x02,0x008908 8909# W32: v_cmp_nlt_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]8910# W64: v_cmp_nlt_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x60]89110x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x608912 8913# W32: v_cmp_nlt_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]8914# W64: v_cmp_nlt_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x20]89150x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x208916 8917# W32: v_cmp_nlt_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]8918# W64: v_cmp_nlt_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x00]89190x0a,0x00,0xee,0xd4,0x80,0x04,0x02,0x008920 8921# W32: v_cmp_nlt_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]8922# W64: v_cmp_nlt_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x00]89230x0a,0x00,0xee,0xd4,0xf0,0x04,0x02,0x008924 8925# W32: v_cmp_nlt_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]8926# W64: v_cmp_nlt_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x00]89270x0a,0x00,0xee,0xd4,0x7f,0x04,0x02,0x008928 8929# W32: v_cmp_nlt_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]8930# W64: v_cmp_nlt_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x00]89310x0a,0x00,0xee,0xd4,0x7e,0x04,0x02,0x008932 8933# W32: v_cmp_nlt_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]8934# W64: v_cmp_nlt_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x00]89350x0a,0x00,0xee,0xd4,0x7c,0x04,0x02,0x008936 8937# W32: v_cmp_nlt_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]8938# W64: v_cmp_nlt_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x00]89390x0a,0x00,0xee,0xd4,0x01,0x04,0x02,0x008940 8941# W32: v_cmp_nlt_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]8942# W64: v_cmp_nlt_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x00]89430x0a,0x00,0xee,0xd4,0x65,0x04,0x02,0x008944 8945# W32: v_cmp_nlt_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]8946# W64: v_cmp_nlt_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x00]89470x0a,0x00,0xee,0xd4,0x01,0x83,0x01,0x008948 8949# W32: v_cmp_nlt_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]8950# W64: v_cmp_nlt_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x00]89510x0a,0x00,0xee,0xd4,0x01,0xef,0x01,0x008952 8953# W32: v_cmp_nlt_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]8954# W64: v_cmp_nlt_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x40]89550x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x408956 8957# W32: v_cmp_nlt_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]8958# W64: v_cmp_nlt_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x00]89590x0a,0x00,0xee,0xd4,0x01,0x01,0x01,0x008960 8961# W32: v_cmp_nlt_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]8962# W64: v_cmp_nlt_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x00]89630x0a,0x00,0xee,0xd4,0x01,0xe1,0x01,0x008964 8965# W32: v_cmp_nlt_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]8966# W64: v_cmp_nlt_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x00]89670x0a,0x00,0xee,0xd4,0x01,0xff,0x00,0x008968 8969# W32: v_cmp_nlt_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]8970# W64: v_cmp_nlt_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x00]89710x0a,0x00,0xee,0xd4,0x01,0xfd,0x00,0x008972 8973# W32: v_cmp_nlt_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]8974# W64: v_cmp_nlt_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x00]89750x0a,0x00,0xee,0xd4,0x01,0xf9,0x00,0x008976 8977# W32: v_cmp_nlt_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]8978# W64: v_cmp_nlt_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x00]89790x0a,0x00,0xee,0xd4,0x01,0xcb,0x00,0x008980 8981# W32: v_cmp_nlt_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]8982# W64: v_cmp_nlt_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x00]89830x0a,0x00,0xee,0xd4,0x01,0x05,0x00,0x008984 8985# W32: v_cmp_nlt_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]8986# W64: v_cmp_nlt_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]89870x0a,0x00,0xee,0xd4,0x01,0x05,0x02,0x008988 8989# W32: v_cmp_nlt_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]8990# W64: v_cmp_nlt_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x00]89910x0a,0x80,0xee,0xd4,0x01,0x05,0x02,0x008992 8993# W32: v_cmp_nlt_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]8994# W64: v_cmp_nlt_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x00]89950x0a,0x00,0xee,0xd4,0x01,0xff,0x03,0x008996 8997# W32: v_cmp_nlt_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]8998# W64: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x00]89990x0a,0x00,0xee,0xd4,0x01,0xd7,0x00,0x009000 9001# W32: v_cmp_nlt_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]9002# W64: v_cmp_nlt_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x00]90030x0a,0x00,0xee,0xd4,0x01,0xd5,0x00,0x009004 9005# W32: v_cmp_nlt_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]9006# W64: v_cmp_nlt_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x00]90070x0a,0x00,0xee,0xd4,0xff,0x05,0x02,0x009008 9009# W32: v_cmp_nlt_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]9010# W64: v_cmp_nlt_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x00]90110x0a,0x00,0xee,0xd4,0x6b,0x04,0x02,0x009012 9013# W32: v_cmp_nlt_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]9014# W64: v_cmp_nlt_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x00]90150x0a,0x00,0xee,0xd4,0x6a,0x04,0x02,0x009016 9017# W32: v_cmp_nlt_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]9018# W64: v_cmp_nlt_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]90190x64,0x00,0xee,0xd4,0x01,0x05,0x02,0x009020 9021# W32: v_cmp_nlt_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]9022# W64: v_cmp_nlt_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]90230x0c,0x00,0xee,0xd4,0x01,0x05,0x02,0x009024 9025# W32: v_cmp_nlt_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]9026# W64: v_cmp_nlt_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x00]90270x6a,0x00,0xee,0xd4,0x01,0x05,0x02,0x009028 9029# W32: v_cmp_nlt_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]9030# W64: v_cmp_nlt_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x00]90310x0a,0x00,0x0e,0xd4,0xc1,0x04,0x02,0x009032 9033# W32: v_cmp_nlt_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]9034# W64: v_cmp_nlt_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x00]90350x0a,0x00,0x0e,0xd4,0xf7,0x04,0x02,0x009036 9037# W32: v_cmp_nlt_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]9038# W64: v_cmp_nlt_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x60]90390x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x609040 9041# W32: v_cmp_nlt_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]9042# W64: v_cmp_nlt_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x20]90430x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x209044 9045# W32: v_cmp_nlt_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]9046# W64: v_cmp_nlt_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x00]90470x0a,0x00,0x0e,0xd4,0x80,0x04,0x02,0x009048 9049# W32: v_cmp_nlt_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]9050# W64: v_cmp_nlt_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x00]90510x0a,0x00,0x0e,0xd4,0xf0,0x04,0x02,0x009052 9053# W32: v_cmp_nlt_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]9054# W64: v_cmp_nlt_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x00]90550x0a,0x00,0x0e,0xd4,0x7f,0x04,0x02,0x009056 9057# W32: v_cmp_nlt_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]9058# W64: v_cmp_nlt_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x00]90590x0a,0x00,0x0e,0xd4,0x7e,0x04,0x02,0x009060 9061# W32: v_cmp_nlt_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]9062# W64: v_cmp_nlt_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x00]90630x0a,0x00,0x0e,0xd4,0x7c,0x04,0x02,0x009064 9065# W32: v_cmp_nlt_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]9066# W64: v_cmp_nlt_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x00]90670x0a,0x00,0x0e,0xd4,0x01,0x04,0x02,0x009068 9069# W32: v_cmp_nlt_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]9070# W64: v_cmp_nlt_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x00]90710x0a,0x00,0x0e,0xd4,0x65,0x04,0x02,0x009072 9073# W32: v_cmp_nlt_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]9074# W64: v_cmp_nlt_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x00]90750x0a,0x00,0x0e,0xd4,0x01,0x83,0x01,0x009076 9077# W32: v_cmp_nlt_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]9078# W64: v_cmp_nlt_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x00]90790x0a,0x00,0x0e,0xd4,0x01,0xef,0x01,0x009080 9081# W32: v_cmp_nlt_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]9082# W64: v_cmp_nlt_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x40]90830x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x409084 9085# W32: v_cmp_nlt_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]9086# W64: v_cmp_nlt_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x00]90870x0a,0x00,0x0e,0xd4,0x01,0x01,0x01,0x009088 9089# W32: v_cmp_nlt_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]9090# W64: v_cmp_nlt_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x00]90910x0a,0x00,0x0e,0xd4,0x01,0xe1,0x01,0x009092 9093# W32: v_cmp_nlt_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]9094# W64: v_cmp_nlt_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x00]90950x0a,0x00,0x0e,0xd4,0x01,0xff,0x00,0x009096 9097# W32: v_cmp_nlt_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]9098# W64: v_cmp_nlt_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x00]90990x0a,0x00,0x0e,0xd4,0x01,0xfd,0x00,0x009100 9101# W32: v_cmp_nlt_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]9102# W64: v_cmp_nlt_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x00]91030x0a,0x00,0x0e,0xd4,0x01,0xf9,0x00,0x009104 9105# W32: v_cmp_nlt_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]9106# W64: v_cmp_nlt_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x00]91070x0a,0x00,0x0e,0xd4,0x01,0xcb,0x00,0x009108 9109# W32: v_cmp_nlt_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]9110# W64: v_cmp_nlt_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x00]91110x0a,0x00,0x0e,0xd4,0x01,0x05,0x00,0x009112 9113# W32: v_cmp_nlt_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]9114# W64: v_cmp_nlt_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]91150x0a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x009116 9117# W32: v_cmp_nlt_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]9118# W64: v_cmp_nlt_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x00]91190x0a,0x80,0x0e,0xd4,0x01,0x05,0x02,0x009120 9121# W32: v_cmp_nlt_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]9122# W64: v_cmp_nlt_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x00]91230x0a,0x00,0x0e,0xd4,0x01,0xff,0x03,0x009124 9125# W32: v_cmp_nlt_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]9126# W64: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x00]91270x0a,0x00,0x0e,0xd4,0x01,0xd7,0x00,0x009128 9129# W32: v_cmp_nlt_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]9130# W64: v_cmp_nlt_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x00]91310x0a,0x00,0x0e,0xd4,0x01,0xd5,0x00,0x009132 9133# W32: v_cmp_nlt_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]9134# W64: v_cmp_nlt_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x00]91350x0a,0x00,0x0e,0xd4,0xff,0x05,0x02,0x009136 9137# W32: v_cmp_nlt_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]9138# W64: v_cmp_nlt_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x00]91390x0a,0x00,0x0e,0xd4,0x6b,0x04,0x02,0x009140 9141# W32: v_cmp_nlt_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]9142# W64: v_cmp_nlt_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x00]91430x0a,0x00,0x0e,0xd4,0x6a,0x04,0x02,0x009144 9145# W32: v_cmp_nlt_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]9146# W64: v_cmp_nlt_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]91470x64,0x00,0x0e,0xd4,0x01,0x05,0x02,0x009148 9149# W32: v_cmp_nlt_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]9150# W64: v_cmp_nlt_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]91510x0c,0x00,0x0e,0xd4,0x01,0x05,0x02,0x009152 9153# W32: v_cmp_nlt_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]9154# W64: v_cmp_nlt_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x00]91550x6a,0x00,0x0e,0xd4,0x01,0x05,0x02,0x009156 9157# W32: v_cmp_nlt_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]9158# W64: v_cmp_nlt_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x00]91590x0a,0x00,0x2e,0xd4,0xc1,0x04,0x02,0x009160 9161# W32: v_cmp_nlt_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]9162# W64: v_cmp_nlt_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x00]91630x0a,0x00,0x2e,0xd4,0xf7,0x04,0x02,0x009164 9165# W32: v_cmp_nlt_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]9166# W64: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x60]91670x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x609168 9169# W32: v_cmp_nlt_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]9170# W64: v_cmp_nlt_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x20]91710x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x209172 9173# W32: v_cmp_nlt_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]9174# W64: v_cmp_nlt_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x00]91750x0a,0x00,0x2e,0xd4,0x80,0x04,0x02,0x009176 9177# W32: v_cmp_nlt_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]9178# W64: v_cmp_nlt_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x00]91790x0a,0x00,0x2e,0xd4,0xf0,0x04,0x02,0x009180 9181# W32: v_cmp_nlt_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]9182# W64: v_cmp_nlt_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x00]91830x0a,0x00,0x2e,0xd4,0x7e,0x04,0x02,0x009184 9185# W32: v_cmp_nlt_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]9186# W64: v_cmp_nlt_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x00]91870x0a,0x00,0x2e,0xd4,0x64,0x04,0x02,0x009188 9189# W32: v_cmp_nlt_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]9190# W64: v_cmp_nlt_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x00]91910x0a,0x00,0x2e,0xd4,0x02,0x04,0x02,0x009192 9193# W32: v_cmp_nlt_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]9194# W64: v_cmp_nlt_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x00]91950x0a,0x00,0x2e,0xd4,0x04,0x04,0x02,0x009196 9197# W32: v_cmp_nlt_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]9198# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x00]91990x0a,0x00,0x2e,0xd4,0x01,0x83,0x01,0x009200 9201# W32: v_cmp_nlt_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]9202# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x00]92030x0a,0x00,0x2e,0xd4,0x01,0xef,0x01,0x009204 9205# W32: v_cmp_nlt_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]9206# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x40]92070x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x409208 9209# W32: v_cmp_nlt_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]9210# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x00]92110x0a,0x00,0x2e,0xd4,0x01,0x01,0x01,0x009212 9213# W32: v_cmp_nlt_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]9214# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x00]92150x0a,0x00,0x2e,0xd4,0x01,0xe1,0x01,0x009216 9217# W32: v_cmp_nlt_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]9218# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x00]92190x0a,0x00,0x2e,0xd4,0x01,0xfd,0x00,0x009220 9221# W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]9222# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x00]92230x0a,0x00,0x2e,0xd4,0x01,0xc9,0x00,0x009224 9225# W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]9226# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x00]92270x0a,0x00,0x2e,0xd4,0x01,0x09,0x00,0x009228 9229# W32: v_cmp_nlt_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]9230# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x00]92310x0a,0x00,0x2e,0xd4,0x01,0x0d,0x00,0x009232 9233# W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]9234# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x00]92350x0a,0x00,0x2e,0xd4,0x01,0xfd,0x03,0x009236 9237# W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]9238# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]92390x0a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x009240 9241# W32: v_cmp_nlt_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]9242# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x00]92430x0a,0x80,0x2e,0xd4,0x01,0x05,0x02,0x009244 9245# W32: v_cmp_nlt_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]9246# W64: v_cmp_nlt_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x00]92470x0a,0x00,0x2e,0xd4,0x01,0xd5,0x00,0x009248 9249# W32: v_cmp_nlt_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]9250# W64: v_cmp_nlt_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x00]92510x0a,0x00,0x2e,0xd4,0xfe,0x05,0x02,0x009252 9253# W32: v_cmp_nlt_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]9254# W64: v_cmp_nlt_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x00]92550x0a,0x00,0x2e,0xd4,0x6a,0x04,0x02,0x009256 9257# W32: v_cmp_nlt_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]9258# W64: v_cmp_nlt_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]92590x64,0x00,0x2e,0xd4,0x01,0x05,0x02,0x009260 9261# W32: v_cmp_nlt_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]9262# W64: v_cmp_nlt_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]92630x0c,0x00,0x2e,0xd4,0x01,0x05,0x02,0x009264 9265# W32: v_cmp_nlt_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]9266# W64: v_cmp_nlt_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x00]92670x6a,0x00,0x2e,0xd4,0x01,0x05,0x02,0x009268 9269# W32: v_cmp_o_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]9270# W64: v_cmp_o_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x00]92710x0a,0x00,0xcf,0xd4,0xc1,0x04,0x02,0x009272 9273# W32: v_cmp_o_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]9274# W64: v_cmp_o_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x00]92750x0a,0x00,0xcf,0xd4,0xf7,0x04,0x02,0x009276 9277# W32: v_cmp_o_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]9278# W64: v_cmp_o_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x60]92790x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x609280 9281# W32: v_cmp_o_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]9282# W64: v_cmp_o_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x20]92830x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x209284 9285# W32: v_cmp_o_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]9286# W64: v_cmp_o_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x00]92870x0a,0x00,0xcf,0xd4,0x80,0x04,0x02,0x009288 9289# W32: v_cmp_o_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]9290# W64: v_cmp_o_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x00]92910x0a,0x00,0xcf,0xd4,0xf0,0x04,0x02,0x009292 9293# W32: v_cmp_o_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]9294# W64: v_cmp_o_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x00]92950x0a,0x00,0xcf,0xd4,0x7f,0x04,0x02,0x009296 9297# W32: v_cmp_o_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]9298# W64: v_cmp_o_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x00]92990x0a,0x00,0xcf,0xd4,0x7e,0x04,0x02,0x009300 9301# W32: v_cmp_o_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]9302# W64: v_cmp_o_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x00]93030x0a,0x00,0xcf,0xd4,0x7c,0x04,0x02,0x009304 9305# W32: v_cmp_o_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]9306# W64: v_cmp_o_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x00]93070x0a,0x00,0xcf,0xd4,0x01,0x04,0x02,0x009308 9309# W32: v_cmp_o_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]9310# W64: v_cmp_o_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x00]93110x0a,0x00,0xcf,0xd4,0x65,0x04,0x02,0x009312 9313# W32: v_cmp_o_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]9314# W64: v_cmp_o_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x00]93150x0a,0x00,0xcf,0xd4,0x01,0x83,0x01,0x009316 9317# W32: v_cmp_o_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]9318# W64: v_cmp_o_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x00]93190x0a,0x00,0xcf,0xd4,0x01,0xef,0x01,0x009320 9321# W32: v_cmp_o_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]9322# W64: v_cmp_o_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x40]93230x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x409324 9325# W32: v_cmp_o_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]9326# W64: v_cmp_o_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x00]93270x0a,0x00,0xcf,0xd4,0x01,0x01,0x01,0x009328 9329# W32: v_cmp_o_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]9330# W64: v_cmp_o_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x00]93310x0a,0x00,0xcf,0xd4,0x01,0xe1,0x01,0x009332 9333# W32: v_cmp_o_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]9334# W64: v_cmp_o_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x00]93350x0a,0x00,0xcf,0xd4,0x01,0xff,0x00,0x009336 9337# W32: v_cmp_o_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]9338# W64: v_cmp_o_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x00]93390x0a,0x00,0xcf,0xd4,0x01,0xfd,0x00,0x009340 9341# W32: v_cmp_o_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]9342# W64: v_cmp_o_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x00]93430x0a,0x00,0xcf,0xd4,0x01,0xf9,0x00,0x009344 9345# W32: v_cmp_o_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]9346# W64: v_cmp_o_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x00]93470x0a,0x00,0xcf,0xd4,0x01,0xcb,0x00,0x009348 9349# W32: v_cmp_o_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]9350# W64: v_cmp_o_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x00]93510x0a,0x00,0xcf,0xd4,0x01,0x05,0x00,0x009352 9353# W32: v_cmp_o_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]9354# W64: v_cmp_o_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]93550x0a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x009356 9357# W32: v_cmp_o_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]9358# W64: v_cmp_o_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x00]93590x0a,0x80,0xcf,0xd4,0x01,0x05,0x02,0x009360 9361# W32: v_cmp_o_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]9362# W64: v_cmp_o_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x00]93630x0a,0x00,0xcf,0xd4,0x01,0xff,0x03,0x009364 9365# W32: v_cmp_o_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]9366# W64: v_cmp_o_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x00]93670x0a,0x00,0xcf,0xd4,0x01,0xd7,0x00,0x009368 9369# W32: v_cmp_o_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]9370# W64: v_cmp_o_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x00]93710x0a,0x00,0xcf,0xd4,0x01,0xd5,0x00,0x009372 9373# W32: v_cmp_o_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]9374# W64: v_cmp_o_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x00]93750x0a,0x00,0xcf,0xd4,0xff,0x05,0x02,0x009376 9377# W32: v_cmp_o_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]9378# W64: v_cmp_o_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x00]93790x0a,0x00,0xcf,0xd4,0x6b,0x04,0x02,0x009380 9381# W32: v_cmp_o_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]9382# W64: v_cmp_o_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x00]93830x0a,0x00,0xcf,0xd4,0x6a,0x04,0x02,0x009384 9385# W32: v_cmp_o_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]9386# W64: v_cmp_o_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]93870x64,0x00,0xcf,0xd4,0x01,0x05,0x02,0x009388 9389# W32: v_cmp_o_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]9390# W64: v_cmp_o_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]93910x0c,0x00,0xcf,0xd4,0x01,0x05,0x02,0x009392 9393# W32: v_cmp_o_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]9394# W64: v_cmp_o_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x00]93950x6a,0x00,0xcf,0xd4,0x01,0x05,0x02,0x009396 9397# W32: v_cmp_o_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]9398# W64: v_cmp_o_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x00]93990x0a,0x00,0x07,0xd4,0xc1,0x04,0x02,0x009400 9401# W32: v_cmp_o_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]9402# W64: v_cmp_o_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x00]94030x0a,0x00,0x07,0xd4,0xf7,0x04,0x02,0x009404 9405# W32: v_cmp_o_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]9406# W64: v_cmp_o_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x60]94070x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x609408 9409# W32: v_cmp_o_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]9410# W64: v_cmp_o_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x20]94110x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x209412 9413# W32: v_cmp_o_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]9414# W64: v_cmp_o_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x00]94150x0a,0x00,0x07,0xd4,0x80,0x04,0x02,0x009416 9417# W32: v_cmp_o_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]9418# W64: v_cmp_o_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x00]94190x0a,0x00,0x07,0xd4,0xf0,0x04,0x02,0x009420 9421# W32: v_cmp_o_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]9422# W64: v_cmp_o_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x00]94230x0a,0x00,0x07,0xd4,0x7f,0x04,0x02,0x009424 9425# W32: v_cmp_o_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]9426# W64: v_cmp_o_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x00]94270x0a,0x00,0x07,0xd4,0x7e,0x04,0x02,0x009428 9429# W32: v_cmp_o_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]9430# W64: v_cmp_o_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x00]94310x0a,0x00,0x07,0xd4,0x7c,0x04,0x02,0x009432 9433# W32: v_cmp_o_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]9434# W64: v_cmp_o_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x00]94350x0a,0x00,0x07,0xd4,0x01,0x04,0x02,0x009436 9437# W32: v_cmp_o_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]9438# W64: v_cmp_o_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x00]94390x0a,0x00,0x07,0xd4,0x65,0x04,0x02,0x009440 9441# W32: v_cmp_o_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]9442# W64: v_cmp_o_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x00]94430x0a,0x00,0x07,0xd4,0x01,0x83,0x01,0x009444 9445# W32: v_cmp_o_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]9446# W64: v_cmp_o_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x00]94470x0a,0x00,0x07,0xd4,0x01,0xef,0x01,0x009448 9449# W32: v_cmp_o_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]9450# W64: v_cmp_o_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x40]94510x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x409452 9453# W32: v_cmp_o_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]9454# W64: v_cmp_o_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x00]94550x0a,0x00,0x07,0xd4,0x01,0x01,0x01,0x009456 9457# W32: v_cmp_o_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]9458# W64: v_cmp_o_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x00]94590x0a,0x00,0x07,0xd4,0x01,0xe1,0x01,0x009460 9461# W32: v_cmp_o_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]9462# W64: v_cmp_o_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x00]94630x0a,0x00,0x07,0xd4,0x01,0xff,0x00,0x009464 9465# W32: v_cmp_o_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]9466# W64: v_cmp_o_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x00]94670x0a,0x00,0x07,0xd4,0x01,0xfd,0x00,0x009468 9469# W32: v_cmp_o_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]9470# W64: v_cmp_o_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x00]94710x0a,0x00,0x07,0xd4,0x01,0xf9,0x00,0x009472 9473# W32: v_cmp_o_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]9474# W64: v_cmp_o_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x00]94750x0a,0x00,0x07,0xd4,0x01,0xcb,0x00,0x009476 9477# W32: v_cmp_o_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]9478# W64: v_cmp_o_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x00]94790x0a,0x00,0x07,0xd4,0x01,0x05,0x00,0x009480 9481# W32: v_cmp_o_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]9482# W64: v_cmp_o_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]94830x0a,0x00,0x07,0xd4,0x01,0x05,0x02,0x009484 9485# W32: v_cmp_o_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]9486# W64: v_cmp_o_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x00]94870x0a,0x80,0x07,0xd4,0x01,0x05,0x02,0x009488 9489# W32: v_cmp_o_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]9490# W64: v_cmp_o_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x00]94910x0a,0x00,0x07,0xd4,0x01,0xff,0x03,0x009492 9493# W32: v_cmp_o_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]9494# W64: v_cmp_o_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x00]94950x0a,0x00,0x07,0xd4,0x01,0xd7,0x00,0x009496 9497# W32: v_cmp_o_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]9498# W64: v_cmp_o_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x00]94990x0a,0x00,0x07,0xd4,0x01,0xd5,0x00,0x009500 9501# W32: v_cmp_o_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]9502# W64: v_cmp_o_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x00]95030x0a,0x00,0x07,0xd4,0xff,0x05,0x02,0x009504 9505# W32: v_cmp_o_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]9506# W64: v_cmp_o_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x00]95070x0a,0x00,0x07,0xd4,0x6b,0x04,0x02,0x009508 9509# W32: v_cmp_o_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]9510# W64: v_cmp_o_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x00]95110x0a,0x00,0x07,0xd4,0x6a,0x04,0x02,0x009512 9513# W32: v_cmp_o_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]9514# W64: v_cmp_o_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]95150x64,0x00,0x07,0xd4,0x01,0x05,0x02,0x009516 9517# W32: v_cmp_o_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]9518# W64: v_cmp_o_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]95190x0c,0x00,0x07,0xd4,0x01,0x05,0x02,0x009520 9521# W32: v_cmp_o_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]9522# W64: v_cmp_o_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x00]95230x6a,0x00,0x07,0xd4,0x01,0x05,0x02,0x009524 9525# W32: v_cmp_o_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]9526# W64: v_cmp_o_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x00]95270x0a,0x00,0x27,0xd4,0xc1,0x04,0x02,0x009528 9529# W32: v_cmp_o_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]9530# W64: v_cmp_o_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x00]95310x0a,0x00,0x27,0xd4,0xf7,0x04,0x02,0x009532 9533# W32: v_cmp_o_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]9534# W64: v_cmp_o_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x60]95350x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x609536 9537# W32: v_cmp_o_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]9538# W64: v_cmp_o_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x20]95390x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x209540 9541# W32: v_cmp_o_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]9542# W64: v_cmp_o_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x00]95430x0a,0x00,0x27,0xd4,0x80,0x04,0x02,0x009544 9545# W32: v_cmp_o_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]9546# W64: v_cmp_o_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x00]95470x0a,0x00,0x27,0xd4,0xf0,0x04,0x02,0x009548 9549# W32: v_cmp_o_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]9550# W64: v_cmp_o_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x00]95510x0a,0x00,0x27,0xd4,0x7e,0x04,0x02,0x009552 9553# W32: v_cmp_o_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]9554# W64: v_cmp_o_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x00]95550x0a,0x00,0x27,0xd4,0x64,0x04,0x02,0x009556 9557# W32: v_cmp_o_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]9558# W64: v_cmp_o_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x00]95590x0a,0x00,0x27,0xd4,0x02,0x04,0x02,0x009560 9561# W32: v_cmp_o_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]9562# W64: v_cmp_o_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x00]95630x0a,0x00,0x27,0xd4,0x04,0x04,0x02,0x009564 9565# W32: v_cmp_o_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]9566# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x00]95670x0a,0x00,0x27,0xd4,0x01,0x83,0x01,0x009568 9569# W32: v_cmp_o_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]9570# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x00]95710x0a,0x00,0x27,0xd4,0x01,0xef,0x01,0x009572 9573# W32: v_cmp_o_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]9574# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x40]95750x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x409576 9577# W32: v_cmp_o_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]9578# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x00]95790x0a,0x00,0x27,0xd4,0x01,0x01,0x01,0x009580 9581# W32: v_cmp_o_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]9582# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x00]95830x0a,0x00,0x27,0xd4,0x01,0xe1,0x01,0x009584 9585# W32: v_cmp_o_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]9586# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x00]95870x0a,0x00,0x27,0xd4,0x01,0xfd,0x00,0x009588 9589# W32: v_cmp_o_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]9590# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x00]95910x0a,0x00,0x27,0xd4,0x01,0xc9,0x00,0x009592 9593# W32: v_cmp_o_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]9594# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x00]95950x0a,0x00,0x27,0xd4,0x01,0x09,0x00,0x009596 9597# W32: v_cmp_o_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]9598# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x00]95990x0a,0x00,0x27,0xd4,0x01,0x0d,0x00,0x009600 9601# W32: v_cmp_o_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]9602# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x00]96030x0a,0x00,0x27,0xd4,0x01,0xfd,0x03,0x009604 9605# W32: v_cmp_o_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]9606# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]96070x0a,0x00,0x27,0xd4,0x01,0x05,0x02,0x009608 9609# W32: v_cmp_o_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]9610# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x00]96110x0a,0x80,0x27,0xd4,0x01,0x05,0x02,0x009612 9613# W32: v_cmp_o_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]9614# W64: v_cmp_o_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x00]96150x0a,0x00,0x27,0xd4,0x01,0xd5,0x00,0x009616 9617# W32: v_cmp_o_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]9618# W64: v_cmp_o_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x00]96190x0a,0x00,0x27,0xd4,0xfe,0x05,0x02,0x009620 9621# W32: v_cmp_o_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]9622# W64: v_cmp_o_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x00]96230x0a,0x00,0x27,0xd4,0x6a,0x04,0x02,0x009624 9625# W32: v_cmp_o_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]9626# W64: v_cmp_o_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]96270x64,0x00,0x27,0xd4,0x01,0x05,0x02,0x009628 9629# W32: v_cmp_o_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]9630# W64: v_cmp_o_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]96310x0c,0x00,0x27,0xd4,0x01,0x05,0x02,0x009632 9633# W32: v_cmp_o_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]9634# W64: v_cmp_o_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x00]96350x6a,0x00,0x27,0xd4,0x01,0x05,0x02,0x009636 9637# W32: v_cmp_t_i32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]9638# W64: v_cmp_t_i32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x00]96390x0a,0x00,0x87,0xd4,0xc1,0x04,0x02,0x009640 9641# W32: v_cmp_t_i32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]9642# W64: v_cmp_t_i32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x00]96430x0a,0x00,0x87,0xd4,0xf7,0x04,0x02,0x009644 9645# W32: v_cmp_t_i32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]9646# W64: v_cmp_t_i32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x00]96470x0a,0x00,0x87,0xd4,0x80,0x04,0x02,0x009648 9649# W32: v_cmp_t_i32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]9650# W64: v_cmp_t_i32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x00]96510x0a,0x00,0x87,0xd4,0xf0,0x04,0x02,0x009652 9653# W32: v_cmp_t_i32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]9654# W64: v_cmp_t_i32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x00]96550x0a,0x00,0x87,0xd4,0x7f,0x04,0x02,0x009656 9657# W32: v_cmp_t_i32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]9658# W64: v_cmp_t_i32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x00]96590x0a,0x00,0x87,0xd4,0x7e,0x04,0x02,0x009660 9661# W32: v_cmp_t_i32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]9662# W64: v_cmp_t_i32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x00]96630x0a,0x00,0x87,0xd4,0x7c,0x04,0x02,0x009664 9665# W32: v_cmp_t_i32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]9666# W64: v_cmp_t_i32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x00]96670x0a,0x00,0x87,0xd4,0x01,0x04,0x02,0x009668 9669# W32: v_cmp_t_i32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]9670# W64: v_cmp_t_i32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x00]96710x0a,0x00,0x87,0xd4,0x65,0x04,0x02,0x009672 9673# W32: v_cmp_t_i32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]9674# W64: v_cmp_t_i32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x00]96750x0a,0x00,0x87,0xd4,0x01,0x83,0x01,0x009676 9677# W32: v_cmp_t_i32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]9678# W64: v_cmp_t_i32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x00]96790x0a,0x00,0x87,0xd4,0x01,0xef,0x01,0x009680 9681# W32: v_cmp_t_i32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]9682# W64: v_cmp_t_i32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x00]96830x0a,0x00,0x87,0xd4,0x01,0x01,0x01,0x009684 9685# W32: v_cmp_t_i32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]9686# W64: v_cmp_t_i32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x00]96870x0a,0x00,0x87,0xd4,0x01,0xe1,0x01,0x009688 9689# W32: v_cmp_t_i32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]9690# W64: v_cmp_t_i32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x00]96910x0a,0x00,0x87,0xd4,0x01,0xff,0x00,0x009692 9693# W32: v_cmp_t_i32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]9694# W64: v_cmp_t_i32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x00]96950x0a,0x00,0x87,0xd4,0x01,0xfd,0x00,0x009696 9697# W32: v_cmp_t_i32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]9698# W64: v_cmp_t_i32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x00]96990x0a,0x00,0x87,0xd4,0x01,0xf9,0x00,0x009700 9701# W32: v_cmp_t_i32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]9702# W64: v_cmp_t_i32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x00]97030x0a,0x00,0x87,0xd4,0x01,0xcb,0x00,0x009704 9705# W32: v_cmp_t_i32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]9706# W64: v_cmp_t_i32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x00]97070x0a,0x00,0x87,0xd4,0x01,0x05,0x00,0x009708 9709# W32: v_cmp_t_i32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]9710# W64: v_cmp_t_i32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]97110x0a,0x00,0x87,0xd4,0x01,0x05,0x02,0x009712 9713# W32: v_cmp_t_i32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]9714# W64: v_cmp_t_i32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x00]97150x0a,0x00,0x87,0xd4,0x01,0xff,0x03,0x009716 9717# W32: v_cmp_t_i32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]9718# W64: v_cmp_t_i32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x00]97190x0a,0x00,0x87,0xd4,0x01,0xd7,0x00,0x009720 9721# W32: v_cmp_t_i32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]9722# W64: v_cmp_t_i32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x00]97230x0a,0x00,0x87,0xd4,0x01,0xd5,0x00,0x009724 9725# W32: v_cmp_t_i32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]9726# W64: v_cmp_t_i32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x00]97270x0a,0x00,0x87,0xd4,0xff,0x05,0x02,0x009728 9729# W32: v_cmp_t_i32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]9730# W64: v_cmp_t_i32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x00]97310x0a,0x00,0x87,0xd4,0x6b,0x04,0x02,0x009732 9733# W32: v_cmp_t_i32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]9734# W64: v_cmp_t_i32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x00]97350x0a,0x00,0x87,0xd4,0x6a,0x04,0x02,0x009736 9737# W32: v_cmp_t_i32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]9738# W64: v_cmp_t_i32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]97390x64,0x00,0x87,0xd4,0x01,0x05,0x02,0x009740 9741# W32: v_cmp_t_i32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]9742# W64: v_cmp_t_i32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]97430x0c,0x00,0x87,0xd4,0x01,0x05,0x02,0x009744 9745# W32: v_cmp_t_i32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]9746# W64: v_cmp_t_i32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x00]97470x6a,0x00,0x87,0xd4,0x01,0x05,0x02,0x009748 9749# W32: v_cmp_t_i64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]9750# W64: v_cmp_t_i64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x00]97510x0a,0x00,0xa7,0xd4,0xc1,0x04,0x02,0x009752 9753# W32: v_cmp_t_i64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]9754# W64: v_cmp_t_i64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x00]97550x0a,0x00,0xa7,0xd4,0xf7,0x04,0x02,0x009756 9757# W32: v_cmp_t_i64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]9758# W64: v_cmp_t_i64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x00]97590x0a,0x00,0xa7,0xd4,0x80,0x04,0x02,0x009760 9761# W32: v_cmp_t_i64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]9762# W64: v_cmp_t_i64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x00]97630x0a,0x00,0xa7,0xd4,0xf0,0x04,0x02,0x009764 9765# W32: v_cmp_t_i64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]9766# W64: v_cmp_t_i64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x00]97670x0a,0x00,0xa7,0xd4,0x7e,0x04,0x02,0x009768 9769# W32: v_cmp_t_i64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]9770# W64: v_cmp_t_i64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x00]97710x0a,0x00,0xa7,0xd4,0x64,0x04,0x02,0x009772 9773# W32: v_cmp_t_i64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]9774# W64: v_cmp_t_i64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x00]97750x0a,0x00,0xa7,0xd4,0x02,0x04,0x02,0x009776 9777# W32: v_cmp_t_i64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]9778# W64: v_cmp_t_i64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x00]97790x0a,0x00,0xa7,0xd4,0x04,0x04,0x02,0x009780 9781# W32: v_cmp_t_i64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]9782# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x00]97830x0a,0x00,0xa7,0xd4,0x01,0x83,0x01,0x009784 9785# W32: v_cmp_t_i64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]9786# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x00]97870x0a,0x00,0xa7,0xd4,0x01,0xef,0x01,0x009788 9789# W32: v_cmp_t_i64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]9790# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x00]97910x0a,0x00,0xa7,0xd4,0x01,0x01,0x01,0x009792 9793# W32: v_cmp_t_i64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]9794# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x00]97950x0a,0x00,0xa7,0xd4,0x01,0xe1,0x01,0x009796 9797# W32: v_cmp_t_i64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]9798# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x00]97990x0a,0x00,0xa7,0xd4,0x01,0xfd,0x00,0x009800 9801# W32: v_cmp_t_i64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]9802# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x00]98030x0a,0x00,0xa7,0xd4,0x01,0xc9,0x00,0x009804 9805# W32: v_cmp_t_i64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]9806# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x00]98070x0a,0x00,0xa7,0xd4,0x01,0x09,0x00,0x009808 9809# W32: v_cmp_t_i64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]9810# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x00]98110x0a,0x00,0xa7,0xd4,0x01,0x0d,0x00,0x009812 9813# W32: v_cmp_t_i64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]9814# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x00]98150x0a,0x00,0xa7,0xd4,0x01,0xfd,0x03,0x009816 9817# W32: v_cmp_t_i64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]9818# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]98190x0a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x009820 9821# W32: v_cmp_t_i64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]9822# W64: v_cmp_t_i64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x00]98230x0a,0x00,0xa7,0xd4,0x01,0xd5,0x00,0x009824 9825# W32: v_cmp_t_i64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]9826# W64: v_cmp_t_i64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x00]98270x0a,0x00,0xa7,0xd4,0xfe,0x05,0x02,0x009828 9829# W32: v_cmp_t_i64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]9830# W64: v_cmp_t_i64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x00]98310x0a,0x00,0xa7,0xd4,0x6a,0x04,0x02,0x009832 9833# W32: v_cmp_t_i64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]9834# W64: v_cmp_t_i64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]98350x64,0x00,0xa7,0xd4,0x01,0x05,0x02,0x009836 9837# W32: v_cmp_t_i64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]9838# W64: v_cmp_t_i64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]98390x0c,0x00,0xa7,0xd4,0x01,0x05,0x02,0x009840 9841# W32: v_cmp_t_i64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]9842# W64: v_cmp_t_i64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x00]98430x6a,0x00,0xa7,0xd4,0x01,0x05,0x02,0x009844 9845# W32: v_cmp_t_u32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]9846# W64: v_cmp_t_u32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x00]98470x0a,0x00,0xc7,0xd4,0xc1,0x04,0x02,0x009848 9849# W32: v_cmp_t_u32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]9850# W64: v_cmp_t_u32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x00]98510x0a,0x00,0xc7,0xd4,0xf7,0x04,0x02,0x009852 9853# W32: v_cmp_t_u32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]9854# W64: v_cmp_t_u32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x00]98550x0a,0x00,0xc7,0xd4,0x80,0x04,0x02,0x009856 9857# W32: v_cmp_t_u32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]9858# W64: v_cmp_t_u32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x00]98590x0a,0x00,0xc7,0xd4,0xf0,0x04,0x02,0x009860 9861# W32: v_cmp_t_u32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]9862# W64: v_cmp_t_u32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x00]98630x0a,0x00,0xc7,0xd4,0x7f,0x04,0x02,0x009864 9865# W32: v_cmp_t_u32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]9866# W64: v_cmp_t_u32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x00]98670x0a,0x00,0xc7,0xd4,0x7e,0x04,0x02,0x009868 9869# W32: v_cmp_t_u32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]9870# W64: v_cmp_t_u32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x00]98710x0a,0x00,0xc7,0xd4,0x7c,0x04,0x02,0x009872 9873# W32: v_cmp_t_u32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]9874# W64: v_cmp_t_u32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x00]98750x0a,0x00,0xc7,0xd4,0x01,0x04,0x02,0x009876 9877# W32: v_cmp_t_u32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]9878# W64: v_cmp_t_u32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x00]98790x0a,0x00,0xc7,0xd4,0x65,0x04,0x02,0x009880 9881# W32: v_cmp_t_u32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]9882# W64: v_cmp_t_u32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x00]98830x0a,0x00,0xc7,0xd4,0x01,0x83,0x01,0x009884 9885# W32: v_cmp_t_u32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]9886# W64: v_cmp_t_u32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x00]98870x0a,0x00,0xc7,0xd4,0x01,0xef,0x01,0x009888 9889# W32: v_cmp_t_u32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]9890# W64: v_cmp_t_u32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x00]98910x0a,0x00,0xc7,0xd4,0x01,0x01,0x01,0x009892 9893# W32: v_cmp_t_u32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]9894# W64: v_cmp_t_u32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x00]98950x0a,0x00,0xc7,0xd4,0x01,0xe1,0x01,0x009896 9897# W32: v_cmp_t_u32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]9898# W64: v_cmp_t_u32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x00]98990x0a,0x00,0xc7,0xd4,0x01,0xff,0x00,0x009900 9901# W32: v_cmp_t_u32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]9902# W64: v_cmp_t_u32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x00]99030x0a,0x00,0xc7,0xd4,0x01,0xfd,0x00,0x009904 9905# W32: v_cmp_t_u32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]9906# W64: v_cmp_t_u32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x00]99070x0a,0x00,0xc7,0xd4,0x01,0xf9,0x00,0x009908 9909# W32: v_cmp_t_u32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]9910# W64: v_cmp_t_u32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x00]99110x0a,0x00,0xc7,0xd4,0x01,0xcb,0x00,0x009912 9913# W32: v_cmp_t_u32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]9914# W64: v_cmp_t_u32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x00]99150x0a,0x00,0xc7,0xd4,0x01,0x05,0x00,0x009916 9917# W32: v_cmp_t_u32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]9918# W64: v_cmp_t_u32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]99190x0a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x009920 9921# W32: v_cmp_t_u32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]9922# W64: v_cmp_t_u32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x00]99230x0a,0x00,0xc7,0xd4,0x01,0xff,0x03,0x009924 9925# W32: v_cmp_t_u32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]9926# W64: v_cmp_t_u32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x00]99270x0a,0x00,0xc7,0xd4,0x01,0xd7,0x00,0x009928 9929# W32: v_cmp_t_u32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]9930# W64: v_cmp_t_u32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x00]99310x0a,0x00,0xc7,0xd4,0x01,0xd5,0x00,0x009932 9933# W32: v_cmp_t_u32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]9934# W64: v_cmp_t_u32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x00]99350x0a,0x00,0xc7,0xd4,0xff,0x05,0x02,0x009936 9937# W32: v_cmp_t_u32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]9938# W64: v_cmp_t_u32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x00]99390x0a,0x00,0xc7,0xd4,0x6b,0x04,0x02,0x009940 9941# W32: v_cmp_t_u32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]9942# W64: v_cmp_t_u32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x00]99430x0a,0x00,0xc7,0xd4,0x6a,0x04,0x02,0x009944 9945# W32: v_cmp_t_u32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]9946# W64: v_cmp_t_u32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]99470x64,0x00,0xc7,0xd4,0x01,0x05,0x02,0x009948 9949# W32: v_cmp_t_u32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]9950# W64: v_cmp_t_u32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]99510x0c,0x00,0xc7,0xd4,0x01,0x05,0x02,0x009952 9953# W32: v_cmp_t_u32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]9954# W64: v_cmp_t_u32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x00]99550x6a,0x00,0xc7,0xd4,0x01,0x05,0x02,0x009956 9957# W32: v_cmp_t_u64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]9958# W64: v_cmp_t_u64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x00]99590x0a,0x00,0xe7,0xd4,0xc1,0x04,0x02,0x009960 9961# W32: v_cmp_t_u64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]9962# W64: v_cmp_t_u64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x00]99630x0a,0x00,0xe7,0xd4,0xf7,0x04,0x02,0x009964 9965# W32: v_cmp_t_u64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]9966# W64: v_cmp_t_u64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x00]99670x0a,0x00,0xe7,0xd4,0x80,0x04,0x02,0x009968 9969# W32: v_cmp_t_u64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]9970# W64: v_cmp_t_u64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x00]99710x0a,0x00,0xe7,0xd4,0xf0,0x04,0x02,0x009972 9973# W32: v_cmp_t_u64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]9974# W64: v_cmp_t_u64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x00]99750x0a,0x00,0xe7,0xd4,0x7e,0x04,0x02,0x009976 9977# W32: v_cmp_t_u64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]9978# W64: v_cmp_t_u64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x00]99790x0a,0x00,0xe7,0xd4,0x64,0x04,0x02,0x009980 9981# W32: v_cmp_t_u64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]9982# W64: v_cmp_t_u64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x00]99830x0a,0x00,0xe7,0xd4,0x02,0x04,0x02,0x009984 9985# W32: v_cmp_t_u64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]9986# W64: v_cmp_t_u64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x00]99870x0a,0x00,0xe7,0xd4,0x04,0x04,0x02,0x009988 9989# W32: v_cmp_t_u64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]9990# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x00]99910x0a,0x00,0xe7,0xd4,0x01,0x83,0x01,0x009992 9993# W32: v_cmp_t_u64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]9994# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x00]99950x0a,0x00,0xe7,0xd4,0x01,0xef,0x01,0x009996 9997# W32: v_cmp_t_u64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]9998# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x00]99990x0a,0x00,0xe7,0xd4,0x01,0x01,0x01,0x0010000 10001# W32: v_cmp_t_u64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]10002# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x00]100030x0a,0x00,0xe7,0xd4,0x01,0xe1,0x01,0x0010004 10005# W32: v_cmp_t_u64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]10006# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x00]100070x0a,0x00,0xe7,0xd4,0x01,0xfd,0x00,0x0010008 10009# W32: v_cmp_t_u64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]10010# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x00]100110x0a,0x00,0xe7,0xd4,0x01,0xc9,0x00,0x0010012 10013# W32: v_cmp_t_u64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]10014# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x00]100150x0a,0x00,0xe7,0xd4,0x01,0x09,0x00,0x0010016 10017# W32: v_cmp_t_u64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]10018# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x00]100190x0a,0x00,0xe7,0xd4,0x01,0x0d,0x00,0x0010020 10021# W32: v_cmp_t_u64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]10022# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x00]100230x0a,0x00,0xe7,0xd4,0x01,0xfd,0x03,0x0010024 10025# W32: v_cmp_t_u64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]10026# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]100270x0a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x0010028 10029# W32: v_cmp_t_u64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]10030# W64: v_cmp_t_u64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x00]100310x0a,0x00,0xe7,0xd4,0x01,0xd5,0x00,0x0010032 10033# W32: v_cmp_t_u64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]10034# W64: v_cmp_t_u64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x00]100350x0a,0x00,0xe7,0xd4,0xfe,0x05,0x02,0x0010036 10037# W32: v_cmp_t_u64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]10038# W64: v_cmp_t_u64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x00]100390x0a,0x00,0xe7,0xd4,0x6a,0x04,0x02,0x0010040 10041# W32: v_cmp_t_u64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]10042# W64: v_cmp_t_u64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]100430x64,0x00,0xe7,0xd4,0x01,0x05,0x02,0x0010044 10045# W32: v_cmp_t_u64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]10046# W64: v_cmp_t_u64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]100470x0c,0x00,0xe7,0xd4,0x01,0x05,0x02,0x0010048 10049# W32: v_cmp_t_u64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]10050# W64: v_cmp_t_u64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x00]100510x6a,0x00,0xe7,0xd4,0x01,0x05,0x02,0x0010052 10053# W32: v_cmp_tru_f16_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]10054# W64: v_cmp_tru_f16_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x00]100550x0a,0x00,0xef,0xd4,0xc1,0x04,0x02,0x0010056 10057# W32: v_cmp_tru_f16_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]10058# W64: v_cmp_tru_f16_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x00]100590x0a,0x00,0xef,0xd4,0xf7,0x04,0x02,0x0010060 10061# W32: v_cmp_tru_f16_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]10062# W64: v_cmp_tru_f16_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x60]100630x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x6010064 10065# W32: v_cmp_tru_f16_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]10066# W64: v_cmp_tru_f16_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x20]100670x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x2010068 10069# W32: v_cmp_tru_f16_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]10070# W64: v_cmp_tru_f16_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x00]100710x0a,0x00,0xef,0xd4,0x80,0x04,0x02,0x0010072 10073# W32: v_cmp_tru_f16_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]10074# W64: v_cmp_tru_f16_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x00]100750x0a,0x00,0xef,0xd4,0xf0,0x04,0x02,0x0010076 10077# W32: v_cmp_tru_f16_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]10078# W64: v_cmp_tru_f16_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x00]100790x0a,0x00,0xef,0xd4,0x7f,0x04,0x02,0x0010080 10081# W32: v_cmp_tru_f16_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]10082# W64: v_cmp_tru_f16_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x00]100830x0a,0x00,0xef,0xd4,0x7e,0x04,0x02,0x0010084 10085# W32: v_cmp_tru_f16_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]10086# W64: v_cmp_tru_f16_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x00]100870x0a,0x00,0xef,0xd4,0x7c,0x04,0x02,0x0010088 10089# W32: v_cmp_tru_f16_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]10090# W64: v_cmp_tru_f16_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x00]100910x0a,0x00,0xef,0xd4,0x01,0x04,0x02,0x0010092 10093# W32: v_cmp_tru_f16_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]10094# W64: v_cmp_tru_f16_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x00]100950x0a,0x00,0xef,0xd4,0x65,0x04,0x02,0x0010096 10097# W32: v_cmp_tru_f16_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]10098# W64: v_cmp_tru_f16_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x00]100990x0a,0x00,0xef,0xd4,0x01,0x83,0x01,0x0010100 10101# W32: v_cmp_tru_f16_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]10102# W64: v_cmp_tru_f16_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x00]101030x0a,0x00,0xef,0xd4,0x01,0xef,0x01,0x0010104 10105# W32: v_cmp_tru_f16_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]10106# W64: v_cmp_tru_f16_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x40]101070x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x4010108 10109# W32: v_cmp_tru_f16_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]10110# W64: v_cmp_tru_f16_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x00]101110x0a,0x00,0xef,0xd4,0x01,0x01,0x01,0x0010112 10113# W32: v_cmp_tru_f16_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]10114# W64: v_cmp_tru_f16_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x00]101150x0a,0x00,0xef,0xd4,0x01,0xe1,0x01,0x0010116 10117# W32: v_cmp_tru_f16_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]10118# W64: v_cmp_tru_f16_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x00]101190x0a,0x00,0xef,0xd4,0x01,0xff,0x00,0x0010120 10121# W32: v_cmp_tru_f16_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]10122# W64: v_cmp_tru_f16_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x00]101230x0a,0x00,0xef,0xd4,0x01,0xfd,0x00,0x0010124 10125# W32: v_cmp_tru_f16_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]10126# W64: v_cmp_tru_f16_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x00]101270x0a,0x00,0xef,0xd4,0x01,0xf9,0x00,0x0010128 10129# W32: v_cmp_tru_f16_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]10130# W64: v_cmp_tru_f16_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x00]101310x0a,0x00,0xef,0xd4,0x01,0xcb,0x00,0x0010132 10133# W32: v_cmp_tru_f16_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]10134# W64: v_cmp_tru_f16_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x00]101350x0a,0x00,0xef,0xd4,0x01,0x05,0x00,0x0010136 10137# W32: v_cmp_tru_f16_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]10138# W64: v_cmp_tru_f16_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]101390x0a,0x00,0xef,0xd4,0x01,0x05,0x02,0x0010140 10141# W32: v_cmp_tru_f16_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]10142# W64: v_cmp_tru_f16_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x00]101430x0a,0x80,0xef,0xd4,0x01,0x05,0x02,0x0010144 10145# W32: v_cmp_tru_f16_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]10146# W64: v_cmp_tru_f16_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x00]101470x0a,0x00,0xef,0xd4,0x01,0xff,0x03,0x0010148 10149# W32: v_cmp_tru_f16_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]10150# W64: v_cmp_tru_f16_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x00]101510x0a,0x00,0xef,0xd4,0x01,0xd7,0x00,0x0010152 10153# W32: v_cmp_tru_f16_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]10154# W64: v_cmp_tru_f16_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x00]101550x0a,0x00,0xef,0xd4,0x01,0xd5,0x00,0x0010156 10157# W32: v_cmp_tru_f16_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]10158# W64: v_cmp_tru_f16_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x00]101590x0a,0x00,0xef,0xd4,0xff,0x05,0x02,0x0010160 10161# W32: v_cmp_tru_f16_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]10162# W64: v_cmp_tru_f16_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x00]101630x0a,0x00,0xef,0xd4,0x6b,0x04,0x02,0x0010164 10165# W32: v_cmp_tru_f16_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]10166# W64: v_cmp_tru_f16_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x00]101670x0a,0x00,0xef,0xd4,0x6a,0x04,0x02,0x0010168 10169# W32: v_cmp_tru_f16_e64 s100, v1, v2          ; encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]10170# W64: v_cmp_tru_f16_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]101710x64,0x00,0xef,0xd4,0x01,0x05,0x02,0x0010172 10173# W32: v_cmp_tru_f16_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]10174# W64: v_cmp_tru_f16_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]101750x0c,0x00,0xef,0xd4,0x01,0x05,0x02,0x0010176 10177# W32: v_cmp_tru_f16_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]10178# W64: v_cmp_tru_f16_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x00]101790x6a,0x00,0xef,0xd4,0x01,0x05,0x02,0x0010180 10181# W32: v_cmp_tru_f32_e64 s10, -1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]10182# W64: v_cmp_tru_f32_e64 s[10:11], -1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x00]101830x0a,0x00,0x0f,0xd4,0xc1,0x04,0x02,0x0010184 10185# W32: v_cmp_tru_f32_e64 s10, -4.0, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]10186# W64: v_cmp_tru_f32_e64 s[10:11], -4.0, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x00]101870x0a,0x00,0x0f,0xd4,0xf7,0x04,0x02,0x0010188 10189# W32: v_cmp_tru_f32_e64 s10, -v1, -v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]10190# W64: v_cmp_tru_f32_e64 s[10:11], -v1, -v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x60]101910x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x6010192 10193# W32: v_cmp_tru_f32_e64 s10, -v1, v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]10194# W64: v_cmp_tru_f32_e64 s[10:11], -v1, v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x20]101950x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x2010196 10197# W32: v_cmp_tru_f32_e64 s10, 0, v2            ; encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]10198# W64: v_cmp_tru_f32_e64 s[10:11], 0, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x00]101990x0a,0x00,0x0f,0xd4,0x80,0x04,0x02,0x0010200 10201# W32: v_cmp_tru_f32_e64 s10, 0.5, v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]10202# W64: v_cmp_tru_f32_e64 s[10:11], 0.5, v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x00]102030x0a,0x00,0x0f,0xd4,0xf0,0x04,0x02,0x0010204 10205# W32: v_cmp_tru_f32_e64 s10, exec_hi, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]10206# W64: v_cmp_tru_f32_e64 s[10:11], exec_hi, v2 ; encoding: [0x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x00]102070x0a,0x00,0x0f,0xd4,0x7f,0x04,0x02,0x0010208 10209# W32: v_cmp_tru_f32_e64 s10, exec_lo, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]10210# W64: v_cmp_tru_f32_e64 s[10:11], exec_lo, v2 ; encoding: [0x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x00]102110x0a,0x00,0x0f,0xd4,0x7e,0x04,0x02,0x0010212 10213# W32: v_cmp_tru_f32_e64 s10, m0, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]10214# W64: v_cmp_tru_f32_e64 s[10:11], m0, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x00]102150x0a,0x00,0x0f,0xd4,0x7c,0x04,0x02,0x0010216 10217# W32: v_cmp_tru_f32_e64 s10, s1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]10218# W64: v_cmp_tru_f32_e64 s[10:11], s1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x00]102190x0a,0x00,0x0f,0xd4,0x01,0x04,0x02,0x0010220 10221# W32: v_cmp_tru_f32_e64 s10, s101, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]10222# W64: v_cmp_tru_f32_e64 s[10:11], s101, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x00]102230x0a,0x00,0x0f,0xd4,0x65,0x04,0x02,0x0010224 10225# W32: v_cmp_tru_f32_e64 s10, v1, -1           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]10226# W64: v_cmp_tru_f32_e64 s[10:11], v1, -1      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x00]102270x0a,0x00,0x0f,0xd4,0x01,0x83,0x01,0x0010228 10229# W32: v_cmp_tru_f32_e64 s10, v1, -4.0         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]10230# W64: v_cmp_tru_f32_e64 s[10:11], v1, -4.0    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x00]102310x0a,0x00,0x0f,0xd4,0x01,0xef,0x01,0x0010232 10233# W32: v_cmp_tru_f32_e64 s10, v1, -v2          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]10234# W64: v_cmp_tru_f32_e64 s[10:11], v1, -v2     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x40]102350x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x4010236 10237# W32: v_cmp_tru_f32_e64 s10, v1, 0            ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]10238# W64: v_cmp_tru_f32_e64 s[10:11], v1, 0       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x00]102390x0a,0x00,0x0f,0xd4,0x01,0x01,0x01,0x0010240 10241# W32: v_cmp_tru_f32_e64 s10, v1, 0.5          ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]10242# W64: v_cmp_tru_f32_e64 s[10:11], v1, 0.5     ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x00]102430x0a,0x00,0x0f,0xd4,0x01,0xe1,0x01,0x0010244 10245# W32: v_cmp_tru_f32_e64 s10, v1, exec_hi      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]10246# W64: v_cmp_tru_f32_e64 s[10:11], v1, exec_hi ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x00]102470x0a,0x00,0x0f,0xd4,0x01,0xff,0x00,0x0010248 10249# W32: v_cmp_tru_f32_e64 s10, v1, exec_lo      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]10250# W64: v_cmp_tru_f32_e64 s[10:11], v1, exec_lo ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x00]102510x0a,0x00,0x0f,0xd4,0x01,0xfd,0x00,0x0010252 10253# W32: v_cmp_tru_f32_e64 s10, v1, m0           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]10254# W64: v_cmp_tru_f32_e64 s[10:11], v1, m0      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x00]102550x0a,0x00,0x0f,0xd4,0x01,0xf9,0x00,0x0010256 10257# W32: v_cmp_tru_f32_e64 s10, v1, s101         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]10258# W64: v_cmp_tru_f32_e64 s[10:11], v1, s101    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x00]102590x0a,0x00,0x0f,0xd4,0x01,0xcb,0x00,0x0010260 10261# W32: v_cmp_tru_f32_e64 s10, v1, s2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]10262# W64: v_cmp_tru_f32_e64 s[10:11], v1, s2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x00]102630x0a,0x00,0x0f,0xd4,0x01,0x05,0x00,0x0010264 10265# W32: v_cmp_tru_f32_e64 s10, v1, v2           ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]10266# W64: v_cmp_tru_f32_e64 s[10:11], v1, v2      ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]102670x0a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x0010268 10269# W32: v_cmp_tru_f32_e64 s10, v1, v2 clamp     ; encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]10270# W64: v_cmp_tru_f32_e64 s[10:11], v1, v2 clamp ; encoding: [0x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x00]102710x0a,0x80,0x0f,0xd4,0x01,0x05,0x02,0x0010272 10273# W32: v_cmp_tru_f32_e64 s10, v1, v255         ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]10274# W64: v_cmp_tru_f32_e64 s[10:11], v1, v255    ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x00]102750x0a,0x00,0x0f,0xd4,0x01,0xff,0x03,0x0010276 10277# W32: v_cmp_tru_f32_e64 s10, v1, vcc_hi       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]10278# W64: v_cmp_tru_f32_e64 s[10:11], v1, vcc_hi  ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x00]102790x0a,0x00,0x0f,0xd4,0x01,0xd7,0x00,0x0010280 10281# W32: v_cmp_tru_f32_e64 s10, v1, vcc_lo       ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]10282# W64: v_cmp_tru_f32_e64 s[10:11], v1, vcc_lo  ; encoding: [0x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x00]102830x0a,0x00,0x0f,0xd4,0x01,0xd5,0x00,0x0010284 10285# W32: v_cmp_tru_f32_e64 s10, v255, v2         ; encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]10286# W64: v_cmp_tru_f32_e64 s[10:11], v255, v2    ; encoding: [0x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x00]102870x0a,0x00,0x0f,0xd4,0xff,0x05,0x02,0x0010288 10289# W32: v_cmp_tru_f32_e64 s10, vcc_hi, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]10290# W64: v_cmp_tru_f32_e64 s[10:11], vcc_hi, v2  ; encoding: [0x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x00]102910x0a,0x00,0x0f,0xd4,0x6b,0x04,0x02,0x0010292 10293# W32: v_cmp_tru_f32_e64 s10, vcc_lo, v2       ; encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]10294# W64: v_cmp_tru_f32_e64 s[10:11], vcc_lo, v2  ; encoding: [0x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x00]102950x0a,0x00,0x0f,0xd4,0x6a,0x04,0x02,0x0010296 10297# W32: v_cmp_tru_f32_e64 s100, v1, v2          ; encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]10298# W64: v_cmp_tru_f32_e64 s[100:101], v1, v2    ; encoding: [0x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]102990x64,0x00,0x0f,0xd4,0x01,0x05,0x02,0x0010300 10301# W32: v_cmp_tru_f32_e64 s12, v1, v2           ; encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]10302# W64: v_cmp_tru_f32_e64 s[12:13], v1, v2      ; encoding: [0x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]103030x0c,0x00,0x0f,0xd4,0x01,0x05,0x02,0x0010304 10305# W32: v_cmp_tru_f32_e64 vcc_lo, v1, v2        ; encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]10306# W64: v_cmp_tru_f32_e64 vcc, v1, v2           ; encoding: [0x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x00]103070x6a,0x00,0x0f,0xd4,0x01,0x05,0x02,0x0010308 10309# W32: v_cmp_tru_f64_e64 s10, -1, v[2:3]       ; encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]10310# W64: v_cmp_tru_f64_e64 s[10:11], -1, v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x00]103110x0a,0x00,0x2f,0xd4,0xc1,0x04,0x02,0x0010312 10313# W32: v_cmp_tru_f64_e64 s10, -4.0, v[2:3]     ; encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]10314# W64: v_cmp_tru_f64_e64 s[10:11], -4.0, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x00]103150x0a,0x00,0x2f,0xd4,0xf7,0x04,0x02,0x0010316 10317# W32: v_cmp_tru_f64_e64 s10, -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]10318# W64: v_cmp_tru_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x60]103190x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x6010320 10321# W32: v_cmp_tru_f64_e64 s10, -v[1:2], v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]10322# W64: v_cmp_tru_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x20]103230x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x2010324 10325# W32: v_cmp_tru_f64_e64 s10, 0, v[2:3]        ; encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]10326# W64: v_cmp_tru_f64_e64 s[10:11], 0, v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x00]103270x0a,0x00,0x2f,0xd4,0x80,0x04,0x02,0x0010328 10329# W32: v_cmp_tru_f64_e64 s10, 0.5, v[2:3]      ; encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]10330# W64: v_cmp_tru_f64_e64 s[10:11], 0.5, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x00]103310x0a,0x00,0x2f,0xd4,0xf0,0x04,0x02,0x0010332 10333# W32: v_cmp_tru_f64_e64 s10, exec, v[2:3]     ; encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]10334# W64: v_cmp_tru_f64_e64 s[10:11], exec, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x00]103350x0a,0x00,0x2f,0xd4,0x7e,0x04,0x02,0x0010336 10337# W32: v_cmp_tru_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]10338# W64: v_cmp_tru_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x00]103390x0a,0x00,0x2f,0xd4,0x64,0x04,0x02,0x0010340 10341# W32: v_cmp_tru_f64_e64 s10, s[2:3], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]10342# W64: v_cmp_tru_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x00]103430x0a,0x00,0x2f,0xd4,0x02,0x04,0x02,0x0010344 10345# W32: v_cmp_tru_f64_e64 s10, s[4:5], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]10346# W64: v_cmp_tru_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x00]103470x0a,0x00,0x2f,0xd4,0x04,0x04,0x02,0x0010348 10349# W32: v_cmp_tru_f64_e64 s10, v[1:2], -1       ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]10350# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -1  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x00]103510x0a,0x00,0x2f,0xd4,0x01,0x83,0x01,0x0010352 10353# W32: v_cmp_tru_f64_e64 s10, v[1:2], -4.0     ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]10354# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -4.0 ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x00]103550x0a,0x00,0x2f,0xd4,0x01,0xef,0x01,0x0010356 10357# W32: v_cmp_tru_f64_e64 s10, v[1:2], -v[2:3]  ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]10358# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x40]103590x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x4010360 10361# W32: v_cmp_tru_f64_e64 s10, v[1:2], 0        ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]10362# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x00]103630x0a,0x00,0x2f,0xd4,0x01,0x01,0x01,0x0010364 10365# W32: v_cmp_tru_f64_e64 s10, v[1:2], 0.5      ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]10366# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], 0.5 ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x00]103670x0a,0x00,0x2f,0xd4,0x01,0xe1,0x01,0x0010368 10369# W32: v_cmp_tru_f64_e64 s10, v[1:2], exec     ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]10370# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], exec ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x00]103710x0a,0x00,0x2f,0xd4,0x01,0xfd,0x00,0x0010372 10373# W32: v_cmp_tru_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]10374# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x00]103750x0a,0x00,0x2f,0xd4,0x01,0xc9,0x00,0x0010376 10377# W32: v_cmp_tru_f64_e64 s10, v[1:2], s[4:5]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]10378# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x00]103790x0a,0x00,0x2f,0xd4,0x01,0x09,0x00,0x0010380 10381# W32: v_cmp_tru_f64_e64 s10, v[1:2], s[6:7]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]10382# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x00]103830x0a,0x00,0x2f,0xd4,0x01,0x0d,0x00,0x0010384 10385# W32: v_cmp_tru_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]10386# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x00]103870x0a,0x00,0x2f,0xd4,0x01,0xfd,0x03,0x0010388 10389# W32: v_cmp_tru_f64_e64 s10, v[1:2], v[2:3]   ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]10390# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]103910x0a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x0010392 10393# W32: v_cmp_tru_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]10394# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x00]103950x0a,0x80,0x2f,0xd4,0x01,0x05,0x02,0x0010396 10397# W32: v_cmp_tru_f64_e64 s10, v[1:2], vcc      ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]10398# W64: v_cmp_tru_f64_e64 s[10:11], v[1:2], vcc ; encoding: [0x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x00]103990x0a,0x00,0x2f,0xd4,0x01,0xd5,0x00,0x0010400 10401# W32: v_cmp_tru_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]10402# W64: v_cmp_tru_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x00]104030x0a,0x00,0x2f,0xd4,0xfe,0x05,0x02,0x0010404 10405# W32: v_cmp_tru_f64_e64 s10, vcc, v[2:3]      ; encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]10406# W64: v_cmp_tru_f64_e64 s[10:11], vcc, v[2:3] ; encoding: [0x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x00]104070x0a,0x00,0x2f,0xd4,0x6a,0x04,0x02,0x0010408 10409# W32: v_cmp_tru_f64_e64 s100, v[1:2], v[2:3]  ; encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]10410# W64: v_cmp_tru_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]104110x64,0x00,0x2f,0xd4,0x01,0x05,0x02,0x0010412 10413# W32: v_cmp_tru_f64_e64 s12, v[1:2], v[2:3]   ; encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]10414# W64: v_cmp_tru_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]104150x0c,0x00,0x2f,0xd4,0x01,0x05,0x02,0x0010416 10417# W32: v_cmp_tru_f64_e64 vcc_lo, v[1:2], v[2:3] ; encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]10418# W64: v_cmp_tru_f64_e64 vcc, v[1:2], v[2:3]   ; encoding: [0x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x00]104190x6a,0x00,0x2f,0xd4,0x01,0x05,0x02,0x0010420 10421# W32: v_cmp_u_f16_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]10422# W64: v_cmp_u_f16_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x00]104230x0a,0x00,0xe8,0xd4,0xc1,0x04,0x02,0x0010424 10425# W32: v_cmp_u_f16_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]10426# W64: v_cmp_u_f16_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x00]104270x0a,0x00,0xe8,0xd4,0xf7,0x04,0x02,0x0010428 10429# W32: v_cmp_u_f16_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]10430# W64: v_cmp_u_f16_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x60]104310x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x6010432 10433# W32: v_cmp_u_f16_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]10434# W64: v_cmp_u_f16_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x20]104350x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x2010436 10437# W32: v_cmp_u_f16_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]10438# W64: v_cmp_u_f16_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x00]104390x0a,0x00,0xe8,0xd4,0x80,0x04,0x02,0x0010440 10441# W32: v_cmp_u_f16_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]10442# W64: v_cmp_u_f16_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x00]104430x0a,0x00,0xe8,0xd4,0xf0,0x04,0x02,0x0010444 10445# W32: v_cmp_u_f16_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]10446# W64: v_cmp_u_f16_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x00]104470x0a,0x00,0xe8,0xd4,0x7f,0x04,0x02,0x0010448 10449# W32: v_cmp_u_f16_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]10450# W64: v_cmp_u_f16_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x00]104510x0a,0x00,0xe8,0xd4,0x7e,0x04,0x02,0x0010452 10453# W32: v_cmp_u_f16_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]10454# W64: v_cmp_u_f16_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x00]104550x0a,0x00,0xe8,0xd4,0x7c,0x04,0x02,0x0010456 10457# W32: v_cmp_u_f16_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]10458# W64: v_cmp_u_f16_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x00]104590x0a,0x00,0xe8,0xd4,0x01,0x04,0x02,0x0010460 10461# W32: v_cmp_u_f16_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]10462# W64: v_cmp_u_f16_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x00]104630x0a,0x00,0xe8,0xd4,0x65,0x04,0x02,0x0010464 10465# W32: v_cmp_u_f16_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]10466# W64: v_cmp_u_f16_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x00]104670x0a,0x00,0xe8,0xd4,0x01,0x83,0x01,0x0010468 10469# W32: v_cmp_u_f16_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]10470# W64: v_cmp_u_f16_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x00]104710x0a,0x00,0xe8,0xd4,0x01,0xef,0x01,0x0010472 10473# W32: v_cmp_u_f16_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]10474# W64: v_cmp_u_f16_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x40]104750x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x4010476 10477# W32: v_cmp_u_f16_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]10478# W64: v_cmp_u_f16_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x00]104790x0a,0x00,0xe8,0xd4,0x01,0x01,0x01,0x0010480 10481# W32: v_cmp_u_f16_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]10482# W64: v_cmp_u_f16_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x00]104830x0a,0x00,0xe8,0xd4,0x01,0xe1,0x01,0x0010484 10485# W32: v_cmp_u_f16_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]10486# W64: v_cmp_u_f16_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x00]104870x0a,0x00,0xe8,0xd4,0x01,0xff,0x00,0x0010488 10489# W32: v_cmp_u_f16_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]10490# W64: v_cmp_u_f16_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x00]104910x0a,0x00,0xe8,0xd4,0x01,0xfd,0x00,0x0010492 10493# W32: v_cmp_u_f16_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]10494# W64: v_cmp_u_f16_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x00]104950x0a,0x00,0xe8,0xd4,0x01,0xf9,0x00,0x0010496 10497# W32: v_cmp_u_f16_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]10498# W64: v_cmp_u_f16_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x00]104990x0a,0x00,0xe8,0xd4,0x01,0xcb,0x00,0x0010500 10501# W32: v_cmp_u_f16_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]10502# W64: v_cmp_u_f16_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x00]105030x0a,0x00,0xe8,0xd4,0x01,0x05,0x00,0x0010504 10505# W32: v_cmp_u_f16_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]10506# W64: v_cmp_u_f16_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]105070x0a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x0010508 10509# W32: v_cmp_u_f16_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]10510# W64: v_cmp_u_f16_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x00]105110x0a,0x80,0xe8,0xd4,0x01,0x05,0x02,0x0010512 10513# W32: v_cmp_u_f16_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]10514# W64: v_cmp_u_f16_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x00]105150x0a,0x00,0xe8,0xd4,0x01,0xff,0x03,0x0010516 10517# W32: v_cmp_u_f16_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]10518# W64: v_cmp_u_f16_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x00]105190x0a,0x00,0xe8,0xd4,0x01,0xd7,0x00,0x0010520 10521# W32: v_cmp_u_f16_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]10522# W64: v_cmp_u_f16_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x00]105230x0a,0x00,0xe8,0xd4,0x01,0xd5,0x00,0x0010524 10525# W32: v_cmp_u_f16_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]10526# W64: v_cmp_u_f16_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x00]105270x0a,0x00,0xe8,0xd4,0xff,0x05,0x02,0x0010528 10529# W32: v_cmp_u_f16_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]10530# W64: v_cmp_u_f16_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x00]105310x0a,0x00,0xe8,0xd4,0x6b,0x04,0x02,0x0010532 10533# W32: v_cmp_u_f16_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]10534# W64: v_cmp_u_f16_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x00]105350x0a,0x00,0xe8,0xd4,0x6a,0x04,0x02,0x0010536 10537# W32: v_cmp_u_f16_e64 s100, v1, v2            ; encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]10538# W64: v_cmp_u_f16_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]105390x64,0x00,0xe8,0xd4,0x01,0x05,0x02,0x0010540 10541# W32: v_cmp_u_f16_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]10542# W64: v_cmp_u_f16_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]105430x0c,0x00,0xe8,0xd4,0x01,0x05,0x02,0x0010544 10545# W32: v_cmp_u_f16_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]10546# W64: v_cmp_u_f16_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x00]105470x6a,0x00,0xe8,0xd4,0x01,0x05,0x02,0x0010548 10549# W32: v_cmp_u_f32_e64 s10, -1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]10550# W64: v_cmp_u_f32_e64 s[10:11], -1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x00]105510x0a,0x00,0x08,0xd4,0xc1,0x04,0x02,0x0010552 10553# W32: v_cmp_u_f32_e64 s10, -4.0, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]10554# W64: v_cmp_u_f32_e64 s[10:11], -4.0, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x00]105550x0a,0x00,0x08,0xd4,0xf7,0x04,0x02,0x0010556 10557# W32: v_cmp_u_f32_e64 s10, -v1, -v2           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]10558# W64: v_cmp_u_f32_e64 s[10:11], -v1, -v2      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x60]105590x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x6010560 10561# W32: v_cmp_u_f32_e64 s10, -v1, v2            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]10562# W64: v_cmp_u_f32_e64 s[10:11], -v1, v2       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x20]105630x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x2010564 10565# W32: v_cmp_u_f32_e64 s10, 0, v2              ; encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]10566# W64: v_cmp_u_f32_e64 s[10:11], 0, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x00]105670x0a,0x00,0x08,0xd4,0x80,0x04,0x02,0x0010568 10569# W32: v_cmp_u_f32_e64 s10, 0.5, v2            ; encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]10570# W64: v_cmp_u_f32_e64 s[10:11], 0.5, v2       ; encoding: [0x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x00]105710x0a,0x00,0x08,0xd4,0xf0,0x04,0x02,0x0010572 10573# W32: v_cmp_u_f32_e64 s10, exec_hi, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]10574# W64: v_cmp_u_f32_e64 s[10:11], exec_hi, v2   ; encoding: [0x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x00]105750x0a,0x00,0x08,0xd4,0x7f,0x04,0x02,0x0010576 10577# W32: v_cmp_u_f32_e64 s10, exec_lo, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]10578# W64: v_cmp_u_f32_e64 s[10:11], exec_lo, v2   ; encoding: [0x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x00]105790x0a,0x00,0x08,0xd4,0x7e,0x04,0x02,0x0010580 10581# W32: v_cmp_u_f32_e64 s10, m0, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]10582# W64: v_cmp_u_f32_e64 s[10:11], m0, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x00]105830x0a,0x00,0x08,0xd4,0x7c,0x04,0x02,0x0010584 10585# W32: v_cmp_u_f32_e64 s10, s1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]10586# W64: v_cmp_u_f32_e64 s[10:11], s1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x00]105870x0a,0x00,0x08,0xd4,0x01,0x04,0x02,0x0010588 10589# W32: v_cmp_u_f32_e64 s10, s101, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]10590# W64: v_cmp_u_f32_e64 s[10:11], s101, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x00]105910x0a,0x00,0x08,0xd4,0x65,0x04,0x02,0x0010592 10593# W32: v_cmp_u_f32_e64 s10, v1, -1             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]10594# W64: v_cmp_u_f32_e64 s[10:11], v1, -1        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x00]105950x0a,0x00,0x08,0xd4,0x01,0x83,0x01,0x0010596 10597# W32: v_cmp_u_f32_e64 s10, v1, -4.0           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]10598# W64: v_cmp_u_f32_e64 s[10:11], v1, -4.0      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x00]105990x0a,0x00,0x08,0xd4,0x01,0xef,0x01,0x0010600 10601# W32: v_cmp_u_f32_e64 s10, v1, -v2            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]10602# W64: v_cmp_u_f32_e64 s[10:11], v1, -v2       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x40]106030x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x4010604 10605# W32: v_cmp_u_f32_e64 s10, v1, 0              ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]10606# W64: v_cmp_u_f32_e64 s[10:11], v1, 0         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x00]106070x0a,0x00,0x08,0xd4,0x01,0x01,0x01,0x0010608 10609# W32: v_cmp_u_f32_e64 s10, v1, 0.5            ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]10610# W64: v_cmp_u_f32_e64 s[10:11], v1, 0.5       ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x00]106110x0a,0x00,0x08,0xd4,0x01,0xe1,0x01,0x0010612 10613# W32: v_cmp_u_f32_e64 s10, v1, exec_hi        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]10614# W64: v_cmp_u_f32_e64 s[10:11], v1, exec_hi   ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x00]106150x0a,0x00,0x08,0xd4,0x01,0xff,0x00,0x0010616 10617# W32: v_cmp_u_f32_e64 s10, v1, exec_lo        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]10618# W64: v_cmp_u_f32_e64 s[10:11], v1, exec_lo   ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x00]106190x0a,0x00,0x08,0xd4,0x01,0xfd,0x00,0x0010620 10621# W32: v_cmp_u_f32_e64 s10, v1, m0             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]10622# W64: v_cmp_u_f32_e64 s[10:11], v1, m0        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x00]106230x0a,0x00,0x08,0xd4,0x01,0xf9,0x00,0x0010624 10625# W32: v_cmp_u_f32_e64 s10, v1, s101           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]10626# W64: v_cmp_u_f32_e64 s[10:11], v1, s101      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x00]106270x0a,0x00,0x08,0xd4,0x01,0xcb,0x00,0x0010628 10629# W32: v_cmp_u_f32_e64 s10, v1, s2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]10630# W64: v_cmp_u_f32_e64 s[10:11], v1, s2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x00]106310x0a,0x00,0x08,0xd4,0x01,0x05,0x00,0x0010632 10633# W32: v_cmp_u_f32_e64 s10, v1, v2             ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]10634# W64: v_cmp_u_f32_e64 s[10:11], v1, v2        ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]106350x0a,0x00,0x08,0xd4,0x01,0x05,0x02,0x0010636 10637# W32: v_cmp_u_f32_e64 s10, v1, v2 clamp       ; encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]10638# W64: v_cmp_u_f32_e64 s[10:11], v1, v2 clamp  ; encoding: [0x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x00]106390x0a,0x80,0x08,0xd4,0x01,0x05,0x02,0x0010640 10641# W32: v_cmp_u_f32_e64 s10, v1, v255           ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]10642# W64: v_cmp_u_f32_e64 s[10:11], v1, v255      ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x00]106430x0a,0x00,0x08,0xd4,0x01,0xff,0x03,0x0010644 10645# W32: v_cmp_u_f32_e64 s10, v1, vcc_hi         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]10646# W64: v_cmp_u_f32_e64 s[10:11], v1, vcc_hi    ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x00]106470x0a,0x00,0x08,0xd4,0x01,0xd7,0x00,0x0010648 10649# W32: v_cmp_u_f32_e64 s10, v1, vcc_lo         ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]10650# W64: v_cmp_u_f32_e64 s[10:11], v1, vcc_lo    ; encoding: [0x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x00]106510x0a,0x00,0x08,0xd4,0x01,0xd5,0x00,0x0010652 10653# W32: v_cmp_u_f32_e64 s10, v255, v2           ; encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]10654# W64: v_cmp_u_f32_e64 s[10:11], v255, v2      ; encoding: [0x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x00]106550x0a,0x00,0x08,0xd4,0xff,0x05,0x02,0x0010656 10657# W32: v_cmp_u_f32_e64 s10, vcc_hi, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]10658# W64: v_cmp_u_f32_e64 s[10:11], vcc_hi, v2    ; encoding: [0x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x00]106590x0a,0x00,0x08,0xd4,0x6b,0x04,0x02,0x0010660 10661# W32: v_cmp_u_f32_e64 s10, vcc_lo, v2         ; encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]10662# W64: v_cmp_u_f32_e64 s[10:11], vcc_lo, v2    ; encoding: [0x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x00]106630x0a,0x00,0x08,0xd4,0x6a,0x04,0x02,0x0010664 10665# W32: v_cmp_u_f32_e64 s100, v1, v2            ; encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]10666# W64: v_cmp_u_f32_e64 s[100:101], v1, v2      ; encoding: [0x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]106670x64,0x00,0x08,0xd4,0x01,0x05,0x02,0x0010668 10669# W32: v_cmp_u_f32_e64 s12, v1, v2             ; encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]10670# W64: v_cmp_u_f32_e64 s[12:13], v1, v2        ; encoding: [0x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]106710x0c,0x00,0x08,0xd4,0x01,0x05,0x02,0x0010672 10673# W32: v_cmp_u_f32_e64 vcc_lo, v1, v2          ; encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]10674# W64: v_cmp_u_f32_e64 vcc, v1, v2             ; encoding: [0x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x00]106750x6a,0x00,0x08,0xd4,0x01,0x05,0x02,0x0010676 10677# W32: v_cmp_u_f64_e64 s10, -1, v[2:3]         ; encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]10678# W64: v_cmp_u_f64_e64 s[10:11], -1, v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x00]106790x0a,0x00,0x28,0xd4,0xc1,0x04,0x02,0x0010680 10681# W32: v_cmp_u_f64_e64 s10, -4.0, v[2:3]       ; encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]10682# W64: v_cmp_u_f64_e64 s[10:11], -4.0, v[2:3]  ; encoding: [0x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x00]106830x0a,0x00,0x28,0xd4,0xf7,0x04,0x02,0x0010684 10685# W32: v_cmp_u_f64_e64 s10, -v[1:2], -v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]10686# W64: v_cmp_u_f64_e64 s[10:11], -v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x60]106870x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x6010688 10689# W32: v_cmp_u_f64_e64 s10, -v[1:2], v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]10690# W64: v_cmp_u_f64_e64 s[10:11], -v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x20]106910x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x2010692 10693# W32: v_cmp_u_f64_e64 s10, 0, v[2:3]          ; encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]10694# W64: v_cmp_u_f64_e64 s[10:11], 0, v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x00]106950x0a,0x00,0x28,0xd4,0x80,0x04,0x02,0x0010696 10697# W32: v_cmp_u_f64_e64 s10, 0.5, v[2:3]        ; encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]10698# W64: v_cmp_u_f64_e64 s[10:11], 0.5, v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x00]106990x0a,0x00,0x28,0xd4,0xf0,0x04,0x02,0x0010700 10701# W32: v_cmp_u_f64_e64 s10, exec, v[2:3]       ; encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]10702# W64: v_cmp_u_f64_e64 s[10:11], exec, v[2:3]  ; encoding: [0x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x00]107030x0a,0x00,0x28,0xd4,0x7e,0x04,0x02,0x0010704 10705# W32: v_cmp_u_f64_e64 s10, s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]10706# W64: v_cmp_u_f64_e64 s[10:11], s[100:101], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x00]107070x0a,0x00,0x28,0xd4,0x64,0x04,0x02,0x0010708 10709# W32: v_cmp_u_f64_e64 s10, s[2:3], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]10710# W64: v_cmp_u_f64_e64 s[10:11], s[2:3], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x00]107110x0a,0x00,0x28,0xd4,0x02,0x04,0x02,0x0010712 10713# W32: v_cmp_u_f64_e64 s10, s[4:5], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]10714# W64: v_cmp_u_f64_e64 s[10:11], s[4:5], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x00]107150x0a,0x00,0x28,0xd4,0x04,0x04,0x02,0x0010716 10717# W32: v_cmp_u_f64_e64 s10, v[1:2], -1         ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]10718# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -1    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x00]107190x0a,0x00,0x28,0xd4,0x01,0x83,0x01,0x0010720 10721# W32: v_cmp_u_f64_e64 s10, v[1:2], -4.0       ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]10722# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -4.0  ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x00]107230x0a,0x00,0x28,0xd4,0x01,0xef,0x01,0x0010724 10725# W32: v_cmp_u_f64_e64 s10, v[1:2], -v[2:3]    ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]10726# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], -v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x40]107270x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x4010728 10729# W32: v_cmp_u_f64_e64 s10, v[1:2], 0          ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]10730# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], 0     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x00]107310x0a,0x00,0x28,0xd4,0x01,0x01,0x01,0x0010732 10733# W32: v_cmp_u_f64_e64 s10, v[1:2], 0.5        ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]10734# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], 0.5   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x00]107350x0a,0x00,0x28,0xd4,0x01,0xe1,0x01,0x0010736 10737# W32: v_cmp_u_f64_e64 s10, v[1:2], exec       ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]10738# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], exec  ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x00]107390x0a,0x00,0x28,0xd4,0x01,0xfd,0x00,0x0010740 10741# W32: v_cmp_u_f64_e64 s10, v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]10742# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[100:101] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x00]107430x0a,0x00,0x28,0xd4,0x01,0xc9,0x00,0x0010744 10745# W32: v_cmp_u_f64_e64 s10, v[1:2], s[4:5]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]10746# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[4:5] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x00]107470x0a,0x00,0x28,0xd4,0x01,0x09,0x00,0x0010748 10749# W32: v_cmp_u_f64_e64 s10, v[1:2], s[6:7]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]10750# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], s[6:7] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x00]107510x0a,0x00,0x28,0xd4,0x01,0x0d,0x00,0x0010752 10753# W32: v_cmp_u_f64_e64 s10, v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]10754# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[254:255] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x00]107550x0a,0x00,0x28,0xd4,0x01,0xfd,0x03,0x0010756 10757# W32: v_cmp_u_f64_e64 s10, v[1:2], v[2:3]     ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]10758# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]107590x0a,0x00,0x28,0xd4,0x01,0x05,0x02,0x0010760 10761# W32: v_cmp_u_f64_e64 s10, v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]10762# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], v[2:3] clamp ; encoding: [0x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x00]107630x0a,0x80,0x28,0xd4,0x01,0x05,0x02,0x0010764 10765# W32: v_cmp_u_f64_e64 s10, v[1:2], vcc        ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]10766# W64: v_cmp_u_f64_e64 s[10:11], v[1:2], vcc   ; encoding: [0x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x00]107670x0a,0x00,0x28,0xd4,0x01,0xd5,0x00,0x0010768 10769# W32: v_cmp_u_f64_e64 s10, v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]10770# W64: v_cmp_u_f64_e64 s[10:11], v[254:255], v[2:3] ; encoding: [0x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x00]107710x0a,0x00,0x28,0xd4,0xfe,0x05,0x02,0x0010772 10773# W32: v_cmp_u_f64_e64 s10, vcc, v[2:3]        ; encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]10774# W64: v_cmp_u_f64_e64 s[10:11], vcc, v[2:3]   ; encoding: [0x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x00]107750x0a,0x00,0x28,0xd4,0x6a,0x04,0x02,0x0010776 10777# W32: v_cmp_u_f64_e64 s100, v[1:2], v[2:3]    ; encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]10778# W64: v_cmp_u_f64_e64 s[100:101], v[1:2], v[2:3] ; encoding: [0x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]107790x64,0x00,0x28,0xd4,0x01,0x05,0x02,0x0010780 10781# W32: v_cmp_u_f64_e64 s12, v[1:2], v[2:3]     ; encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]10782# W64: v_cmp_u_f64_e64 s[12:13], v[1:2], v[2:3] ; encoding: [0x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]107830x0c,0x00,0x28,0xd4,0x01,0x05,0x02,0x0010784 10785# W32: v_cmp_u_f64_e64 vcc_lo, v[1:2], v[2:3]  ; encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]10786# W64: v_cmp_u_f64_e64 vcc, v[1:2], v[2:3]     ; encoding: [0x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x00]107870x6a,0x00,0x28,0xd4,0x01,0x05,0x02,0x0010788