1# RUN: llvm-mc -triple=riscv64 -show-encoding --mattr=+experimental-zvlsseg %s \ 2# RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST 3# RUN: not llvm-mc -triple=riscv64 -show-encoding %s 2>&1 \ 4# RUN: | FileCheck %s --check-prefix=CHECK-ERROR 5# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+experimental-zvlsseg %s \ 6# RUN: | llvm-objdump -d --mattr=+experimental-zvlsseg - \ 7# RUN: | FileCheck %s --check-prefix=CHECK-INST 8# RUN: llvm-mc -triple=riscv64 -filetype=obj --mattr=+experimental-zvlsseg %s \ 9# RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN 10 11vlseg2e8.v v8, (a0) 12# CHECK-INST: vlseg2e8.v v8, (a0) 13# CHECK-ENCODING: [0x07,0x04,0x05,0x22] 14# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 15# CHECK-UNKNOWN: 07 04 05 22 <unknown> 16 17vlseg2e16.v v8, (a0) 18# CHECK-INST: vlseg2e16.v v8, (a0) 19# CHECK-ENCODING: [0x07,0x54,0x05,0x22] 20# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 21# CHECK-UNKNOWN: 07 54 05 22 <unknown> 22 23vlseg2e32.v v8, (a0) 24# CHECK-INST: vlseg2e32.v v8, (a0) 25# CHECK-ENCODING: [0x07,0x64,0x05,0x22] 26# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 27# CHECK-UNKNOWN: 07 64 05 22 <unknown> 28 29vlseg2e64.v v8, (a0) 30# CHECK-INST: vlseg2e64.v v8, (a0) 31# CHECK-ENCODING: [0x07,0x74,0x05,0x22] 32# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 33# CHECK-UNKNOWN: 07 74 05 22 <unknown> 34 35vlseg2e128.v v8, (a0) 36# CHECK-INST: vlseg2e128.v v8, (a0) 37# CHECK-ENCODING: [0x07,0x04,0x05,0x32] 38# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 39# CHECK-UNKNOWN: 07 04 05 32 <unknown> 40 41vlseg2e256.v v8, (a0) 42# CHECK-INST: vlseg2e256.v v8, (a0) 43# CHECK-ENCODING: [0x07,0x54,0x05,0x32] 44# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 45# CHECK-UNKNOWN: 07 54 05 32 <unknown> 46 47vlseg2e512.v v8, (a0) 48# CHECK-INST: vlseg2e512.v v8, (a0) 49# CHECK-ENCODING: [0x07,0x64,0x05,0x32] 50# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 51# CHECK-UNKNOWN: 07 64 05 32 <unknown> 52 53vlseg2e1024.v v8, (a0) 54# CHECK-INST: vlseg2e1024.v v8, (a0) 55# CHECK-ENCODING: [0x07,0x74,0x05,0x32] 56# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 57# CHECK-UNKNOWN: 07 74 05 32 <unknown> 58 59vlseg2e8.v v8, (a0), v0.t 60# CHECK-INST: vlseg2e8.v v8, (a0), v0.t 61# CHECK-ENCODING: [0x07,0x04,0x05,0x20] 62# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 63# CHECK-UNKNOWN: 07 04 05 20 <unknown> 64 65vlseg2e16.v v8, (a0), v0.t 66# CHECK-INST: vlseg2e16.v v8, (a0), v0.t 67# CHECK-ENCODING: [0x07,0x54,0x05,0x20] 68# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 69# CHECK-UNKNOWN: 07 54 05 20 <unknown> 70 71vlseg2e32.v v8, (a0), v0.t 72# CHECK-INST: vlseg2e32.v v8, (a0), v0.t 73# CHECK-ENCODING: [0x07,0x64,0x05,0x20] 74# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 75# CHECK-UNKNOWN: 07 64 05 20 <unknown> 76 77vlseg2e64.v v8, (a0), v0.t 78# CHECK-INST: vlseg2e64.v v8, (a0), v0.t 79# CHECK-ENCODING: [0x07,0x74,0x05,0x20] 80# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 81# CHECK-UNKNOWN: 07 74 05 20 <unknown> 82 83vlseg2e128.v v8, (a0), v0.t 84# CHECK-INST: vlseg2e128.v v8, (a0), v0.t 85# CHECK-ENCODING: [0x07,0x04,0x05,0x30] 86# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 87# CHECK-UNKNOWN: 07 04 05 30 <unknown> 88 89vlseg2e256.v v8, (a0), v0.t 90# CHECK-INST: vlseg2e256.v v8, (a0), v0.t 91# CHECK-ENCODING: [0x07,0x54,0x05,0x30] 92# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 93# CHECK-UNKNOWN: 07 54 05 30 <unknown> 94 95vlseg2e512.v v8, (a0), v0.t 96# CHECK-INST: vlseg2e512.v v8, (a0), v0.t 97# CHECK-ENCODING: [0x07,0x64,0x05,0x30] 98# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 99# CHECK-UNKNOWN: 07 64 05 30 <unknown> 100 101vlseg2e1024.v v8, (a0), v0.t 102# CHECK-INST: vlseg2e1024.v v8, (a0), v0.t 103# CHECK-ENCODING: [0x07,0x74,0x05,0x30] 104# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 105# CHECK-UNKNOWN: 07 74 05 30 <unknown> 106 107vlseg3e8.v v8, (a0) 108# CHECK-INST: vlseg3e8.v v8, (a0) 109# CHECK-ENCODING: [0x07,0x04,0x05,0x42] 110# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 111# CHECK-UNKNOWN: 07 04 05 42 <unknown> 112 113vlseg3e16.v v8, (a0) 114# CHECK-INST: vlseg3e16.v v8, (a0) 115# CHECK-ENCODING: [0x07,0x54,0x05,0x42] 116# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 117# CHECK-UNKNOWN: 07 54 05 42 <unknown> 118 119vlseg3e32.v v8, (a0) 120# CHECK-INST: vlseg3e32.v v8, (a0) 121# CHECK-ENCODING: [0x07,0x64,0x05,0x42] 122# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 123# CHECK-UNKNOWN: 07 64 05 42 <unknown> 124 125vlseg3e64.v v8, (a0) 126# CHECK-INST: vlseg3e64.v v8, (a0) 127# CHECK-ENCODING: [0x07,0x74,0x05,0x42] 128# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 129# CHECK-UNKNOWN: 07 74 05 42 <unknown> 130 131vlseg3e128.v v8, (a0) 132# CHECK-INST: vlseg3e128.v v8, (a0) 133# CHECK-ENCODING: [0x07,0x04,0x05,0x52] 134# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 135# CHECK-UNKNOWN: 07 04 05 52 <unknown> 136 137vlseg3e256.v v8, (a0) 138# CHECK-INST: vlseg3e256.v v8, (a0) 139# CHECK-ENCODING: [0x07,0x54,0x05,0x52] 140# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 141# CHECK-UNKNOWN: 07 54 05 52 <unknown> 142 143vlseg3e512.v v8, (a0) 144# CHECK-INST: vlseg3e512.v v8, (a0) 145# CHECK-ENCODING: [0x07,0x64,0x05,0x52] 146# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 147# CHECK-UNKNOWN: 07 64 05 52 <unknown> 148 149vlseg3e1024.v v8, (a0) 150# CHECK-INST: vlseg3e1024.v v8, (a0) 151# CHECK-ENCODING: [0x07,0x74,0x05,0x52] 152# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 153# CHECK-UNKNOWN: 07 74 05 52 <unknown> 154 155vlseg3e8.v v8, (a0), v0.t 156# CHECK-INST: vlseg3e8.v v8, (a0), v0.t 157# CHECK-ENCODING: [0x07,0x04,0x05,0x40] 158# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 159# CHECK-UNKNOWN: 07 04 05 40 <unknown> 160 161vlseg3e16.v v8, (a0), v0.t 162# CHECK-INST: vlseg3e16.v v8, (a0), v0.t 163# CHECK-ENCODING: [0x07,0x54,0x05,0x40] 164# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 165# CHECK-UNKNOWN: 07 54 05 40 <unknown> 166 167vlseg3e32.v v8, (a0), v0.t 168# CHECK-INST: vlseg3e32.v v8, (a0), v0.t 169# CHECK-ENCODING: [0x07,0x64,0x05,0x40] 170# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 171# CHECK-UNKNOWN: 07 64 05 40 <unknown> 172 173vlseg3e64.v v8, (a0), v0.t 174# CHECK-INST: vlseg3e64.v v8, (a0), v0.t 175# CHECK-ENCODING: [0x07,0x74,0x05,0x40] 176# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 177# CHECK-UNKNOWN: 07 74 05 40 <unknown> 178 179vlseg3e128.v v8, (a0), v0.t 180# CHECK-INST: vlseg3e128.v v8, (a0), v0.t 181# CHECK-ENCODING: [0x07,0x04,0x05,0x50] 182# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 183# CHECK-UNKNOWN: 07 04 05 50 <unknown> 184 185vlseg3e256.v v8, (a0), v0.t 186# CHECK-INST: vlseg3e256.v v8, (a0), v0.t 187# CHECK-ENCODING: [0x07,0x54,0x05,0x50] 188# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 189# CHECK-UNKNOWN: 07 54 05 50 <unknown> 190 191vlseg3e512.v v8, (a0), v0.t 192# CHECK-INST: vlseg3e512.v v8, (a0), v0.t 193# CHECK-ENCODING: [0x07,0x64,0x05,0x50] 194# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 195# CHECK-UNKNOWN: 07 64 05 50 <unknown> 196 197vlseg3e1024.v v8, (a0), v0.t 198# CHECK-INST: vlseg3e1024.v v8, (a0), v0.t 199# CHECK-ENCODING: [0x07,0x74,0x05,0x50] 200# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 201# CHECK-UNKNOWN: 07 74 05 50 <unknown> 202 203vlseg4e8.v v8, (a0) 204# CHECK-INST: vlseg4e8.v v8, (a0) 205# CHECK-ENCODING: [0x07,0x04,0x05,0x62] 206# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 207# CHECK-UNKNOWN: 07 04 05 62 <unknown> 208 209vlseg4e16.v v8, (a0) 210# CHECK-INST: vlseg4e16.v v8, (a0) 211# CHECK-ENCODING: [0x07,0x54,0x05,0x62] 212# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 213# CHECK-UNKNOWN: 07 54 05 62 <unknown> 214 215vlseg4e32.v v8, (a0) 216# CHECK-INST: vlseg4e32.v v8, (a0) 217# CHECK-ENCODING: [0x07,0x64,0x05,0x62] 218# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 219# CHECK-UNKNOWN: 07 64 05 62 <unknown> 220 221vlseg4e64.v v8, (a0) 222# CHECK-INST: vlseg4e64.v v8, (a0) 223# CHECK-ENCODING: [0x07,0x74,0x05,0x62] 224# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 225# CHECK-UNKNOWN: 07 74 05 62 <unknown> 226 227vlseg4e128.v v8, (a0) 228# CHECK-INST: vlseg4e128.v v8, (a0) 229# CHECK-ENCODING: [0x07,0x04,0x05,0x72] 230# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 231# CHECK-UNKNOWN: 07 04 05 72 <unknown> 232 233vlseg4e256.v v8, (a0) 234# CHECK-INST: vlseg4e256.v v8, (a0) 235# CHECK-ENCODING: [0x07,0x54,0x05,0x72] 236# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 237# CHECK-UNKNOWN: 07 54 05 72 <unknown> 238 239vlseg4e512.v v8, (a0) 240# CHECK-INST: vlseg4e512.v v8, (a0) 241# CHECK-ENCODING: [0x07,0x64,0x05,0x72] 242# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 243# CHECK-UNKNOWN: 07 64 05 72 <unknown> 244 245vlseg4e1024.v v8, (a0) 246# CHECK-INST: vlseg4e1024.v v8, (a0) 247# CHECK-ENCODING: [0x07,0x74,0x05,0x72] 248# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 249# CHECK-UNKNOWN: 07 74 05 72 <unknown> 250 251vlseg4e8.v v8, (a0), v0.t 252# CHECK-INST: vlseg4e8.v v8, (a0), v0.t 253# CHECK-ENCODING: [0x07,0x04,0x05,0x60] 254# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 255# CHECK-UNKNOWN: 07 04 05 60 <unknown> 256 257vlseg4e16.v v8, (a0), v0.t 258# CHECK-INST: vlseg4e16.v v8, (a0), v0.t 259# CHECK-ENCODING: [0x07,0x54,0x05,0x60] 260# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 261# CHECK-UNKNOWN: 07 54 05 60 <unknown> 262 263vlseg4e32.v v8, (a0), v0.t 264# CHECK-INST: vlseg4e32.v v8, (a0), v0.t 265# CHECK-ENCODING: [0x07,0x64,0x05,0x60] 266# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 267# CHECK-UNKNOWN: 07 64 05 60 <unknown> 268 269vlseg4e64.v v8, (a0), v0.t 270# CHECK-INST: vlseg4e64.v v8, (a0), v0.t 271# CHECK-ENCODING: [0x07,0x74,0x05,0x60] 272# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 273# CHECK-UNKNOWN: 07 74 05 60 <unknown> 274 275vlseg4e128.v v8, (a0), v0.t 276# CHECK-INST: vlseg4e128.v v8, (a0), v0.t 277# CHECK-ENCODING: [0x07,0x04,0x05,0x70] 278# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 279# CHECK-UNKNOWN: 07 04 05 70 <unknown> 280 281vlseg4e256.v v8, (a0), v0.t 282# CHECK-INST: vlseg4e256.v v8, (a0), v0.t 283# CHECK-ENCODING: [0x07,0x54,0x05,0x70] 284# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 285# CHECK-UNKNOWN: 07 54 05 70 <unknown> 286 287vlseg4e512.v v8, (a0), v0.t 288# CHECK-INST: vlseg4e512.v v8, (a0), v0.t 289# CHECK-ENCODING: [0x07,0x64,0x05,0x70] 290# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 291# CHECK-UNKNOWN: 07 64 05 70 <unknown> 292 293vlseg4e1024.v v8, (a0), v0.t 294# CHECK-INST: vlseg4e1024.v v8, (a0), v0.t 295# CHECK-ENCODING: [0x07,0x74,0x05,0x70] 296# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 297# CHECK-UNKNOWN: 07 74 05 70 <unknown> 298 299vlseg5e8.v v8, (a0) 300# CHECK-INST: vlseg5e8.v v8, (a0) 301# CHECK-ENCODING: [0x07,0x04,0x05,0x82] 302# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 303# CHECK-UNKNOWN: 07 04 05 82 <unknown> 304 305vlseg5e16.v v8, (a0) 306# CHECK-INST: vlseg5e16.v v8, (a0) 307# CHECK-ENCODING: [0x07,0x54,0x05,0x82] 308# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 309# CHECK-UNKNOWN: 07 54 05 82 <unknown> 310 311vlseg5e32.v v8, (a0) 312# CHECK-INST: vlseg5e32.v v8, (a0) 313# CHECK-ENCODING: [0x07,0x64,0x05,0x82] 314# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 315# CHECK-UNKNOWN: 07 64 05 82 <unknown> 316 317vlseg5e64.v v8, (a0) 318# CHECK-INST: vlseg5e64.v v8, (a0) 319# CHECK-ENCODING: [0x07,0x74,0x05,0x82] 320# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 321# CHECK-UNKNOWN: 07 74 05 82 <unknown> 322 323vlseg5e128.v v8, (a0) 324# CHECK-INST: vlseg5e128.v v8, (a0) 325# CHECK-ENCODING: [0x07,0x04,0x05,0x92] 326# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 327# CHECK-UNKNOWN: 07 04 05 92 <unknown> 328 329vlseg5e256.v v8, (a0) 330# CHECK-INST: vlseg5e256.v v8, (a0) 331# CHECK-ENCODING: [0x07,0x54,0x05,0x92] 332# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 333# CHECK-UNKNOWN: 07 54 05 92 <unknown> 334 335vlseg5e512.v v8, (a0) 336# CHECK-INST: vlseg5e512.v v8, (a0) 337# CHECK-ENCODING: [0x07,0x64,0x05,0x92] 338# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 339# CHECK-UNKNOWN: 07 64 05 92 <unknown> 340 341vlseg5e1024.v v8, (a0) 342# CHECK-INST: vlseg5e1024.v v8, (a0) 343# CHECK-ENCODING: [0x07,0x74,0x05,0x92] 344# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 345# CHECK-UNKNOWN: 07 74 05 92 <unknown> 346 347vlseg5e8.v v8, (a0), v0.t 348# CHECK-INST: vlseg5e8.v v8, (a0), v0.t 349# CHECK-ENCODING: [0x07,0x04,0x05,0x80] 350# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 351# CHECK-UNKNOWN: 07 04 05 80 <unknown> 352 353vlseg5e16.v v8, (a0), v0.t 354# CHECK-INST: vlseg5e16.v v8, (a0), v0.t 355# CHECK-ENCODING: [0x07,0x54,0x05,0x80] 356# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 357# CHECK-UNKNOWN: 07 54 05 80 <unknown> 358 359vlseg5e32.v v8, (a0), v0.t 360# CHECK-INST: vlseg5e32.v v8, (a0), v0.t 361# CHECK-ENCODING: [0x07,0x64,0x05,0x80] 362# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 363# CHECK-UNKNOWN: 07 64 05 80 <unknown> 364 365vlseg5e64.v v8, (a0), v0.t 366# CHECK-INST: vlseg5e64.v v8, (a0), v0.t 367# CHECK-ENCODING: [0x07,0x74,0x05,0x80] 368# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 369# CHECK-UNKNOWN: 07 74 05 80 <unknown> 370 371vlseg5e128.v v8, (a0), v0.t 372# CHECK-INST: vlseg5e128.v v8, (a0), v0.t 373# CHECK-ENCODING: [0x07,0x04,0x05,0x90] 374# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 375# CHECK-UNKNOWN: 07 04 05 90 <unknown> 376 377vlseg5e256.v v8, (a0), v0.t 378# CHECK-INST: vlseg5e256.v v8, (a0), v0.t 379# CHECK-ENCODING: [0x07,0x54,0x05,0x90] 380# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 381# CHECK-UNKNOWN: 07 54 05 90 <unknown> 382 383vlseg5e512.v v8, (a0), v0.t 384# CHECK-INST: vlseg5e512.v v8, (a0), v0.t 385# CHECK-ENCODING: [0x07,0x64,0x05,0x90] 386# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 387# CHECK-UNKNOWN: 07 64 05 90 <unknown> 388 389vlseg5e1024.v v8, (a0), v0.t 390# CHECK-INST: vlseg5e1024.v v8, (a0), v0.t 391# CHECK-ENCODING: [0x07,0x74,0x05,0x90] 392# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 393# CHECK-UNKNOWN: 07 74 05 90 <unknown> 394 395vlseg6e8.v v8, (a0) 396# CHECK-INST: vlseg6e8.v v8, (a0) 397# CHECK-ENCODING: [0x07,0x04,0x05,0xa2] 398# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 399# CHECK-UNKNOWN: 07 04 05 a2 <unknown> 400 401vlseg6e16.v v8, (a0) 402# CHECK-INST: vlseg6e16.v v8, (a0) 403# CHECK-ENCODING: [0x07,0x54,0x05,0xa2] 404# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 405# CHECK-UNKNOWN: 07 54 05 a2 <unknown> 406 407vlseg6e32.v v8, (a0) 408# CHECK-INST: vlseg6e32.v v8, (a0) 409# CHECK-ENCODING: [0x07,0x64,0x05,0xa2] 410# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 411# CHECK-UNKNOWN: 07 64 05 a2 <unknown> 412 413vlseg6e64.v v8, (a0) 414# CHECK-INST: vlseg6e64.v v8, (a0) 415# CHECK-ENCODING: [0x07,0x74,0x05,0xa2] 416# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 417# CHECK-UNKNOWN: 07 74 05 a2 <unknown> 418 419vlseg6e128.v v8, (a0) 420# CHECK-INST: vlseg6e128.v v8, (a0) 421# CHECK-ENCODING: [0x07,0x04,0x05,0xb2] 422# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 423# CHECK-UNKNOWN: 07 04 05 b2 <unknown> 424 425vlseg6e256.v v8, (a0) 426# CHECK-INST: vlseg6e256.v v8, (a0) 427# CHECK-ENCODING: [0x07,0x54,0x05,0xb2] 428# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 429# CHECK-UNKNOWN: 07 54 05 b2 <unknown> 430 431vlseg6e512.v v8, (a0) 432# CHECK-INST: vlseg6e512.v v8, (a0) 433# CHECK-ENCODING: [0x07,0x64,0x05,0xb2] 434# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 435# CHECK-UNKNOWN: 07 64 05 b2 <unknown> 436 437vlseg6e1024.v v8, (a0) 438# CHECK-INST: vlseg6e1024.v v8, (a0) 439# CHECK-ENCODING: [0x07,0x74,0x05,0xb2] 440# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 441# CHECK-UNKNOWN: 07 74 05 b2 <unknown> 442 443vlseg6e8.v v8, (a0), v0.t 444# CHECK-INST: vlseg6e8.v v8, (a0), v0.t 445# CHECK-ENCODING: [0x07,0x04,0x05,0xa0] 446# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 447# CHECK-UNKNOWN: 07 04 05 a0 <unknown> 448 449vlseg6e16.v v8, (a0), v0.t 450# CHECK-INST: vlseg6e16.v v8, (a0), v0.t 451# CHECK-ENCODING: [0x07,0x54,0x05,0xa0] 452# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 453# CHECK-UNKNOWN: 07 54 05 a0 <unknown> 454 455vlseg6e32.v v8, (a0), v0.t 456# CHECK-INST: vlseg6e32.v v8, (a0), v0.t 457# CHECK-ENCODING: [0x07,0x64,0x05,0xa0] 458# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 459# CHECK-UNKNOWN: 07 64 05 a0 <unknown> 460 461vlseg6e64.v v8, (a0), v0.t 462# CHECK-INST: vlseg6e64.v v8, (a0), v0.t 463# CHECK-ENCODING: [0x07,0x74,0x05,0xa0] 464# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 465# CHECK-UNKNOWN: 07 74 05 a0 <unknown> 466 467vlseg6e128.v v8, (a0), v0.t 468# CHECK-INST: vlseg6e128.v v8, (a0), v0.t 469# CHECK-ENCODING: [0x07,0x04,0x05,0xb0] 470# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 471# CHECK-UNKNOWN: 07 04 05 b0 <unknown> 472 473vlseg6e256.v v8, (a0), v0.t 474# CHECK-INST: vlseg6e256.v v8, (a0), v0.t 475# CHECK-ENCODING: [0x07,0x54,0x05,0xb0] 476# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 477# CHECK-UNKNOWN: 07 54 05 b0 <unknown> 478 479vlseg6e512.v v8, (a0), v0.t 480# CHECK-INST: vlseg6e512.v v8, (a0), v0.t 481# CHECK-ENCODING: [0x07,0x64,0x05,0xb0] 482# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 483# CHECK-UNKNOWN: 07 64 05 b0 <unknown> 484 485vlseg6e1024.v v8, (a0), v0.t 486# CHECK-INST: vlseg6e1024.v v8, (a0), v0.t 487# CHECK-ENCODING: [0x07,0x74,0x05,0xb0] 488# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 489# CHECK-UNKNOWN: 07 74 05 b0 <unknown> 490 491vlseg7e8.v v8, (a0) 492# CHECK-INST: vlseg7e8.v v8, (a0) 493# CHECK-ENCODING: [0x07,0x04,0x05,0xc2] 494# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 495# CHECK-UNKNOWN: 07 04 05 c2 <unknown> 496 497vlseg7e16.v v8, (a0) 498# CHECK-INST: vlseg7e16.v v8, (a0) 499# CHECK-ENCODING: [0x07,0x54,0x05,0xc2] 500# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 501# CHECK-UNKNOWN: 07 54 05 c2 <unknown> 502 503vlseg7e32.v v8, (a0) 504# CHECK-INST: vlseg7e32.v v8, (a0) 505# CHECK-ENCODING: [0x07,0x64,0x05,0xc2] 506# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 507# CHECK-UNKNOWN: 07 64 05 c2 <unknown> 508 509vlseg7e64.v v8, (a0) 510# CHECK-INST: vlseg7e64.v v8, (a0) 511# CHECK-ENCODING: [0x07,0x74,0x05,0xc2] 512# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 513# CHECK-UNKNOWN: 07 74 05 c2 <unknown> 514 515vlseg7e128.v v8, (a0) 516# CHECK-INST: vlseg7e128.v v8, (a0) 517# CHECK-ENCODING: [0x07,0x04,0x05,0xd2] 518# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 519# CHECK-UNKNOWN: 07 04 05 d2 <unknown> 520 521vlseg7e256.v v8, (a0) 522# CHECK-INST: vlseg7e256.v v8, (a0) 523# CHECK-ENCODING: [0x07,0x54,0x05,0xd2] 524# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 525# CHECK-UNKNOWN: 07 54 05 d2 <unknown> 526 527vlseg7e512.v v8, (a0) 528# CHECK-INST: vlseg7e512.v v8, (a0) 529# CHECK-ENCODING: [0x07,0x64,0x05,0xd2] 530# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 531# CHECK-UNKNOWN: 07 64 05 d2 <unknown> 532 533vlseg7e1024.v v8, (a0) 534# CHECK-INST: vlseg7e1024.v v8, (a0) 535# CHECK-ENCODING: [0x07,0x74,0x05,0xd2] 536# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 537# CHECK-UNKNOWN: 07 74 05 d2 <unknown> 538 539vlseg7e8.v v8, (a0), v0.t 540# CHECK-INST: vlseg7e8.v v8, (a0), v0.t 541# CHECK-ENCODING: [0x07,0x04,0x05,0xc0] 542# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 543# CHECK-UNKNOWN: 07 04 05 c0 <unknown> 544 545vlseg7e16.v v8, (a0), v0.t 546# CHECK-INST: vlseg7e16.v v8, (a0), v0.t 547# CHECK-ENCODING: [0x07,0x54,0x05,0xc0] 548# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 549# CHECK-UNKNOWN: 07 54 05 c0 <unknown> 550 551vlseg7e32.v v8, (a0), v0.t 552# CHECK-INST: vlseg7e32.v v8, (a0), v0.t 553# CHECK-ENCODING: [0x07,0x64,0x05,0xc0] 554# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 555# CHECK-UNKNOWN: 07 64 05 c0 <unknown> 556 557vlseg7e64.v v8, (a0), v0.t 558# CHECK-INST: vlseg7e64.v v8, (a0), v0.t 559# CHECK-ENCODING: [0x07,0x74,0x05,0xc0] 560# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 561# CHECK-UNKNOWN: 07 74 05 c0 <unknown> 562 563vlseg7e128.v v8, (a0), v0.t 564# CHECK-INST: vlseg7e128.v v8, (a0), v0.t 565# CHECK-ENCODING: [0x07,0x04,0x05,0xd0] 566# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 567# CHECK-UNKNOWN: 07 04 05 d0 <unknown> 568 569vlseg7e256.v v8, (a0), v0.t 570# CHECK-INST: vlseg7e256.v v8, (a0), v0.t 571# CHECK-ENCODING: [0x07,0x54,0x05,0xd0] 572# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 573# CHECK-UNKNOWN: 07 54 05 d0 <unknown> 574 575vlseg7e512.v v8, (a0), v0.t 576# CHECK-INST: vlseg7e512.v v8, (a0), v0.t 577# CHECK-ENCODING: [0x07,0x64,0x05,0xd0] 578# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 579# CHECK-UNKNOWN: 07 64 05 d0 <unknown> 580 581vlseg7e1024.v v8, (a0), v0.t 582# CHECK-INST: vlseg7e1024.v v8, (a0), v0.t 583# CHECK-ENCODING: [0x07,0x74,0x05,0xd0] 584# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 585# CHECK-UNKNOWN: 07 74 05 d0 <unknown> 586 587vlseg8e8.v v8, (a0) 588# CHECK-INST: vlseg8e8.v v8, (a0) 589# CHECK-ENCODING: [0x07,0x04,0x05,0xe2] 590# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 591# CHECK-UNKNOWN: 07 04 05 e2 <unknown> 592 593vlseg8e16.v v8, (a0) 594# CHECK-INST: vlseg8e16.v v8, (a0) 595# CHECK-ENCODING: [0x07,0x54,0x05,0xe2] 596# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 597# CHECK-UNKNOWN: 07 54 05 e2 <unknown> 598 599vlseg8e32.v v8, (a0) 600# CHECK-INST: vlseg8e32.v v8, (a0) 601# CHECK-ENCODING: [0x07,0x64,0x05,0xe2] 602# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 603# CHECK-UNKNOWN: 07 64 05 e2 <unknown> 604 605vlseg8e64.v v8, (a0) 606# CHECK-INST: vlseg8e64.v v8, (a0) 607# CHECK-ENCODING: [0x07,0x74,0x05,0xe2] 608# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 609# CHECK-UNKNOWN: 07 74 05 e2 <unknown> 610 611vlseg8e128.v v8, (a0) 612# CHECK-INST: vlseg8e128.v v8, (a0) 613# CHECK-ENCODING: [0x07,0x04,0x05,0xf2] 614# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 615# CHECK-UNKNOWN: 07 04 05 f2 <unknown> 616 617vlseg8e256.v v8, (a0) 618# CHECK-INST: vlseg8e256.v v8, (a0) 619# CHECK-ENCODING: [0x07,0x54,0x05,0xf2] 620# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 621# CHECK-UNKNOWN: 07 54 05 f2 <unknown> 622 623vlseg8e512.v v8, (a0) 624# CHECK-INST: vlseg8e512.v v8, (a0) 625# CHECK-ENCODING: [0x07,0x64,0x05,0xf2] 626# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 627# CHECK-UNKNOWN: 07 64 05 f2 <unknown> 628 629vlseg8e1024.v v8, (a0) 630# CHECK-INST: vlseg8e1024.v v8, (a0) 631# CHECK-ENCODING: [0x07,0x74,0x05,0xf2] 632# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 633# CHECK-UNKNOWN: 07 74 05 f2 <unknown> 634 635vlseg8e8.v v8, (a0), v0.t 636# CHECK-INST: vlseg8e8.v v8, (a0), v0.t 637# CHECK-ENCODING: [0x07,0x04,0x05,0xe0] 638# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 639# CHECK-UNKNOWN: 07 04 05 e0 <unknown> 640 641vlseg8e16.v v8, (a0), v0.t 642# CHECK-INST: vlseg8e16.v v8, (a0), v0.t 643# CHECK-ENCODING: [0x07,0x54,0x05,0xe0] 644# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 645# CHECK-UNKNOWN: 07 54 05 e0 <unknown> 646 647vlseg8e32.v v8, (a0), v0.t 648# CHECK-INST: vlseg8e32.v v8, (a0), v0.t 649# CHECK-ENCODING: [0x07,0x64,0x05,0xe0] 650# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 651# CHECK-UNKNOWN: 07 64 05 e0 <unknown> 652 653vlseg8e64.v v8, (a0), v0.t 654# CHECK-INST: vlseg8e64.v v8, (a0), v0.t 655# CHECK-ENCODING: [0x07,0x74,0x05,0xe0] 656# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 657# CHECK-UNKNOWN: 07 74 05 e0 <unknown> 658 659vlseg8e128.v v8, (a0), v0.t 660# CHECK-INST: vlseg8e128.v v8, (a0), v0.t 661# CHECK-ENCODING: [0x07,0x04,0x05,0xf0] 662# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 663# CHECK-UNKNOWN: 07 04 05 f0 <unknown> 664 665vlseg8e256.v v8, (a0), v0.t 666# CHECK-INST: vlseg8e256.v v8, (a0), v0.t 667# CHECK-ENCODING: [0x07,0x54,0x05,0xf0] 668# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 669# CHECK-UNKNOWN: 07 54 05 f0 <unknown> 670 671vlseg8e512.v v8, (a0), v0.t 672# CHECK-INST: vlseg8e512.v v8, (a0), v0.t 673# CHECK-ENCODING: [0x07,0x64,0x05,0xf0] 674# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 675# CHECK-UNKNOWN: 07 64 05 f0 <unknown> 676 677vlseg8e1024.v v8, (a0), v0.t 678# CHECK-INST: vlseg8e1024.v v8, (a0), v0.t 679# CHECK-ENCODING: [0x07,0x74,0x05,0xf0] 680# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 681# CHECK-UNKNOWN: 07 74 05 f0 <unknown> 682 683vlsseg2e8.v v8, (a0), a1 684# CHECK-INST: vlsseg2e8.v v8, (a0), a1 685# CHECK-ENCODING: [0x07,0x04,0xb5,0x2a] 686# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 687# CHECK-UNKNOWN: 07 04 b5 2a <unknown> 688 689vlsseg2e16.v v8, (a0), a1 690# CHECK-INST: vlsseg2e16.v v8, (a0), a1 691# CHECK-ENCODING: [0x07,0x54,0xb5,0x2a] 692# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 693# CHECK-UNKNOWN: 07 54 b5 2a <unknown> 694 695vlsseg2e32.v v8, (a0), a1 696# CHECK-INST: vlsseg2e32.v v8, (a0), a1 697# CHECK-ENCODING: [0x07,0x64,0xb5,0x2a] 698# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 699# CHECK-UNKNOWN: 07 64 b5 2a <unknown> 700 701vlsseg2e64.v v8, (a0), a1 702# CHECK-INST: vlsseg2e64.v v8, (a0), a1 703# CHECK-ENCODING: [0x07,0x74,0xb5,0x2a] 704# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 705# CHECK-UNKNOWN: 07 74 b5 2a <unknown> 706 707vlsseg2e128.v v8, (a0), a1 708# CHECK-INST: vlsseg2e128.v v8, (a0), a1 709# CHECK-ENCODING: [0x07,0x04,0xb5,0x3a] 710# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 711# CHECK-UNKNOWN: 07 04 b5 3a <unknown> 712 713vlsseg2e256.v v8, (a0), a1 714# CHECK-INST: vlsseg2e256.v v8, (a0), a1 715# CHECK-ENCODING: [0x07,0x54,0xb5,0x3a] 716# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 717# CHECK-UNKNOWN: 07 54 b5 3a <unknown> 718 719vlsseg2e512.v v8, (a0), a1 720# CHECK-INST: vlsseg2e512.v v8, (a0), a1 721# CHECK-ENCODING: [0x07,0x64,0xb5,0x3a] 722# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 723# CHECK-UNKNOWN: 07 64 b5 3a <unknown> 724 725vlsseg2e1024.v v8, (a0), a1 726# CHECK-INST: vlsseg2e1024.v v8, (a0), a1 727# CHECK-ENCODING: [0x07,0x74,0xb5,0x3a] 728# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 729# CHECK-UNKNOWN: 07 74 b5 3a <unknown> 730 731vlsseg2e8.v v8, (a0), a1, v0.t 732# CHECK-INST: vlsseg2e8.v v8, (a0), a1, v0.t 733# CHECK-ENCODING: [0x07,0x04,0xb5,0x28] 734# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 735# CHECK-UNKNOWN: 07 04 b5 28 <unknown> 736 737vlsseg2e16.v v8, (a0), a1, v0.t 738# CHECK-INST: vlsseg2e16.v v8, (a0), a1, v0.t 739# CHECK-ENCODING: [0x07,0x54,0xb5,0x28] 740# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 741# CHECK-UNKNOWN: 07 54 b5 28 <unknown> 742 743vlsseg2e32.v v8, (a0), a1, v0.t 744# CHECK-INST: vlsseg2e32.v v8, (a0), a1, v0.t 745# CHECK-ENCODING: [0x07,0x64,0xb5,0x28] 746# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 747# CHECK-UNKNOWN: 07 64 b5 28 <unknown> 748 749vlsseg2e64.v v8, (a0), a1, v0.t 750# CHECK-INST: vlsseg2e64.v v8, (a0), a1, v0.t 751# CHECK-ENCODING: [0x07,0x74,0xb5,0x28] 752# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 753# CHECK-UNKNOWN: 07 74 b5 28 <unknown> 754 755vlsseg2e128.v v8, (a0), a1, v0.t 756# CHECK-INST: vlsseg2e128.v v8, (a0), a1, v0.t 757# CHECK-ENCODING: [0x07,0x04,0xb5,0x38] 758# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 759# CHECK-UNKNOWN: 07 04 b5 38 <unknown> 760 761vlsseg2e256.v v8, (a0), a1, v0.t 762# CHECK-INST: vlsseg2e256.v v8, (a0), a1, v0.t 763# CHECK-ENCODING: [0x07,0x54,0xb5,0x38] 764# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 765# CHECK-UNKNOWN: 07 54 b5 38 <unknown> 766 767vlsseg2e512.v v8, (a0), a1, v0.t 768# CHECK-INST: vlsseg2e512.v v8, (a0), a1, v0.t 769# CHECK-ENCODING: [0x07,0x64,0xb5,0x38] 770# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 771# CHECK-UNKNOWN: 07 64 b5 38 <unknown> 772 773vlsseg2e1024.v v8, (a0), a1, v0.t 774# CHECK-INST: vlsseg2e1024.v v8, (a0), a1, v0.t 775# CHECK-ENCODING: [0x07,0x74,0xb5,0x38] 776# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 777# CHECK-UNKNOWN: 07 74 b5 38 <unknown> 778 779vlsseg3e8.v v8, (a0), a1 780# CHECK-INST: vlsseg3e8.v v8, (a0), a1 781# CHECK-ENCODING: [0x07,0x04,0xb5,0x4a] 782# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 783# CHECK-UNKNOWN: 07 04 b5 4a <unknown> 784 785vlsseg3e16.v v8, (a0), a1 786# CHECK-INST: vlsseg3e16.v v8, (a0), a1 787# CHECK-ENCODING: [0x07,0x54,0xb5,0x4a] 788# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 789# CHECK-UNKNOWN: 07 54 b5 4a <unknown> 790 791vlsseg3e32.v v8, (a0), a1 792# CHECK-INST: vlsseg3e32.v v8, (a0), a1 793# CHECK-ENCODING: [0x07,0x64,0xb5,0x4a] 794# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 795# CHECK-UNKNOWN: 07 64 b5 4a <unknown> 796 797vlsseg3e64.v v8, (a0), a1 798# CHECK-INST: vlsseg3e64.v v8, (a0), a1 799# CHECK-ENCODING: [0x07,0x74,0xb5,0x4a] 800# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 801# CHECK-UNKNOWN: 07 74 b5 4a <unknown> 802 803vlsseg3e128.v v8, (a0), a1 804# CHECK-INST: vlsseg3e128.v v8, (a0), a1 805# CHECK-ENCODING: [0x07,0x04,0xb5,0x5a] 806# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 807# CHECK-UNKNOWN: 07 04 b5 5a <unknown> 808 809vlsseg3e256.v v8, (a0), a1 810# CHECK-INST: vlsseg3e256.v v8, (a0), a1 811# CHECK-ENCODING: [0x07,0x54,0xb5,0x5a] 812# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 813# CHECK-UNKNOWN: 07 54 b5 5a <unknown> 814 815vlsseg3e512.v v8, (a0), a1 816# CHECK-INST: vlsseg3e512.v v8, (a0), a1 817# CHECK-ENCODING: [0x07,0x64,0xb5,0x5a] 818# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 819# CHECK-UNKNOWN: 07 64 b5 5a <unknown> 820 821vlsseg3e1024.v v8, (a0), a1 822# CHECK-INST: vlsseg3e1024.v v8, (a0), a1 823# CHECK-ENCODING: [0x07,0x74,0xb5,0x5a] 824# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 825# CHECK-UNKNOWN: 07 74 b5 5a <unknown> 826 827vlsseg3e8.v v8, (a0), a1, v0.t 828# CHECK-INST: vlsseg3e8.v v8, (a0), a1, v0.t 829# CHECK-ENCODING: [0x07,0x04,0xb5,0x48] 830# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 831# CHECK-UNKNOWN: 07 04 b5 48 <unknown> 832 833vlsseg3e16.v v8, (a0), a1, v0.t 834# CHECK-INST: vlsseg3e16.v v8, (a0), a1, v0.t 835# CHECK-ENCODING: [0x07,0x54,0xb5,0x48] 836# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 837# CHECK-UNKNOWN: 07 54 b5 48 <unknown> 838 839vlsseg3e32.v v8, (a0), a1, v0.t 840# CHECK-INST: vlsseg3e32.v v8, (a0), a1, v0.t 841# CHECK-ENCODING: [0x07,0x64,0xb5,0x48] 842# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 843# CHECK-UNKNOWN: 07 64 b5 48 <unknown> 844 845vlsseg3e64.v v8, (a0), a1, v0.t 846# CHECK-INST: vlsseg3e64.v v8, (a0), a1, v0.t 847# CHECK-ENCODING: [0x07,0x74,0xb5,0x48] 848# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 849# CHECK-UNKNOWN: 07 74 b5 48 <unknown> 850 851vlsseg3e128.v v8, (a0), a1, v0.t 852# CHECK-INST: vlsseg3e128.v v8, (a0), a1, v0.t 853# CHECK-ENCODING: [0x07,0x04,0xb5,0x58] 854# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 855# CHECK-UNKNOWN: 07 04 b5 58 <unknown> 856 857vlsseg3e256.v v8, (a0), a1, v0.t 858# CHECK-INST: vlsseg3e256.v v8, (a0), a1, v0.t 859# CHECK-ENCODING: [0x07,0x54,0xb5,0x58] 860# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 861# CHECK-UNKNOWN: 07 54 b5 58 <unknown> 862 863vlsseg3e512.v v8, (a0), a1, v0.t 864# CHECK-INST: vlsseg3e512.v v8, (a0), a1, v0.t 865# CHECK-ENCODING: [0x07,0x64,0xb5,0x58] 866# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 867# CHECK-UNKNOWN: 07 64 b5 58 <unknown> 868 869vlsseg3e1024.v v8, (a0), a1, v0.t 870# CHECK-INST: vlsseg3e1024.v v8, (a0), a1, v0.t 871# CHECK-ENCODING: [0x07,0x74,0xb5,0x58] 872# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 873# CHECK-UNKNOWN: 07 74 b5 58 <unknown> 874 875vlsseg4e8.v v8, (a0), a1 876# CHECK-INST: vlsseg4e8.v v8, (a0), a1 877# CHECK-ENCODING: [0x07,0x04,0xb5,0x6a] 878# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 879# CHECK-UNKNOWN: 07 04 b5 6a <unknown> 880 881vlsseg4e16.v v8, (a0), a1 882# CHECK-INST: vlsseg4e16.v v8, (a0), a1 883# CHECK-ENCODING: [0x07,0x54,0xb5,0x6a] 884# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 885# CHECK-UNKNOWN: 07 54 b5 6a <unknown> 886 887vlsseg4e32.v v8, (a0), a1 888# CHECK-INST: vlsseg4e32.v v8, (a0), a1 889# CHECK-ENCODING: [0x07,0x64,0xb5,0x6a] 890# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 891# CHECK-UNKNOWN: 07 64 b5 6a <unknown> 892 893vlsseg4e64.v v8, (a0), a1 894# CHECK-INST: vlsseg4e64.v v8, (a0), a1 895# CHECK-ENCODING: [0x07,0x74,0xb5,0x6a] 896# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 897# CHECK-UNKNOWN: 07 74 b5 6a <unknown> 898 899vlsseg4e128.v v8, (a0), a1 900# CHECK-INST: vlsseg4e128.v v8, (a0), a1 901# CHECK-ENCODING: [0x07,0x04,0xb5,0x7a] 902# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 903# CHECK-UNKNOWN: 07 04 b5 7a <unknown> 904 905vlsseg4e256.v v8, (a0), a1 906# CHECK-INST: vlsseg4e256.v v8, (a0), a1 907# CHECK-ENCODING: [0x07,0x54,0xb5,0x7a] 908# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 909# CHECK-UNKNOWN: 07 54 b5 7a <unknown> 910 911vlsseg4e512.v v8, (a0), a1 912# CHECK-INST: vlsseg4e512.v v8, (a0), a1 913# CHECK-ENCODING: [0x07,0x64,0xb5,0x7a] 914# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 915# CHECK-UNKNOWN: 07 64 b5 7a <unknown> 916 917vlsseg4e1024.v v8, (a0), a1 918# CHECK-INST: vlsseg4e1024.v v8, (a0), a1 919# CHECK-ENCODING: [0x07,0x74,0xb5,0x7a] 920# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 921# CHECK-UNKNOWN: 07 74 b5 7a <unknown> 922 923vlsseg4e8.v v8, (a0), a1, v0.t 924# CHECK-INST: vlsseg4e8.v v8, (a0), a1, v0.t 925# CHECK-ENCODING: [0x07,0x04,0xb5,0x68] 926# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 927# CHECK-UNKNOWN: 07 04 b5 68 <unknown> 928 929vlsseg4e16.v v8, (a0), a1, v0.t 930# CHECK-INST: vlsseg4e16.v v8, (a0), a1, v0.t 931# CHECK-ENCODING: [0x07,0x54,0xb5,0x68] 932# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 933# CHECK-UNKNOWN: 07 54 b5 68 <unknown> 934 935vlsseg4e32.v v8, (a0), a1, v0.t 936# CHECK-INST: vlsseg4e32.v v8, (a0), a1, v0.t 937# CHECK-ENCODING: [0x07,0x64,0xb5,0x68] 938# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 939# CHECK-UNKNOWN: 07 64 b5 68 <unknown> 940 941vlsseg4e64.v v8, (a0), a1, v0.t 942# CHECK-INST: vlsseg4e64.v v8, (a0), a1, v0.t 943# CHECK-ENCODING: [0x07,0x74,0xb5,0x68] 944# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 945# CHECK-UNKNOWN: 07 74 b5 68 <unknown> 946 947vlsseg4e128.v v8, (a0), a1, v0.t 948# CHECK-INST: vlsseg4e128.v v8, (a0), a1, v0.t 949# CHECK-ENCODING: [0x07,0x04,0xb5,0x78] 950# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 951# CHECK-UNKNOWN: 07 04 b5 78 <unknown> 952 953vlsseg4e256.v v8, (a0), a1, v0.t 954# CHECK-INST: vlsseg4e256.v v8, (a0), a1, v0.t 955# CHECK-ENCODING: [0x07,0x54,0xb5,0x78] 956# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 957# CHECK-UNKNOWN: 07 54 b5 78 <unknown> 958 959vlsseg4e512.v v8, (a0), a1, v0.t 960# CHECK-INST: vlsseg4e512.v v8, (a0), a1, v0.t 961# CHECK-ENCODING: [0x07,0x64,0xb5,0x78] 962# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 963# CHECK-UNKNOWN: 07 64 b5 78 <unknown> 964 965vlsseg4e1024.v v8, (a0), a1, v0.t 966# CHECK-INST: vlsseg4e1024.v v8, (a0), a1, v0.t 967# CHECK-ENCODING: [0x07,0x74,0xb5,0x78] 968# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 969# CHECK-UNKNOWN: 07 74 b5 78 <unknown> 970 971vlsseg5e8.v v8, (a0), a1 972# CHECK-INST: vlsseg5e8.v v8, (a0), a1 973# CHECK-ENCODING: [0x07,0x04,0xb5,0x8a] 974# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 975# CHECK-UNKNOWN: 07 04 b5 8a <unknown> 976 977vlsseg5e16.v v8, (a0), a1 978# CHECK-INST: vlsseg5e16.v v8, (a0), a1 979# CHECK-ENCODING: [0x07,0x54,0xb5,0x8a] 980# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 981# CHECK-UNKNOWN: 07 54 b5 8a <unknown> 982 983vlsseg5e32.v v8, (a0), a1 984# CHECK-INST: vlsseg5e32.v v8, (a0), a1 985# CHECK-ENCODING: [0x07,0x64,0xb5,0x8a] 986# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 987# CHECK-UNKNOWN: 07 64 b5 8a <unknown> 988 989vlsseg5e64.v v8, (a0), a1 990# CHECK-INST: vlsseg5e64.v v8, (a0), a1 991# CHECK-ENCODING: [0x07,0x74,0xb5,0x8a] 992# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 993# CHECK-UNKNOWN: 07 74 b5 8a <unknown> 994 995vlsseg5e128.v v8, (a0), a1 996# CHECK-INST: vlsseg5e128.v v8, (a0), a1 997# CHECK-ENCODING: [0x07,0x04,0xb5,0x9a] 998# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 999# CHECK-UNKNOWN: 07 04 b5 9a <unknown> 1000 1001vlsseg5e256.v v8, (a0), a1 1002# CHECK-INST: vlsseg5e256.v v8, (a0), a1 1003# CHECK-ENCODING: [0x07,0x54,0xb5,0x9a] 1004# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1005# CHECK-UNKNOWN: 07 54 b5 9a <unknown> 1006 1007vlsseg5e512.v v8, (a0), a1 1008# CHECK-INST: vlsseg5e512.v v8, (a0), a1 1009# CHECK-ENCODING: [0x07,0x64,0xb5,0x9a] 1010# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1011# CHECK-UNKNOWN: 07 64 b5 9a <unknown> 1012 1013vlsseg5e1024.v v8, (a0), a1 1014# CHECK-INST: vlsseg5e1024.v v8, (a0), a1 1015# CHECK-ENCODING: [0x07,0x74,0xb5,0x9a] 1016# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1017# CHECK-UNKNOWN: 07 74 b5 9a <unknown> 1018 1019vlsseg5e8.v v8, (a0), a1, v0.t 1020# CHECK-INST: vlsseg5e8.v v8, (a0), a1, v0.t 1021# CHECK-ENCODING: [0x07,0x04,0xb5,0x88] 1022# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1023# CHECK-UNKNOWN: 07 04 b5 88 <unknown> 1024 1025vlsseg5e16.v v8, (a0), a1, v0.t 1026# CHECK-INST: vlsseg5e16.v v8, (a0), a1, v0.t 1027# CHECK-ENCODING: [0x07,0x54,0xb5,0x88] 1028# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1029# CHECK-UNKNOWN: 07 54 b5 88 <unknown> 1030 1031vlsseg5e32.v v8, (a0), a1, v0.t 1032# CHECK-INST: vlsseg5e32.v v8, (a0), a1, v0.t 1033# CHECK-ENCODING: [0x07,0x64,0xb5,0x88] 1034# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1035# CHECK-UNKNOWN: 07 64 b5 88 <unknown> 1036 1037vlsseg5e64.v v8, (a0), a1, v0.t 1038# CHECK-INST: vlsseg5e64.v v8, (a0), a1, v0.t 1039# CHECK-ENCODING: [0x07,0x74,0xb5,0x88] 1040# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1041# CHECK-UNKNOWN: 07 74 b5 88 <unknown> 1042 1043vlsseg5e128.v v8, (a0), a1, v0.t 1044# CHECK-INST: vlsseg5e128.v v8, (a0), a1, v0.t 1045# CHECK-ENCODING: [0x07,0x04,0xb5,0x98] 1046# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1047# CHECK-UNKNOWN: 07 04 b5 98 <unknown> 1048 1049vlsseg5e256.v v8, (a0), a1, v0.t 1050# CHECK-INST: vlsseg5e256.v v8, (a0), a1, v0.t 1051# CHECK-ENCODING: [0x07,0x54,0xb5,0x98] 1052# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1053# CHECK-UNKNOWN: 07 54 b5 98 <unknown> 1054 1055vlsseg5e512.v v8, (a0), a1, v0.t 1056# CHECK-INST: vlsseg5e512.v v8, (a0), a1, v0.t 1057# CHECK-ENCODING: [0x07,0x64,0xb5,0x98] 1058# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1059# CHECK-UNKNOWN: 07 64 b5 98 <unknown> 1060 1061vlsseg5e1024.v v8, (a0), a1, v0.t 1062# CHECK-INST: vlsseg5e1024.v v8, (a0), a1, v0.t 1063# CHECK-ENCODING: [0x07,0x74,0xb5,0x98] 1064# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1065# CHECK-UNKNOWN: 07 74 b5 98 <unknown> 1066 1067vlsseg6e8.v v8, (a0), a1 1068# CHECK-INST: vlsseg6e8.v v8, (a0), a1 1069# CHECK-ENCODING: [0x07,0x04,0xb5,0xaa] 1070# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1071# CHECK-UNKNOWN: 07 04 b5 aa <unknown> 1072 1073vlsseg6e16.v v8, (a0), a1 1074# CHECK-INST: vlsseg6e16.v v8, (a0), a1 1075# CHECK-ENCODING: [0x07,0x54,0xb5,0xaa] 1076# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1077# CHECK-UNKNOWN: 07 54 b5 aa <unknown> 1078 1079vlsseg6e32.v v8, (a0), a1 1080# CHECK-INST: vlsseg6e32.v v8, (a0), a1 1081# CHECK-ENCODING: [0x07,0x64,0xb5,0xaa] 1082# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1083# CHECK-UNKNOWN: 07 64 b5 aa <unknown> 1084 1085vlsseg6e64.v v8, (a0), a1 1086# CHECK-INST: vlsseg6e64.v v8, (a0), a1 1087# CHECK-ENCODING: [0x07,0x74,0xb5,0xaa] 1088# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1089# CHECK-UNKNOWN: 07 74 b5 aa <unknown> 1090 1091vlsseg6e128.v v8, (a0), a1 1092# CHECK-INST: vlsseg6e128.v v8, (a0), a1 1093# CHECK-ENCODING: [0x07,0x04,0xb5,0xba] 1094# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1095# CHECK-UNKNOWN: 07 04 b5 ba <unknown> 1096 1097vlsseg6e256.v v8, (a0), a1 1098# CHECK-INST: vlsseg6e256.v v8, (a0), a1 1099# CHECK-ENCODING: [0x07,0x54,0xb5,0xba] 1100# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1101# CHECK-UNKNOWN: 07 54 b5 ba <unknown> 1102 1103vlsseg6e512.v v8, (a0), a1 1104# CHECK-INST: vlsseg6e512.v v8, (a0), a1 1105# CHECK-ENCODING: [0x07,0x64,0xb5,0xba] 1106# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1107# CHECK-UNKNOWN: 07 64 b5 ba <unknown> 1108 1109vlsseg6e1024.v v8, (a0), a1 1110# CHECK-INST: vlsseg6e1024.v v8, (a0), a1 1111# CHECK-ENCODING: [0x07,0x74,0xb5,0xba] 1112# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1113# CHECK-UNKNOWN: 07 74 b5 ba <unknown> 1114 1115vlsseg6e8.v v8, (a0), a1, v0.t 1116# CHECK-INST: vlsseg6e8.v v8, (a0), a1, v0.t 1117# CHECK-ENCODING: [0x07,0x04,0xb5,0xa8] 1118# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1119# CHECK-UNKNOWN: 07 04 b5 a8 <unknown> 1120 1121vlsseg6e16.v v8, (a0), a1, v0.t 1122# CHECK-INST: vlsseg6e16.v v8, (a0), a1, v0.t 1123# CHECK-ENCODING: [0x07,0x54,0xb5,0xa8] 1124# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1125# CHECK-UNKNOWN: 07 54 b5 a8 <unknown> 1126 1127vlsseg6e32.v v8, (a0), a1, v0.t 1128# CHECK-INST: vlsseg6e32.v v8, (a0), a1, v0.t 1129# CHECK-ENCODING: [0x07,0x64,0xb5,0xa8] 1130# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1131# CHECK-UNKNOWN: 07 64 b5 a8 <unknown> 1132 1133vlsseg6e64.v v8, (a0), a1, v0.t 1134# CHECK-INST: vlsseg6e64.v v8, (a0), a1, v0.t 1135# CHECK-ENCODING: [0x07,0x74,0xb5,0xa8] 1136# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1137# CHECK-UNKNOWN: 07 74 b5 a8 <unknown> 1138 1139vlsseg6e128.v v8, (a0), a1, v0.t 1140# CHECK-INST: vlsseg6e128.v v8, (a0), a1, v0.t 1141# CHECK-ENCODING: [0x07,0x04,0xb5,0xb8] 1142# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1143# CHECK-UNKNOWN: 07 04 b5 b8 <unknown> 1144 1145vlsseg6e256.v v8, (a0), a1, v0.t 1146# CHECK-INST: vlsseg6e256.v v8, (a0), a1, v0.t 1147# CHECK-ENCODING: [0x07,0x54,0xb5,0xb8] 1148# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1149# CHECK-UNKNOWN: 07 54 b5 b8 <unknown> 1150 1151vlsseg6e512.v v8, (a0), a1, v0.t 1152# CHECK-INST: vlsseg6e512.v v8, (a0), a1, v0.t 1153# CHECK-ENCODING: [0x07,0x64,0xb5,0xb8] 1154# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1155# CHECK-UNKNOWN: 07 64 b5 b8 <unknown> 1156 1157vlsseg6e1024.v v8, (a0), a1, v0.t 1158# CHECK-INST: vlsseg6e1024.v v8, (a0), a1, v0.t 1159# CHECK-ENCODING: [0x07,0x74,0xb5,0xb8] 1160# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1161# CHECK-UNKNOWN: 07 74 b5 b8 <unknown> 1162 1163vlsseg7e8.v v8, (a0), a1 1164# CHECK-INST: vlsseg7e8.v v8, (a0), a1 1165# CHECK-ENCODING: [0x07,0x04,0xb5,0xca] 1166# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1167# CHECK-UNKNOWN: 07 04 b5 ca <unknown> 1168 1169vlsseg7e16.v v8, (a0), a1 1170# CHECK-INST: vlsseg7e16.v v8, (a0), a1 1171# CHECK-ENCODING: [0x07,0x54,0xb5,0xca] 1172# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1173# CHECK-UNKNOWN: 07 54 b5 ca <unknown> 1174 1175vlsseg7e32.v v8, (a0), a1 1176# CHECK-INST: vlsseg7e32.v v8, (a0), a1 1177# CHECK-ENCODING: [0x07,0x64,0xb5,0xca] 1178# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1179# CHECK-UNKNOWN: 07 64 b5 ca <unknown> 1180 1181vlsseg7e64.v v8, (a0), a1 1182# CHECK-INST: vlsseg7e64.v v8, (a0), a1 1183# CHECK-ENCODING: [0x07,0x74,0xb5,0xca] 1184# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1185# CHECK-UNKNOWN: 07 74 b5 ca <unknown> 1186 1187vlsseg7e128.v v8, (a0), a1 1188# CHECK-INST: vlsseg7e128.v v8, (a0), a1 1189# CHECK-ENCODING: [0x07,0x04,0xb5,0xda] 1190# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1191# CHECK-UNKNOWN: 07 04 b5 da <unknown> 1192 1193vlsseg7e256.v v8, (a0), a1 1194# CHECK-INST: vlsseg7e256.v v8, (a0), a1 1195# CHECK-ENCODING: [0x07,0x54,0xb5,0xda] 1196# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1197# CHECK-UNKNOWN: 07 54 b5 da <unknown> 1198 1199vlsseg7e512.v v8, (a0), a1 1200# CHECK-INST: vlsseg7e512.v v8, (a0), a1 1201# CHECK-ENCODING: [0x07,0x64,0xb5,0xda] 1202# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1203# CHECK-UNKNOWN: 07 64 b5 da <unknown> 1204 1205vlsseg7e1024.v v8, (a0), a1 1206# CHECK-INST: vlsseg7e1024.v v8, (a0), a1 1207# CHECK-ENCODING: [0x07,0x74,0xb5,0xda] 1208# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1209# CHECK-UNKNOWN: 07 74 b5 da <unknown> 1210 1211vlsseg7e8.v v8, (a0), a1, v0.t 1212# CHECK-INST: vlsseg7e8.v v8, (a0), a1, v0.t 1213# CHECK-ENCODING: [0x07,0x04,0xb5,0xc8] 1214# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1215# CHECK-UNKNOWN: 07 04 b5 c8 <unknown> 1216 1217vlsseg7e16.v v8, (a0), a1, v0.t 1218# CHECK-INST: vlsseg7e16.v v8, (a0), a1, v0.t 1219# CHECK-ENCODING: [0x07,0x54,0xb5,0xc8] 1220# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1221# CHECK-UNKNOWN: 07 54 b5 c8 <unknown> 1222 1223vlsseg7e32.v v8, (a0), a1, v0.t 1224# CHECK-INST: vlsseg7e32.v v8, (a0), a1, v0.t 1225# CHECK-ENCODING: [0x07,0x64,0xb5,0xc8] 1226# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1227# CHECK-UNKNOWN: 07 64 b5 c8 <unknown> 1228 1229vlsseg7e64.v v8, (a0), a1, v0.t 1230# CHECK-INST: vlsseg7e64.v v8, (a0), a1, v0.t 1231# CHECK-ENCODING: [0x07,0x74,0xb5,0xc8] 1232# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1233# CHECK-UNKNOWN: 07 74 b5 c8 <unknown> 1234 1235vlsseg7e128.v v8, (a0), a1, v0.t 1236# CHECK-INST: vlsseg7e128.v v8, (a0), a1, v0.t 1237# CHECK-ENCODING: [0x07,0x04,0xb5,0xd8] 1238# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1239# CHECK-UNKNOWN: 07 04 b5 d8 <unknown> 1240 1241vlsseg7e256.v v8, (a0), a1, v0.t 1242# CHECK-INST: vlsseg7e256.v v8, (a0), a1, v0.t 1243# CHECK-ENCODING: [0x07,0x54,0xb5,0xd8] 1244# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1245# CHECK-UNKNOWN: 07 54 b5 d8 <unknown> 1246 1247vlsseg7e512.v v8, (a0), a1, v0.t 1248# CHECK-INST: vlsseg7e512.v v8, (a0), a1, v0.t 1249# CHECK-ENCODING: [0x07,0x64,0xb5,0xd8] 1250# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1251# CHECK-UNKNOWN: 07 64 b5 d8 <unknown> 1252 1253vlsseg7e1024.v v8, (a0), a1, v0.t 1254# CHECK-INST: vlsseg7e1024.v v8, (a0), a1, v0.t 1255# CHECK-ENCODING: [0x07,0x74,0xb5,0xd8] 1256# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1257# CHECK-UNKNOWN: 07 74 b5 d8 <unknown> 1258 1259vlsseg8e8.v v8, (a0), a1 1260# CHECK-INST: vlsseg8e8.v v8, (a0), a1 1261# CHECK-ENCODING: [0x07,0x04,0xb5,0xea] 1262# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1263# CHECK-UNKNOWN: 07 04 b5 ea <unknown> 1264 1265vlsseg8e16.v v8, (a0), a1 1266# CHECK-INST: vlsseg8e16.v v8, (a0), a1 1267# CHECK-ENCODING: [0x07,0x54,0xb5,0xea] 1268# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1269# CHECK-UNKNOWN: 07 54 b5 ea <unknown> 1270 1271vlsseg8e32.v v8, (a0), a1 1272# CHECK-INST: vlsseg8e32.v v8, (a0), a1 1273# CHECK-ENCODING: [0x07,0x64,0xb5,0xea] 1274# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1275# CHECK-UNKNOWN: 07 64 b5 ea <unknown> 1276 1277vlsseg8e64.v v8, (a0), a1 1278# CHECK-INST: vlsseg8e64.v v8, (a0), a1 1279# CHECK-ENCODING: [0x07,0x74,0xb5,0xea] 1280# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1281# CHECK-UNKNOWN: 07 74 b5 ea <unknown> 1282 1283vlsseg8e128.v v8, (a0), a1 1284# CHECK-INST: vlsseg8e128.v v8, (a0), a1 1285# CHECK-ENCODING: [0x07,0x04,0xb5,0xfa] 1286# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1287# CHECK-UNKNOWN: 07 04 b5 fa <unknown> 1288 1289vlsseg8e256.v v8, (a0), a1 1290# CHECK-INST: vlsseg8e256.v v8, (a0), a1 1291# CHECK-ENCODING: [0x07,0x54,0xb5,0xfa] 1292# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1293# CHECK-UNKNOWN: 07 54 b5 fa <unknown> 1294 1295vlsseg8e512.v v8, (a0), a1 1296# CHECK-INST: vlsseg8e512.v v8, (a0), a1 1297# CHECK-ENCODING: [0x07,0x64,0xb5,0xfa] 1298# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1299# CHECK-UNKNOWN: 07 64 b5 fa <unknown> 1300 1301vlsseg8e1024.v v8, (a0), a1 1302# CHECK-INST: vlsseg8e1024.v v8, (a0), a1 1303# CHECK-ENCODING: [0x07,0x74,0xb5,0xfa] 1304# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1305# CHECK-UNKNOWN: 07 74 b5 fa <unknown> 1306 1307vlsseg8e8.v v8, (a0), a1, v0.t 1308# CHECK-INST: vlsseg8e8.v v8, (a0), a1, v0.t 1309# CHECK-ENCODING: [0x07,0x04,0xb5,0xe8] 1310# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1311# CHECK-UNKNOWN: 07 04 b5 e8 <unknown> 1312 1313vlsseg8e16.v v8, (a0), a1, v0.t 1314# CHECK-INST: vlsseg8e16.v v8, (a0), a1, v0.t 1315# CHECK-ENCODING: [0x07,0x54,0xb5,0xe8] 1316# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1317# CHECK-UNKNOWN: 07 54 b5 e8 <unknown> 1318 1319vlsseg8e32.v v8, (a0), a1, v0.t 1320# CHECK-INST: vlsseg8e32.v v8, (a0), a1, v0.t 1321# CHECK-ENCODING: [0x07,0x64,0xb5,0xe8] 1322# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1323# CHECK-UNKNOWN: 07 64 b5 e8 <unknown> 1324 1325vlsseg8e64.v v8, (a0), a1, v0.t 1326# CHECK-INST: vlsseg8e64.v v8, (a0), a1, v0.t 1327# CHECK-ENCODING: [0x07,0x74,0xb5,0xe8] 1328# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1329# CHECK-UNKNOWN: 07 74 b5 e8 <unknown> 1330 1331vlsseg8e128.v v8, (a0), a1, v0.t 1332# CHECK-INST: vlsseg8e128.v v8, (a0), a1, v0.t 1333# CHECK-ENCODING: [0x07,0x04,0xb5,0xf8] 1334# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1335# CHECK-UNKNOWN: 07 04 b5 f8 <unknown> 1336 1337vlsseg8e256.v v8, (a0), a1, v0.t 1338# CHECK-INST: vlsseg8e256.v v8, (a0), a1, v0.t 1339# CHECK-ENCODING: [0x07,0x54,0xb5,0xf8] 1340# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1341# CHECK-UNKNOWN: 07 54 b5 f8 <unknown> 1342 1343vlsseg8e512.v v8, (a0), a1, v0.t 1344# CHECK-INST: vlsseg8e512.v v8, (a0), a1, v0.t 1345# CHECK-ENCODING: [0x07,0x64,0xb5,0xf8] 1346# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1347# CHECK-UNKNOWN: 07 64 b5 f8 <unknown> 1348 1349vlsseg8e1024.v v8, (a0), a1, v0.t 1350# CHECK-INST: vlsseg8e1024.v v8, (a0), a1, v0.t 1351# CHECK-ENCODING: [0x07,0x74,0xb5,0xf8] 1352# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1353# CHECK-UNKNOWN: 07 74 b5 f8 <unknown> 1354 1355vlxseg2ei8.v v8, (a0), v4 1356# CHECK-INST: vlxseg2ei8.v v8, (a0), v4 1357# CHECK-ENCODING: [0x07,0x04,0x45,0x2e] 1358# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1359# CHECK-UNKNOWN: 07 04 45 2e <unknown> 1360 1361vlxseg2ei16.v v8, (a0), v4 1362# CHECK-INST: vlxseg2ei16.v v8, (a0), v4 1363# CHECK-ENCODING: [0x07,0x54,0x45,0x2e] 1364# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1365# CHECK-UNKNOWN: 07 54 45 2e <unknown> 1366 1367vlxseg2ei32.v v8, (a0), v4 1368# CHECK-INST: vlxseg2ei32.v v8, (a0), v4 1369# CHECK-ENCODING: [0x07,0x64,0x45,0x2e] 1370# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1371# CHECK-UNKNOWN: 07 64 45 2e <unknown> 1372 1373vlxseg2ei64.v v8, (a0), v4 1374# CHECK-INST: vlxseg2ei64.v v8, (a0), v4 1375# CHECK-ENCODING: [0x07,0x74,0x45,0x2e] 1376# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1377# CHECK-UNKNOWN: 07 74 45 2e <unknown> 1378 1379vlxseg2ei128.v v8, (a0), v4 1380# CHECK-INST: vlxseg2ei128.v v8, (a0), v4 1381# CHECK-ENCODING: [0x07,0x04,0x45,0x3e] 1382# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1383# CHECK-UNKNOWN: 07 04 45 3e <unknown> 1384 1385vlxseg2ei256.v v8, (a0), v4 1386# CHECK-INST: vlxseg2ei256.v v8, (a0), v4 1387# CHECK-ENCODING: [0x07,0x54,0x45,0x3e] 1388# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1389# CHECK-UNKNOWN: 07 54 45 3e <unknown> 1390 1391vlxseg2ei512.v v8, (a0), v4 1392# CHECK-INST: vlxseg2ei512.v v8, (a0), v4 1393# CHECK-ENCODING: [0x07,0x64,0x45,0x3e] 1394# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1395# CHECK-UNKNOWN: 07 64 45 3e <unknown> 1396 1397vlxseg2ei1024.v v8, (a0), v4 1398# CHECK-INST: vlxseg2ei1024.v v8, (a0), v4 1399# CHECK-ENCODING: [0x07,0x74,0x45,0x3e] 1400# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1401# CHECK-UNKNOWN: 07 74 45 3e <unknown> 1402 1403vlxseg2ei8.v v8, (a0), v4, v0.t 1404# CHECK-INST: vlxseg2ei8.v v8, (a0), v4, v0.t 1405# CHECK-ENCODING: [0x07,0x04,0x45,0x2c] 1406# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1407# CHECK-UNKNOWN: 07 04 45 2c <unknown> 1408 1409vlxseg2ei16.v v8, (a0), v4, v0.t 1410# CHECK-INST: vlxseg2ei16.v v8, (a0), v4, v0.t 1411# CHECK-ENCODING: [0x07,0x54,0x45,0x2c] 1412# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1413# CHECK-UNKNOWN: 07 54 45 2c <unknown> 1414 1415vlxseg2ei32.v v8, (a0), v4, v0.t 1416# CHECK-INST: vlxseg2ei32.v v8, (a0), v4, v0.t 1417# CHECK-ENCODING: [0x07,0x64,0x45,0x2c] 1418# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1419# CHECK-UNKNOWN: 07 64 45 2c <unknown> 1420 1421vlxseg2ei64.v v8, (a0), v4, v0.t 1422# CHECK-INST: vlxseg2ei64.v v8, (a0), v4, v0.t 1423# CHECK-ENCODING: [0x07,0x74,0x45,0x2c] 1424# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1425# CHECK-UNKNOWN: 07 74 45 2c <unknown> 1426 1427vlxseg2ei128.v v8, (a0), v4, v0.t 1428# CHECK-INST: vlxseg2ei128.v v8, (a0), v4, v0.t 1429# CHECK-ENCODING: [0x07,0x04,0x45,0x3c] 1430# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1431# CHECK-UNKNOWN: 07 04 45 3c <unknown> 1432 1433vlxseg2ei256.v v8, (a0), v4, v0.t 1434# CHECK-INST: vlxseg2ei256.v v8, (a0), v4, v0.t 1435# CHECK-ENCODING: [0x07,0x54,0x45,0x3c] 1436# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1437# CHECK-UNKNOWN: 07 54 45 3c <unknown> 1438 1439vlxseg2ei512.v v8, (a0), v4, v0.t 1440# CHECK-INST: vlxseg2ei512.v v8, (a0), v4, v0.t 1441# CHECK-ENCODING: [0x07,0x64,0x45,0x3c] 1442# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1443# CHECK-UNKNOWN: 07 64 45 3c <unknown> 1444 1445vlxseg2ei1024.v v8, (a0), v4, v0.t 1446# CHECK-INST: vlxseg2ei1024.v v8, (a0), v4, v0.t 1447# CHECK-ENCODING: [0x07,0x74,0x45,0x3c] 1448# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1449# CHECK-UNKNOWN: 07 74 45 3c <unknown> 1450 1451vlxseg3ei8.v v8, (a0), v4 1452# CHECK-INST: vlxseg3ei8.v v8, (a0), v4 1453# CHECK-ENCODING: [0x07,0x04,0x45,0x4e] 1454# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1455# CHECK-UNKNOWN: 07 04 45 4e <unknown> 1456 1457vlxseg3ei16.v v8, (a0), v4 1458# CHECK-INST: vlxseg3ei16.v v8, (a0), v4 1459# CHECK-ENCODING: [0x07,0x54,0x45,0x4e] 1460# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1461# CHECK-UNKNOWN: 07 54 45 4e <unknown> 1462 1463vlxseg3ei32.v v8, (a0), v4 1464# CHECK-INST: vlxseg3ei32.v v8, (a0), v4 1465# CHECK-ENCODING: [0x07,0x64,0x45,0x4e] 1466# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1467# CHECK-UNKNOWN: 07 64 45 4e <unknown> 1468 1469vlxseg3ei64.v v8, (a0), v4 1470# CHECK-INST: vlxseg3ei64.v v8, (a0), v4 1471# CHECK-ENCODING: [0x07,0x74,0x45,0x4e] 1472# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1473# CHECK-UNKNOWN: 07 74 45 4e <unknown> 1474 1475vlxseg3ei128.v v8, (a0), v4 1476# CHECK-INST: vlxseg3ei128.v v8, (a0), v4 1477# CHECK-ENCODING: [0x07,0x04,0x45,0x5e] 1478# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1479# CHECK-UNKNOWN: 07 04 45 5e <unknown> 1480 1481vlxseg3ei256.v v8, (a0), v4 1482# CHECK-INST: vlxseg3ei256.v v8, (a0), v4 1483# CHECK-ENCODING: [0x07,0x54,0x45,0x5e] 1484# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1485# CHECK-UNKNOWN: 07 54 45 5e <unknown> 1486 1487vlxseg3ei512.v v8, (a0), v4 1488# CHECK-INST: vlxseg3ei512.v v8, (a0), v4 1489# CHECK-ENCODING: [0x07,0x64,0x45,0x5e] 1490# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1491# CHECK-UNKNOWN: 07 64 45 5e <unknown> 1492 1493vlxseg3ei1024.v v8, (a0), v4 1494# CHECK-INST: vlxseg3ei1024.v v8, (a0), v4 1495# CHECK-ENCODING: [0x07,0x74,0x45,0x5e] 1496# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1497# CHECK-UNKNOWN: 07 74 45 5e <unknown> 1498 1499vlxseg3ei8.v v8, (a0), v4, v0.t 1500# CHECK-INST: vlxseg3ei8.v v8, (a0), v4, v0.t 1501# CHECK-ENCODING: [0x07,0x04,0x45,0x4c] 1502# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1503# CHECK-UNKNOWN: 07 04 45 4c <unknown> 1504 1505vlxseg3ei16.v v8, (a0), v4, v0.t 1506# CHECK-INST: vlxseg3ei16.v v8, (a0), v4, v0.t 1507# CHECK-ENCODING: [0x07,0x54,0x45,0x4c] 1508# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1509# CHECK-UNKNOWN: 07 54 45 4c <unknown> 1510 1511vlxseg3ei32.v v8, (a0), v4, v0.t 1512# CHECK-INST: vlxseg3ei32.v v8, (a0), v4, v0.t 1513# CHECK-ENCODING: [0x07,0x64,0x45,0x4c] 1514# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1515# CHECK-UNKNOWN: 07 64 45 4c <unknown> 1516 1517vlxseg3ei64.v v8, (a0), v4, v0.t 1518# CHECK-INST: vlxseg3ei64.v v8, (a0), v4, v0.t 1519# CHECK-ENCODING: [0x07,0x74,0x45,0x4c] 1520# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1521# CHECK-UNKNOWN: 07 74 45 4c <unknown> 1522 1523vlxseg3ei128.v v8, (a0), v4, v0.t 1524# CHECK-INST: vlxseg3ei128.v v8, (a0), v4, v0.t 1525# CHECK-ENCODING: [0x07,0x04,0x45,0x5c] 1526# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1527# CHECK-UNKNOWN: 07 04 45 5c <unknown> 1528 1529vlxseg3ei256.v v8, (a0), v4, v0.t 1530# CHECK-INST: vlxseg3ei256.v v8, (a0), v4, v0.t 1531# CHECK-ENCODING: [0x07,0x54,0x45,0x5c] 1532# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1533# CHECK-UNKNOWN: 07 54 45 5c <unknown> 1534 1535vlxseg3ei512.v v8, (a0), v4, v0.t 1536# CHECK-INST: vlxseg3ei512.v v8, (a0), v4, v0.t 1537# CHECK-ENCODING: [0x07,0x64,0x45,0x5c] 1538# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1539# CHECK-UNKNOWN: 07 64 45 5c <unknown> 1540 1541vlxseg3ei1024.v v8, (a0), v4, v0.t 1542# CHECK-INST: vlxseg3ei1024.v v8, (a0), v4, v0.t 1543# CHECK-ENCODING: [0x07,0x74,0x45,0x5c] 1544# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1545# CHECK-UNKNOWN: 07 74 45 5c <unknown> 1546 1547vlxseg4ei8.v v8, (a0), v4 1548# CHECK-INST: vlxseg4ei8.v v8, (a0), v4 1549# CHECK-ENCODING: [0x07,0x04,0x45,0x6e] 1550# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1551# CHECK-UNKNOWN: 07 04 45 6e <unknown> 1552 1553vlxseg4ei16.v v8, (a0), v4 1554# CHECK-INST: vlxseg4ei16.v v8, (a0), v4 1555# CHECK-ENCODING: [0x07,0x54,0x45,0x6e] 1556# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1557# CHECK-UNKNOWN: 07 54 45 6e <unknown> 1558 1559vlxseg4ei32.v v8, (a0), v4 1560# CHECK-INST: vlxseg4ei32.v v8, (a0), v4 1561# CHECK-ENCODING: [0x07,0x64,0x45,0x6e] 1562# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1563# CHECK-UNKNOWN: 07 64 45 6e <unknown> 1564 1565vlxseg4ei64.v v8, (a0), v4 1566# CHECK-INST: vlxseg4ei64.v v8, (a0), v4 1567# CHECK-ENCODING: [0x07,0x74,0x45,0x6e] 1568# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1569# CHECK-UNKNOWN: 07 74 45 6e <unknown> 1570 1571vlxseg4ei128.v v8, (a0), v4 1572# CHECK-INST: vlxseg4ei128.v v8, (a0), v4 1573# CHECK-ENCODING: [0x07,0x04,0x45,0x7e] 1574# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1575# CHECK-UNKNOWN: 07 04 45 7e <unknown> 1576 1577vlxseg4ei256.v v8, (a0), v4 1578# CHECK-INST: vlxseg4ei256.v v8, (a0), v4 1579# CHECK-ENCODING: [0x07,0x54,0x45,0x7e] 1580# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1581# CHECK-UNKNOWN: 07 54 45 7e <unknown> 1582 1583vlxseg4ei512.v v8, (a0), v4 1584# CHECK-INST: vlxseg4ei512.v v8, (a0), v4 1585# CHECK-ENCODING: [0x07,0x64,0x45,0x7e] 1586# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1587# CHECK-UNKNOWN: 07 64 45 7e <unknown> 1588 1589vlxseg4ei1024.v v8, (a0), v4 1590# CHECK-INST: vlxseg4ei1024.v v8, (a0), v4 1591# CHECK-ENCODING: [0x07,0x74,0x45,0x7e] 1592# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1593# CHECK-UNKNOWN: 07 74 45 7e <unknown> 1594 1595vlxseg4ei8.v v8, (a0), v4, v0.t 1596# CHECK-INST: vlxseg4ei8.v v8, (a0), v4, v0.t 1597# CHECK-ENCODING: [0x07,0x04,0x45,0x6c] 1598# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1599# CHECK-UNKNOWN: 07 04 45 6c <unknown> 1600 1601vlxseg4ei16.v v8, (a0), v4, v0.t 1602# CHECK-INST: vlxseg4ei16.v v8, (a0), v4, v0.t 1603# CHECK-ENCODING: [0x07,0x54,0x45,0x6c] 1604# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1605# CHECK-UNKNOWN: 07 54 45 6c <unknown> 1606 1607vlxseg4ei32.v v8, (a0), v4, v0.t 1608# CHECK-INST: vlxseg4ei32.v v8, (a0), v4, v0.t 1609# CHECK-ENCODING: [0x07,0x64,0x45,0x6c] 1610# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1611# CHECK-UNKNOWN: 07 64 45 6c <unknown> 1612 1613vlxseg4ei64.v v8, (a0), v4, v0.t 1614# CHECK-INST: vlxseg4ei64.v v8, (a0), v4, v0.t 1615# CHECK-ENCODING: [0x07,0x74,0x45,0x6c] 1616# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1617# CHECK-UNKNOWN: 07 74 45 6c <unknown> 1618 1619vlxseg4ei128.v v8, (a0), v4, v0.t 1620# CHECK-INST: vlxseg4ei128.v v8, (a0), v4, v0.t 1621# CHECK-ENCODING: [0x07,0x04,0x45,0x7c] 1622# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1623# CHECK-UNKNOWN: 07 04 45 7c <unknown> 1624 1625vlxseg4ei256.v v8, (a0), v4, v0.t 1626# CHECK-INST: vlxseg4ei256.v v8, (a0), v4, v0.t 1627# CHECK-ENCODING: [0x07,0x54,0x45,0x7c] 1628# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1629# CHECK-UNKNOWN: 07 54 45 7c <unknown> 1630 1631vlxseg4ei512.v v8, (a0), v4, v0.t 1632# CHECK-INST: vlxseg4ei512.v v8, (a0), v4, v0.t 1633# CHECK-ENCODING: [0x07,0x64,0x45,0x7c] 1634# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1635# CHECK-UNKNOWN: 07 64 45 7c <unknown> 1636 1637vlxseg4ei1024.v v8, (a0), v4, v0.t 1638# CHECK-INST: vlxseg4ei1024.v v8, (a0), v4, v0.t 1639# CHECK-ENCODING: [0x07,0x74,0x45,0x7c] 1640# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1641# CHECK-UNKNOWN: 07 74 45 7c <unknown> 1642 1643vlxseg5ei8.v v8, (a0), v4 1644# CHECK-INST: vlxseg5ei8.v v8, (a0), v4 1645# CHECK-ENCODING: [0x07,0x04,0x45,0x8e] 1646# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1647# CHECK-UNKNOWN: 07 04 45 8e <unknown> 1648 1649vlxseg5ei16.v v8, (a0), v4 1650# CHECK-INST: vlxseg5ei16.v v8, (a0), v4 1651# CHECK-ENCODING: [0x07,0x54,0x45,0x8e] 1652# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1653# CHECK-UNKNOWN: 07 54 45 8e <unknown> 1654 1655vlxseg5ei32.v v8, (a0), v4 1656# CHECK-INST: vlxseg5ei32.v v8, (a0), v4 1657# CHECK-ENCODING: [0x07,0x64,0x45,0x8e] 1658# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1659# CHECK-UNKNOWN: 07 64 45 8e <unknown> 1660 1661vlxseg5ei64.v v8, (a0), v4 1662# CHECK-INST: vlxseg5ei64.v v8, (a0), v4 1663# CHECK-ENCODING: [0x07,0x74,0x45,0x8e] 1664# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1665# CHECK-UNKNOWN: 07 74 45 8e <unknown> 1666 1667vlxseg5ei128.v v8, (a0), v4 1668# CHECK-INST: vlxseg5ei128.v v8, (a0), v4 1669# CHECK-ENCODING: [0x07,0x04,0x45,0x9e] 1670# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1671# CHECK-UNKNOWN: 07 04 45 9e <unknown> 1672 1673vlxseg5ei256.v v8, (a0), v4 1674# CHECK-INST: vlxseg5ei256.v v8, (a0), v4 1675# CHECK-ENCODING: [0x07,0x54,0x45,0x9e] 1676# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1677# CHECK-UNKNOWN: 07 54 45 9e <unknown> 1678 1679vlxseg5ei512.v v8, (a0), v4 1680# CHECK-INST: vlxseg5ei512.v v8, (a0), v4 1681# CHECK-ENCODING: [0x07,0x64,0x45,0x9e] 1682# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1683# CHECK-UNKNOWN: 07 64 45 9e <unknown> 1684 1685vlxseg5ei1024.v v8, (a0), v4 1686# CHECK-INST: vlxseg5ei1024.v v8, (a0), v4 1687# CHECK-ENCODING: [0x07,0x74,0x45,0x9e] 1688# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1689# CHECK-UNKNOWN: 07 74 45 9e <unknown> 1690 1691vlxseg5ei8.v v8, (a0), v4, v0.t 1692# CHECK-INST: vlxseg5ei8.v v8, (a0), v4, v0.t 1693# CHECK-ENCODING: [0x07,0x04,0x45,0x8c] 1694# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1695# CHECK-UNKNOWN: 07 04 45 8c <unknown> 1696 1697vlxseg5ei16.v v8, (a0), v4, v0.t 1698# CHECK-INST: vlxseg5ei16.v v8, (a0), v4, v0.t 1699# CHECK-ENCODING: [0x07,0x54,0x45,0x8c] 1700# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1701# CHECK-UNKNOWN: 07 54 45 8c <unknown> 1702 1703vlxseg5ei32.v v8, (a0), v4, v0.t 1704# CHECK-INST: vlxseg5ei32.v v8, (a0), v4, v0.t 1705# CHECK-ENCODING: [0x07,0x64,0x45,0x8c] 1706# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1707# CHECK-UNKNOWN: 07 64 45 8c <unknown> 1708 1709vlxseg5ei64.v v8, (a0), v4, v0.t 1710# CHECK-INST: vlxseg5ei64.v v8, (a0), v4, v0.t 1711# CHECK-ENCODING: [0x07,0x74,0x45,0x8c] 1712# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1713# CHECK-UNKNOWN: 07 74 45 8c <unknown> 1714 1715vlxseg5ei128.v v8, (a0), v4, v0.t 1716# CHECK-INST: vlxseg5ei128.v v8, (a0), v4, v0.t 1717# CHECK-ENCODING: [0x07,0x04,0x45,0x9c] 1718# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1719# CHECK-UNKNOWN: 07 04 45 9c <unknown> 1720 1721vlxseg5ei256.v v8, (a0), v4, v0.t 1722# CHECK-INST: vlxseg5ei256.v v8, (a0), v4, v0.t 1723# CHECK-ENCODING: [0x07,0x54,0x45,0x9c] 1724# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1725# CHECK-UNKNOWN: 07 54 45 9c <unknown> 1726 1727vlxseg5ei512.v v8, (a0), v4, v0.t 1728# CHECK-INST: vlxseg5ei512.v v8, (a0), v4, v0.t 1729# CHECK-ENCODING: [0x07,0x64,0x45,0x9c] 1730# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1731# CHECK-UNKNOWN: 07 64 45 9c <unknown> 1732 1733vlxseg5ei1024.v v8, (a0), v4, v0.t 1734# CHECK-INST: vlxseg5ei1024.v v8, (a0), v4, v0.t 1735# CHECK-ENCODING: [0x07,0x74,0x45,0x9c] 1736# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1737# CHECK-UNKNOWN: 07 74 45 9c <unknown> 1738 1739vlxseg6ei8.v v8, (a0), v4 1740# CHECK-INST: vlxseg6ei8.v v8, (a0), v4 1741# CHECK-ENCODING: [0x07,0x04,0x45,0xae] 1742# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1743# CHECK-UNKNOWN: 07 04 45 ae <unknown> 1744 1745vlxseg6ei16.v v8, (a0), v4 1746# CHECK-INST: vlxseg6ei16.v v8, (a0), v4 1747# CHECK-ENCODING: [0x07,0x54,0x45,0xae] 1748# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1749# CHECK-UNKNOWN: 07 54 45 ae <unknown> 1750 1751vlxseg6ei32.v v8, (a0), v4 1752# CHECK-INST: vlxseg6ei32.v v8, (a0), v4 1753# CHECK-ENCODING: [0x07,0x64,0x45,0xae] 1754# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1755# CHECK-UNKNOWN: 07 64 45 ae <unknown> 1756 1757vlxseg6ei64.v v8, (a0), v4 1758# CHECK-INST: vlxseg6ei64.v v8, (a0), v4 1759# CHECK-ENCODING: [0x07,0x74,0x45,0xae] 1760# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1761# CHECK-UNKNOWN: 07 74 45 ae <unknown> 1762 1763vlxseg6ei128.v v8, (a0), v4 1764# CHECK-INST: vlxseg6ei128.v v8, (a0), v4 1765# CHECK-ENCODING: [0x07,0x04,0x45,0xbe] 1766# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1767# CHECK-UNKNOWN: 07 04 45 be <unknown> 1768 1769vlxseg6ei256.v v8, (a0), v4 1770# CHECK-INST: vlxseg6ei256.v v8, (a0), v4 1771# CHECK-ENCODING: [0x07,0x54,0x45,0xbe] 1772# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1773# CHECK-UNKNOWN: 07 54 45 be <unknown> 1774 1775vlxseg6ei512.v v8, (a0), v4 1776# CHECK-INST: vlxseg6ei512.v v8, (a0), v4 1777# CHECK-ENCODING: [0x07,0x64,0x45,0xbe] 1778# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1779# CHECK-UNKNOWN: 07 64 45 be <unknown> 1780 1781vlxseg6ei1024.v v8, (a0), v4 1782# CHECK-INST: vlxseg6ei1024.v v8, (a0), v4 1783# CHECK-ENCODING: [0x07,0x74,0x45,0xbe] 1784# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1785# CHECK-UNKNOWN: 07 74 45 be <unknown> 1786 1787vlxseg6ei8.v v8, (a0), v4, v0.t 1788# CHECK-INST: vlxseg6ei8.v v8, (a0), v4, v0.t 1789# CHECK-ENCODING: [0x07,0x04,0x45,0xac] 1790# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1791# CHECK-UNKNOWN: 07 04 45 ac <unknown> 1792 1793vlxseg6ei16.v v8, (a0), v4, v0.t 1794# CHECK-INST: vlxseg6ei16.v v8, (a0), v4, v0.t 1795# CHECK-ENCODING: [0x07,0x54,0x45,0xac] 1796# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1797# CHECK-UNKNOWN: 07 54 45 ac <unknown> 1798 1799vlxseg6ei32.v v8, (a0), v4, v0.t 1800# CHECK-INST: vlxseg6ei32.v v8, (a0), v4, v0.t 1801# CHECK-ENCODING: [0x07,0x64,0x45,0xac] 1802# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1803# CHECK-UNKNOWN: 07 64 45 ac <unknown> 1804 1805vlxseg6ei64.v v8, (a0), v4, v0.t 1806# CHECK-INST: vlxseg6ei64.v v8, (a0), v4, v0.t 1807# CHECK-ENCODING: [0x07,0x74,0x45,0xac] 1808# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1809# CHECK-UNKNOWN: 07 74 45 ac <unknown> 1810 1811vlxseg6ei128.v v8, (a0), v4, v0.t 1812# CHECK-INST: vlxseg6ei128.v v8, (a0), v4, v0.t 1813# CHECK-ENCODING: [0x07,0x04,0x45,0xbc] 1814# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1815# CHECK-UNKNOWN: 07 04 45 bc <unknown> 1816 1817vlxseg6ei256.v v8, (a0), v4, v0.t 1818# CHECK-INST: vlxseg6ei256.v v8, (a0), v4, v0.t 1819# CHECK-ENCODING: [0x07,0x54,0x45,0xbc] 1820# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1821# CHECK-UNKNOWN: 07 54 45 bc <unknown> 1822 1823vlxseg6ei512.v v8, (a0), v4, v0.t 1824# CHECK-INST: vlxseg6ei512.v v8, (a0), v4, v0.t 1825# CHECK-ENCODING: [0x07,0x64,0x45,0xbc] 1826# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1827# CHECK-UNKNOWN: 07 64 45 bc <unknown> 1828 1829vlxseg6ei1024.v v8, (a0), v4, v0.t 1830# CHECK-INST: vlxseg6ei1024.v v8, (a0), v4, v0.t 1831# CHECK-ENCODING: [0x07,0x74,0x45,0xbc] 1832# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1833# CHECK-UNKNOWN: 07 74 45 bc <unknown> 1834 1835vlxseg7ei8.v v8, (a0), v4 1836# CHECK-INST: vlxseg7ei8.v v8, (a0), v4 1837# CHECK-ENCODING: [0x07,0x04,0x45,0xce] 1838# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1839# CHECK-UNKNOWN: 07 04 45 ce <unknown> 1840 1841vlxseg7ei16.v v8, (a0), v4 1842# CHECK-INST: vlxseg7ei16.v v8, (a0), v4 1843# CHECK-ENCODING: [0x07,0x54,0x45,0xce] 1844# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1845# CHECK-UNKNOWN: 07 54 45 ce <unknown> 1846 1847vlxseg7ei32.v v8, (a0), v4 1848# CHECK-INST: vlxseg7ei32.v v8, (a0), v4 1849# CHECK-ENCODING: [0x07,0x64,0x45,0xce] 1850# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1851# CHECK-UNKNOWN: 07 64 45 ce <unknown> 1852 1853vlxseg7ei64.v v8, (a0), v4 1854# CHECK-INST: vlxseg7ei64.v v8, (a0), v4 1855# CHECK-ENCODING: [0x07,0x74,0x45,0xce] 1856# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1857# CHECK-UNKNOWN: 07 74 45 ce <unknown> 1858 1859vlxseg7ei128.v v8, (a0), v4 1860# CHECK-INST: vlxseg7ei128.v v8, (a0), v4 1861# CHECK-ENCODING: [0x07,0x04,0x45,0xde] 1862# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1863# CHECK-UNKNOWN: 07 04 45 de <unknown> 1864 1865vlxseg7ei256.v v8, (a0), v4 1866# CHECK-INST: vlxseg7ei256.v v8, (a0), v4 1867# CHECK-ENCODING: [0x07,0x54,0x45,0xde] 1868# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1869# CHECK-UNKNOWN: 07 54 45 de <unknown> 1870 1871vlxseg7ei512.v v8, (a0), v4 1872# CHECK-INST: vlxseg7ei512.v v8, (a0), v4 1873# CHECK-ENCODING: [0x07,0x64,0x45,0xde] 1874# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1875# CHECK-UNKNOWN: 07 64 45 de <unknown> 1876 1877vlxseg7ei1024.v v8, (a0), v4 1878# CHECK-INST: vlxseg7ei1024.v v8, (a0), v4 1879# CHECK-ENCODING: [0x07,0x74,0x45,0xde] 1880# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1881# CHECK-UNKNOWN: 07 74 45 de <unknown> 1882 1883vlxseg7ei8.v v8, (a0), v4, v0.t 1884# CHECK-INST: vlxseg7ei8.v v8, (a0), v4, v0.t 1885# CHECK-ENCODING: [0x07,0x04,0x45,0xcc] 1886# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1887# CHECK-UNKNOWN: 07 04 45 cc <unknown> 1888 1889vlxseg7ei16.v v8, (a0), v4, v0.t 1890# CHECK-INST: vlxseg7ei16.v v8, (a0), v4, v0.t 1891# CHECK-ENCODING: [0x07,0x54,0x45,0xcc] 1892# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1893# CHECK-UNKNOWN: 07 54 45 cc <unknown> 1894 1895vlxseg7ei32.v v8, (a0), v4, v0.t 1896# CHECK-INST: vlxseg7ei32.v v8, (a0), v4, v0.t 1897# CHECK-ENCODING: [0x07,0x64,0x45,0xcc] 1898# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1899# CHECK-UNKNOWN: 07 64 45 cc <unknown> 1900 1901vlxseg7ei64.v v8, (a0), v4, v0.t 1902# CHECK-INST: vlxseg7ei64.v v8, (a0), v4, v0.t 1903# CHECK-ENCODING: [0x07,0x74,0x45,0xcc] 1904# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1905# CHECK-UNKNOWN: 07 74 45 cc <unknown> 1906 1907vlxseg7ei128.v v8, (a0), v4, v0.t 1908# CHECK-INST: vlxseg7ei128.v v8, (a0), v4, v0.t 1909# CHECK-ENCODING: [0x07,0x04,0x45,0xdc] 1910# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1911# CHECK-UNKNOWN: 07 04 45 dc <unknown> 1912 1913vlxseg7ei256.v v8, (a0), v4, v0.t 1914# CHECK-INST: vlxseg7ei256.v v8, (a0), v4, v0.t 1915# CHECK-ENCODING: [0x07,0x54,0x45,0xdc] 1916# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1917# CHECK-UNKNOWN: 07 54 45 dc <unknown> 1918 1919vlxseg7ei512.v v8, (a0), v4, v0.t 1920# CHECK-INST: vlxseg7ei512.v v8, (a0), v4, v0.t 1921# CHECK-ENCODING: [0x07,0x64,0x45,0xdc] 1922# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1923# CHECK-UNKNOWN: 07 64 45 dc <unknown> 1924 1925vlxseg7ei1024.v v8, (a0), v4, v0.t 1926# CHECK-INST: vlxseg7ei1024.v v8, (a0), v4, v0.t 1927# CHECK-ENCODING: [0x07,0x74,0x45,0xdc] 1928# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1929# CHECK-UNKNOWN: 07 74 45 dc <unknown> 1930 1931vlxseg8ei8.v v8, (a0), v4 1932# CHECK-INST: vlxseg8ei8.v v8, (a0), v4 1933# CHECK-ENCODING: [0x07,0x04,0x45,0xee] 1934# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1935# CHECK-UNKNOWN: 07 04 45 ee <unknown> 1936 1937vlxseg8ei16.v v8, (a0), v4 1938# CHECK-INST: vlxseg8ei16.v v8, (a0), v4 1939# CHECK-ENCODING: [0x07,0x54,0x45,0xee] 1940# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1941# CHECK-UNKNOWN: 07 54 45 ee <unknown> 1942 1943vlxseg8ei32.v v8, (a0), v4 1944# CHECK-INST: vlxseg8ei32.v v8, (a0), v4 1945# CHECK-ENCODING: [0x07,0x64,0x45,0xee] 1946# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1947# CHECK-UNKNOWN: 07 64 45 ee <unknown> 1948 1949vlxseg8ei64.v v8, (a0), v4 1950# CHECK-INST: vlxseg8ei64.v v8, (a0), v4 1951# CHECK-ENCODING: [0x07,0x74,0x45,0xee] 1952# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1953# CHECK-UNKNOWN: 07 74 45 ee <unknown> 1954 1955vlxseg8ei128.v v8, (a0), v4 1956# CHECK-INST: vlxseg8ei128.v v8, (a0), v4 1957# CHECK-ENCODING: [0x07,0x04,0x45,0xfe] 1958# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1959# CHECK-UNKNOWN: 07 04 45 fe <unknown> 1960 1961vlxseg8ei256.v v8, (a0), v4 1962# CHECK-INST: vlxseg8ei256.v v8, (a0), v4 1963# CHECK-ENCODING: [0x07,0x54,0x45,0xfe] 1964# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1965# CHECK-UNKNOWN: 07 54 45 fe <unknown> 1966 1967vlxseg8ei512.v v8, (a0), v4 1968# CHECK-INST: vlxseg8ei512.v v8, (a0), v4 1969# CHECK-ENCODING: [0x07,0x64,0x45,0xfe] 1970# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1971# CHECK-UNKNOWN: 07 64 45 fe <unknown> 1972 1973vlxseg8ei1024.v v8, (a0), v4 1974# CHECK-INST: vlxseg8ei1024.v v8, (a0), v4 1975# CHECK-ENCODING: [0x07,0x74,0x45,0xfe] 1976# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1977# CHECK-UNKNOWN: 07 74 45 fe <unknown> 1978 1979vlxseg8ei8.v v8, (a0), v4, v0.t 1980# CHECK-INST: vlxseg8ei8.v v8, (a0), v4, v0.t 1981# CHECK-ENCODING: [0x07,0x04,0x45,0xec] 1982# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1983# CHECK-UNKNOWN: 07 04 45 ec <unknown> 1984 1985vlxseg8ei16.v v8, (a0), v4, v0.t 1986# CHECK-INST: vlxseg8ei16.v v8, (a0), v4, v0.t 1987# CHECK-ENCODING: [0x07,0x54,0x45,0xec] 1988# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1989# CHECK-UNKNOWN: 07 54 45 ec <unknown> 1990 1991vlxseg8ei32.v v8, (a0), v4, v0.t 1992# CHECK-INST: vlxseg8ei32.v v8, (a0), v4, v0.t 1993# CHECK-ENCODING: [0x07,0x64,0x45,0xec] 1994# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 1995# CHECK-UNKNOWN: 07 64 45 ec <unknown> 1996 1997vlxseg8ei64.v v8, (a0), v4, v0.t 1998# CHECK-INST: vlxseg8ei64.v v8, (a0), v4, v0.t 1999# CHECK-ENCODING: [0x07,0x74,0x45,0xec] 2000# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2001# CHECK-UNKNOWN: 07 74 45 ec <unknown> 2002 2003vlxseg8ei128.v v8, (a0), v4, v0.t 2004# CHECK-INST: vlxseg8ei128.v v8, (a0), v4, v0.t 2005# CHECK-ENCODING: [0x07,0x04,0x45,0xfc] 2006# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2007# CHECK-UNKNOWN: 07 04 45 fc <unknown> 2008 2009vlxseg8ei256.v v8, (a0), v4, v0.t 2010# CHECK-INST: vlxseg8ei256.v v8, (a0), v4, v0.t 2011# CHECK-ENCODING: [0x07,0x54,0x45,0xfc] 2012# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2013# CHECK-UNKNOWN: 07 54 45 fc <unknown> 2014 2015vlxseg8ei512.v v8, (a0), v4, v0.t 2016# CHECK-INST: vlxseg8ei512.v v8, (a0), v4, v0.t 2017# CHECK-ENCODING: [0x07,0x64,0x45,0xfc] 2018# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2019# CHECK-UNKNOWN: 07 64 45 fc <unknown> 2020 2021vlxseg8ei1024.v v8, (a0), v4, v0.t 2022# CHECK-INST: vlxseg8ei1024.v v8, (a0), v4, v0.t 2023# CHECK-ENCODING: [0x07,0x74,0x45,0xfc] 2024# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2025# CHECK-UNKNOWN: 07 74 45 fc <unknown> 2026 2027vlseg2e8ff.v v8, (a0) 2028# CHECK-INST: vlseg2e8ff.v v8, (a0) 2029# CHECK-ENCODING: [0x07,0x04,0x05,0x23] 2030# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2031# CHECK-UNKNOWN: 07 04 05 23 <unknown> 2032 2033vlseg2e16ff.v v8, (a0) 2034# CHECK-INST: vlseg2e16ff.v v8, (a0) 2035# CHECK-ENCODING: [0x07,0x54,0x05,0x23] 2036# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2037# CHECK-UNKNOWN: 07 54 05 23 <unknown> 2038 2039vlseg2e32ff.v v8, (a0) 2040# CHECK-INST: vlseg2e32ff.v v8, (a0) 2041# CHECK-ENCODING: [0x07,0x64,0x05,0x23] 2042# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2043# CHECK-UNKNOWN: 07 64 05 23 <unknown> 2044 2045vlseg2e64ff.v v8, (a0) 2046# CHECK-INST: vlseg2e64ff.v v8, (a0) 2047# CHECK-ENCODING: [0x07,0x74,0x05,0x23] 2048# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2049# CHECK-UNKNOWN: 07 74 05 23 <unknown> 2050 2051vlseg2e128ff.v v8, (a0) 2052# CHECK-INST: vlseg2e128ff.v v8, (a0) 2053# CHECK-ENCODING: [0x07,0x04,0x05,0x33] 2054# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2055# CHECK-UNKNOWN: 07 04 05 33 <unknown> 2056 2057vlseg2e256ff.v v8, (a0) 2058# CHECK-INST: vlseg2e256ff.v v8, (a0) 2059# CHECK-ENCODING: [0x07,0x54,0x05,0x33] 2060# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2061# CHECK-UNKNOWN: 07 54 05 33 <unknown> 2062 2063vlseg2e512ff.v v8, (a0) 2064# CHECK-INST: vlseg2e512ff.v v8, (a0) 2065# CHECK-ENCODING: [0x07,0x64,0x05,0x33] 2066# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2067# CHECK-UNKNOWN: 07 64 05 33 <unknown> 2068 2069vlseg2e1024ff.v v8, (a0) 2070# CHECK-INST: vlseg2e1024ff.v v8, (a0) 2071# CHECK-ENCODING: [0x07,0x74,0x05,0x33] 2072# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2073# CHECK-UNKNOWN: 07 74 05 33 <unknown> 2074 2075vlseg2e8ff.v v8, (a0), v0.t 2076# CHECK-INST: vlseg2e8ff.v v8, (a0), v0.t 2077# CHECK-ENCODING: [0x07,0x04,0x05,0x21] 2078# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2079# CHECK-UNKNOWN: 07 04 05 21 <unknown> 2080 2081vlseg2e16ff.v v8, (a0), v0.t 2082# CHECK-INST: vlseg2e16ff.v v8, (a0), v0.t 2083# CHECK-ENCODING: [0x07,0x54,0x05,0x21] 2084# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2085# CHECK-UNKNOWN: 07 54 05 21 <unknown> 2086 2087vlseg2e32ff.v v8, (a0), v0.t 2088# CHECK-INST: vlseg2e32ff.v v8, (a0), v0.t 2089# CHECK-ENCODING: [0x07,0x64,0x05,0x21] 2090# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2091# CHECK-UNKNOWN: 07 64 05 21 <unknown> 2092 2093vlseg2e64ff.v v8, (a0), v0.t 2094# CHECK-INST: vlseg2e64ff.v v8, (a0), v0.t 2095# CHECK-ENCODING: [0x07,0x74,0x05,0x21] 2096# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2097# CHECK-UNKNOWN: 07 74 05 21 <unknown> 2098 2099vlseg2e128ff.v v8, (a0), v0.t 2100# CHECK-INST: vlseg2e128ff.v v8, (a0), v0.t 2101# CHECK-ENCODING: [0x07,0x04,0x05,0x31] 2102# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2103# CHECK-UNKNOWN: 07 04 05 31 <unknown> 2104 2105vlseg2e256ff.v v8, (a0), v0.t 2106# CHECK-INST: vlseg2e256ff.v v8, (a0), v0.t 2107# CHECK-ENCODING: [0x07,0x54,0x05,0x31] 2108# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2109# CHECK-UNKNOWN: 07 54 05 31 <unknown> 2110 2111vlseg2e512ff.v v8, (a0), v0.t 2112# CHECK-INST: vlseg2e512ff.v v8, (a0), v0.t 2113# CHECK-ENCODING: [0x07,0x64,0x05,0x31] 2114# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2115# CHECK-UNKNOWN: 07 64 05 31 <unknown> 2116 2117vlseg2e1024ff.v v8, (a0), v0.t 2118# CHECK-INST: vlseg2e1024ff.v v8, (a0), v0.t 2119# CHECK-ENCODING: [0x07,0x74,0x05,0x31] 2120# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2121# CHECK-UNKNOWN: 07 74 05 31 <unknown> 2122 2123vlseg3e8ff.v v8, (a0) 2124# CHECK-INST: vlseg3e8ff.v v8, (a0) 2125# CHECK-ENCODING: [0x07,0x04,0x05,0x43] 2126# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2127# CHECK-UNKNOWN: 07 04 05 43 <unknown> 2128 2129vlseg3e16ff.v v8, (a0) 2130# CHECK-INST: vlseg3e16ff.v v8, (a0) 2131# CHECK-ENCODING: [0x07,0x54,0x05,0x43] 2132# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2133# CHECK-UNKNOWN: 07 54 05 43 <unknown> 2134 2135vlseg3e32ff.v v8, (a0) 2136# CHECK-INST: vlseg3e32ff.v v8, (a0) 2137# CHECK-ENCODING: [0x07,0x64,0x05,0x43] 2138# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2139# CHECK-UNKNOWN: 07 64 05 43 <unknown> 2140 2141vlseg3e64ff.v v8, (a0) 2142# CHECK-INST: vlseg3e64ff.v v8, (a0) 2143# CHECK-ENCODING: [0x07,0x74,0x05,0x43] 2144# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2145# CHECK-UNKNOWN: 07 74 05 43 <unknown> 2146 2147vlseg3e128ff.v v8, (a0) 2148# CHECK-INST: vlseg3e128ff.v v8, (a0) 2149# CHECK-ENCODING: [0x07,0x04,0x05,0x53] 2150# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2151# CHECK-UNKNOWN: 07 04 05 53 <unknown> 2152 2153vlseg3e256ff.v v8, (a0) 2154# CHECK-INST: vlseg3e256ff.v v8, (a0) 2155# CHECK-ENCODING: [0x07,0x54,0x05,0x53] 2156# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2157# CHECK-UNKNOWN: 07 54 05 53 <unknown> 2158 2159vlseg3e512ff.v v8, (a0) 2160# CHECK-INST: vlseg3e512ff.v v8, (a0) 2161# CHECK-ENCODING: [0x07,0x64,0x05,0x53] 2162# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2163# CHECK-UNKNOWN: 07 64 05 53 <unknown> 2164 2165vlseg3e1024ff.v v8, (a0) 2166# CHECK-INST: vlseg3e1024ff.v v8, (a0) 2167# CHECK-ENCODING: [0x07,0x74,0x05,0x53] 2168# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2169# CHECK-UNKNOWN: 07 74 05 53 <unknown> 2170 2171vlseg3e8ff.v v8, (a0), v0.t 2172# CHECK-INST: vlseg3e8ff.v v8, (a0), v0.t 2173# CHECK-ENCODING: [0x07,0x04,0x05,0x41] 2174# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2175# CHECK-UNKNOWN: 07 04 05 41 <unknown> 2176 2177vlseg3e16ff.v v8, (a0), v0.t 2178# CHECK-INST: vlseg3e16ff.v v8, (a0), v0.t 2179# CHECK-ENCODING: [0x07,0x54,0x05,0x41] 2180# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2181# CHECK-UNKNOWN: 07 54 05 41 <unknown> 2182 2183vlseg3e32ff.v v8, (a0), v0.t 2184# CHECK-INST: vlseg3e32ff.v v8, (a0), v0.t 2185# CHECK-ENCODING: [0x07,0x64,0x05,0x41] 2186# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2187# CHECK-UNKNOWN: 07 64 05 41 <unknown> 2188 2189vlseg3e64ff.v v8, (a0), v0.t 2190# CHECK-INST: vlseg3e64ff.v v8, (a0), v0.t 2191# CHECK-ENCODING: [0x07,0x74,0x05,0x41] 2192# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2193# CHECK-UNKNOWN: 07 74 05 41 <unknown> 2194 2195vlseg3e128ff.v v8, (a0), v0.t 2196# CHECK-INST: vlseg3e128ff.v v8, (a0), v0.t 2197# CHECK-ENCODING: [0x07,0x04,0x05,0x51] 2198# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2199# CHECK-UNKNOWN: 07 04 05 51 <unknown> 2200 2201vlseg3e256ff.v v8, (a0), v0.t 2202# CHECK-INST: vlseg3e256ff.v v8, (a0), v0.t 2203# CHECK-ENCODING: [0x07,0x54,0x05,0x51] 2204# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2205# CHECK-UNKNOWN: 07 54 05 51 <unknown> 2206 2207vlseg3e512ff.v v8, (a0), v0.t 2208# CHECK-INST: vlseg3e512ff.v v8, (a0), v0.t 2209# CHECK-ENCODING: [0x07,0x64,0x05,0x51] 2210# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2211# CHECK-UNKNOWN: 07 64 05 51 <unknown> 2212 2213vlseg3e1024ff.v v8, (a0), v0.t 2214# CHECK-INST: vlseg3e1024ff.v v8, (a0), v0.t 2215# CHECK-ENCODING: [0x07,0x74,0x05,0x51] 2216# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2217# CHECK-UNKNOWN: 07 74 05 51 <unknown> 2218 2219vlseg4e8ff.v v8, (a0) 2220# CHECK-INST: vlseg4e8ff.v v8, (a0) 2221# CHECK-ENCODING: [0x07,0x04,0x05,0x63] 2222# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2223# CHECK-UNKNOWN: 07 04 05 63 <unknown> 2224 2225vlseg4e16ff.v v8, (a0) 2226# CHECK-INST: vlseg4e16ff.v v8, (a0) 2227# CHECK-ENCODING: [0x07,0x54,0x05,0x63] 2228# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2229# CHECK-UNKNOWN: 07 54 05 63 <unknown> 2230 2231vlseg4e32ff.v v8, (a0) 2232# CHECK-INST: vlseg4e32ff.v v8, (a0) 2233# CHECK-ENCODING: [0x07,0x64,0x05,0x63] 2234# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2235# CHECK-UNKNOWN: 07 64 05 63 <unknown> 2236 2237vlseg4e64ff.v v8, (a0) 2238# CHECK-INST: vlseg4e64ff.v v8, (a0) 2239# CHECK-ENCODING: [0x07,0x74,0x05,0x63] 2240# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2241# CHECK-UNKNOWN: 07 74 05 63 <unknown> 2242 2243vlseg4e128ff.v v8, (a0) 2244# CHECK-INST: vlseg4e128ff.v v8, (a0) 2245# CHECK-ENCODING: [0x07,0x04,0x05,0x73] 2246# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2247# CHECK-UNKNOWN: 07 04 05 73 <unknown> 2248 2249vlseg4e256ff.v v8, (a0) 2250# CHECK-INST: vlseg4e256ff.v v8, (a0) 2251# CHECK-ENCODING: [0x07,0x54,0x05,0x73] 2252# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2253# CHECK-UNKNOWN: 07 54 05 73 <unknown> 2254 2255vlseg4e512ff.v v8, (a0) 2256# CHECK-INST: vlseg4e512ff.v v8, (a0) 2257# CHECK-ENCODING: [0x07,0x64,0x05,0x73] 2258# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2259# CHECK-UNKNOWN: 07 64 05 73 <unknown> 2260 2261vlseg4e1024ff.v v8, (a0) 2262# CHECK-INST: vlseg4e1024ff.v v8, (a0) 2263# CHECK-ENCODING: [0x07,0x74,0x05,0x73] 2264# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2265# CHECK-UNKNOWN: 07 74 05 73 <unknown> 2266 2267vlseg4e8ff.v v8, (a0), v0.t 2268# CHECK-INST: vlseg4e8ff.v v8, (a0), v0.t 2269# CHECK-ENCODING: [0x07,0x04,0x05,0x61] 2270# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2271# CHECK-UNKNOWN: 07 04 05 61 <unknown> 2272 2273vlseg4e16ff.v v8, (a0), v0.t 2274# CHECK-INST: vlseg4e16ff.v v8, (a0), v0.t 2275# CHECK-ENCODING: [0x07,0x54,0x05,0x61] 2276# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2277# CHECK-UNKNOWN: 07 54 05 61 <unknown> 2278 2279vlseg4e32ff.v v8, (a0), v0.t 2280# CHECK-INST: vlseg4e32ff.v v8, (a0), v0.t 2281# CHECK-ENCODING: [0x07,0x64,0x05,0x61] 2282# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2283# CHECK-UNKNOWN: 07 64 05 61 <unknown> 2284 2285vlseg4e64ff.v v8, (a0), v0.t 2286# CHECK-INST: vlseg4e64ff.v v8, (a0), v0.t 2287# CHECK-ENCODING: [0x07,0x74,0x05,0x61] 2288# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2289# CHECK-UNKNOWN: 07 74 05 61 <unknown> 2290 2291vlseg4e128ff.v v8, (a0), v0.t 2292# CHECK-INST: vlseg4e128ff.v v8, (a0), v0.t 2293# CHECK-ENCODING: [0x07,0x04,0x05,0x71] 2294# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2295# CHECK-UNKNOWN: 07 04 05 71 <unknown> 2296 2297vlseg4e256ff.v v8, (a0), v0.t 2298# CHECK-INST: vlseg4e256ff.v v8, (a0), v0.t 2299# CHECK-ENCODING: [0x07,0x54,0x05,0x71] 2300# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2301# CHECK-UNKNOWN: 07 54 05 71 <unknown> 2302 2303vlseg4e512ff.v v8, (a0), v0.t 2304# CHECK-INST: vlseg4e512ff.v v8, (a0), v0.t 2305# CHECK-ENCODING: [0x07,0x64,0x05,0x71] 2306# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2307# CHECK-UNKNOWN: 07 64 05 71 <unknown> 2308 2309vlseg4e1024ff.v v8, (a0), v0.t 2310# CHECK-INST: vlseg4e1024ff.v v8, (a0), v0.t 2311# CHECK-ENCODING: [0x07,0x74,0x05,0x71] 2312# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2313# CHECK-UNKNOWN: 07 74 05 71 <unknown> 2314 2315vlseg5e8ff.v v8, (a0) 2316# CHECK-INST: vlseg5e8ff.v v8, (a0) 2317# CHECK-ENCODING: [0x07,0x04,0x05,0x83] 2318# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2319# CHECK-UNKNOWN: 07 04 05 83 <unknown> 2320 2321vlseg5e16ff.v v8, (a0) 2322# CHECK-INST: vlseg5e16ff.v v8, (a0) 2323# CHECK-ENCODING: [0x07,0x54,0x05,0x83] 2324# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2325# CHECK-UNKNOWN: 07 54 05 83 <unknown> 2326 2327vlseg5e32ff.v v8, (a0) 2328# CHECK-INST: vlseg5e32ff.v v8, (a0) 2329# CHECK-ENCODING: [0x07,0x64,0x05,0x83] 2330# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2331# CHECK-UNKNOWN: 07 64 05 83 <unknown> 2332 2333vlseg5e64ff.v v8, (a0) 2334# CHECK-INST: vlseg5e64ff.v v8, (a0) 2335# CHECK-ENCODING: [0x07,0x74,0x05,0x83] 2336# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2337# CHECK-UNKNOWN: 07 74 05 83 <unknown> 2338 2339vlseg5e128ff.v v8, (a0) 2340# CHECK-INST: vlseg5e128ff.v v8, (a0) 2341# CHECK-ENCODING: [0x07,0x04,0x05,0x93] 2342# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2343# CHECK-UNKNOWN: 07 04 05 93 <unknown> 2344 2345vlseg5e256ff.v v8, (a0) 2346# CHECK-INST: vlseg5e256ff.v v8, (a0) 2347# CHECK-ENCODING: [0x07,0x54,0x05,0x93] 2348# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2349# CHECK-UNKNOWN: 07 54 05 93 <unknown> 2350 2351vlseg5e512ff.v v8, (a0) 2352# CHECK-INST: vlseg5e512ff.v v8, (a0) 2353# CHECK-ENCODING: [0x07,0x64,0x05,0x93] 2354# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2355# CHECK-UNKNOWN: 07 64 05 93 <unknown> 2356 2357vlseg5e1024ff.v v8, (a0) 2358# CHECK-INST: vlseg5e1024ff.v v8, (a0) 2359# CHECK-ENCODING: [0x07,0x74,0x05,0x93] 2360# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2361# CHECK-UNKNOWN: 07 74 05 93 <unknown> 2362 2363vlseg5e8ff.v v8, (a0), v0.t 2364# CHECK-INST: vlseg5e8ff.v v8, (a0), v0.t 2365# CHECK-ENCODING: [0x07,0x04,0x05,0x81] 2366# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2367# CHECK-UNKNOWN: 07 04 05 81 <unknown> 2368 2369vlseg5e16ff.v v8, (a0), v0.t 2370# CHECK-INST: vlseg5e16ff.v v8, (a0), v0.t 2371# CHECK-ENCODING: [0x07,0x54,0x05,0x81] 2372# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2373# CHECK-UNKNOWN: 07 54 05 81 <unknown> 2374 2375vlseg5e32ff.v v8, (a0), v0.t 2376# CHECK-INST: vlseg5e32ff.v v8, (a0), v0.t 2377# CHECK-ENCODING: [0x07,0x64,0x05,0x81] 2378# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2379# CHECK-UNKNOWN: 07 64 05 81 <unknown> 2380 2381vlseg5e64ff.v v8, (a0), v0.t 2382# CHECK-INST: vlseg5e64ff.v v8, (a0), v0.t 2383# CHECK-ENCODING: [0x07,0x74,0x05,0x81] 2384# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2385# CHECK-UNKNOWN: 07 74 05 81 <unknown> 2386 2387vlseg5e128ff.v v8, (a0), v0.t 2388# CHECK-INST: vlseg5e128ff.v v8, (a0), v0.t 2389# CHECK-ENCODING: [0x07,0x04,0x05,0x91] 2390# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2391# CHECK-UNKNOWN: 07 04 05 91 <unknown> 2392 2393vlseg5e256ff.v v8, (a0), v0.t 2394# CHECK-INST: vlseg5e256ff.v v8, (a0), v0.t 2395# CHECK-ENCODING: [0x07,0x54,0x05,0x91] 2396# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2397# CHECK-UNKNOWN: 07 54 05 91 <unknown> 2398 2399vlseg5e512ff.v v8, (a0), v0.t 2400# CHECK-INST: vlseg5e512ff.v v8, (a0), v0.t 2401# CHECK-ENCODING: [0x07,0x64,0x05,0x91] 2402# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2403# CHECK-UNKNOWN: 07 64 05 91 <unknown> 2404 2405vlseg5e1024ff.v v8, (a0), v0.t 2406# CHECK-INST: vlseg5e1024ff.v v8, (a0), v0.t 2407# CHECK-ENCODING: [0x07,0x74,0x05,0x91] 2408# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2409# CHECK-UNKNOWN: 07 74 05 91 <unknown> 2410 2411vlseg6e8ff.v v8, (a0) 2412# CHECK-INST: vlseg6e8ff.v v8, (a0) 2413# CHECK-ENCODING: [0x07,0x04,0x05,0xa3] 2414# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2415# CHECK-UNKNOWN: 07 04 05 a3 <unknown> 2416 2417vlseg6e16ff.v v8, (a0) 2418# CHECK-INST: vlseg6e16ff.v v8, (a0) 2419# CHECK-ENCODING: [0x07,0x54,0x05,0xa3] 2420# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2421# CHECK-UNKNOWN: 07 54 05 a3 <unknown> 2422 2423vlseg6e32ff.v v8, (a0) 2424# CHECK-INST: vlseg6e32ff.v v8, (a0) 2425# CHECK-ENCODING: [0x07,0x64,0x05,0xa3] 2426# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2427# CHECK-UNKNOWN: 07 64 05 a3 <unknown> 2428 2429vlseg6e64ff.v v8, (a0) 2430# CHECK-INST: vlseg6e64ff.v v8, (a0) 2431# CHECK-ENCODING: [0x07,0x74,0x05,0xa3] 2432# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2433# CHECK-UNKNOWN: 07 74 05 a3 <unknown> 2434 2435vlseg6e128ff.v v8, (a0) 2436# CHECK-INST: vlseg6e128ff.v v8, (a0) 2437# CHECK-ENCODING: [0x07,0x04,0x05,0xb3] 2438# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2439# CHECK-UNKNOWN: 07 04 05 b3 <unknown> 2440 2441vlseg6e256ff.v v8, (a0) 2442# CHECK-INST: vlseg6e256ff.v v8, (a0) 2443# CHECK-ENCODING: [0x07,0x54,0x05,0xb3] 2444# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2445# CHECK-UNKNOWN: 07 54 05 b3 <unknown> 2446 2447vlseg6e512ff.v v8, (a0) 2448# CHECK-INST: vlseg6e512ff.v v8, (a0) 2449# CHECK-ENCODING: [0x07,0x64,0x05,0xb3] 2450# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2451# CHECK-UNKNOWN: 07 64 05 b3 <unknown> 2452 2453vlseg6e1024ff.v v8, (a0) 2454# CHECK-INST: vlseg6e1024ff.v v8, (a0) 2455# CHECK-ENCODING: [0x07,0x74,0x05,0xb3] 2456# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2457# CHECK-UNKNOWN: 07 74 05 b3 <unknown> 2458 2459vlseg6e8ff.v v8, (a0), v0.t 2460# CHECK-INST: vlseg6e8ff.v v8, (a0), v0.t 2461# CHECK-ENCODING: [0x07,0x04,0x05,0xa1] 2462# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2463# CHECK-UNKNOWN: 07 04 05 a1 <unknown> 2464 2465vlseg6e16ff.v v8, (a0), v0.t 2466# CHECK-INST: vlseg6e16ff.v v8, (a0), v0.t 2467# CHECK-ENCODING: [0x07,0x54,0x05,0xa1] 2468# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2469# CHECK-UNKNOWN: 07 54 05 a1 <unknown> 2470 2471vlseg6e32ff.v v8, (a0), v0.t 2472# CHECK-INST: vlseg6e32ff.v v8, (a0), v0.t 2473# CHECK-ENCODING: [0x07,0x64,0x05,0xa1] 2474# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2475# CHECK-UNKNOWN: 07 64 05 a1 <unknown> 2476 2477vlseg6e64ff.v v8, (a0), v0.t 2478# CHECK-INST: vlseg6e64ff.v v8, (a0), v0.t 2479# CHECK-ENCODING: [0x07,0x74,0x05,0xa1] 2480# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2481# CHECK-UNKNOWN: 07 74 05 a1 <unknown> 2482 2483vlseg6e128ff.v v8, (a0), v0.t 2484# CHECK-INST: vlseg6e128ff.v v8, (a0), v0.t 2485# CHECK-ENCODING: [0x07,0x04,0x05,0xb1] 2486# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2487# CHECK-UNKNOWN: 07 04 05 b1 <unknown> 2488 2489vlseg6e256ff.v v8, (a0), v0.t 2490# CHECK-INST: vlseg6e256ff.v v8, (a0), v0.t 2491# CHECK-ENCODING: [0x07,0x54,0x05,0xb1] 2492# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2493# CHECK-UNKNOWN: 07 54 05 b1 <unknown> 2494 2495vlseg6e512ff.v v8, (a0), v0.t 2496# CHECK-INST: vlseg6e512ff.v v8, (a0), v0.t 2497# CHECK-ENCODING: [0x07,0x64,0x05,0xb1] 2498# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2499# CHECK-UNKNOWN: 07 64 05 b1 <unknown> 2500 2501vlseg6e1024ff.v v8, (a0), v0.t 2502# CHECK-INST: vlseg6e1024ff.v v8, (a0), v0.t 2503# CHECK-ENCODING: [0x07,0x74,0x05,0xb1] 2504# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2505# CHECK-UNKNOWN: 07 74 05 b1 <unknown> 2506 2507vlseg7e8ff.v v8, (a0) 2508# CHECK-INST: vlseg7e8ff.v v8, (a0) 2509# CHECK-ENCODING: [0x07,0x04,0x05,0xc3] 2510# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2511# CHECK-UNKNOWN: 07 04 05 c3 <unknown> 2512 2513vlseg7e16ff.v v8, (a0) 2514# CHECK-INST: vlseg7e16ff.v v8, (a0) 2515# CHECK-ENCODING: [0x07,0x54,0x05,0xc3] 2516# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2517# CHECK-UNKNOWN: 07 54 05 c3 <unknown> 2518 2519vlseg7e32ff.v v8, (a0) 2520# CHECK-INST: vlseg7e32ff.v v8, (a0) 2521# CHECK-ENCODING: [0x07,0x64,0x05,0xc3] 2522# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2523# CHECK-UNKNOWN: 07 64 05 c3 <unknown> 2524 2525vlseg7e64ff.v v8, (a0) 2526# CHECK-INST: vlseg7e64ff.v v8, (a0) 2527# CHECK-ENCODING: [0x07,0x74,0x05,0xc3] 2528# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2529# CHECK-UNKNOWN: 07 74 05 c3 <unknown> 2530 2531vlseg7e128ff.v v8, (a0) 2532# CHECK-INST: vlseg7e128ff.v v8, (a0) 2533# CHECK-ENCODING: [0x07,0x04,0x05,0xd3] 2534# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2535# CHECK-UNKNOWN: 07 04 05 d3 <unknown> 2536 2537vlseg7e256ff.v v8, (a0) 2538# CHECK-INST: vlseg7e256ff.v v8, (a0) 2539# CHECK-ENCODING: [0x07,0x54,0x05,0xd3] 2540# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2541# CHECK-UNKNOWN: 07 54 05 d3 <unknown> 2542 2543vlseg7e512ff.v v8, (a0) 2544# CHECK-INST: vlseg7e512ff.v v8, (a0) 2545# CHECK-ENCODING: [0x07,0x64,0x05,0xd3] 2546# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2547# CHECK-UNKNOWN: 07 64 05 d3 <unknown> 2548 2549vlseg7e1024ff.v v8, (a0) 2550# CHECK-INST: vlseg7e1024ff.v v8, (a0) 2551# CHECK-ENCODING: [0x07,0x74,0x05,0xd3] 2552# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2553# CHECK-UNKNOWN: 07 74 05 d3 <unknown> 2554 2555vlseg7e8ff.v v8, (a0), v0.t 2556# CHECK-INST: vlseg7e8ff.v v8, (a0), v0.t 2557# CHECK-ENCODING: [0x07,0x04,0x05,0xc1] 2558# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2559# CHECK-UNKNOWN: 07 04 05 c1 <unknown> 2560 2561vlseg7e16ff.v v8, (a0), v0.t 2562# CHECK-INST: vlseg7e16ff.v v8, (a0), v0.t 2563# CHECK-ENCODING: [0x07,0x54,0x05,0xc1] 2564# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2565# CHECK-UNKNOWN: 07 54 05 c1 <unknown> 2566 2567vlseg7e32ff.v v8, (a0), v0.t 2568# CHECK-INST: vlseg7e32ff.v v8, (a0), v0.t 2569# CHECK-ENCODING: [0x07,0x64,0x05,0xc1] 2570# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2571# CHECK-UNKNOWN: 07 64 05 c1 <unknown> 2572 2573vlseg7e64ff.v v8, (a0), v0.t 2574# CHECK-INST: vlseg7e64ff.v v8, (a0), v0.t 2575# CHECK-ENCODING: [0x07,0x74,0x05,0xc1] 2576# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2577# CHECK-UNKNOWN: 07 74 05 c1 <unknown> 2578 2579vlseg7e128ff.v v8, (a0), v0.t 2580# CHECK-INST: vlseg7e128ff.v v8, (a0), v0.t 2581# CHECK-ENCODING: [0x07,0x04,0x05,0xd1] 2582# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2583# CHECK-UNKNOWN: 07 04 05 d1 <unknown> 2584 2585vlseg7e256ff.v v8, (a0), v0.t 2586# CHECK-INST: vlseg7e256ff.v v8, (a0), v0.t 2587# CHECK-ENCODING: [0x07,0x54,0x05,0xd1] 2588# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2589# CHECK-UNKNOWN: 07 54 05 d1 <unknown> 2590 2591vlseg7e512ff.v v8, (a0), v0.t 2592# CHECK-INST: vlseg7e512ff.v v8, (a0), v0.t 2593# CHECK-ENCODING: [0x07,0x64,0x05,0xd1] 2594# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2595# CHECK-UNKNOWN: 07 64 05 d1 <unknown> 2596 2597vlseg7e1024ff.v v8, (a0), v0.t 2598# CHECK-INST: vlseg7e1024ff.v v8, (a0), v0.t 2599# CHECK-ENCODING: [0x07,0x74,0x05,0xd1] 2600# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2601# CHECK-UNKNOWN: 07 74 05 d1 <unknown> 2602 2603vlseg8e8ff.v v8, (a0) 2604# CHECK-INST: vlseg8e8ff.v v8, (a0) 2605# CHECK-ENCODING: [0x07,0x04,0x05,0xe3] 2606# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2607# CHECK-UNKNOWN: 07 04 05 e3 <unknown> 2608 2609vlseg8e16ff.v v8, (a0) 2610# CHECK-INST: vlseg8e16ff.v v8, (a0) 2611# CHECK-ENCODING: [0x07,0x54,0x05,0xe3] 2612# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2613# CHECK-UNKNOWN: 07 54 05 e3 <unknown> 2614 2615vlseg8e32ff.v v8, (a0) 2616# CHECK-INST: vlseg8e32ff.v v8, (a0) 2617# CHECK-ENCODING: [0x07,0x64,0x05,0xe3] 2618# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2619# CHECK-UNKNOWN: 07 64 05 e3 <unknown> 2620 2621vlseg8e64ff.v v8, (a0) 2622# CHECK-INST: vlseg8e64ff.v v8, (a0) 2623# CHECK-ENCODING: [0x07,0x74,0x05,0xe3] 2624# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2625# CHECK-UNKNOWN: 07 74 05 e3 <unknown> 2626 2627vlseg8e128ff.v v8, (a0) 2628# CHECK-INST: vlseg8e128ff.v v8, (a0) 2629# CHECK-ENCODING: [0x07,0x04,0x05,0xf3] 2630# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2631# CHECK-UNKNOWN: 07 04 05 f3 <unknown> 2632 2633vlseg8e256ff.v v8, (a0) 2634# CHECK-INST: vlseg8e256ff.v v8, (a0) 2635# CHECK-ENCODING: [0x07,0x54,0x05,0xf3] 2636# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2637# CHECK-UNKNOWN: 07 54 05 f3 <unknown> 2638 2639vlseg8e512ff.v v8, (a0) 2640# CHECK-INST: vlseg8e512ff.v v8, (a0) 2641# CHECK-ENCODING: [0x07,0x64,0x05,0xf3] 2642# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2643# CHECK-UNKNOWN: 07 64 05 f3 <unknown> 2644 2645vlseg8e1024ff.v v8, (a0) 2646# CHECK-INST: vlseg8e1024ff.v v8, (a0) 2647# CHECK-ENCODING: [0x07,0x74,0x05,0xf3] 2648# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2649# CHECK-UNKNOWN: 07 74 05 f3 <unknown> 2650 2651vlseg8e8ff.v v8, (a0), v0.t 2652# CHECK-INST: vlseg8e8ff.v v8, (a0), v0.t 2653# CHECK-ENCODING: [0x07,0x04,0x05,0xe1] 2654# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2655# CHECK-UNKNOWN: 07 04 05 e1 <unknown> 2656 2657vlseg8e16ff.v v8, (a0), v0.t 2658# CHECK-INST: vlseg8e16ff.v v8, (a0), v0.t 2659# CHECK-ENCODING: [0x07,0x54,0x05,0xe1] 2660# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2661# CHECK-UNKNOWN: 07 54 05 e1 <unknown> 2662 2663vlseg8e32ff.v v8, (a0), v0.t 2664# CHECK-INST: vlseg8e32ff.v v8, (a0), v0.t 2665# CHECK-ENCODING: [0x07,0x64,0x05,0xe1] 2666# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2667# CHECK-UNKNOWN: 07 64 05 e1 <unknown> 2668 2669vlseg8e64ff.v v8, (a0), v0.t 2670# CHECK-INST: vlseg8e64ff.v v8, (a0), v0.t 2671# CHECK-ENCODING: [0x07,0x74,0x05,0xe1] 2672# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2673# CHECK-UNKNOWN: 07 74 05 e1 <unknown> 2674 2675vlseg8e128ff.v v8, (a0), v0.t 2676# CHECK-INST: vlseg8e128ff.v v8, (a0), v0.t 2677# CHECK-ENCODING: [0x07,0x04,0x05,0xf1] 2678# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2679# CHECK-UNKNOWN: 07 04 05 f1 <unknown> 2680 2681vlseg8e256ff.v v8, (a0), v0.t 2682# CHECK-INST: vlseg8e256ff.v v8, (a0), v0.t 2683# CHECK-ENCODING: [0x07,0x54,0x05,0xf1] 2684# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2685# CHECK-UNKNOWN: 07 54 05 f1 <unknown> 2686 2687vlseg8e512ff.v v8, (a0), v0.t 2688# CHECK-INST: vlseg8e512ff.v v8, (a0), v0.t 2689# CHECK-ENCODING: [0x07,0x64,0x05,0xf1] 2690# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2691# CHECK-UNKNOWN: 07 64 05 f1 <unknown> 2692 2693vlseg8e1024ff.v v8, (a0), v0.t 2694# CHECK-INST: vlseg8e1024ff.v v8, (a0), v0.t 2695# CHECK-ENCODING: [0x07,0x74,0x05,0xf1] 2696# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2697# CHECK-UNKNOWN: 07 74 05 f1 <unknown> 2698 2699vsseg2e8.v v24, (a0) 2700# CHECK-INST: vsseg2e8.v v24, (a0) 2701# CHECK-ENCODING: [0x27,0x0c,0x05,0x22] 2702# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2703# CHECK-UNKNOWN: 27 0c 05 22 <unknown> 2704 2705vsseg2e16.v v24, (a0) 2706# CHECK-INST: vsseg2e16.v v24, (a0) 2707# CHECK-ENCODING: [0x27,0x5c,0x05,0x22] 2708# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2709# CHECK-UNKNOWN: 27 5c 05 22 <unknown> 2710 2711vsseg2e32.v v24, (a0) 2712# CHECK-INST: vsseg2e32.v v24, (a0) 2713# CHECK-ENCODING: [0x27,0x6c,0x05,0x22] 2714# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2715# CHECK-UNKNOWN: 27 6c 05 22 <unknown> 2716 2717vsseg2e64.v v24, (a0) 2718# CHECK-INST: vsseg2e64.v v24, (a0) 2719# CHECK-ENCODING: [0x27,0x7c,0x05,0x22] 2720# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2721# CHECK-UNKNOWN: 27 7c 05 22 <unknown> 2722 2723vsseg2e128.v v24, (a0) 2724# CHECK-INST: vsseg2e128.v v24, (a0) 2725# CHECK-ENCODING: [0x27,0x0c,0x05,0x32] 2726# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2727# CHECK-UNKNOWN: 27 0c 05 32 <unknown> 2728 2729vsseg2e256.v v24, (a0) 2730# CHECK-INST: vsseg2e256.v v24, (a0) 2731# CHECK-ENCODING: [0x27,0x5c,0x05,0x32] 2732# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2733# CHECK-UNKNOWN: 27 5c 05 32 <unknown> 2734 2735vsseg2e512.v v24, (a0) 2736# CHECK-INST: vsseg2e512.v v24, (a0) 2737# CHECK-ENCODING: [0x27,0x6c,0x05,0x32] 2738# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2739# CHECK-UNKNOWN: 27 6c 05 32 <unknown> 2740 2741vsseg2e1024.v v24, (a0) 2742# CHECK-INST: vsseg2e1024.v v24, (a0) 2743# CHECK-ENCODING: [0x27,0x7c,0x05,0x32] 2744# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2745# CHECK-UNKNOWN: 27 7c 05 32 <unknown> 2746 2747vsseg2e8.v v24, (a0), v0.t 2748# CHECK-INST: vsseg2e8.v v24, (a0), v0.t 2749# CHECK-ENCODING: [0x27,0x0c,0x05,0x20] 2750# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2751# CHECK-UNKNOWN: 27 0c 05 20 <unknown> 2752 2753vsseg2e16.v v24, (a0), v0.t 2754# CHECK-INST: vsseg2e16.v v24, (a0), v0.t 2755# CHECK-ENCODING: [0x27,0x5c,0x05,0x20] 2756# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2757# CHECK-UNKNOWN: 27 5c 05 20 <unknown> 2758 2759vsseg2e32.v v24, (a0), v0.t 2760# CHECK-INST: vsseg2e32.v v24, (a0), v0.t 2761# CHECK-ENCODING: [0x27,0x6c,0x05,0x20] 2762# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2763# CHECK-UNKNOWN: 27 6c 05 20 <unknown> 2764 2765vsseg2e64.v v24, (a0), v0.t 2766# CHECK-INST: vsseg2e64.v v24, (a0), v0.t 2767# CHECK-ENCODING: [0x27,0x7c,0x05,0x20] 2768# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2769# CHECK-UNKNOWN: 27 7c 05 20 <unknown> 2770 2771vsseg2e128.v v24, (a0), v0.t 2772# CHECK-INST: vsseg2e128.v v24, (a0), v0.t 2773# CHECK-ENCODING: [0x27,0x0c,0x05,0x30] 2774# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2775# CHECK-UNKNOWN: 27 0c 05 30 <unknown> 2776 2777vsseg2e256.v v24, (a0), v0.t 2778# CHECK-INST: vsseg2e256.v v24, (a0), v0.t 2779# CHECK-ENCODING: [0x27,0x5c,0x05,0x30] 2780# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2781# CHECK-UNKNOWN: 27 5c 05 30 <unknown> 2782 2783vsseg2e512.v v24, (a0), v0.t 2784# CHECK-INST: vsseg2e512.v v24, (a0), v0.t 2785# CHECK-ENCODING: [0x27,0x6c,0x05,0x30] 2786# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2787# CHECK-UNKNOWN: 27 6c 05 30 <unknown> 2788 2789vsseg2e1024.v v24, (a0), v0.t 2790# CHECK-INST: vsseg2e1024.v v24, (a0), v0.t 2791# CHECK-ENCODING: [0x27,0x7c,0x05,0x30] 2792# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2793# CHECK-UNKNOWN: 27 7c 05 30 <unknown> 2794 2795vsseg3e8.v v24, (a0) 2796# CHECK-INST: vsseg3e8.v v24, (a0) 2797# CHECK-ENCODING: [0x27,0x0c,0x05,0x42] 2798# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2799# CHECK-UNKNOWN: 27 0c 05 42 <unknown> 2800 2801vsseg3e16.v v24, (a0) 2802# CHECK-INST: vsseg3e16.v v24, (a0) 2803# CHECK-ENCODING: [0x27,0x5c,0x05,0x42] 2804# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2805# CHECK-UNKNOWN: 27 5c 05 42 <unknown> 2806 2807vsseg3e32.v v24, (a0) 2808# CHECK-INST: vsseg3e32.v v24, (a0) 2809# CHECK-ENCODING: [0x27,0x6c,0x05,0x42] 2810# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2811# CHECK-UNKNOWN: 27 6c 05 42 <unknown> 2812 2813vsseg3e64.v v24, (a0) 2814# CHECK-INST: vsseg3e64.v v24, (a0) 2815# CHECK-ENCODING: [0x27,0x7c,0x05,0x42] 2816# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2817# CHECK-UNKNOWN: 27 7c 05 42 <unknown> 2818 2819vsseg3e128.v v24, (a0) 2820# CHECK-INST: vsseg3e128.v v24, (a0) 2821# CHECK-ENCODING: [0x27,0x0c,0x05,0x52] 2822# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2823# CHECK-UNKNOWN: 27 0c 05 52 <unknown> 2824 2825vsseg3e256.v v24, (a0) 2826# CHECK-INST: vsseg3e256.v v24, (a0) 2827# CHECK-ENCODING: [0x27,0x5c,0x05,0x52] 2828# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2829# CHECK-UNKNOWN: 27 5c 05 52 <unknown> 2830 2831vsseg3e512.v v24, (a0) 2832# CHECK-INST: vsseg3e512.v v24, (a0) 2833# CHECK-ENCODING: [0x27,0x6c,0x05,0x52] 2834# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2835# CHECK-UNKNOWN: 27 6c 05 52 <unknown> 2836 2837vsseg3e1024.v v24, (a0) 2838# CHECK-INST: vsseg3e1024.v v24, (a0) 2839# CHECK-ENCODING: [0x27,0x7c,0x05,0x52] 2840# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2841# CHECK-UNKNOWN: 27 7c 05 52 <unknown> 2842 2843vsseg3e8.v v24, (a0), v0.t 2844# CHECK-INST: vsseg3e8.v v24, (a0), v0.t 2845# CHECK-ENCODING: [0x27,0x0c,0x05,0x40] 2846# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2847# CHECK-UNKNOWN: 27 0c 05 40 <unknown> 2848 2849vsseg3e16.v v24, (a0), v0.t 2850# CHECK-INST: vsseg3e16.v v24, (a0), v0.t 2851# CHECK-ENCODING: [0x27,0x5c,0x05,0x40] 2852# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2853# CHECK-UNKNOWN: 27 5c 05 40 <unknown> 2854 2855vsseg3e32.v v24, (a0), v0.t 2856# CHECK-INST: vsseg3e32.v v24, (a0), v0.t 2857# CHECK-ENCODING: [0x27,0x6c,0x05,0x40] 2858# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2859# CHECK-UNKNOWN: 27 6c 05 40 <unknown> 2860 2861vsseg3e64.v v24, (a0), v0.t 2862# CHECK-INST: vsseg3e64.v v24, (a0), v0.t 2863# CHECK-ENCODING: [0x27,0x7c,0x05,0x40] 2864# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2865# CHECK-UNKNOWN: 27 7c 05 40 <unknown> 2866 2867vsseg3e128.v v24, (a0), v0.t 2868# CHECK-INST: vsseg3e128.v v24, (a0), v0.t 2869# CHECK-ENCODING: [0x27,0x0c,0x05,0x50] 2870# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2871# CHECK-UNKNOWN: 27 0c 05 50 <unknown> 2872 2873vsseg3e256.v v24, (a0), v0.t 2874# CHECK-INST: vsseg3e256.v v24, (a0), v0.t 2875# CHECK-ENCODING: [0x27,0x5c,0x05,0x50] 2876# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2877# CHECK-UNKNOWN: 27 5c 05 50 <unknown> 2878 2879vsseg3e512.v v24, (a0), v0.t 2880# CHECK-INST: vsseg3e512.v v24, (a0), v0.t 2881# CHECK-ENCODING: [0x27,0x6c,0x05,0x50] 2882# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2883# CHECK-UNKNOWN: 27 6c 05 50 <unknown> 2884 2885vsseg3e1024.v v24, (a0), v0.t 2886# CHECK-INST: vsseg3e1024.v v24, (a0), v0.t 2887# CHECK-ENCODING: [0x27,0x7c,0x05,0x50] 2888# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2889# CHECK-UNKNOWN: 27 7c 05 50 <unknown> 2890 2891vsseg4e8.v v24, (a0) 2892# CHECK-INST: vsseg4e8.v v24, (a0) 2893# CHECK-ENCODING: [0x27,0x0c,0x05,0x62] 2894# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2895# CHECK-UNKNOWN: 27 0c 05 62 <unknown> 2896 2897vsseg4e16.v v24, (a0) 2898# CHECK-INST: vsseg4e16.v v24, (a0) 2899# CHECK-ENCODING: [0x27,0x5c,0x05,0x62] 2900# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2901# CHECK-UNKNOWN: 27 5c 05 62 <unknown> 2902 2903vsseg4e32.v v24, (a0) 2904# CHECK-INST: vsseg4e32.v v24, (a0) 2905# CHECK-ENCODING: [0x27,0x6c,0x05,0x62] 2906# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2907# CHECK-UNKNOWN: 27 6c 05 62 <unknown> 2908 2909vsseg4e64.v v24, (a0) 2910# CHECK-INST: vsseg4e64.v v24, (a0) 2911# CHECK-ENCODING: [0x27,0x7c,0x05,0x62] 2912# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2913# CHECK-UNKNOWN: 27 7c 05 62 <unknown> 2914 2915vsseg4e128.v v24, (a0) 2916# CHECK-INST: vsseg4e128.v v24, (a0) 2917# CHECK-ENCODING: [0x27,0x0c,0x05,0x72] 2918# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2919# CHECK-UNKNOWN: 27 0c 05 72 <unknown> 2920 2921vsseg4e256.v v24, (a0) 2922# CHECK-INST: vsseg4e256.v v24, (a0) 2923# CHECK-ENCODING: [0x27,0x5c,0x05,0x72] 2924# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2925# CHECK-UNKNOWN: 27 5c 05 72 <unknown> 2926 2927vsseg4e512.v v24, (a0) 2928# CHECK-INST: vsseg4e512.v v24, (a0) 2929# CHECK-ENCODING: [0x27,0x6c,0x05,0x72] 2930# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2931# CHECK-UNKNOWN: 27 6c 05 72 <unknown> 2932 2933vsseg4e1024.v v24, (a0) 2934# CHECK-INST: vsseg4e1024.v v24, (a0) 2935# CHECK-ENCODING: [0x27,0x7c,0x05,0x72] 2936# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2937# CHECK-UNKNOWN: 27 7c 05 72 <unknown> 2938 2939vsseg4e8.v v24, (a0), v0.t 2940# CHECK-INST: vsseg4e8.v v24, (a0), v0.t 2941# CHECK-ENCODING: [0x27,0x0c,0x05,0x60] 2942# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2943# CHECK-UNKNOWN: 27 0c 05 60 <unknown> 2944 2945vsseg4e16.v v24, (a0), v0.t 2946# CHECK-INST: vsseg4e16.v v24, (a0), v0.t 2947# CHECK-ENCODING: [0x27,0x5c,0x05,0x60] 2948# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2949# CHECK-UNKNOWN: 27 5c 05 60 <unknown> 2950 2951vsseg4e32.v v24, (a0), v0.t 2952# CHECK-INST: vsseg4e32.v v24, (a0), v0.t 2953# CHECK-ENCODING: [0x27,0x6c,0x05,0x60] 2954# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2955# CHECK-UNKNOWN: 27 6c 05 60 <unknown> 2956 2957vsseg4e64.v v24, (a0), v0.t 2958# CHECK-INST: vsseg4e64.v v24, (a0), v0.t 2959# CHECK-ENCODING: [0x27,0x7c,0x05,0x60] 2960# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2961# CHECK-UNKNOWN: 27 7c 05 60 <unknown> 2962 2963vsseg4e128.v v24, (a0), v0.t 2964# CHECK-INST: vsseg4e128.v v24, (a0), v0.t 2965# CHECK-ENCODING: [0x27,0x0c,0x05,0x70] 2966# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2967# CHECK-UNKNOWN: 27 0c 05 70 <unknown> 2968 2969vsseg4e256.v v24, (a0), v0.t 2970# CHECK-INST: vsseg4e256.v v24, (a0), v0.t 2971# CHECK-ENCODING: [0x27,0x5c,0x05,0x70] 2972# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2973# CHECK-UNKNOWN: 27 5c 05 70 <unknown> 2974 2975vsseg4e512.v v24, (a0), v0.t 2976# CHECK-INST: vsseg4e512.v v24, (a0), v0.t 2977# CHECK-ENCODING: [0x27,0x6c,0x05,0x70] 2978# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2979# CHECK-UNKNOWN: 27 6c 05 70 <unknown> 2980 2981vsseg4e1024.v v24, (a0), v0.t 2982# CHECK-INST: vsseg4e1024.v v24, (a0), v0.t 2983# CHECK-ENCODING: [0x27,0x7c,0x05,0x70] 2984# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2985# CHECK-UNKNOWN: 27 7c 05 70 <unknown> 2986 2987vsseg5e8.v v24, (a0) 2988# CHECK-INST: vsseg5e8.v v24, (a0) 2989# CHECK-ENCODING: [0x27,0x0c,0x05,0x82] 2990# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2991# CHECK-UNKNOWN: 27 0c 05 82 <unknown> 2992 2993vsseg5e16.v v24, (a0) 2994# CHECK-INST: vsseg5e16.v v24, (a0) 2995# CHECK-ENCODING: [0x27,0x5c,0x05,0x82] 2996# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 2997# CHECK-UNKNOWN: 27 5c 05 82 <unknown> 2998 2999vsseg5e32.v v24, (a0) 3000# CHECK-INST: vsseg5e32.v v24, (a0) 3001# CHECK-ENCODING: [0x27,0x6c,0x05,0x82] 3002# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3003# CHECK-UNKNOWN: 27 6c 05 82 <unknown> 3004 3005vsseg5e64.v v24, (a0) 3006# CHECK-INST: vsseg5e64.v v24, (a0) 3007# CHECK-ENCODING: [0x27,0x7c,0x05,0x82] 3008# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3009# CHECK-UNKNOWN: 27 7c 05 82 <unknown> 3010 3011vsseg5e128.v v24, (a0) 3012# CHECK-INST: vsseg5e128.v v24, (a0) 3013# CHECK-ENCODING: [0x27,0x0c,0x05,0x92] 3014# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3015# CHECK-UNKNOWN: 27 0c 05 92 <unknown> 3016 3017vsseg5e256.v v24, (a0) 3018# CHECK-INST: vsseg5e256.v v24, (a0) 3019# CHECK-ENCODING: [0x27,0x5c,0x05,0x92] 3020# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3021# CHECK-UNKNOWN: 27 5c 05 92 <unknown> 3022 3023vsseg5e512.v v24, (a0) 3024# CHECK-INST: vsseg5e512.v v24, (a0) 3025# CHECK-ENCODING: [0x27,0x6c,0x05,0x92] 3026# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3027# CHECK-UNKNOWN: 27 6c 05 92 <unknown> 3028 3029vsseg5e1024.v v24, (a0) 3030# CHECK-INST: vsseg5e1024.v v24, (a0) 3031# CHECK-ENCODING: [0x27,0x7c,0x05,0x92] 3032# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3033# CHECK-UNKNOWN: 27 7c 05 92 <unknown> 3034 3035vsseg5e8.v v24, (a0), v0.t 3036# CHECK-INST: vsseg5e8.v v24, (a0), v0.t 3037# CHECK-ENCODING: [0x27,0x0c,0x05,0x80] 3038# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3039# CHECK-UNKNOWN: 27 0c 05 80 <unknown> 3040 3041vsseg5e16.v v24, (a0), v0.t 3042# CHECK-INST: vsseg5e16.v v24, (a0), v0.t 3043# CHECK-ENCODING: [0x27,0x5c,0x05,0x80] 3044# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3045# CHECK-UNKNOWN: 27 5c 05 80 <unknown> 3046 3047vsseg5e32.v v24, (a0), v0.t 3048# CHECK-INST: vsseg5e32.v v24, (a0), v0.t 3049# CHECK-ENCODING: [0x27,0x6c,0x05,0x80] 3050# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3051# CHECK-UNKNOWN: 27 6c 05 80 <unknown> 3052 3053vsseg5e64.v v24, (a0), v0.t 3054# CHECK-INST: vsseg5e64.v v24, (a0), v0.t 3055# CHECK-ENCODING: [0x27,0x7c,0x05,0x80] 3056# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3057# CHECK-UNKNOWN: 27 7c 05 80 <unknown> 3058 3059vsseg5e128.v v24, (a0), v0.t 3060# CHECK-INST: vsseg5e128.v v24, (a0), v0.t 3061# CHECK-ENCODING: [0x27,0x0c,0x05,0x90] 3062# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3063# CHECK-UNKNOWN: 27 0c 05 90 <unknown> 3064 3065vsseg5e256.v v24, (a0), v0.t 3066# CHECK-INST: vsseg5e256.v v24, (a0), v0.t 3067# CHECK-ENCODING: [0x27,0x5c,0x05,0x90] 3068# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3069# CHECK-UNKNOWN: 27 5c 05 90 <unknown> 3070 3071vsseg5e512.v v24, (a0), v0.t 3072# CHECK-INST: vsseg5e512.v v24, (a0), v0.t 3073# CHECK-ENCODING: [0x27,0x6c,0x05,0x90] 3074# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3075# CHECK-UNKNOWN: 27 6c 05 90 <unknown> 3076 3077vsseg5e1024.v v24, (a0), v0.t 3078# CHECK-INST: vsseg5e1024.v v24, (a0), v0.t 3079# CHECK-ENCODING: [0x27,0x7c,0x05,0x90] 3080# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3081# CHECK-UNKNOWN: 27 7c 05 90 <unknown> 3082 3083vsseg6e8.v v24, (a0) 3084# CHECK-INST: vsseg6e8.v v24, (a0) 3085# CHECK-ENCODING: [0x27,0x0c,0x05,0xa2] 3086# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3087# CHECK-UNKNOWN: 27 0c 05 a2 <unknown> 3088 3089vsseg6e16.v v24, (a0) 3090# CHECK-INST: vsseg6e16.v v24, (a0) 3091# CHECK-ENCODING: [0x27,0x5c,0x05,0xa2] 3092# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3093# CHECK-UNKNOWN: 27 5c 05 a2 <unknown> 3094 3095vsseg6e32.v v24, (a0) 3096# CHECK-INST: vsseg6e32.v v24, (a0) 3097# CHECK-ENCODING: [0x27,0x6c,0x05,0xa2] 3098# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3099# CHECK-UNKNOWN: 27 6c 05 a2 <unknown> 3100 3101vsseg6e64.v v24, (a0) 3102# CHECK-INST: vsseg6e64.v v24, (a0) 3103# CHECK-ENCODING: [0x27,0x7c,0x05,0xa2] 3104# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3105# CHECK-UNKNOWN: 27 7c 05 a2 <unknown> 3106 3107vsseg6e128.v v24, (a0) 3108# CHECK-INST: vsseg6e128.v v24, (a0) 3109# CHECK-ENCODING: [0x27,0x0c,0x05,0xb2] 3110# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3111# CHECK-UNKNOWN: 27 0c 05 b2 <unknown> 3112 3113vsseg6e256.v v24, (a0) 3114# CHECK-INST: vsseg6e256.v v24, (a0) 3115# CHECK-ENCODING: [0x27,0x5c,0x05,0xb2] 3116# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3117# CHECK-UNKNOWN: 27 5c 05 b2 <unknown> 3118 3119vsseg6e512.v v24, (a0) 3120# CHECK-INST: vsseg6e512.v v24, (a0) 3121# CHECK-ENCODING: [0x27,0x6c,0x05,0xb2] 3122# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3123# CHECK-UNKNOWN: 27 6c 05 b2 <unknown> 3124 3125vsseg6e1024.v v24, (a0) 3126# CHECK-INST: vsseg6e1024.v v24, (a0) 3127# CHECK-ENCODING: [0x27,0x7c,0x05,0xb2] 3128# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3129# CHECK-UNKNOWN: 27 7c 05 b2 <unknown> 3130 3131vsseg6e8.v v24, (a0), v0.t 3132# CHECK-INST: vsseg6e8.v v24, (a0), v0.t 3133# CHECK-ENCODING: [0x27,0x0c,0x05,0xa0] 3134# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3135# CHECK-UNKNOWN: 27 0c 05 a0 <unknown> 3136 3137vsseg6e16.v v24, (a0), v0.t 3138# CHECK-INST: vsseg6e16.v v24, (a0), v0.t 3139# CHECK-ENCODING: [0x27,0x5c,0x05,0xa0] 3140# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3141# CHECK-UNKNOWN: 27 5c 05 a0 <unknown> 3142 3143vsseg6e32.v v24, (a0), v0.t 3144# CHECK-INST: vsseg6e32.v v24, (a0), v0.t 3145# CHECK-ENCODING: [0x27,0x6c,0x05,0xa0] 3146# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3147# CHECK-UNKNOWN: 27 6c 05 a0 <unknown> 3148 3149vsseg6e64.v v24, (a0), v0.t 3150# CHECK-INST: vsseg6e64.v v24, (a0), v0.t 3151# CHECK-ENCODING: [0x27,0x7c,0x05,0xa0] 3152# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3153# CHECK-UNKNOWN: 27 7c 05 a0 <unknown> 3154 3155vsseg6e128.v v24, (a0), v0.t 3156# CHECK-INST: vsseg6e128.v v24, (a0), v0.t 3157# CHECK-ENCODING: [0x27,0x0c,0x05,0xb0] 3158# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3159# CHECK-UNKNOWN: 27 0c 05 b0 <unknown> 3160 3161vsseg6e256.v v24, (a0), v0.t 3162# CHECK-INST: vsseg6e256.v v24, (a0), v0.t 3163# CHECK-ENCODING: [0x27,0x5c,0x05,0xb0] 3164# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3165# CHECK-UNKNOWN: 27 5c 05 b0 <unknown> 3166 3167vsseg6e512.v v24, (a0), v0.t 3168# CHECK-INST: vsseg6e512.v v24, (a0), v0.t 3169# CHECK-ENCODING: [0x27,0x6c,0x05,0xb0] 3170# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3171# CHECK-UNKNOWN: 27 6c 05 b0 <unknown> 3172 3173vsseg6e1024.v v24, (a0), v0.t 3174# CHECK-INST: vsseg6e1024.v v24, (a0), v0.t 3175# CHECK-ENCODING: [0x27,0x7c,0x05,0xb0] 3176# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3177# CHECK-UNKNOWN: 27 7c 05 b0 <unknown> 3178 3179vsseg7e8.v v24, (a0) 3180# CHECK-INST: vsseg7e8.v v24, (a0) 3181# CHECK-ENCODING: [0x27,0x0c,0x05,0xc2] 3182# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3183# CHECK-UNKNOWN: 27 0c 05 c2 <unknown> 3184 3185vsseg7e16.v v24, (a0) 3186# CHECK-INST: vsseg7e16.v v24, (a0) 3187# CHECK-ENCODING: [0x27,0x5c,0x05,0xc2] 3188# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3189# CHECK-UNKNOWN: 27 5c 05 c2 <unknown> 3190 3191vsseg7e32.v v24, (a0) 3192# CHECK-INST: vsseg7e32.v v24, (a0) 3193# CHECK-ENCODING: [0x27,0x6c,0x05,0xc2] 3194# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3195# CHECK-UNKNOWN: 27 6c 05 c2 <unknown> 3196 3197vsseg7e64.v v24, (a0) 3198# CHECK-INST: vsseg7e64.v v24, (a0) 3199# CHECK-ENCODING: [0x27,0x7c,0x05,0xc2] 3200# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3201# CHECK-UNKNOWN: 27 7c 05 c2 <unknown> 3202 3203vsseg7e128.v v24, (a0) 3204# CHECK-INST: vsseg7e128.v v24, (a0) 3205# CHECK-ENCODING: [0x27,0x0c,0x05,0xd2] 3206# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3207# CHECK-UNKNOWN: 27 0c 05 d2 <unknown> 3208 3209vsseg7e256.v v24, (a0) 3210# CHECK-INST: vsseg7e256.v v24, (a0) 3211# CHECK-ENCODING: [0x27,0x5c,0x05,0xd2] 3212# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3213# CHECK-UNKNOWN: 27 5c 05 d2 <unknown> 3214 3215vsseg7e512.v v24, (a0) 3216# CHECK-INST: vsseg7e512.v v24, (a0) 3217# CHECK-ENCODING: [0x27,0x6c,0x05,0xd2] 3218# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3219# CHECK-UNKNOWN: 27 6c 05 d2 <unknown> 3220 3221vsseg7e1024.v v24, (a0) 3222# CHECK-INST: vsseg7e1024.v v24, (a0) 3223# CHECK-ENCODING: [0x27,0x7c,0x05,0xd2] 3224# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3225# CHECK-UNKNOWN: 27 7c 05 d2 <unknown> 3226 3227vsseg7e8.v v24, (a0), v0.t 3228# CHECK-INST: vsseg7e8.v v24, (a0), v0.t 3229# CHECK-ENCODING: [0x27,0x0c,0x05,0xc0] 3230# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3231# CHECK-UNKNOWN: 27 0c 05 c0 <unknown> 3232 3233vsseg7e16.v v24, (a0), v0.t 3234# CHECK-INST: vsseg7e16.v v24, (a0), v0.t 3235# CHECK-ENCODING: [0x27,0x5c,0x05,0xc0] 3236# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3237# CHECK-UNKNOWN: 27 5c 05 c0 <unknown> 3238 3239vsseg7e32.v v24, (a0), v0.t 3240# CHECK-INST: vsseg7e32.v v24, (a0), v0.t 3241# CHECK-ENCODING: [0x27,0x6c,0x05,0xc0] 3242# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3243# CHECK-UNKNOWN: 27 6c 05 c0 <unknown> 3244 3245vsseg7e64.v v24, (a0), v0.t 3246# CHECK-INST: vsseg7e64.v v24, (a0), v0.t 3247# CHECK-ENCODING: [0x27,0x7c,0x05,0xc0] 3248# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3249# CHECK-UNKNOWN: 27 7c 05 c0 <unknown> 3250 3251vsseg7e128.v v24, (a0), v0.t 3252# CHECK-INST: vsseg7e128.v v24, (a0), v0.t 3253# CHECK-ENCODING: [0x27,0x0c,0x05,0xd0] 3254# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3255# CHECK-UNKNOWN: 27 0c 05 d0 <unknown> 3256 3257vsseg7e256.v v24, (a0), v0.t 3258# CHECK-INST: vsseg7e256.v v24, (a0), v0.t 3259# CHECK-ENCODING: [0x27,0x5c,0x05,0xd0] 3260# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3261# CHECK-UNKNOWN: 27 5c 05 d0 <unknown> 3262 3263vsseg7e512.v v24, (a0), v0.t 3264# CHECK-INST: vsseg7e512.v v24, (a0), v0.t 3265# CHECK-ENCODING: [0x27,0x6c,0x05,0xd0] 3266# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3267# CHECK-UNKNOWN: 27 6c 05 d0 <unknown> 3268 3269vsseg7e1024.v v24, (a0), v0.t 3270# CHECK-INST: vsseg7e1024.v v24, (a0), v0.t 3271# CHECK-ENCODING: [0x27,0x7c,0x05,0xd0] 3272# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3273# CHECK-UNKNOWN: 27 7c 05 d0 <unknown> 3274 3275vsseg8e8.v v24, (a0) 3276# CHECK-INST: vsseg8e8.v v24, (a0) 3277# CHECK-ENCODING: [0x27,0x0c,0x05,0xe2] 3278# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3279# CHECK-UNKNOWN: 27 0c 05 e2 <unknown> 3280 3281vsseg8e16.v v24, (a0) 3282# CHECK-INST: vsseg8e16.v v24, (a0) 3283# CHECK-ENCODING: [0x27,0x5c,0x05,0xe2] 3284# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3285# CHECK-UNKNOWN: 27 5c 05 e2 <unknown> 3286 3287vsseg8e32.v v24, (a0) 3288# CHECK-INST: vsseg8e32.v v24, (a0) 3289# CHECK-ENCODING: [0x27,0x6c,0x05,0xe2] 3290# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3291# CHECK-UNKNOWN: 27 6c 05 e2 <unknown> 3292 3293vsseg8e64.v v24, (a0) 3294# CHECK-INST: vsseg8e64.v v24, (a0) 3295# CHECK-ENCODING: [0x27,0x7c,0x05,0xe2] 3296# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3297# CHECK-UNKNOWN: 27 7c 05 e2 <unknown> 3298 3299vsseg8e128.v v24, (a0) 3300# CHECK-INST: vsseg8e128.v v24, (a0) 3301# CHECK-ENCODING: [0x27,0x0c,0x05,0xf2] 3302# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3303# CHECK-UNKNOWN: 27 0c 05 f2 <unknown> 3304 3305vsseg8e256.v v24, (a0) 3306# CHECK-INST: vsseg8e256.v v24, (a0) 3307# CHECK-ENCODING: [0x27,0x5c,0x05,0xf2] 3308# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3309# CHECK-UNKNOWN: 27 5c 05 f2 <unknown> 3310 3311vsseg8e512.v v24, (a0) 3312# CHECK-INST: vsseg8e512.v v24, (a0) 3313# CHECK-ENCODING: [0x27,0x6c,0x05,0xf2] 3314# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3315# CHECK-UNKNOWN: 27 6c 05 f2 <unknown> 3316 3317vsseg8e1024.v v24, (a0) 3318# CHECK-INST: vsseg8e1024.v v24, (a0) 3319# CHECK-ENCODING: [0x27,0x7c,0x05,0xf2] 3320# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3321# CHECK-UNKNOWN: 27 7c 05 f2 <unknown> 3322 3323vsseg8e8.v v24, (a0), v0.t 3324# CHECK-INST: vsseg8e8.v v24, (a0), v0.t 3325# CHECK-ENCODING: [0x27,0x0c,0x05,0xe0] 3326# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3327# CHECK-UNKNOWN: 27 0c 05 e0 <unknown> 3328 3329vsseg8e16.v v24, (a0), v0.t 3330# CHECK-INST: vsseg8e16.v v24, (a0), v0.t 3331# CHECK-ENCODING: [0x27,0x5c,0x05,0xe0] 3332# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3333# CHECK-UNKNOWN: 27 5c 05 e0 <unknown> 3334 3335vsseg8e32.v v24, (a0), v0.t 3336# CHECK-INST: vsseg8e32.v v24, (a0), v0.t 3337# CHECK-ENCODING: [0x27,0x6c,0x05,0xe0] 3338# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3339# CHECK-UNKNOWN: 27 6c 05 e0 <unknown> 3340 3341vsseg8e64.v v24, (a0), v0.t 3342# CHECK-INST: vsseg8e64.v v24, (a0), v0.t 3343# CHECK-ENCODING: [0x27,0x7c,0x05,0xe0] 3344# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3345# CHECK-UNKNOWN: 27 7c 05 e0 <unknown> 3346 3347vsseg8e128.v v24, (a0), v0.t 3348# CHECK-INST: vsseg8e128.v v24, (a0), v0.t 3349# CHECK-ENCODING: [0x27,0x0c,0x05,0xf0] 3350# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3351# CHECK-UNKNOWN: 27 0c 05 f0 <unknown> 3352 3353vsseg8e256.v v24, (a0), v0.t 3354# CHECK-INST: vsseg8e256.v v24, (a0), v0.t 3355# CHECK-ENCODING: [0x27,0x5c,0x05,0xf0] 3356# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3357# CHECK-UNKNOWN: 27 5c 05 f0 <unknown> 3358 3359vsseg8e512.v v24, (a0), v0.t 3360# CHECK-INST: vsseg8e512.v v24, (a0), v0.t 3361# CHECK-ENCODING: [0x27,0x6c,0x05,0xf0] 3362# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3363# CHECK-UNKNOWN: 27 6c 05 f0 <unknown> 3364 3365vsseg8e1024.v v24, (a0), v0.t 3366# CHECK-INST: vsseg8e1024.v v24, (a0), v0.t 3367# CHECK-ENCODING: [0x27,0x7c,0x05,0xf0] 3368# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3369# CHECK-UNKNOWN: 27 7c 05 f0 <unknown> 3370 3371vssseg2e8.v v24, (a0), a1 3372# CHECK-INST: vssseg2e8.v v24, (a0), a1 3373# CHECK-ENCODING: [0x27,0x0c,0xb5,0x2a] 3374# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3375# CHECK-UNKNOWN: 27 0c b5 2a <unknown> 3376 3377vssseg2e16.v v24, (a0), a1 3378# CHECK-INST: vssseg2e16.v v24, (a0), a1 3379# CHECK-ENCODING: [0x27,0x5c,0xb5,0x2a] 3380# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3381# CHECK-UNKNOWN: 27 5c b5 2a <unknown> 3382 3383vssseg2e32.v v24, (a0), a1 3384# CHECK-INST: vssseg2e32.v v24, (a0), a1 3385# CHECK-ENCODING: [0x27,0x6c,0xb5,0x2a] 3386# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3387# CHECK-UNKNOWN: 27 6c b5 2a <unknown> 3388 3389vssseg2e64.v v24, (a0), a1 3390# CHECK-INST: vssseg2e64.v v24, (a0), a1 3391# CHECK-ENCODING: [0x27,0x7c,0xb5,0x2a] 3392# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3393# CHECK-UNKNOWN: 27 7c b5 2a <unknown> 3394 3395vssseg2e128.v v24, (a0), a1 3396# CHECK-INST: vssseg2e128.v v24, (a0), a1 3397# CHECK-ENCODING: [0x27,0x0c,0xb5,0x3a] 3398# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3399# CHECK-UNKNOWN: 27 0c b5 3a <unknown> 3400 3401vssseg2e256.v v24, (a0), a1 3402# CHECK-INST: vssseg2e256.v v24, (a0), a1 3403# CHECK-ENCODING: [0x27,0x5c,0xb5,0x3a] 3404# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3405# CHECK-UNKNOWN: 27 5c b5 3a <unknown> 3406 3407vssseg2e512.v v24, (a0), a1 3408# CHECK-INST: vssseg2e512.v v24, (a0), a1 3409# CHECK-ENCODING: [0x27,0x6c,0xb5,0x3a] 3410# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3411# CHECK-UNKNOWN: 27 6c b5 3a <unknown> 3412 3413vssseg2e1024.v v24, (a0), a1 3414# CHECK-INST: vssseg2e1024.v v24, (a0), a1 3415# CHECK-ENCODING: [0x27,0x7c,0xb5,0x3a] 3416# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3417# CHECK-UNKNOWN: 27 7c b5 3a <unknown> 3418 3419vssseg2e8.v v24, (a0), a1, v0.t 3420# CHECK-INST: vssseg2e8.v v24, (a0), a1, v0.t 3421# CHECK-ENCODING: [0x27,0x0c,0xb5,0x28] 3422# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3423# CHECK-UNKNOWN: 27 0c b5 28 <unknown> 3424 3425vssseg2e16.v v24, (a0), a1, v0.t 3426# CHECK-INST: vssseg2e16.v v24, (a0), a1, v0.t 3427# CHECK-ENCODING: [0x27,0x5c,0xb5,0x28] 3428# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3429# CHECK-UNKNOWN: 27 5c b5 28 <unknown> 3430 3431vssseg2e32.v v24, (a0), a1, v0.t 3432# CHECK-INST: vssseg2e32.v v24, (a0), a1, v0.t 3433# CHECK-ENCODING: [0x27,0x6c,0xb5,0x28] 3434# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3435# CHECK-UNKNOWN: 27 6c b5 28 <unknown> 3436 3437vssseg2e64.v v24, (a0), a1, v0.t 3438# CHECK-INST: vssseg2e64.v v24, (a0), a1, v0.t 3439# CHECK-ENCODING: [0x27,0x7c,0xb5,0x28] 3440# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3441# CHECK-UNKNOWN: 27 7c b5 28 <unknown> 3442 3443vssseg2e128.v v24, (a0), a1, v0.t 3444# CHECK-INST: vssseg2e128.v v24, (a0), a1, v0.t 3445# CHECK-ENCODING: [0x27,0x0c,0xb5,0x38] 3446# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3447# CHECK-UNKNOWN: 27 0c b5 38 <unknown> 3448 3449vssseg2e256.v v24, (a0), a1, v0.t 3450# CHECK-INST: vssseg2e256.v v24, (a0), a1, v0.t 3451# CHECK-ENCODING: [0x27,0x5c,0xb5,0x38] 3452# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3453# CHECK-UNKNOWN: 27 5c b5 38 <unknown> 3454 3455vssseg2e512.v v24, (a0), a1, v0.t 3456# CHECK-INST: vssseg2e512.v v24, (a0), a1, v0.t 3457# CHECK-ENCODING: [0x27,0x6c,0xb5,0x38] 3458# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3459# CHECK-UNKNOWN: 27 6c b5 38 <unknown> 3460 3461vssseg2e1024.v v24, (a0), a1, v0.t 3462# CHECK-INST: vssseg2e1024.v v24, (a0), a1, v0.t 3463# CHECK-ENCODING: [0x27,0x7c,0xb5,0x38] 3464# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3465# CHECK-UNKNOWN: 27 7c b5 38 <unknown> 3466 3467vssseg3e8.v v24, (a0), a1 3468# CHECK-INST: vssseg3e8.v v24, (a0), a1 3469# CHECK-ENCODING: [0x27,0x0c,0xb5,0x4a] 3470# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3471# CHECK-UNKNOWN: 27 0c b5 4a <unknown> 3472 3473vssseg3e16.v v24, (a0), a1 3474# CHECK-INST: vssseg3e16.v v24, (a0), a1 3475# CHECK-ENCODING: [0x27,0x5c,0xb5,0x4a] 3476# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3477# CHECK-UNKNOWN: 27 5c b5 4a <unknown> 3478 3479vssseg3e32.v v24, (a0), a1 3480# CHECK-INST: vssseg3e32.v v24, (a0), a1 3481# CHECK-ENCODING: [0x27,0x6c,0xb5,0x4a] 3482# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3483# CHECK-UNKNOWN: 27 6c b5 4a <unknown> 3484 3485vssseg3e64.v v24, (a0), a1 3486# CHECK-INST: vssseg3e64.v v24, (a0), a1 3487# CHECK-ENCODING: [0x27,0x7c,0xb5,0x4a] 3488# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3489# CHECK-UNKNOWN: 27 7c b5 4a <unknown> 3490 3491vssseg3e128.v v24, (a0), a1 3492# CHECK-INST: vssseg3e128.v v24, (a0), a1 3493# CHECK-ENCODING: [0x27,0x0c,0xb5,0x5a] 3494# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3495# CHECK-UNKNOWN: 27 0c b5 5a <unknown> 3496 3497vssseg3e256.v v24, (a0), a1 3498# CHECK-INST: vssseg3e256.v v24, (a0), a1 3499# CHECK-ENCODING: [0x27,0x5c,0xb5,0x5a] 3500# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3501# CHECK-UNKNOWN: 27 5c b5 5a <unknown> 3502 3503vssseg3e512.v v24, (a0), a1 3504# CHECK-INST: vssseg3e512.v v24, (a0), a1 3505# CHECK-ENCODING: [0x27,0x6c,0xb5,0x5a] 3506# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3507# CHECK-UNKNOWN: 27 6c b5 5a <unknown> 3508 3509vssseg3e1024.v v24, (a0), a1 3510# CHECK-INST: vssseg3e1024.v v24, (a0), a1 3511# CHECK-ENCODING: [0x27,0x7c,0xb5,0x5a] 3512# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3513# CHECK-UNKNOWN: 27 7c b5 5a <unknown> 3514 3515vssseg3e8.v v24, (a0), a1, v0.t 3516# CHECK-INST: vssseg3e8.v v24, (a0), a1, v0.t 3517# CHECK-ENCODING: [0x27,0x0c,0xb5,0x48] 3518# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3519# CHECK-UNKNOWN: 27 0c b5 48 <unknown> 3520 3521vssseg3e16.v v24, (a0), a1, v0.t 3522# CHECK-INST: vssseg3e16.v v24, (a0), a1, v0.t 3523# CHECK-ENCODING: [0x27,0x5c,0xb5,0x48] 3524# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3525# CHECK-UNKNOWN: 27 5c b5 48 <unknown> 3526 3527vssseg3e32.v v24, (a0), a1, v0.t 3528# CHECK-INST: vssseg3e32.v v24, (a0), a1, v0.t 3529# CHECK-ENCODING: [0x27,0x6c,0xb5,0x48] 3530# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3531# CHECK-UNKNOWN: 27 6c b5 48 <unknown> 3532 3533vssseg3e64.v v24, (a0), a1, v0.t 3534# CHECK-INST: vssseg3e64.v v24, (a0), a1, v0.t 3535# CHECK-ENCODING: [0x27,0x7c,0xb5,0x48] 3536# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3537# CHECK-UNKNOWN: 27 7c b5 48 <unknown> 3538 3539vssseg3e128.v v24, (a0), a1, v0.t 3540# CHECK-INST: vssseg3e128.v v24, (a0), a1, v0.t 3541# CHECK-ENCODING: [0x27,0x0c,0xb5,0x58] 3542# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3543# CHECK-UNKNOWN: 27 0c b5 58 <unknown> 3544 3545vssseg3e256.v v24, (a0), a1, v0.t 3546# CHECK-INST: vssseg3e256.v v24, (a0), a1, v0.t 3547# CHECK-ENCODING: [0x27,0x5c,0xb5,0x58] 3548# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3549# CHECK-UNKNOWN: 27 5c b5 58 <unknown> 3550 3551vssseg3e512.v v24, (a0), a1, v0.t 3552# CHECK-INST: vssseg3e512.v v24, (a0), a1, v0.t 3553# CHECK-ENCODING: [0x27,0x6c,0xb5,0x58] 3554# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3555# CHECK-UNKNOWN: 27 6c b5 58 <unknown> 3556 3557vssseg3e1024.v v24, (a0), a1, v0.t 3558# CHECK-INST: vssseg3e1024.v v24, (a0), a1, v0.t 3559# CHECK-ENCODING: [0x27,0x7c,0xb5,0x58] 3560# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3561# CHECK-UNKNOWN: 27 7c b5 58 <unknown> 3562 3563vssseg4e8.v v24, (a0), a1 3564# CHECK-INST: vssseg4e8.v v24, (a0), a1 3565# CHECK-ENCODING: [0x27,0x0c,0xb5,0x6a] 3566# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3567# CHECK-UNKNOWN: 27 0c b5 6a <unknown> 3568 3569vssseg4e16.v v24, (a0), a1 3570# CHECK-INST: vssseg4e16.v v24, (a0), a1 3571# CHECK-ENCODING: [0x27,0x5c,0xb5,0x6a] 3572# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3573# CHECK-UNKNOWN: 27 5c b5 6a <unknown> 3574 3575vssseg4e32.v v24, (a0), a1 3576# CHECK-INST: vssseg4e32.v v24, (a0), a1 3577# CHECK-ENCODING: [0x27,0x6c,0xb5,0x6a] 3578# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3579# CHECK-UNKNOWN: 27 6c b5 6a <unknown> 3580 3581vssseg4e64.v v24, (a0), a1 3582# CHECK-INST: vssseg4e64.v v24, (a0), a1 3583# CHECK-ENCODING: [0x27,0x7c,0xb5,0x6a] 3584# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3585# CHECK-UNKNOWN: 27 7c b5 6a <unknown> 3586 3587vssseg4e128.v v24, (a0), a1 3588# CHECK-INST: vssseg4e128.v v24, (a0), a1 3589# CHECK-ENCODING: [0x27,0x0c,0xb5,0x7a] 3590# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3591# CHECK-UNKNOWN: 27 0c b5 7a <unknown> 3592 3593vssseg4e256.v v24, (a0), a1 3594# CHECK-INST: vssseg4e256.v v24, (a0), a1 3595# CHECK-ENCODING: [0x27,0x5c,0xb5,0x7a] 3596# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3597# CHECK-UNKNOWN: 27 5c b5 7a <unknown> 3598 3599vssseg4e512.v v24, (a0), a1 3600# CHECK-INST: vssseg4e512.v v24, (a0), a1 3601# CHECK-ENCODING: [0x27,0x6c,0xb5,0x7a] 3602# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3603# CHECK-UNKNOWN: 27 6c b5 7a <unknown> 3604 3605vssseg4e1024.v v24, (a0), a1 3606# CHECK-INST: vssseg4e1024.v v24, (a0), a1 3607# CHECK-ENCODING: [0x27,0x7c,0xb5,0x7a] 3608# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3609# CHECK-UNKNOWN: 27 7c b5 7a <unknown> 3610 3611vssseg4e8.v v24, (a0), a1, v0.t 3612# CHECK-INST: vssseg4e8.v v24, (a0), a1, v0.t 3613# CHECK-ENCODING: [0x27,0x0c,0xb5,0x68] 3614# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3615# CHECK-UNKNOWN: 27 0c b5 68 <unknown> 3616 3617vssseg4e16.v v24, (a0), a1, v0.t 3618# CHECK-INST: vssseg4e16.v v24, (a0), a1, v0.t 3619# CHECK-ENCODING: [0x27,0x5c,0xb5,0x68] 3620# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3621# CHECK-UNKNOWN: 27 5c b5 68 <unknown> 3622 3623vssseg4e32.v v24, (a0), a1, v0.t 3624# CHECK-INST: vssseg4e32.v v24, (a0), a1, v0.t 3625# CHECK-ENCODING: [0x27,0x6c,0xb5,0x68] 3626# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3627# CHECK-UNKNOWN: 27 6c b5 68 <unknown> 3628 3629vssseg4e64.v v24, (a0), a1, v0.t 3630# CHECK-INST: vssseg4e64.v v24, (a0), a1, v0.t 3631# CHECK-ENCODING: [0x27,0x7c,0xb5,0x68] 3632# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3633# CHECK-UNKNOWN: 27 7c b5 68 <unknown> 3634 3635vssseg4e128.v v24, (a0), a1, v0.t 3636# CHECK-INST: vssseg4e128.v v24, (a0), a1, v0.t 3637# CHECK-ENCODING: [0x27,0x0c,0xb5,0x78] 3638# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3639# CHECK-UNKNOWN: 27 0c b5 78 <unknown> 3640 3641vssseg4e256.v v24, (a0), a1, v0.t 3642# CHECK-INST: vssseg4e256.v v24, (a0), a1, v0.t 3643# CHECK-ENCODING: [0x27,0x5c,0xb5,0x78] 3644# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3645# CHECK-UNKNOWN: 27 5c b5 78 <unknown> 3646 3647vssseg4e512.v v24, (a0), a1, v0.t 3648# CHECK-INST: vssseg4e512.v v24, (a0), a1, v0.t 3649# CHECK-ENCODING: [0x27,0x6c,0xb5,0x78] 3650# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3651# CHECK-UNKNOWN: 27 6c b5 78 <unknown> 3652 3653vssseg4e1024.v v24, (a0), a1, v0.t 3654# CHECK-INST: vssseg4e1024.v v24, (a0), a1, v0.t 3655# CHECK-ENCODING: [0x27,0x7c,0xb5,0x78] 3656# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3657# CHECK-UNKNOWN: 27 7c b5 78 <unknown> 3658 3659vssseg5e8.v v24, (a0), a1 3660# CHECK-INST: vssseg5e8.v v24, (a0), a1 3661# CHECK-ENCODING: [0x27,0x0c,0xb5,0x8a] 3662# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3663# CHECK-UNKNOWN: 27 0c b5 8a <unknown> 3664 3665vssseg5e16.v v24, (a0), a1 3666# CHECK-INST: vssseg5e16.v v24, (a0), a1 3667# CHECK-ENCODING: [0x27,0x5c,0xb5,0x8a] 3668# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3669# CHECK-UNKNOWN: 27 5c b5 8a <unknown> 3670 3671vssseg5e32.v v24, (a0), a1 3672# CHECK-INST: vssseg5e32.v v24, (a0), a1 3673# CHECK-ENCODING: [0x27,0x6c,0xb5,0x8a] 3674# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3675# CHECK-UNKNOWN: 27 6c b5 8a <unknown> 3676 3677vssseg5e64.v v24, (a0), a1 3678# CHECK-INST: vssseg5e64.v v24, (a0), a1 3679# CHECK-ENCODING: [0x27,0x7c,0xb5,0x8a] 3680# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3681# CHECK-UNKNOWN: 27 7c b5 8a <unknown> 3682 3683vssseg5e128.v v24, (a0), a1 3684# CHECK-INST: vssseg5e128.v v24, (a0), a1 3685# CHECK-ENCODING: [0x27,0x0c,0xb5,0x9a] 3686# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3687# CHECK-UNKNOWN: 27 0c b5 9a <unknown> 3688 3689vssseg5e256.v v24, (a0), a1 3690# CHECK-INST: vssseg5e256.v v24, (a0), a1 3691# CHECK-ENCODING: [0x27,0x5c,0xb5,0x9a] 3692# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3693# CHECK-UNKNOWN: 27 5c b5 9a <unknown> 3694 3695vssseg5e512.v v24, (a0), a1 3696# CHECK-INST: vssseg5e512.v v24, (a0), a1 3697# CHECK-ENCODING: [0x27,0x6c,0xb5,0x9a] 3698# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3699# CHECK-UNKNOWN: 27 6c b5 9a <unknown> 3700 3701vssseg5e1024.v v24, (a0), a1 3702# CHECK-INST: vssseg5e1024.v v24, (a0), a1 3703# CHECK-ENCODING: [0x27,0x7c,0xb5,0x9a] 3704# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3705# CHECK-UNKNOWN: 27 7c b5 9a <unknown> 3706 3707vssseg5e8.v v24, (a0), a1, v0.t 3708# CHECK-INST: vssseg5e8.v v24, (a0), a1, v0.t 3709# CHECK-ENCODING: [0x27,0x0c,0xb5,0x88] 3710# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3711# CHECK-UNKNOWN: 27 0c b5 88 <unknown> 3712 3713vssseg5e16.v v24, (a0), a1, v0.t 3714# CHECK-INST: vssseg5e16.v v24, (a0), a1, v0.t 3715# CHECK-ENCODING: [0x27,0x5c,0xb5,0x88] 3716# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3717# CHECK-UNKNOWN: 27 5c b5 88 <unknown> 3718 3719vssseg5e32.v v24, (a0), a1, v0.t 3720# CHECK-INST: vssseg5e32.v v24, (a0), a1, v0.t 3721# CHECK-ENCODING: [0x27,0x6c,0xb5,0x88] 3722# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3723# CHECK-UNKNOWN: 27 6c b5 88 <unknown> 3724 3725vssseg5e64.v v24, (a0), a1, v0.t 3726# CHECK-INST: vssseg5e64.v v24, (a0), a1, v0.t 3727# CHECK-ENCODING: [0x27,0x7c,0xb5,0x88] 3728# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3729# CHECK-UNKNOWN: 27 7c b5 88 <unknown> 3730 3731vssseg5e128.v v24, (a0), a1, v0.t 3732# CHECK-INST: vssseg5e128.v v24, (a0), a1, v0.t 3733# CHECK-ENCODING: [0x27,0x0c,0xb5,0x98] 3734# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3735# CHECK-UNKNOWN: 27 0c b5 98 <unknown> 3736 3737vssseg5e256.v v24, (a0), a1, v0.t 3738# CHECK-INST: vssseg5e256.v v24, (a0), a1, v0.t 3739# CHECK-ENCODING: [0x27,0x5c,0xb5,0x98] 3740# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3741# CHECK-UNKNOWN: 27 5c b5 98 <unknown> 3742 3743vssseg5e512.v v24, (a0), a1, v0.t 3744# CHECK-INST: vssseg5e512.v v24, (a0), a1, v0.t 3745# CHECK-ENCODING: [0x27,0x6c,0xb5,0x98] 3746# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3747# CHECK-UNKNOWN: 27 6c b5 98 <unknown> 3748 3749vssseg5e1024.v v24, (a0), a1, v0.t 3750# CHECK-INST: vssseg5e1024.v v24, (a0), a1, v0.t 3751# CHECK-ENCODING: [0x27,0x7c,0xb5,0x98] 3752# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3753# CHECK-UNKNOWN: 27 7c b5 98 <unknown> 3754 3755vssseg6e8.v v24, (a0), a1 3756# CHECK-INST: vssseg6e8.v v24, (a0), a1 3757# CHECK-ENCODING: [0x27,0x0c,0xb5,0xaa] 3758# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3759# CHECK-UNKNOWN: 27 0c b5 aa <unknown> 3760 3761vssseg6e16.v v24, (a0), a1 3762# CHECK-INST: vssseg6e16.v v24, (a0), a1 3763# CHECK-ENCODING: [0x27,0x5c,0xb5,0xaa] 3764# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3765# CHECK-UNKNOWN: 27 5c b5 aa <unknown> 3766 3767vssseg6e32.v v24, (a0), a1 3768# CHECK-INST: vssseg6e32.v v24, (a0), a1 3769# CHECK-ENCODING: [0x27,0x6c,0xb5,0xaa] 3770# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3771# CHECK-UNKNOWN: 27 6c b5 aa <unknown> 3772 3773vssseg6e64.v v24, (a0), a1 3774# CHECK-INST: vssseg6e64.v v24, (a0), a1 3775# CHECK-ENCODING: [0x27,0x7c,0xb5,0xaa] 3776# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3777# CHECK-UNKNOWN: 27 7c b5 aa <unknown> 3778 3779vssseg6e128.v v24, (a0), a1 3780# CHECK-INST: vssseg6e128.v v24, (a0), a1 3781# CHECK-ENCODING: [0x27,0x0c,0xb5,0xba] 3782# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3783# CHECK-UNKNOWN: 27 0c b5 ba <unknown> 3784 3785vssseg6e256.v v24, (a0), a1 3786# CHECK-INST: vssseg6e256.v v24, (a0), a1 3787# CHECK-ENCODING: [0x27,0x5c,0xb5,0xba] 3788# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3789# CHECK-UNKNOWN: 27 5c b5 ba <unknown> 3790 3791vssseg6e512.v v24, (a0), a1 3792# CHECK-INST: vssseg6e512.v v24, (a0), a1 3793# CHECK-ENCODING: [0x27,0x6c,0xb5,0xba] 3794# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3795# CHECK-UNKNOWN: 27 6c b5 ba <unknown> 3796 3797vssseg6e1024.v v24, (a0), a1 3798# CHECK-INST: vssseg6e1024.v v24, (a0), a1 3799# CHECK-ENCODING: [0x27,0x7c,0xb5,0xba] 3800# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3801# CHECK-UNKNOWN: 27 7c b5 ba <unknown> 3802 3803vssseg6e8.v v24, (a0), a1, v0.t 3804# CHECK-INST: vssseg6e8.v v24, (a0), a1, v0.t 3805# CHECK-ENCODING: [0x27,0x0c,0xb5,0xa8] 3806# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3807# CHECK-UNKNOWN: 27 0c b5 a8 <unknown> 3808 3809vssseg6e16.v v24, (a0), a1, v0.t 3810# CHECK-INST: vssseg6e16.v v24, (a0), a1, v0.t 3811# CHECK-ENCODING: [0x27,0x5c,0xb5,0xa8] 3812# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3813# CHECK-UNKNOWN: 27 5c b5 a8 <unknown> 3814 3815vssseg6e32.v v24, (a0), a1, v0.t 3816# CHECK-INST: vssseg6e32.v v24, (a0), a1, v0.t 3817# CHECK-ENCODING: [0x27,0x6c,0xb5,0xa8] 3818# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3819# CHECK-UNKNOWN: 27 6c b5 a8 <unknown> 3820 3821vssseg6e64.v v24, (a0), a1, v0.t 3822# CHECK-INST: vssseg6e64.v v24, (a0), a1, v0.t 3823# CHECK-ENCODING: [0x27,0x7c,0xb5,0xa8] 3824# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3825# CHECK-UNKNOWN: 27 7c b5 a8 <unknown> 3826 3827vssseg6e128.v v24, (a0), a1, v0.t 3828# CHECK-INST: vssseg6e128.v v24, (a0), a1, v0.t 3829# CHECK-ENCODING: [0x27,0x0c,0xb5,0xb8] 3830# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3831# CHECK-UNKNOWN: 27 0c b5 b8 <unknown> 3832 3833vssseg6e256.v v24, (a0), a1, v0.t 3834# CHECK-INST: vssseg6e256.v v24, (a0), a1, v0.t 3835# CHECK-ENCODING: [0x27,0x5c,0xb5,0xb8] 3836# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3837# CHECK-UNKNOWN: 27 5c b5 b8 <unknown> 3838 3839vssseg6e512.v v24, (a0), a1, v0.t 3840# CHECK-INST: vssseg6e512.v v24, (a0), a1, v0.t 3841# CHECK-ENCODING: [0x27,0x6c,0xb5,0xb8] 3842# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3843# CHECK-UNKNOWN: 27 6c b5 b8 <unknown> 3844 3845vssseg6e1024.v v24, (a0), a1, v0.t 3846# CHECK-INST: vssseg6e1024.v v24, (a0), a1, v0.t 3847# CHECK-ENCODING: [0x27,0x7c,0xb5,0xb8] 3848# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3849# CHECK-UNKNOWN: 27 7c b5 b8 <unknown> 3850 3851vssseg7e8.v v24, (a0), a1 3852# CHECK-INST: vssseg7e8.v v24, (a0), a1 3853# CHECK-ENCODING: [0x27,0x0c,0xb5,0xca] 3854# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3855# CHECK-UNKNOWN: 27 0c b5 ca <unknown> 3856 3857vssseg7e16.v v24, (a0), a1 3858# CHECK-INST: vssseg7e16.v v24, (a0), a1 3859# CHECK-ENCODING: [0x27,0x5c,0xb5,0xca] 3860# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3861# CHECK-UNKNOWN: 27 5c b5 ca <unknown> 3862 3863vssseg7e32.v v24, (a0), a1 3864# CHECK-INST: vssseg7e32.v v24, (a0), a1 3865# CHECK-ENCODING: [0x27,0x6c,0xb5,0xca] 3866# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3867# CHECK-UNKNOWN: 27 6c b5 ca <unknown> 3868 3869vssseg7e64.v v24, (a0), a1 3870# CHECK-INST: vssseg7e64.v v24, (a0), a1 3871# CHECK-ENCODING: [0x27,0x7c,0xb5,0xca] 3872# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3873# CHECK-UNKNOWN: 27 7c b5 ca <unknown> 3874 3875vssseg7e128.v v24, (a0), a1 3876# CHECK-INST: vssseg7e128.v v24, (a0), a1 3877# CHECK-ENCODING: [0x27,0x0c,0xb5,0xda] 3878# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3879# CHECK-UNKNOWN: 27 0c b5 da <unknown> 3880 3881vssseg7e256.v v24, (a0), a1 3882# CHECK-INST: vssseg7e256.v v24, (a0), a1 3883# CHECK-ENCODING: [0x27,0x5c,0xb5,0xda] 3884# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3885# CHECK-UNKNOWN: 27 5c b5 da <unknown> 3886 3887vssseg7e512.v v24, (a0), a1 3888# CHECK-INST: vssseg7e512.v v24, (a0), a1 3889# CHECK-ENCODING: [0x27,0x6c,0xb5,0xda] 3890# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3891# CHECK-UNKNOWN: 27 6c b5 da <unknown> 3892 3893vssseg7e1024.v v24, (a0), a1 3894# CHECK-INST: vssseg7e1024.v v24, (a0), a1 3895# CHECK-ENCODING: [0x27,0x7c,0xb5,0xda] 3896# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3897# CHECK-UNKNOWN: 27 7c b5 da <unknown> 3898 3899vssseg7e8.v v24, (a0), a1, v0.t 3900# CHECK-INST: vssseg7e8.v v24, (a0), a1, v0.t 3901# CHECK-ENCODING: [0x27,0x0c,0xb5,0xc8] 3902# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3903# CHECK-UNKNOWN: 27 0c b5 c8 <unknown> 3904 3905vssseg7e16.v v24, (a0), a1, v0.t 3906# CHECK-INST: vssseg7e16.v v24, (a0), a1, v0.t 3907# CHECK-ENCODING: [0x27,0x5c,0xb5,0xc8] 3908# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3909# CHECK-UNKNOWN: 27 5c b5 c8 <unknown> 3910 3911vssseg7e32.v v24, (a0), a1, v0.t 3912# CHECK-INST: vssseg7e32.v v24, (a0), a1, v0.t 3913# CHECK-ENCODING: [0x27,0x6c,0xb5,0xc8] 3914# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3915# CHECK-UNKNOWN: 27 6c b5 c8 <unknown> 3916 3917vssseg7e64.v v24, (a0), a1, v0.t 3918# CHECK-INST: vssseg7e64.v v24, (a0), a1, v0.t 3919# CHECK-ENCODING: [0x27,0x7c,0xb5,0xc8] 3920# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3921# CHECK-UNKNOWN: 27 7c b5 c8 <unknown> 3922 3923vssseg7e128.v v24, (a0), a1, v0.t 3924# CHECK-INST: vssseg7e128.v v24, (a0), a1, v0.t 3925# CHECK-ENCODING: [0x27,0x0c,0xb5,0xd8] 3926# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3927# CHECK-UNKNOWN: 27 0c b5 d8 <unknown> 3928 3929vssseg7e256.v v24, (a0), a1, v0.t 3930# CHECK-INST: vssseg7e256.v v24, (a0), a1, v0.t 3931# CHECK-ENCODING: [0x27,0x5c,0xb5,0xd8] 3932# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3933# CHECK-UNKNOWN: 27 5c b5 d8 <unknown> 3934 3935vssseg7e512.v v24, (a0), a1, v0.t 3936# CHECK-INST: vssseg7e512.v v24, (a0), a1, v0.t 3937# CHECK-ENCODING: [0x27,0x6c,0xb5,0xd8] 3938# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3939# CHECK-UNKNOWN: 27 6c b5 d8 <unknown> 3940 3941vssseg7e1024.v v24, (a0), a1, v0.t 3942# CHECK-INST: vssseg7e1024.v v24, (a0), a1, v0.t 3943# CHECK-ENCODING: [0x27,0x7c,0xb5,0xd8] 3944# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3945# CHECK-UNKNOWN: 27 7c b5 d8 <unknown> 3946 3947vssseg8e8.v v24, (a0), a1 3948# CHECK-INST: vssseg8e8.v v24, (a0), a1 3949# CHECK-ENCODING: [0x27,0x0c,0xb5,0xea] 3950# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3951# CHECK-UNKNOWN: 27 0c b5 ea <unknown> 3952 3953vssseg8e16.v v24, (a0), a1 3954# CHECK-INST: vssseg8e16.v v24, (a0), a1 3955# CHECK-ENCODING: [0x27,0x5c,0xb5,0xea] 3956# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3957# CHECK-UNKNOWN: 27 5c b5 ea <unknown> 3958 3959vssseg8e32.v v24, (a0), a1 3960# CHECK-INST: vssseg8e32.v v24, (a0), a1 3961# CHECK-ENCODING: [0x27,0x6c,0xb5,0xea] 3962# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3963# CHECK-UNKNOWN: 27 6c b5 ea <unknown> 3964 3965vssseg8e64.v v24, (a0), a1 3966# CHECK-INST: vssseg8e64.v v24, (a0), a1 3967# CHECK-ENCODING: [0x27,0x7c,0xb5,0xea] 3968# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3969# CHECK-UNKNOWN: 27 7c b5 ea <unknown> 3970 3971vssseg8e128.v v24, (a0), a1 3972# CHECK-INST: vssseg8e128.v v24, (a0), a1 3973# CHECK-ENCODING: [0x27,0x0c,0xb5,0xfa] 3974# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3975# CHECK-UNKNOWN: 27 0c b5 fa <unknown> 3976 3977vssseg8e256.v v24, (a0), a1 3978# CHECK-INST: vssseg8e256.v v24, (a0), a1 3979# CHECK-ENCODING: [0x27,0x5c,0xb5,0xfa] 3980# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3981# CHECK-UNKNOWN: 27 5c b5 fa <unknown> 3982 3983vssseg8e512.v v24, (a0), a1 3984# CHECK-INST: vssseg8e512.v v24, (a0), a1 3985# CHECK-ENCODING: [0x27,0x6c,0xb5,0xfa] 3986# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3987# CHECK-UNKNOWN: 27 6c b5 fa <unknown> 3988 3989vssseg8e1024.v v24, (a0), a1 3990# CHECK-INST: vssseg8e1024.v v24, (a0), a1 3991# CHECK-ENCODING: [0x27,0x7c,0xb5,0xfa] 3992# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3993# CHECK-UNKNOWN: 27 7c b5 fa <unknown> 3994 3995vssseg8e8.v v24, (a0), a1, v0.t 3996# CHECK-INST: vssseg8e8.v v24, (a0), a1, v0.t 3997# CHECK-ENCODING: [0x27,0x0c,0xb5,0xe8] 3998# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 3999# CHECK-UNKNOWN: 27 0c b5 e8 <unknown> 4000 4001vssseg8e16.v v24, (a0), a1, v0.t 4002# CHECK-INST: vssseg8e16.v v24, (a0), a1, v0.t 4003# CHECK-ENCODING: [0x27,0x5c,0xb5,0xe8] 4004# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4005# CHECK-UNKNOWN: 27 5c b5 e8 <unknown> 4006 4007vssseg8e32.v v24, (a0), a1, v0.t 4008# CHECK-INST: vssseg8e32.v v24, (a0), a1, v0.t 4009# CHECK-ENCODING: [0x27,0x6c,0xb5,0xe8] 4010# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4011# CHECK-UNKNOWN: 27 6c b5 e8 <unknown> 4012 4013vssseg8e64.v v24, (a0), a1, v0.t 4014# CHECK-INST: vssseg8e64.v v24, (a0), a1, v0.t 4015# CHECK-ENCODING: [0x27,0x7c,0xb5,0xe8] 4016# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4017# CHECK-UNKNOWN: 27 7c b5 e8 <unknown> 4018 4019vssseg8e128.v v24, (a0), a1, v0.t 4020# CHECK-INST: vssseg8e128.v v24, (a0), a1, v0.t 4021# CHECK-ENCODING: [0x27,0x0c,0xb5,0xf8] 4022# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4023# CHECK-UNKNOWN: 27 0c b5 f8 <unknown> 4024 4025vssseg8e256.v v24, (a0), a1, v0.t 4026# CHECK-INST: vssseg8e256.v v24, (a0), a1, v0.t 4027# CHECK-ENCODING: [0x27,0x5c,0xb5,0xf8] 4028# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4029# CHECK-UNKNOWN: 27 5c b5 f8 <unknown> 4030 4031vssseg8e512.v v24, (a0), a1, v0.t 4032# CHECK-INST: vssseg8e512.v v24, (a0), a1, v0.t 4033# CHECK-ENCODING: [0x27,0x6c,0xb5,0xf8] 4034# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4035# CHECK-UNKNOWN: 27 6c b5 f8 <unknown> 4036 4037vssseg8e1024.v v24, (a0), a1, v0.t 4038# CHECK-INST: vssseg8e1024.v v24, (a0), a1, v0.t 4039# CHECK-ENCODING: [0x27,0x7c,0xb5,0xf8] 4040# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4041# CHECK-UNKNOWN: 27 7c b5 f8 <unknown> 4042 4043vsxseg2ei8.v v24, (a0), v4 4044# CHECK-INST: vsxseg2ei8.v v24, (a0), v4 4045# CHECK-ENCODING: [0x27,0x0c,0x45,0x2e] 4046# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4047# CHECK-UNKNOWN: 27 0c 45 2e <unknown> 4048 4049vsxseg2ei16.v v24, (a0), v4 4050# CHECK-INST: vsxseg2ei16.v v24, (a0), v4 4051# CHECK-ENCODING: [0x27,0x5c,0x45,0x2e] 4052# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4053# CHECK-UNKNOWN: 27 5c 45 2e <unknown> 4054 4055vsxseg2ei32.v v24, (a0), v4 4056# CHECK-INST: vsxseg2ei32.v v24, (a0), v4 4057# CHECK-ENCODING: [0x27,0x6c,0x45,0x2e] 4058# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4059# CHECK-UNKNOWN: 27 6c 45 2e <unknown> 4060 4061vsxseg2ei64.v v24, (a0), v4 4062# CHECK-INST: vsxseg2ei64.v v24, (a0), v4 4063# CHECK-ENCODING: [0x27,0x7c,0x45,0x2e] 4064# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4065# CHECK-UNKNOWN: 27 7c 45 2e <unknown> 4066 4067vsxseg2ei128.v v24, (a0), v4 4068# CHECK-INST: vsxseg2ei128.v v24, (a0), v4 4069# CHECK-ENCODING: [0x27,0x0c,0x45,0x3e] 4070# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4071# CHECK-UNKNOWN: 27 0c 45 3e <unknown> 4072 4073vsxseg2ei256.v v24, (a0), v4 4074# CHECK-INST: vsxseg2ei256.v v24, (a0), v4 4075# CHECK-ENCODING: [0x27,0x5c,0x45,0x3e] 4076# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4077# CHECK-UNKNOWN: 27 5c 45 3e <unknown> 4078 4079vsxseg2ei512.v v24, (a0), v4 4080# CHECK-INST: vsxseg2ei512.v v24, (a0), v4 4081# CHECK-ENCODING: [0x27,0x6c,0x45,0x3e] 4082# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4083# CHECK-UNKNOWN: 27 6c 45 3e <unknown> 4084 4085vsxseg2ei1024.v v24, (a0), v4 4086# CHECK-INST: vsxseg2ei1024.v v24, (a0), v4 4087# CHECK-ENCODING: [0x27,0x7c,0x45,0x3e] 4088# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4089# CHECK-UNKNOWN: 27 7c 45 3e <unknown> 4090 4091vsxseg2ei8.v v24, (a0), v4, v0.t 4092# CHECK-INST: vsxseg2ei8.v v24, (a0), v4, v0.t 4093# CHECK-ENCODING: [0x27,0x0c,0x45,0x2c] 4094# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4095# CHECK-UNKNOWN: 27 0c 45 2c <unknown> 4096 4097vsxseg2ei16.v v24, (a0), v4, v0.t 4098# CHECK-INST: vsxseg2ei16.v v24, (a0), v4, v0.t 4099# CHECK-ENCODING: [0x27,0x5c,0x45,0x2c] 4100# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4101# CHECK-UNKNOWN: 27 5c 45 2c <unknown> 4102 4103vsxseg2ei32.v v24, (a0), v4, v0.t 4104# CHECK-INST: vsxseg2ei32.v v24, (a0), v4, v0.t 4105# CHECK-ENCODING: [0x27,0x6c,0x45,0x2c] 4106# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4107# CHECK-UNKNOWN: 27 6c 45 2c <unknown> 4108 4109vsxseg2ei64.v v24, (a0), v4, v0.t 4110# CHECK-INST: vsxseg2ei64.v v24, (a0), v4, v0.t 4111# CHECK-ENCODING: [0x27,0x7c,0x45,0x2c] 4112# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4113# CHECK-UNKNOWN: 27 7c 45 2c <unknown> 4114 4115vsxseg2ei128.v v24, (a0), v4, v0.t 4116# CHECK-INST: vsxseg2ei128.v v24, (a0), v4, v0.t 4117# CHECK-ENCODING: [0x27,0x0c,0x45,0x3c] 4118# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4119# CHECK-UNKNOWN: 27 0c 45 3c <unknown> 4120 4121vsxseg2ei256.v v24, (a0), v4, v0.t 4122# CHECK-INST: vsxseg2ei256.v v24, (a0), v4, v0.t 4123# CHECK-ENCODING: [0x27,0x5c,0x45,0x3c] 4124# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4125# CHECK-UNKNOWN: 27 5c 45 3c <unknown> 4126 4127vsxseg2ei512.v v24, (a0), v4, v0.t 4128# CHECK-INST: vsxseg2ei512.v v24, (a0), v4, v0.t 4129# CHECK-ENCODING: [0x27,0x6c,0x45,0x3c] 4130# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4131# CHECK-UNKNOWN: 27 6c 45 3c <unknown> 4132 4133vsxseg2ei1024.v v24, (a0), v4, v0.t 4134# CHECK-INST: vsxseg2ei1024.v v24, (a0), v4, v0.t 4135# CHECK-ENCODING: [0x27,0x7c,0x45,0x3c] 4136# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4137# CHECK-UNKNOWN: 27 7c 45 3c <unknown> 4138 4139vsxseg3ei8.v v24, (a0), v4 4140# CHECK-INST: vsxseg3ei8.v v24, (a0), v4 4141# CHECK-ENCODING: [0x27,0x0c,0x45,0x4e] 4142# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4143# CHECK-UNKNOWN: 27 0c 45 4e <unknown> 4144 4145vsxseg3ei16.v v24, (a0), v4 4146# CHECK-INST: vsxseg3ei16.v v24, (a0), v4 4147# CHECK-ENCODING: [0x27,0x5c,0x45,0x4e] 4148# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4149# CHECK-UNKNOWN: 27 5c 45 4e <unknown> 4150 4151vsxseg3ei32.v v24, (a0), v4 4152# CHECK-INST: vsxseg3ei32.v v24, (a0), v4 4153# CHECK-ENCODING: [0x27,0x6c,0x45,0x4e] 4154# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4155# CHECK-UNKNOWN: 27 6c 45 4e <unknown> 4156 4157vsxseg3ei64.v v24, (a0), v4 4158# CHECK-INST: vsxseg3ei64.v v24, (a0), v4 4159# CHECK-ENCODING: [0x27,0x7c,0x45,0x4e] 4160# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4161# CHECK-UNKNOWN: 27 7c 45 4e <unknown> 4162 4163vsxseg3ei128.v v24, (a0), v4 4164# CHECK-INST: vsxseg3ei128.v v24, (a0), v4 4165# CHECK-ENCODING: [0x27,0x0c,0x45,0x5e] 4166# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4167# CHECK-UNKNOWN: 27 0c 45 5e <unknown> 4168 4169vsxseg3ei256.v v24, (a0), v4 4170# CHECK-INST: vsxseg3ei256.v v24, (a0), v4 4171# CHECK-ENCODING: [0x27,0x5c,0x45,0x5e] 4172# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4173# CHECK-UNKNOWN: 27 5c 45 5e <unknown> 4174 4175vsxseg3ei512.v v24, (a0), v4 4176# CHECK-INST: vsxseg3ei512.v v24, (a0), v4 4177# CHECK-ENCODING: [0x27,0x6c,0x45,0x5e] 4178# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4179# CHECK-UNKNOWN: 27 6c 45 5e <unknown> 4180 4181vsxseg3ei1024.v v24, (a0), v4 4182# CHECK-INST: vsxseg3ei1024.v v24, (a0), v4 4183# CHECK-ENCODING: [0x27,0x7c,0x45,0x5e] 4184# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4185# CHECK-UNKNOWN: 27 7c 45 5e <unknown> 4186 4187vsxseg3ei8.v v24, (a0), v4, v0.t 4188# CHECK-INST: vsxseg3ei8.v v24, (a0), v4, v0.t 4189# CHECK-ENCODING: [0x27,0x0c,0x45,0x4c] 4190# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4191# CHECK-UNKNOWN: 27 0c 45 4c <unknown> 4192 4193vsxseg3ei16.v v24, (a0), v4, v0.t 4194# CHECK-INST: vsxseg3ei16.v v24, (a0), v4, v0.t 4195# CHECK-ENCODING: [0x27,0x5c,0x45,0x4c] 4196# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4197# CHECK-UNKNOWN: 27 5c 45 4c <unknown> 4198 4199vsxseg3ei32.v v24, (a0), v4, v0.t 4200# CHECK-INST: vsxseg3ei32.v v24, (a0), v4, v0.t 4201# CHECK-ENCODING: [0x27,0x6c,0x45,0x4c] 4202# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4203# CHECK-UNKNOWN: 27 6c 45 4c <unknown> 4204 4205vsxseg3ei64.v v24, (a0), v4, v0.t 4206# CHECK-INST: vsxseg3ei64.v v24, (a0), v4, v0.t 4207# CHECK-ENCODING: [0x27,0x7c,0x45,0x4c] 4208# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4209# CHECK-UNKNOWN: 27 7c 45 4c <unknown> 4210 4211vsxseg3ei128.v v24, (a0), v4, v0.t 4212# CHECK-INST: vsxseg3ei128.v v24, (a0), v4, v0.t 4213# CHECK-ENCODING: [0x27,0x0c,0x45,0x5c] 4214# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4215# CHECK-UNKNOWN: 27 0c 45 5c <unknown> 4216 4217vsxseg3ei256.v v24, (a0), v4, v0.t 4218# CHECK-INST: vsxseg3ei256.v v24, (a0), v4, v0.t 4219# CHECK-ENCODING: [0x27,0x5c,0x45,0x5c] 4220# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4221# CHECK-UNKNOWN: 27 5c 45 5c <unknown> 4222 4223vsxseg3ei512.v v24, (a0), v4, v0.t 4224# CHECK-INST: vsxseg3ei512.v v24, (a0), v4, v0.t 4225# CHECK-ENCODING: [0x27,0x6c,0x45,0x5c] 4226# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4227# CHECK-UNKNOWN: 27 6c 45 5c <unknown> 4228 4229vsxseg3ei1024.v v24, (a0), v4, v0.t 4230# CHECK-INST: vsxseg3ei1024.v v24, (a0), v4, v0.t 4231# CHECK-ENCODING: [0x27,0x7c,0x45,0x5c] 4232# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4233# CHECK-UNKNOWN: 27 7c 45 5c <unknown> 4234 4235vsxseg4ei8.v v24, (a0), v4 4236# CHECK-INST: vsxseg4ei8.v v24, (a0), v4 4237# CHECK-ENCODING: [0x27,0x0c,0x45,0x6e] 4238# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4239# CHECK-UNKNOWN: 27 0c 45 6e <unknown> 4240 4241vsxseg4ei16.v v24, (a0), v4 4242# CHECK-INST: vsxseg4ei16.v v24, (a0), v4 4243# CHECK-ENCODING: [0x27,0x5c,0x45,0x6e] 4244# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4245# CHECK-UNKNOWN: 27 5c 45 6e <unknown> 4246 4247vsxseg4ei32.v v24, (a0), v4 4248# CHECK-INST: vsxseg4ei32.v v24, (a0), v4 4249# CHECK-ENCODING: [0x27,0x6c,0x45,0x6e] 4250# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4251# CHECK-UNKNOWN: 27 6c 45 6e <unknown> 4252 4253vsxseg4ei64.v v24, (a0), v4 4254# CHECK-INST: vsxseg4ei64.v v24, (a0), v4 4255# CHECK-ENCODING: [0x27,0x7c,0x45,0x6e] 4256# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4257# CHECK-UNKNOWN: 27 7c 45 6e <unknown> 4258 4259vsxseg4ei128.v v24, (a0), v4 4260# CHECK-INST: vsxseg4ei128.v v24, (a0), v4 4261# CHECK-ENCODING: [0x27,0x0c,0x45,0x7e] 4262# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4263# CHECK-UNKNOWN: 27 0c 45 7e <unknown> 4264 4265vsxseg4ei256.v v24, (a0), v4 4266# CHECK-INST: vsxseg4ei256.v v24, (a0), v4 4267# CHECK-ENCODING: [0x27,0x5c,0x45,0x7e] 4268# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4269# CHECK-UNKNOWN: 27 5c 45 7e <unknown> 4270 4271vsxseg4ei512.v v24, (a0), v4 4272# CHECK-INST: vsxseg4ei512.v v24, (a0), v4 4273# CHECK-ENCODING: [0x27,0x6c,0x45,0x7e] 4274# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4275# CHECK-UNKNOWN: 27 6c 45 7e <unknown> 4276 4277vsxseg4ei1024.v v24, (a0), v4 4278# CHECK-INST: vsxseg4ei1024.v v24, (a0), v4 4279# CHECK-ENCODING: [0x27,0x7c,0x45,0x7e] 4280# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4281# CHECK-UNKNOWN: 27 7c 45 7e <unknown> 4282 4283vsxseg4ei8.v v24, (a0), v4, v0.t 4284# CHECK-INST: vsxseg4ei8.v v24, (a0), v4, v0.t 4285# CHECK-ENCODING: [0x27,0x0c,0x45,0x6c] 4286# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4287# CHECK-UNKNOWN: 27 0c 45 6c <unknown> 4288 4289vsxseg4ei16.v v24, (a0), v4, v0.t 4290# CHECK-INST: vsxseg4ei16.v v24, (a0), v4, v0.t 4291# CHECK-ENCODING: [0x27,0x5c,0x45,0x6c] 4292# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4293# CHECK-UNKNOWN: 27 5c 45 6c <unknown> 4294 4295vsxseg4ei32.v v24, (a0), v4, v0.t 4296# CHECK-INST: vsxseg4ei32.v v24, (a0), v4, v0.t 4297# CHECK-ENCODING: [0x27,0x6c,0x45,0x6c] 4298# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4299# CHECK-UNKNOWN: 27 6c 45 6c <unknown> 4300 4301vsxseg4ei64.v v24, (a0), v4, v0.t 4302# CHECK-INST: vsxseg4ei64.v v24, (a0), v4, v0.t 4303# CHECK-ENCODING: [0x27,0x7c,0x45,0x6c] 4304# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4305# CHECK-UNKNOWN: 27 7c 45 6c <unknown> 4306 4307vsxseg4ei128.v v24, (a0), v4, v0.t 4308# CHECK-INST: vsxseg4ei128.v v24, (a0), v4, v0.t 4309# CHECK-ENCODING: [0x27,0x0c,0x45,0x7c] 4310# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4311# CHECK-UNKNOWN: 27 0c 45 7c <unknown> 4312 4313vsxseg4ei256.v v24, (a0), v4, v0.t 4314# CHECK-INST: vsxseg4ei256.v v24, (a0), v4, v0.t 4315# CHECK-ENCODING: [0x27,0x5c,0x45,0x7c] 4316# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4317# CHECK-UNKNOWN: 27 5c 45 7c <unknown> 4318 4319vsxseg4ei512.v v24, (a0), v4, v0.t 4320# CHECK-INST: vsxseg4ei512.v v24, (a0), v4, v0.t 4321# CHECK-ENCODING: [0x27,0x6c,0x45,0x7c] 4322# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4323# CHECK-UNKNOWN: 27 6c 45 7c <unknown> 4324 4325vsxseg4ei1024.v v24, (a0), v4, v0.t 4326# CHECK-INST: vsxseg4ei1024.v v24, (a0), v4, v0.t 4327# CHECK-ENCODING: [0x27,0x7c,0x45,0x7c] 4328# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4329# CHECK-UNKNOWN: 27 7c 45 7c <unknown> 4330 4331vsxseg5ei8.v v24, (a0), v4 4332# CHECK-INST: vsxseg5ei8.v v24, (a0), v4 4333# CHECK-ENCODING: [0x27,0x0c,0x45,0x8e] 4334# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4335# CHECK-UNKNOWN: 27 0c 45 8e <unknown> 4336 4337vsxseg5ei16.v v24, (a0), v4 4338# CHECK-INST: vsxseg5ei16.v v24, (a0), v4 4339# CHECK-ENCODING: [0x27,0x5c,0x45,0x8e] 4340# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4341# CHECK-UNKNOWN: 27 5c 45 8e <unknown> 4342 4343vsxseg5ei32.v v24, (a0), v4 4344# CHECK-INST: vsxseg5ei32.v v24, (a0), v4 4345# CHECK-ENCODING: [0x27,0x6c,0x45,0x8e] 4346# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4347# CHECK-UNKNOWN: 27 6c 45 8e <unknown> 4348 4349vsxseg5ei64.v v24, (a0), v4 4350# CHECK-INST: vsxseg5ei64.v v24, (a0), v4 4351# CHECK-ENCODING: [0x27,0x7c,0x45,0x8e] 4352# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4353# CHECK-UNKNOWN: 27 7c 45 8e <unknown> 4354 4355vsxseg5ei128.v v24, (a0), v4 4356# CHECK-INST: vsxseg5ei128.v v24, (a0), v4 4357# CHECK-ENCODING: [0x27,0x0c,0x45,0x9e] 4358# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4359# CHECK-UNKNOWN: 27 0c 45 9e <unknown> 4360 4361vsxseg5ei256.v v24, (a0), v4 4362# CHECK-INST: vsxseg5ei256.v v24, (a0), v4 4363# CHECK-ENCODING: [0x27,0x5c,0x45,0x9e] 4364# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4365# CHECK-UNKNOWN: 27 5c 45 9e <unknown> 4366 4367vsxseg5ei512.v v24, (a0), v4 4368# CHECK-INST: vsxseg5ei512.v v24, (a0), v4 4369# CHECK-ENCODING: [0x27,0x6c,0x45,0x9e] 4370# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4371# CHECK-UNKNOWN: 27 6c 45 9e <unknown> 4372 4373vsxseg5ei1024.v v24, (a0), v4 4374# CHECK-INST: vsxseg5ei1024.v v24, (a0), v4 4375# CHECK-ENCODING: [0x27,0x7c,0x45,0x9e] 4376# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4377# CHECK-UNKNOWN: 27 7c 45 9e <unknown> 4378 4379vsxseg5ei8.v v24, (a0), v4, v0.t 4380# CHECK-INST: vsxseg5ei8.v v24, (a0), v4, v0.t 4381# CHECK-ENCODING: [0x27,0x0c,0x45,0x8c] 4382# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4383# CHECK-UNKNOWN: 27 0c 45 8c <unknown> 4384 4385vsxseg5ei16.v v24, (a0), v4, v0.t 4386# CHECK-INST: vsxseg5ei16.v v24, (a0), v4, v0.t 4387# CHECK-ENCODING: [0x27,0x5c,0x45,0x8c] 4388# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4389# CHECK-UNKNOWN: 27 5c 45 8c <unknown> 4390 4391vsxseg5ei32.v v24, (a0), v4, v0.t 4392# CHECK-INST: vsxseg5ei32.v v24, (a0), v4, v0.t 4393# CHECK-ENCODING: [0x27,0x6c,0x45,0x8c] 4394# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4395# CHECK-UNKNOWN: 27 6c 45 8c <unknown> 4396 4397vsxseg5ei64.v v24, (a0), v4, v0.t 4398# CHECK-INST: vsxseg5ei64.v v24, (a0), v4, v0.t 4399# CHECK-ENCODING: [0x27,0x7c,0x45,0x8c] 4400# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4401# CHECK-UNKNOWN: 27 7c 45 8c <unknown> 4402 4403vsxseg5ei128.v v24, (a0), v4, v0.t 4404# CHECK-INST: vsxseg5ei128.v v24, (a0), v4, v0.t 4405# CHECK-ENCODING: [0x27,0x0c,0x45,0x9c] 4406# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4407# CHECK-UNKNOWN: 27 0c 45 9c <unknown> 4408 4409vsxseg5ei256.v v24, (a0), v4, v0.t 4410# CHECK-INST: vsxseg5ei256.v v24, (a0), v4, v0.t 4411# CHECK-ENCODING: [0x27,0x5c,0x45,0x9c] 4412# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4413# CHECK-UNKNOWN: 27 5c 45 9c <unknown> 4414 4415vsxseg5ei512.v v24, (a0), v4, v0.t 4416# CHECK-INST: vsxseg5ei512.v v24, (a0), v4, v0.t 4417# CHECK-ENCODING: [0x27,0x6c,0x45,0x9c] 4418# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4419# CHECK-UNKNOWN: 27 6c 45 9c <unknown> 4420 4421vsxseg5ei1024.v v24, (a0), v4, v0.t 4422# CHECK-INST: vsxseg5ei1024.v v24, (a0), v4, v0.t 4423# CHECK-ENCODING: [0x27,0x7c,0x45,0x9c] 4424# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4425# CHECK-UNKNOWN: 27 7c 45 9c <unknown> 4426 4427vsxseg6ei8.v v24, (a0), v4 4428# CHECK-INST: vsxseg6ei8.v v24, (a0), v4 4429# CHECK-ENCODING: [0x27,0x0c,0x45,0xae] 4430# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4431# CHECK-UNKNOWN: 27 0c 45 ae <unknown> 4432 4433vsxseg6ei16.v v24, (a0), v4 4434# CHECK-INST: vsxseg6ei16.v v24, (a0), v4 4435# CHECK-ENCODING: [0x27,0x5c,0x45,0xae] 4436# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4437# CHECK-UNKNOWN: 27 5c 45 ae <unknown> 4438 4439vsxseg6ei32.v v24, (a0), v4 4440# CHECK-INST: vsxseg6ei32.v v24, (a0), v4 4441# CHECK-ENCODING: [0x27,0x6c,0x45,0xae] 4442# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4443# CHECK-UNKNOWN: 27 6c 45 ae <unknown> 4444 4445vsxseg6ei64.v v24, (a0), v4 4446# CHECK-INST: vsxseg6ei64.v v24, (a0), v4 4447# CHECK-ENCODING: [0x27,0x7c,0x45,0xae] 4448# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4449# CHECK-UNKNOWN: 27 7c 45 ae <unknown> 4450 4451vsxseg6ei128.v v24, (a0), v4 4452# CHECK-INST: vsxseg6ei128.v v24, (a0), v4 4453# CHECK-ENCODING: [0x27,0x0c,0x45,0xbe] 4454# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4455# CHECK-UNKNOWN: 27 0c 45 be <unknown> 4456 4457vsxseg6ei256.v v24, (a0), v4 4458# CHECK-INST: vsxseg6ei256.v v24, (a0), v4 4459# CHECK-ENCODING: [0x27,0x5c,0x45,0xbe] 4460# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4461# CHECK-UNKNOWN: 27 5c 45 be <unknown> 4462 4463vsxseg6ei512.v v24, (a0), v4 4464# CHECK-INST: vsxseg6ei512.v v24, (a0), v4 4465# CHECK-ENCODING: [0x27,0x6c,0x45,0xbe] 4466# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4467# CHECK-UNKNOWN: 27 6c 45 be <unknown> 4468 4469vsxseg6ei1024.v v24, (a0), v4 4470# CHECK-INST: vsxseg6ei1024.v v24, (a0), v4 4471# CHECK-ENCODING: [0x27,0x7c,0x45,0xbe] 4472# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4473# CHECK-UNKNOWN: 27 7c 45 be <unknown> 4474 4475vsxseg6ei8.v v24, (a0), v4, v0.t 4476# CHECK-INST: vsxseg6ei8.v v24, (a0), v4, v0.t 4477# CHECK-ENCODING: [0x27,0x0c,0x45,0xac] 4478# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4479# CHECK-UNKNOWN: 27 0c 45 ac <unknown> 4480 4481vsxseg6ei16.v v24, (a0), v4, v0.t 4482# CHECK-INST: vsxseg6ei16.v v24, (a0), v4, v0.t 4483# CHECK-ENCODING: [0x27,0x5c,0x45,0xac] 4484# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4485# CHECK-UNKNOWN: 27 5c 45 ac <unknown> 4486 4487vsxseg6ei32.v v24, (a0), v4, v0.t 4488# CHECK-INST: vsxseg6ei32.v v24, (a0), v4, v0.t 4489# CHECK-ENCODING: [0x27,0x6c,0x45,0xac] 4490# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4491# CHECK-UNKNOWN: 27 6c 45 ac <unknown> 4492 4493vsxseg6ei64.v v24, (a0), v4, v0.t 4494# CHECK-INST: vsxseg6ei64.v v24, (a0), v4, v0.t 4495# CHECK-ENCODING: [0x27,0x7c,0x45,0xac] 4496# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4497# CHECK-UNKNOWN: 27 7c 45 ac <unknown> 4498 4499vsxseg6ei128.v v24, (a0), v4, v0.t 4500# CHECK-INST: vsxseg6ei128.v v24, (a0), v4, v0.t 4501# CHECK-ENCODING: [0x27,0x0c,0x45,0xbc] 4502# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4503# CHECK-UNKNOWN: 27 0c 45 bc <unknown> 4504 4505vsxseg6ei256.v v24, (a0), v4, v0.t 4506# CHECK-INST: vsxseg6ei256.v v24, (a0), v4, v0.t 4507# CHECK-ENCODING: [0x27,0x5c,0x45,0xbc] 4508# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4509# CHECK-UNKNOWN: 27 5c 45 bc <unknown> 4510 4511vsxseg6ei512.v v24, (a0), v4, v0.t 4512# CHECK-INST: vsxseg6ei512.v v24, (a0), v4, v0.t 4513# CHECK-ENCODING: [0x27,0x6c,0x45,0xbc] 4514# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4515# CHECK-UNKNOWN: 27 6c 45 bc <unknown> 4516 4517vsxseg6ei1024.v v24, (a0), v4, v0.t 4518# CHECK-INST: vsxseg6ei1024.v v24, (a0), v4, v0.t 4519# CHECK-ENCODING: [0x27,0x7c,0x45,0xbc] 4520# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4521# CHECK-UNKNOWN: 27 7c 45 bc <unknown> 4522 4523vsxseg7ei8.v v24, (a0), v4 4524# CHECK-INST: vsxseg7ei8.v v24, (a0), v4 4525# CHECK-ENCODING: [0x27,0x0c,0x45,0xce] 4526# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4527# CHECK-UNKNOWN: 27 0c 45 ce <unknown> 4528 4529vsxseg7ei16.v v24, (a0), v4 4530# CHECK-INST: vsxseg7ei16.v v24, (a0), v4 4531# CHECK-ENCODING: [0x27,0x5c,0x45,0xce] 4532# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4533# CHECK-UNKNOWN: 27 5c 45 ce <unknown> 4534 4535vsxseg7ei32.v v24, (a0), v4 4536# CHECK-INST: vsxseg7ei32.v v24, (a0), v4 4537# CHECK-ENCODING: [0x27,0x6c,0x45,0xce] 4538# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4539# CHECK-UNKNOWN: 27 6c 45 ce <unknown> 4540 4541vsxseg7ei64.v v24, (a0), v4 4542# CHECK-INST: vsxseg7ei64.v v24, (a0), v4 4543# CHECK-ENCODING: [0x27,0x7c,0x45,0xce] 4544# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4545# CHECK-UNKNOWN: 27 7c 45 ce <unknown> 4546 4547vsxseg7ei128.v v24, (a0), v4 4548# CHECK-INST: vsxseg7ei128.v v24, (a0), v4 4549# CHECK-ENCODING: [0x27,0x0c,0x45,0xde] 4550# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4551# CHECK-UNKNOWN: 27 0c 45 de <unknown> 4552 4553vsxseg7ei256.v v24, (a0), v4 4554# CHECK-INST: vsxseg7ei256.v v24, (a0), v4 4555# CHECK-ENCODING: [0x27,0x5c,0x45,0xde] 4556# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4557# CHECK-UNKNOWN: 27 5c 45 de <unknown> 4558 4559vsxseg7ei512.v v24, (a0), v4 4560# CHECK-INST: vsxseg7ei512.v v24, (a0), v4 4561# CHECK-ENCODING: [0x27,0x6c,0x45,0xde] 4562# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4563# CHECK-UNKNOWN: 27 6c 45 de <unknown> 4564 4565vsxseg7ei1024.v v24, (a0), v4 4566# CHECK-INST: vsxseg7ei1024.v v24, (a0), v4 4567# CHECK-ENCODING: [0x27,0x7c,0x45,0xde] 4568# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4569# CHECK-UNKNOWN: 27 7c 45 de <unknown> 4570 4571vsxseg7ei8.v v24, (a0), v4, v0.t 4572# CHECK-INST: vsxseg7ei8.v v24, (a0), v4, v0.t 4573# CHECK-ENCODING: [0x27,0x0c,0x45,0xcc] 4574# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4575# CHECK-UNKNOWN: 27 0c 45 cc <unknown> 4576 4577vsxseg7ei16.v v24, (a0), v4, v0.t 4578# CHECK-INST: vsxseg7ei16.v v24, (a0), v4, v0.t 4579# CHECK-ENCODING: [0x27,0x5c,0x45,0xcc] 4580# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4581# CHECK-UNKNOWN: 27 5c 45 cc <unknown> 4582 4583vsxseg7ei32.v v24, (a0), v4, v0.t 4584# CHECK-INST: vsxseg7ei32.v v24, (a0), v4, v0.t 4585# CHECK-ENCODING: [0x27,0x6c,0x45,0xcc] 4586# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4587# CHECK-UNKNOWN: 27 6c 45 cc <unknown> 4588 4589vsxseg7ei64.v v24, (a0), v4, v0.t 4590# CHECK-INST: vsxseg7ei64.v v24, (a0), v4, v0.t 4591# CHECK-ENCODING: [0x27,0x7c,0x45,0xcc] 4592# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4593# CHECK-UNKNOWN: 27 7c 45 cc <unknown> 4594 4595vsxseg7ei128.v v24, (a0), v4, v0.t 4596# CHECK-INST: vsxseg7ei128.v v24, (a0), v4, v0.t 4597# CHECK-ENCODING: [0x27,0x0c,0x45,0xdc] 4598# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4599# CHECK-UNKNOWN: 27 0c 45 dc <unknown> 4600 4601vsxseg7ei256.v v24, (a0), v4, v0.t 4602# CHECK-INST: vsxseg7ei256.v v24, (a0), v4, v0.t 4603# CHECK-ENCODING: [0x27,0x5c,0x45,0xdc] 4604# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4605# CHECK-UNKNOWN: 27 5c 45 dc <unknown> 4606 4607vsxseg7ei512.v v24, (a0), v4, v0.t 4608# CHECK-INST: vsxseg7ei512.v v24, (a0), v4, v0.t 4609# CHECK-ENCODING: [0x27,0x6c,0x45,0xdc] 4610# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4611# CHECK-UNKNOWN: 27 6c 45 dc <unknown> 4612 4613vsxseg7ei1024.v v24, (a0), v4, v0.t 4614# CHECK-INST: vsxseg7ei1024.v v24, (a0), v4, v0.t 4615# CHECK-ENCODING: [0x27,0x7c,0x45,0xdc] 4616# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4617# CHECK-UNKNOWN: 27 7c 45 dc <unknown> 4618 4619vsxseg8ei8.v v24, (a0), v4 4620# CHECK-INST: vsxseg8ei8.v v24, (a0), v4 4621# CHECK-ENCODING: [0x27,0x0c,0x45,0xee] 4622# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4623# CHECK-UNKNOWN: 27 0c 45 ee <unknown> 4624 4625vsxseg8ei16.v v24, (a0), v4 4626# CHECK-INST: vsxseg8ei16.v v24, (a0), v4 4627# CHECK-ENCODING: [0x27,0x5c,0x45,0xee] 4628# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4629# CHECK-UNKNOWN: 27 5c 45 ee <unknown> 4630 4631vsxseg8ei32.v v24, (a0), v4 4632# CHECK-INST: vsxseg8ei32.v v24, (a0), v4 4633# CHECK-ENCODING: [0x27,0x6c,0x45,0xee] 4634# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4635# CHECK-UNKNOWN: 27 6c 45 ee <unknown> 4636 4637vsxseg8ei64.v v24, (a0), v4 4638# CHECK-INST: vsxseg8ei64.v v24, (a0), v4 4639# CHECK-ENCODING: [0x27,0x7c,0x45,0xee] 4640# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4641# CHECK-UNKNOWN: 27 7c 45 ee <unknown> 4642 4643vsxseg8ei128.v v24, (a0), v4 4644# CHECK-INST: vsxseg8ei128.v v24, (a0), v4 4645# CHECK-ENCODING: [0x27,0x0c,0x45,0xfe] 4646# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4647# CHECK-UNKNOWN: 27 0c 45 fe <unknown> 4648 4649vsxseg8ei256.v v24, (a0), v4 4650# CHECK-INST: vsxseg8ei256.v v24, (a0), v4 4651# CHECK-ENCODING: [0x27,0x5c,0x45,0xfe] 4652# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4653# CHECK-UNKNOWN: 27 5c 45 fe <unknown> 4654 4655vsxseg8ei512.v v24, (a0), v4 4656# CHECK-INST: vsxseg8ei512.v v24, (a0), v4 4657# CHECK-ENCODING: [0x27,0x6c,0x45,0xfe] 4658# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4659# CHECK-UNKNOWN: 27 6c 45 fe <unknown> 4660 4661vsxseg8ei1024.v v24, (a0), v4 4662# CHECK-INST: vsxseg8ei1024.v v24, (a0), v4 4663# CHECK-ENCODING: [0x27,0x7c,0x45,0xfe] 4664# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4665# CHECK-UNKNOWN: 27 7c 45 fe <unknown> 4666 4667vsxseg8ei8.v v24, (a0), v4, v0.t 4668# CHECK-INST: vsxseg8ei8.v v24, (a0), v4, v0.t 4669# CHECK-ENCODING: [0x27,0x0c,0x45,0xec] 4670# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4671# CHECK-UNKNOWN: 27 0c 45 ec <unknown> 4672 4673vsxseg8ei16.v v24, (a0), v4, v0.t 4674# CHECK-INST: vsxseg8ei16.v v24, (a0), v4, v0.t 4675# CHECK-ENCODING: [0x27,0x5c,0x45,0xec] 4676# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4677# CHECK-UNKNOWN: 27 5c 45 ec <unknown> 4678 4679vsxseg8ei32.v v24, (a0), v4, v0.t 4680# CHECK-INST: vsxseg8ei32.v v24, (a0), v4, v0.t 4681# CHECK-ENCODING: [0x27,0x6c,0x45,0xec] 4682# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4683# CHECK-UNKNOWN: 27 6c 45 ec <unknown> 4684 4685vsxseg8ei64.v v24, (a0), v4, v0.t 4686# CHECK-INST: vsxseg8ei64.v v24, (a0), v4, v0.t 4687# CHECK-ENCODING: [0x27,0x7c,0x45,0xec] 4688# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4689# CHECK-UNKNOWN: 27 7c 45 ec <unknown> 4690 4691vsxseg8ei128.v v24, (a0), v4, v0.t 4692# CHECK-INST: vsxseg8ei128.v v24, (a0), v4, v0.t 4693# CHECK-ENCODING: [0x27,0x0c,0x45,0xfc] 4694# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4695# CHECK-UNKNOWN: 27 0c 45 fc <unknown> 4696 4697vsxseg8ei256.v v24, (a0), v4, v0.t 4698# CHECK-INST: vsxseg8ei256.v v24, (a0), v4, v0.t 4699# CHECK-ENCODING: [0x27,0x5c,0x45,0xfc] 4700# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4701# CHECK-UNKNOWN: 27 5c 45 fc <unknown> 4702 4703vsxseg8ei512.v v24, (a0), v4, v0.t 4704# CHECK-INST: vsxseg8ei512.v v24, (a0), v4, v0.t 4705# CHECK-ENCODING: [0x27,0x6c,0x45,0xfc] 4706# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4707# CHECK-UNKNOWN: 27 6c 45 fc <unknown> 4708 4709vsxseg8ei1024.v v24, (a0), v4, v0.t 4710# CHECK-INST: vsxseg8ei1024.v v24, (a0), v4, v0.t 4711# CHECK-ENCODING: [0x27,0x7c,0x45,0xfc] 4712# CHECK-ERROR: instruction requires the following: 'Zvlsseg' (Vector segment load/store instructions) 4713# CHECK-UNKNOWN: 27 7c 45 fc <unknown>