brintos

brintos / llvm-project-archived public Read only

0
0
Text · 34.4 KiB · 6006575 Raw
979 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+d128,+tlb-rmi,+xs < %s \2// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+tlb-rmi,+xs < %s 2>&1 \4// RUN:        | FileCheck %s --check-prefixes=CHECK-ERROR5// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+d128,+tlb-rmi,+xs < %s \6// RUN:        | llvm-objdump -d --mattr=+d128,+tlb-rmi,+xs --no-print-imm-hex - | FileCheck %s --check-prefix=CHECK-INST7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+d128,+tlb-rmi,+xs < %s \8// RUN:   | llvm-objdump -d --mattr=-d128,+tlb-rmi,+xs --no-print-imm-hex - | FileCheck %s --check-prefix=CHECK-UNKNOWN9// Disassemble encoding and check the re-encoding (-show-encoding) matches.10// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+d128,+tlb-rmi,+xs < %s \11// RUN:        | sed '/.text/d' | sed 's/.*encoding: //g' \12// RUN:        | llvm-mc -triple=aarch64 -mattr=+d128,+tlb-rmi,+xs -disassemble -show-encoding \13// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST14 15 16// +tbl-rmi required for RIPA*/RVA*17// +xs required for *NXS18 19// sysp #<op1>, <Cn>, <Cm>, #<op2>{, <Xt1>, <Xt2>}20// registers with 128-bit formats (op0, op1, Cn, Cm, op2)21// For sysp, op0 is 022 23sysp #0, c2, c0, #0, x0, x1// TTBR0_EL1     3  0  2  0  024// CHECK-INST: sysp #0, c2, c0, #0, x0, x125// CHECK-ENCODING: encoding: [0x00,0x20,0x48,0xd5]26// CHECK-ERROR: error: instruction requires: d12827// CHECK-UNKNOWN:  d5482000      <unknown>28 29sysp #0, c2, c0, #1, x0, x1// TTBR1_EL1     3  0  2  0  130// CHECK-INST: sysp #0, c2, c0, #1, x0, x131// CHECK-ENCODING: encoding: [0x20,0x20,0x48,0xd5]32// CHECK-ERROR: error: instruction requires: d12833// CHECK-UNKNOWN:  d5482020      <unknown>34 35sysp #0, c7, c4, #0, x0, x1// PAR_EL1       3  0  7  4  036// CHECK-INST: sysp #0, c7, c4, #0, x0, x137// CHECK-ENCODING: encoding: [0x00,0x74,0x48,0xd5]38// CHECK-ERROR: error: instruction requires: d12839// CHECK-UNKNOWN:  d5487400      <unknown>40 41sysp #0, c13, c0, #3, x0, x1         // RCWSMASK_EL1  3  0 13  0  342// CHECK-INST: sysp #0, c13, c0, #3, x0, x143// CHECK-ENCODING: encoding: [0x60,0xd0,0x48,0xd5]44// CHECK-ERROR: error: instruction requires: d12845// CHECK-UNKNOWN:  d548d060      <unknown>46 47sysp #0, c13, c0, #6, x0, x1         // RCWMASK_EL1   3  0 13  0  648// CHECK-INST: sysp #0, c13, c0, #6, x0, x149// CHECK-ENCODING: encoding: [0xc0,0xd0,0x48,0xd5]50// CHECK-ERROR: error: instruction requires: d12851// CHECK-UNKNOWN:  d548d0c0      <unknown>52 53sysp #4, c2, c0, #0, x0, x1// TTBR0_EL2     3  4  2  0  054// CHECK-INST: sysp #4, c2, c0, #0, x0, x155// CHECK-ENCODING: encoding: [0x00,0x20,0x4c,0xd5]56// CHECK-ERROR: error: instruction requires: d12857// CHECK-UNKNOWN:  d54c2000      <unknown>58 59sysp #4, c2, c0, #1, x0, x1// TTBR1_EL2     3  4  2  0  160// CHECK-INST: sysp #4, c2, c0, #1, x0, x161// CHECK-ENCODING: encoding: [0x20,0x20,0x4c,0xd5]62// CHECK-ERROR: error: instruction requires: d12863// CHECK-UNKNOWN:  d54c2020      <unknown>64 65sysp #4, c2, c1, #0, x0, x1// VTTBR_EL2     3  4  2  1  066// CHECK-INST: sysp #4, c2, c1, #0, x0, x167// CHECK-ENCODING: encoding: [0x00,0x21,0x4c,0xd5]68// CHECK-ERROR: error: instruction requires: d12869// CHECK-UNKNOWN:  d54c2100      <unknown>70 71 72 73sysp #0, c2, c0, #0, x0, x174// CHECK-INST: sysp #0, c2, c0, #0, x0, x175// CHECK-ENCODING: encoding: [0x00,0x20,0x48,0xd5]76// CHECK-ERROR: error: instruction requires: d12877// CHECK-UNKNOWN:  d5482000      <unknown>78 79sysp #0, c2, c0, #1, x0, x180// CHECK-INST: sysp #0, c2, c0, #1, x0, x181// CHECK-ENCODING: encoding: [0x20,0x20,0x48,0xd5]82// CHECK-ERROR: error: instruction requires: d12883// CHECK-UNKNOWN:  d5482020      <unknown>84 85sysp #0, c7, c4, #0, x0, x186// CHECK-INST: sysp #0, c7, c4, #0, x0, x187// CHECK-ENCODING: encoding: [0x00,0x74,0x48,0xd5]88// CHECK-ERROR: error: instruction requires: d12889// CHECK-UNKNOWN:  d5487400      <unknown>90 91sysp #0, c13, c0, #3, x0, x192// CHECK-INST: sysp #0, c13, c0, #3, x0, x193// CHECK-ENCODING: encoding: [0x60,0xd0,0x48,0xd5]94// CHECK-ERROR: error: instruction requires: d12895// CHECK-UNKNOWN:  d548d060      <unknown>96 97sysp #0, c13, c0, #6, x0, x198// CHECK-INST: sysp #0, c13, c0, #6, x0, x199// CHECK-ENCODING: encoding: [0xc0,0xd0,0x48,0xd5]100// CHECK-ERROR: error: instruction requires: d128101// CHECK-UNKNOWN:  d548d0c0      <unknown>102 103sysp #4, c2, c0, #0, x0, x1104// CHECK-INST: sysp #4, c2, c0, #0, x0, x1105// CHECK-ENCODING: encoding: [0x00,0x20,0x4c,0xd5]106// CHECK-ERROR: error: instruction requires: d128107// CHECK-UNKNOWN:  d54c2000      <unknown>108 109sysp #4, c2, c0, #1, x0, x1110// CHECK-INST: sysp #4, c2, c0, #1, x0, x1111// CHECK-ENCODING: encoding: [0x20,0x20,0x4c,0xd5]112// CHECK-ERROR: error: instruction requires: d128113// CHECK-UNKNOWN:  d54c2020      <unknown>114 115sysp #4, c2, c1, #0, x0, x1116// CHECK-INST: sysp #4, c2, c1, #0, x0, x1117// CHECK-ENCODING: encoding: [0x00,0x21,0x4c,0xd5]118// CHECK-ERROR: error: instruction requires: d128119// CHECK-UNKNOWN:  d54c2100      <unknown>120 121sysp #0, c2, c0, #0, x0, x1122// CHECK-INST: sysp #0, c2, c0, #0, x0, x1123// CHECK-ENCODING: encoding: [0x00,0x20,0x48,0xd5]124// CHECK-ERROR: error: instruction requires: d128125// CHECK-UNKNOWN:  d5482000      <unknown>126 127sysp #0, c2, c0, #0, x2, x3128// CHECK-INST: sysp #0, c2, c0, #0, x2, x3129// CHECK-ENCODING: encoding: [0x02,0x20,0x48,0xd5]130// CHECK-ERROR: error: instruction requires: d128131// CHECK-UNKNOWN:  d5482002      <unknown>132 133sysp #0, c2, c0, #0, x4, x5134// CHECK-INST: sysp #0, c2, c0, #0, x4, x5135// CHECK-ENCODING: encoding: [0x04,0x20,0x48,0xd5]136// CHECK-ERROR: error: instruction requires: d128137// CHECK-UNKNOWN:  d5482004      <unknown>138 139sysp #0, c2, c0, #0, x6, x7140// CHECK-INST: sysp #0, c2, c0, #0, x6, x7141// CHECK-ENCODING: encoding: [0x06,0x20,0x48,0xd5]142// CHECK-ERROR: error: instruction requires: d128143// CHECK-UNKNOWN:  d5482006      <unknown>144 145sysp #0, c2, c0, #0, x8, x9146// CHECK-INST: sysp #0, c2, c0, #0, x8, x9147// CHECK-ENCODING: encoding: [0x08,0x20,0x48,0xd5]148// CHECK-ERROR: error: instruction requires: d128149// CHECK-UNKNOWN:  d5482008      <unknown>150 151sysp #0, c2, c0, #0, x10, x11152// CHECK-INST: sysp #0, c2, c0, #0, x10, x11153// CHECK-ENCODING: encoding: [0x0a,0x20,0x48,0xd5]154// CHECK-ERROR: error: instruction requires: d128155// CHECK-UNKNOWN:  d548200a      <unknown>156 157sysp #0, c2, c0, #0, x12, x13158// CHECK-INST: sysp #0, c2, c0, #0, x12, x13159// CHECK-ENCODING: encoding: [0x0c,0x20,0x48,0xd5]160// CHECK-ERROR: error: instruction requires: d128161// CHECK-UNKNOWN:  d548200c      <unknown>162 163sysp #0, c2, c0, #0, x14, x15164// CHECK-INST: sysp #0, c2, c0, #0, x14, x15165// CHECK-ENCODING: encoding: [0x0e,0x20,0x48,0xd5]166// CHECK-ERROR: error: instruction requires: d128167// CHECK-UNKNOWN:  d548200e      <unknown>168 169sysp #0, c2, c0, #0, x16, x17170// CHECK-INST: sysp #0, c2, c0, #0, x16, x17171// CHECK-ENCODING: encoding: [0x10,0x20,0x48,0xd5]172// CHECK-ERROR: error: instruction requires: d128173// CHECK-UNKNOWN:  d5482010      <unknown>174 175sysp #0, c2, c0, #0, x18, x19176// CHECK-INST: sysp #0, c2, c0, #0, x18, x19177// CHECK-ENCODING: encoding: [0x12,0x20,0x48,0xd5]178// CHECK-ERROR: error: instruction requires: d128179// CHECK-UNKNOWN:  d5482012      <unknown>180 181sysp #0, c2, c0, #0, x20, x21182// CHECK-INST: sysp #0, c2, c0, #0, x20, x21183// CHECK-ENCODING: encoding: [0x14,0x20,0x48,0xd5]184// CHECK-ERROR: error: instruction requires: d128185// CHECK-UNKNOWN:  d5482014      <unknown>186 187sysp #0, c2, c0, #0, x22, x23188// CHECK-INST: sysp #0, c2, c0, #0, x22, x23189// CHECK-ENCODING: encoding: [0x16,0x20,0x48,0xd5]190// CHECK-ERROR: error: instruction requires: d128191// CHECK-UNKNOWN:  d5482016      <unknown>192 193sysp #0, c2, c0, #0, x24, x25194// CHECK-INST: sysp #0, c2, c0, #0, x24, x25195// CHECK-ENCODING: encoding: [0x18,0x20,0x48,0xd5]196// CHECK-ERROR: error: instruction requires: d128197// CHECK-UNKNOWN:  d5482018      <unknown>198 199sysp #0, c2, c0, #0, x26, x27200// CHECK-INST: sysp #0, c2, c0, #0, x26, x27201// CHECK-ENCODING: encoding: [0x1a,0x20,0x48,0xd5]202// CHECK-ERROR: error: instruction requires: d128203// CHECK-UNKNOWN:  d548201a      <unknown>204 205sysp #0, c2, c0, #0, x28, x29206// CHECK-INST: sysp #0, c2, c0, #0, x28, x29207// CHECK-ENCODING: encoding: [0x1c,0x20,0x48,0xd5]208// CHECK-ERROR: error: instruction requires: d128209// CHECK-UNKNOWN:  d548201c      <unknown>210 211sysp #0, c2, c0, #0, x30, x31212// CHECK-INST: sysp #0, c2, c0, #0, x30, xzr213// CHECK-ENCODING: encoding: [0x1e,0x20,0x48,0xd5]214// CHECK-ERROR: error: instruction requires: d128215// CHECK-UNKNOWN:  d548201e      <unknown>216 217 218sysp #0, c2, c0, #0, x31, x31219// CHECK-INST: sysp #0, c2, c0, #0220// CHECK-ENCODING: encoding: [0x1f,0x20,0x48,0xd5]221// CHECK-ERROR: error: instruction requires: d128222// CHECK-UNKNOWN:  d548201f      <unknown>223 224sysp #0, c2, c0, #0, xzr, xzr225// CHECK-INST: sysp #0, c2, c0, #0226// CHECK-ENCODING: encoding: [0x1f,0x20,0x48,0xd5]227// CHECK-ERROR: error: instruction requires: d128228// CHECK-UNKNOWN:  d548201f      <unknown>229 230sysp #0, c2, c0, #0, x31, xzr231// CHECK-INST: sysp #0, c2, c0, #0232// CHECK-ENCODING: encoding: [0x1f,0x20,0x48,0xd5]233// CHECK-ERROR: error: instruction requires: d128234// CHECK-UNKNOWN:  d548201f      <unknown>235 236sysp #0, c2, c0, #0, xzr, x31237// CHECK-INST: sysp #0, c2, c0, #0238// CHECK-ENCODING: encoding: [0x1f,0x20,0x48,0xd5]239// CHECK-ERROR: error: instruction requires: d128240// CHECK-UNKNOWN:  d548201f      <unknown>241 242sysp #0, c2, c0, #0243// CHECK-INST: sysp #0, c2, c0, #0244// CHECK-ENCODING: encoding: [0x1f,0x20,0x48,0xd5]245// CHECK-ERROR: error: instruction requires: d128246// CHECK-UNKNOWN:  d548201f      <unknown>247 248tlbip IPAS2E1, x4, x5249// CHECK-INST: tlbip ipas2e1, x4, x5250// CHECK-ENCODING: encoding: [0x24,0x84,0x4c,0xd5]251// CHECK-ERROR: error: instruction requires: d128252// CHECK-UNKNOWN:  d54c8424      <unknown>253 254tlbip IPAS2E1NXS, x4, x5255// CHECK-INST: tlbip ipas2e1nxs, x4, x5256// CHECK-ENCODING: encoding: [0x24,0x94,0x4c,0xd5]257// CHECK-ERROR: error: instruction requires: d128258// CHECK-UNKNOWN:  d54c9424      <unknown>259 260tlbip IPAS2E1IS, x4, x5261// CHECK-INST: tlbip ipas2e1is, x4, x5262// CHECK-ENCODING: encoding: [0x24,0x80,0x4c,0xd5]263// CHECK-ERROR: error: instruction requires: d128264// CHECK-UNKNOWN:  d54c8024      <unknown>265 266tlbip IPAS2E1ISNXS, x4, x5267// CHECK-INST: tlbip ipas2e1isnxs, x4, x5268// CHECK-ENCODING: encoding: [0x24,0x90,0x4c,0xd5]269// CHECK-ERROR: error: instruction requires: d128270// CHECK-UNKNOWN:  d54c9024      <unknown>271 272tlbip IPAS2E1OS, x4, x5273// CHECK-INST: tlbip ipas2e1os, x4, x5274// CHECK-ENCODING: encoding: [0x04,0x84,0x4c,0xd5]275// CHECK-ERROR: error: instruction requires: d128276// CHECK-UNKNOWN:  d54c8404      <unknown>277 278tlbip IPAS2E1OSNXS, x4, x5279// CHECK-INST: tlbip ipas2e1osnxs, x4, x5280// CHECK-ENCODING: encoding: [0x04,0x94,0x4c,0xd5]281// CHECK-ERROR: error: instruction requires: d128282// CHECK-UNKNOWN:  d54c9404      <unknown>283 284tlbip IPAS2LE1, x4, x5285// CHECK-INST: tlbip ipas2le1, x4, x5286// CHECK-ENCODING: encoding: [0xa4,0x84,0x4c,0xd5]287// CHECK-ERROR: error: instruction requires: d128288// CHECK-UNKNOWN:  d54c84a4      <unknown>289 290tlbip IPAS2LE1NXS, x4, x5291// CHECK-INST: tlbip ipas2le1nxs, x4, x5292// CHECK-ENCODING: encoding: [0xa4,0x94,0x4c,0xd5]293// CHECK-ERROR: error: instruction requires: d128294// CHECK-UNKNOWN:  d54c94a4      <unknown>295 296tlbip IPAS2LE1IS, x4, x5297// CHECK-INST: tlbip ipas2le1is, x4, x5298// CHECK-ENCODING: encoding: [0xa4,0x80,0x4c,0xd5]299// CHECK-ERROR: error: instruction requires: d128300// CHECK-UNKNOWN:  d54c80a4      <unknown>301 302tlbip IPAS2LE1ISNXS, x4, x5303// CHECK-INST: tlbip ipas2le1isnxs, x4, x5304// CHECK-ENCODING: encoding: [0xa4,0x90,0x4c,0xd5]305// CHECK-ERROR: error: instruction requires: d128306// CHECK-UNKNOWN:  d54c90a4      <unknown>307 308tlbip IPAS2LE1OS, x4, x5309// CHECK-INST: tlbip ipas2le1os, x4, x5310// CHECK-ENCODING: encoding: [0x84,0x84,0x4c,0xd5]311// CHECK-ERROR: error: instruction requires: d128312// CHECK-UNKNOWN:  d54c8484      <unknown>313 314tlbip IPAS2LE1OSNXS, x4, x5315// CHECK-INST: tlbip ipas2le1osnxs, x4, x5316// CHECK-ENCODING: encoding: [0x84,0x94,0x4c,0xd5]317// CHECK-ERROR: error: instruction requires: d128318// CHECK-UNKNOWN:  d54c9484      <unknown>319 320tlbip VAE1, x8, x9321// CHECK-INST: tlbip vae1, x8, x9322// CHECK-ENCODING: encoding: [0x28,0x87,0x48,0xd5]323// CHECK-ERROR: error: instruction requires: d128324// CHECK-UNKNOWN:  d5488728      <unknown>325 326tlbip VAE1NXS, x8, x9327// CHECK-INST: tlbip vae1nxs, x8, x9328// CHECK-ENCODING: encoding: [0x28,0x97,0x48,0xd5]329// CHECK-ERROR: error: instruction requires: d128330// CHECK-UNKNOWN:  d5489728      <unknown>331 332tlbip VAE1IS, x8, x9333// CHECK-INST: tlbip vae1is, x8, x9334// CHECK-ENCODING: encoding: [0x28,0x83,0x48,0xd5]335// CHECK-ERROR: error: instruction requires: d128336// CHECK-UNKNOWN:  d5488328      <unknown>337 338tlbip VAE1ISNXS, x8, x9339// CHECK-INST: tlbip vae1isnxs, x8, x9340// CHECK-ENCODING: encoding: [0x28,0x93,0x48,0xd5]341// CHECK-ERROR: error: instruction requires: d128342// CHECK-UNKNOWN:  d5489328      <unknown>343 344tlbip VAE1OS, x8, x9345// CHECK-INST: tlbip vae1os, x8, x9346// CHECK-ENCODING: encoding: [0x28,0x81,0x48,0xd5]347// CHECK-ERROR: error: instruction requires: d128348// CHECK-UNKNOWN:  d5488128      <unknown>349 350tlbip VAE1OSNXS, x8, x9351// CHECK-INST: tlbip vae1osnxs, x8, x9352// CHECK-ENCODING: encoding: [0x28,0x91,0x48,0xd5]353// CHECK-ERROR: error: instruction requires: d128354// CHECK-UNKNOWN:  d5489128      <unknown>355 356tlbip VALE1, x8, x9357// CHECK-INST: tlbip vale1, x8, x9358// CHECK-ENCODING: encoding: [0xa8,0x87,0x48,0xd5]359// CHECK-ERROR: error: instruction requires: d128360// CHECK-UNKNOWN:  d54887a8      <unknown>361 362tlbip VALE1NXS, x8, x9363// CHECK-INST: tlbip vale1nxs, x8, x9364// CHECK-ENCODING: encoding: [0xa8,0x97,0x48,0xd5]365// CHECK-ERROR: error: instruction requires: d128366// CHECK-UNKNOWN:  d54897a8      <unknown>367 368tlbip VALE1IS, x8, x9369// CHECK-INST: tlbip vale1is, x8, x9370// CHECK-ENCODING: encoding: [0xa8,0x83,0x48,0xd5]371// CHECK-ERROR: error: instruction requires: d128372// CHECK-UNKNOWN:  d54883a8      <unknown>373 374tlbip VALE1ISNXS, x8, x9375// CHECK-INST: tlbip vale1isnxs, x8, x9376// CHECK-ENCODING: encoding: [0xa8,0x93,0x48,0xd5]377// CHECK-ERROR: error: instruction requires: d128378// CHECK-UNKNOWN:  d54893a8      <unknown>379 380tlbip VALE1OS, x8, x9381// CHECK-INST: tlbip vale1os, x8, x9382// CHECK-ENCODING: encoding: [0xa8,0x81,0x48,0xd5]383// CHECK-ERROR: error: instruction requires: d128384// CHECK-UNKNOWN:  d54881a8      <unknown>385 386tlbip VALE1OSNXS, x8, x9387// CHECK-INST: tlbip vale1osnxs, x8, x9388// CHECK-ENCODING: encoding: [0xa8,0x91,0x48,0xd5]389// CHECK-ERROR: error: instruction requires: d128390// CHECK-UNKNOWN:  d54891a8      <unknown>391 392tlbip VAAE1, x8, x9393// CHECK-INST: tlbip vaae1, x8, x9394// CHECK-ENCODING: encoding: [0x68,0x87,0x48,0xd5]395// CHECK-ERROR: error: instruction requires: d128396// CHECK-UNKNOWN:  d5488768      <unknown>397 398tlbip VAAE1NXS, x8, x9399// CHECK-INST: tlbip vaae1nxs, x8, x9400// CHECK-ENCODING: encoding: [0x68,0x97,0x48,0xd5]401// CHECK-ERROR: error: instruction requires: d128402// CHECK-UNKNOWN:  d5489768      <unknown>403 404tlbip VAAE1IS, x8, x9405// CHECK-INST: tlbip vaae1is, x8, x9406// CHECK-ENCODING: encoding: [0x68,0x83,0x48,0xd5]407// CHECK-ERROR: error: instruction requires: d128408// CHECK-UNKNOWN:  d5488368      <unknown>409 410tlbip VAAE1ISNXS, x8, x9411// CHECK-INST: tlbip vaae1isnxs, x8, x9412// CHECK-ENCODING: encoding: [0x68,0x93,0x48,0xd5]413// CHECK-ERROR: error: instruction requires: d128414// CHECK-UNKNOWN:  d5489368      <unknown>415 416tlbip VAAE1OS, x8, x9417// CHECK-INST: tlbip vaae1os, x8, x9418// CHECK-ENCODING: encoding: [0x68,0x81,0x48,0xd5]419// CHECK-ERROR: error: instruction requires: d128420// CHECK-UNKNOWN:  d5488168      <unknown>421 422tlbip VAAE1OSNXS, x8, x9423// CHECK-INST: tlbip vaae1osnxs, x8, x9424// CHECK-ENCODING: encoding: [0x68,0x91,0x48,0xd5]425// CHECK-ERROR: error: instruction requires: d128426// CHECK-UNKNOWN:  d5489168      <unknown>427 428tlbip VAALE1, x8, x9429// CHECK-INST: tlbip vaale1, x8, x9430// CHECK-ENCODING: encoding: [0xe8,0x87,0x48,0xd5]431// CHECK-ERROR: error: instruction requires: d128432// CHECK-UNKNOWN:  d54887e8      <unknown>433 434tlbip VAALE1NXS, x8, x9435// CHECK-INST: tlbip vaale1nxs, x8, x9436// CHECK-ENCODING: encoding: [0xe8,0x97,0x48,0xd5]437// CHECK-ERROR: error: instruction requires: d128438// CHECK-UNKNOWN:  d54897e8      <unknown>439 440tlbip VAALE1IS, x8, x9441// CHECK-INST: tlbip vaale1is, x8, x9442// CHECK-ENCODING: encoding: [0xe8,0x83,0x48,0xd5]443// CHECK-ERROR: error: instruction requires: d128444// CHECK-UNKNOWN:  d54883e8      <unknown>445 446tlbip VAALE1ISNXS, x8, x9447// CHECK-INST: tlbip vaale1isnxs, x8, x9448// CHECK-ENCODING: encoding: [0xe8,0x93,0x48,0xd5]449// CHECK-ERROR: error: instruction requires: d128450// CHECK-UNKNOWN:  d54893e8      <unknown>451 452tlbip VAALE1OS, x8, x9453// CHECK-INST: tlbip vaale1os, x8, x9454// CHECK-ENCODING: encoding: [0xe8,0x81,0x48,0xd5]455// CHECK-ERROR: error: instruction requires: d128456// CHECK-UNKNOWN:  d54881e8      <unknown>457 458tlbip VAALE1OSNXS, x8, x9459// CHECK-INST: tlbip vaale1osnxs, x8, x9460// CHECK-ENCODING: encoding: [0xe8,0x91,0x48,0xd5]461// CHECK-ERROR: error: instruction requires: d128462// CHECK-UNKNOWN:  d54891e8      <unknown>463 464tlbip VAE2, x14, x15465// CHECK-INST: tlbip vae2, x14, x15466// CHECK-ENCODING: encoding: [0x2e,0x87,0x4c,0xd5]467// CHECK-ERROR: error: instruction requires: d128468// CHECK-UNKNOWN:  d54c872e      <unknown>469 470tlbip VAE2NXS, x14, x15471// CHECK-INST: tlbip vae2nxs, x14, x15472// CHECK-ENCODING: encoding: [0x2e,0x97,0x4c,0xd5]473// CHECK-ERROR: error: instruction requires: d128474// CHECK-UNKNOWN:  d54c972e      <unknown>475 476tlbip VAE2IS, x14, x15477// CHECK-INST: tlbip vae2is, x14, x15478// CHECK-ENCODING: encoding: [0x2e,0x83,0x4c,0xd5]479// CHECK-ERROR: error: instruction requires: d128480// CHECK-UNKNOWN:  d54c832e      <unknown>481 482tlbip VAE2ISNXS, x14, x15483// CHECK-INST: tlbip vae2isnxs, x14, x15484// CHECK-ENCODING: encoding: [0x2e,0x93,0x4c,0xd5]485// CHECK-ERROR: error: instruction requires: d128486// CHECK-UNKNOWN:  d54c932e      <unknown>487 488tlbip VAE2OS, x14, x15489// CHECK-INST: tlbip vae2os, x14, x15490// CHECK-ENCODING: encoding: [0x2e,0x81,0x4c,0xd5]491// CHECK-ERROR: error: instruction requires: d128492// CHECK-UNKNOWN:  d54c812e      <unknown>493 494tlbip VAE2OSNXS, x14, x15495// CHECK-INST: tlbip vae2osnxs, x14, x15496// CHECK-ENCODING: encoding: [0x2e,0x91,0x4c,0xd5]497// CHECK-ERROR: error: instruction requires: d128498// CHECK-UNKNOWN:  d54c912e      <unknown>499 500tlbip VALE2, x14, x15501// CHECK-INST: tlbip vale2, x14, x15502// CHECK-ENCODING: encoding: [0xae,0x87,0x4c,0xd5]503// CHECK-ERROR: error: instruction requires: d128504// CHECK-UNKNOWN:  d54c87ae      <unknown>505 506tlbip VALE2NXS, x14, x15507// CHECK-INST: tlbip vale2nxs, x14, x15508// CHECK-ENCODING: encoding: [0xae,0x97,0x4c,0xd5]509// CHECK-ERROR: error: instruction requires: d128510// CHECK-UNKNOWN:  d54c97ae      <unknown>511 512tlbip VALE2IS, x14, x15513// CHECK-INST: tlbip vale2is, x14, x15514// CHECK-ENCODING: encoding: [0xae,0x83,0x4c,0xd5]515// CHECK-ERROR: error: instruction requires: d128516// CHECK-UNKNOWN:  d54c83ae      <unknown>517 518tlbip VALE2ISNXS, x14, x15519// CHECK-INST: tlbip vale2isnxs, x14, x15520// CHECK-ENCODING: encoding: [0xae,0x93,0x4c,0xd5]521// CHECK-ERROR: error: instruction requires: d128522// CHECK-UNKNOWN:  d54c93ae      <unknown>523 524tlbip VALE2OS, x14, x15525// CHECK-INST: tlbip vale2os, x14, x15526// CHECK-ENCODING: encoding: [0xae,0x81,0x4c,0xd5]527// CHECK-ERROR: error: instruction requires: d128528// CHECK-UNKNOWN:  d54c81ae      <unknown>529 530tlbip VALE2OSNXS, x14, x15531// CHECK-INST: tlbip vale2osnxs, x14, x15532// CHECK-ENCODING: encoding: [0xae,0x91,0x4c,0xd5]533// CHECK-ERROR: error: instruction requires: d128534// CHECK-UNKNOWN:  d54c91ae      <unknown>535 536tlbip VAE3, x24, x25537// CHECK-INST: tlbip vae3, x24, x25538// CHECK-ENCODING: encoding: [0x38,0x87,0x4e,0xd5]539// CHECK-ERROR: error: instruction requires: d128540// CHECK-UNKNOWN:  d54e8738      <unknown>541 542tlbip VAE3NXS, x24, x25543// CHECK-INST: tlbip vae3nxs, x24, x25544// CHECK-ENCODING: encoding: [0x38,0x97,0x4e,0xd5]545// CHECK-ERROR: error: instruction requires: d128546// CHECK-UNKNOWN:  d54e9738      <unknown>547 548tlbip VAE3IS, x24, x25549// CHECK-INST: tlbip vae3is, x24, x25550// CHECK-ENCODING: encoding: [0x38,0x83,0x4e,0xd5]551// CHECK-ERROR: error: instruction requires: d128552// CHECK-UNKNOWN:  d54e8338      <unknown>553 554tlbip VAE3ISNXS, x24, x25555// CHECK-INST: tlbip vae3isnxs, x24, x25556// CHECK-ENCODING: encoding: [0x38,0x93,0x4e,0xd5]557// CHECK-ERROR: error: instruction requires: d128558// CHECK-UNKNOWN:  d54e9338      <unknown>559 560tlbip VAE3OS, x24, x25561// CHECK-INST: tlbip vae3os, x24, x25562// CHECK-ENCODING: encoding: [0x38,0x81,0x4e,0xd5]563// CHECK-ERROR: error: instruction requires: d128564// CHECK-UNKNOWN:  d54e8138      <unknown>565 566tlbip VAE3OSNXS, x24, x25567// CHECK-INST: tlbip vae3osnxs, x24, x25568// CHECK-ENCODING: encoding: [0x38,0x91,0x4e,0xd5]569// CHECK-ERROR: error: instruction requires: d128570// CHECK-UNKNOWN:  d54e9138      <unknown>571 572tlbip VALE3, x24, x25573// CHECK-INST: tlbip vale3, x24, x25574// CHECK-ENCODING: encoding: [0xb8,0x87,0x4e,0xd5]575// CHECK-ERROR: error: instruction requires: d128576// CHECK-UNKNOWN:  d54e87b8      <unknown>577 578tlbip VALE3NXS, x24, x25579// CHECK-INST: tlbip vale3nxs, x24, x25580// CHECK-ENCODING: encoding: [0xb8,0x97,0x4e,0xd5]581// CHECK-ERROR: error: instruction requires: d128582// CHECK-UNKNOWN:  d54e97b8      <unknown>583 584tlbip VALE3IS, x24, x25585// CHECK-INST: tlbip vale3is, x24, x25586// CHECK-ENCODING: encoding: [0xb8,0x83,0x4e,0xd5]587// CHECK-ERROR: error: instruction requires: d128588// CHECK-UNKNOWN:  d54e83b8      <unknown>589 590tlbip VALE3ISNXS, x24, x25591// CHECK-INST: tlbip vale3isnxs, x24, x25592// CHECK-ENCODING: encoding: [0xb8,0x93,0x4e,0xd5]593// CHECK-ERROR: error: instruction requires: d128594// CHECK-UNKNOWN:  d54e93b8      <unknown>595 596tlbip VALE3OS, x24, x25597// CHECK-INST: tlbip vale3os, x24, x25598// CHECK-ENCODING: encoding: [0xb8,0x81,0x4e,0xd5]599// CHECK-ERROR: error: instruction requires: d128600// CHECK-UNKNOWN:  d54e81b8      <unknown>601 602tlbip VALE3OSNXS, x24, x25603// CHECK-INST: tlbip vale3osnxs, x24, x25604// CHECK-ENCODING: encoding: [0xb8,0x91,0x4e,0xd5]605// CHECK-ERROR: error: instruction requires: d128606// CHECK-UNKNOWN:  d54e91b8      <unknown>607 608tlbip RVAE1, x18, x19609// CHECK-INST: tlbip rvae1, x18, x19610// CHECK-ENCODING: encoding: [0x32,0x86,0x48,0xd5]611// CHECK-ERROR: error: instruction requires: d128612// CHECK-UNKNOWN:  d5488632      <unknown>613 614tlbip RVAE1NXS, x18, x19615// CHECK-INST: tlbip rvae1nxs, x18, x19616// CHECK-ENCODING: encoding: [0x32,0x96,0x48,0xd5]617// CHECK-ERROR: error: instruction requires: d128618// CHECK-UNKNOWN:  d5489632      <unknown>619 620tlbip RVAE1IS, x18, x19621// CHECK-INST: tlbip rvae1is, x18, x19622// CHECK-ENCODING: encoding: [0x32,0x82,0x48,0xd5]623// CHECK-ERROR: error: instruction requires: d128624// CHECK-UNKNOWN:  d5488232      <unknown>625 626tlbip RVAE1ISNXS, x18, x19627// CHECK-INST: tlbip rvae1isnxs, x18, x19628// CHECK-ENCODING: encoding: [0x32,0x92,0x48,0xd5]629// CHECK-ERROR: error: instruction requires: d128630// CHECK-UNKNOWN:  d5489232      <unknown>631 632tlbip RVAE1OS, x18, x19633// CHECK-INST: tlbip rvae1os, x18, x19634// CHECK-ENCODING: encoding: [0x32,0x85,0x48,0xd5]635// CHECK-ERROR: error: instruction requires: d128636// CHECK-UNKNOWN:  d5488532      <unknown>637 638tlbip RVAE1OSNXS, x18, x19639// CHECK-INST: tlbip rvae1osnxs, x18, x19640// CHECK-ENCODING: encoding: [0x32,0x95,0x48,0xd5]641// CHECK-ERROR: error: instruction requires: d128642// CHECK-UNKNOWN:  d5489532      <unknown>643 644tlbip RVAAE1, x18, x19645// CHECK-INST: tlbip rvaae1, x18, x19646// CHECK-ENCODING: encoding: [0x72,0x86,0x48,0xd5]647// CHECK-ERROR: error: instruction requires: d128648// CHECK-UNKNOWN:  d5488672      <unknown>649 650tlbip RVAAE1NXS, x18, x19651// CHECK-INST: tlbip rvaae1nxs, x18, x19652// CHECK-ENCODING: encoding: [0x72,0x96,0x48,0xd5]653// CHECK-ERROR: error: instruction requires: d128654// CHECK-UNKNOWN:  d5489672      <unknown>655 656tlbip RVAAE1IS, x18, x19657// CHECK-INST: tlbip rvaae1is, x18, x19658// CHECK-ENCODING: encoding: [0x72,0x82,0x48,0xd5]659// CHECK-ERROR: error: instruction requires: d128660// CHECK-UNKNOWN:  d5488272      <unknown>661 662tlbip RVAAE1ISNXS, x18, x19663// CHECK-INST: tlbip rvaae1isnxs, x18, x19664// CHECK-ENCODING: encoding: [0x72,0x92,0x48,0xd5]665// CHECK-ERROR: error: instruction requires: d128666// CHECK-UNKNOWN:  d5489272      <unknown>667 668tlbip RVAAE1OS, x18, x19669// CHECK-INST: tlbip rvaae1os, x18, x19670// CHECK-ENCODING: encoding: [0x72,0x85,0x48,0xd5]671// CHECK-ERROR: error: instruction requires: d128672// CHECK-UNKNOWN:  d5488572      <unknown>673 674tlbip RVAAE1OSNXS, x18, x19675// CHECK-INST: tlbip rvaae1osnxs, x18, x19676// CHECK-ENCODING: encoding: [0x72,0x95,0x48,0xd5]677// CHECK-ERROR: error: instruction requires: d128678// CHECK-UNKNOWN:  d5489572      <unknown>679 680tlbip RVALE1, x18, x19681// CHECK-INST: tlbip rvale1, x18, x19682// CHECK-ENCODING: encoding: [0xb2,0x86,0x48,0xd5]683// CHECK-ERROR: error: instruction requires: d128684// CHECK-UNKNOWN:  d54886b2      <unknown>685 686tlbip RVALE1NXS, x18, x19687// CHECK-INST: tlbip rvale1nxs, x18, x19688// CHECK-ENCODING: encoding: [0xb2,0x96,0x48,0xd5]689// CHECK-ERROR: error: instruction requires: d128690// CHECK-UNKNOWN:  d54896b2      <unknown>691 692tlbip RVALE1IS, x18, x19693// CHECK-INST: tlbip rvale1is, x18, x19694// CHECK-ENCODING: encoding: [0xb2,0x82,0x48,0xd5]695// CHECK-ERROR: error: instruction requires: d128696// CHECK-UNKNOWN:  d54882b2      <unknown>697 698tlbip RVALE1ISNXS, x18, x19699// CHECK-INST: tlbip rvale1isnxs, x18, x19700// CHECK-ENCODING: encoding: [0xb2,0x92,0x48,0xd5]701// CHECK-ERROR: error: instruction requires: d128702// CHECK-UNKNOWN:  d54892b2      <unknown>703 704tlbip RVALE1OS, x18, x19705// CHECK-INST: tlbip rvale1os, x18, x19706// CHECK-ENCODING: encoding: [0xb2,0x85,0x48,0xd5]707// CHECK-ERROR: error: instruction requires: d128708// CHECK-UNKNOWN:  d54885b2      <unknown>709 710tlbip RVALE1OSNXS, x18, x19711// CHECK-INST: tlbip rvale1osnxs, x18, x19712// CHECK-ENCODING: encoding: [0xb2,0x95,0x48,0xd5]713// CHECK-ERROR: error: instruction requires: d128714// CHECK-UNKNOWN:  d54895b2      <unknown>715 716tlbip RVAALE1, x18, x19717// CHECK-INST: tlbip rvaale1, x18, x19718// CHECK-ENCODING: encoding: [0xf2,0x86,0x48,0xd5]719// CHECK-ERROR: error: instruction requires: d128720// CHECK-UNKNOWN:  d54886f2      <unknown>721 722tlbip RVAALE1NXS, x18, x19723// CHECK-INST: tlbip rvaale1nxs, x18, x19724// CHECK-ENCODING: encoding: [0xf2,0x96,0x48,0xd5]725// CHECK-ERROR: error: instruction requires: d128726// CHECK-UNKNOWN:  d54896f2      <unknown>727 728tlbip RVAALE1IS, x18, x19729// CHECK-INST: tlbip rvaale1is, x18, x19730// CHECK-ENCODING: encoding: [0xf2,0x82,0x48,0xd5]731// CHECK-ERROR: error: instruction requires: d128732// CHECK-UNKNOWN:  d54882f2      <unknown>733 734tlbip RVAALE1ISNXS, x18, x19735// CHECK-INST: tlbip rvaale1isnxs, x18, x19736// CHECK-ENCODING: encoding: [0xf2,0x92,0x48,0xd5]737// CHECK-ERROR: error: instruction requires: d128738// CHECK-UNKNOWN:  d54892f2      <unknown>739 740tlbip RVAALE1OS, x18, x19741// CHECK-INST: tlbip rvaale1os, x18, x19742// CHECK-ENCODING: encoding: [0xf2,0x85,0x48,0xd5]743// CHECK-ERROR: error: instruction requires: d128744// CHECK-UNKNOWN:  d54885f2      <unknown>745 746tlbip RVAALE1OSNXS, x18, x19747// CHECK-INST: tlbip rvaale1osnxs, x18, x19748// CHECK-ENCODING: encoding: [0xf2,0x95,0x48,0xd5]749// CHECK-ERROR: error: instruction requires: d128750// CHECK-UNKNOWN:  d54895f2      <unknown>751 752tlbip RVAE2, x28, x29753// CHECK-INST: tlbip rvae2, x28, x29754// CHECK-ENCODING: encoding: [0x3c,0x86,0x4c,0xd5]755// CHECK-ERROR: error: instruction requires: d128756// CHECK-UNKNOWN:  d54c863c      <unknown>757 758tlbip RVAE2NXS, x28, x29759// CHECK-INST: tlbip rvae2nxs, x28, x29760// CHECK-ENCODING: encoding: [0x3c,0x96,0x4c,0xd5]761// CHECK-ERROR: error: instruction requires: d128762// CHECK-UNKNOWN:  d54c963c      <unknown>763 764tlbip RVAE2IS, x28, x29765// CHECK-INST: tlbip rvae2is, x28, x29766// CHECK-ENCODING: encoding: [0x3c,0x82,0x4c,0xd5]767// CHECK-ERROR: error: instruction requires: d128768// CHECK-UNKNOWN:  d54c823c      <unknown>769 770tlbip RVAE2ISNXS, x28, x29771// CHECK-INST: tlbip rvae2isnxs, x28, x29772// CHECK-ENCODING: encoding: [0x3c,0x92,0x4c,0xd5]773// CHECK-ERROR: error: instruction requires: d128774// CHECK-UNKNOWN:  d54c923c      <unknown>775 776tlbip RVAE2OS, x28, x29777// CHECK-INST: tlbip rvae2os, x28, x29778// CHECK-ENCODING: encoding: [0x3c,0x85,0x4c,0xd5]779// CHECK-ERROR: error: instruction requires: d128780// CHECK-UNKNOWN:  d54c853c      <unknown>781 782tlbip RVAE2OSNXS, x28, x29783// CHECK-INST: tlbip rvae2osnxs, x28, x29784// CHECK-ENCODING: encoding: [0x3c,0x95,0x4c,0xd5]785// CHECK-ERROR: error: instruction requires: d128786// CHECK-UNKNOWN:  d54c953c      <unknown>787 788tlbip RVALE2, x28, x29789// CHECK-INST: tlbip rvale2, x28, x29790// CHECK-ENCODING: encoding: [0xbc,0x86,0x4c,0xd5]791// CHECK-ERROR: error: instruction requires: d128792// CHECK-UNKNOWN:  d54c86bc      <unknown>793 794tlbip RVALE2NXS, x28, x29795// CHECK-INST: tlbip rvale2nxs, x28, x29796// CHECK-ENCODING: encoding: [0xbc,0x96,0x4c,0xd5]797// CHECK-ERROR: error: instruction requires: d128798// CHECK-UNKNOWN:  d54c96bc      <unknown>799 800tlbip RVALE2IS, x28, x29801// CHECK-INST: tlbip rvale2is, x28, x29802// CHECK-ENCODING: encoding: [0xbc,0x82,0x4c,0xd5]803// CHECK-ERROR: error: instruction requires: d128804// CHECK-UNKNOWN:  d54c82bc      <unknown>805 806tlbip RVALE2ISNXS, x28, x29807// CHECK-INST: tlbip rvale2isnxs, x28, x29808// CHECK-ENCODING: encoding: [0xbc,0x92,0x4c,0xd5]809// CHECK-ERROR: error: instruction requires: d128810// CHECK-UNKNOWN:  d54c92bc      <unknown>811 812tlbip RVALE2OS, x28, x29813// CHECK-INST: tlbip rvale2os, x28, x29814// CHECK-ENCODING: encoding: [0xbc,0x85,0x4c,0xd5]815// CHECK-ERROR: error: instruction requires: d128816// CHECK-UNKNOWN:  d54c85bc      <unknown>817 818tlbip RVALE2OSNXS, x28, x29819// CHECK-INST: tlbip rvale2osnxs, x28, x29820// CHECK-ENCODING: encoding: [0xbc,0x95,0x4c,0xd5]821// CHECK-ERROR: error: instruction requires: d128822// CHECK-UNKNOWN:  d54c95bc      <unknown>823 824tlbip RVAE3, x10, x11825// CHECK-INST: tlbip rvae3, x10, x11826// CHECK-ENCODING: encoding: [0x2a,0x86,0x4e,0xd5]827// CHECK-ERROR: error: instruction requires: d128828// CHECK-UNKNOWN:  d54e862a      <unknown>829 830tlbip RVAE3NXS, x10, x11831// CHECK-INST: tlbip rvae3nxs, x10, x11832// CHECK-ENCODING: encoding: [0x2a,0x96,0x4e,0xd5]833// CHECK-ERROR: error: instruction requires: d128834// CHECK-UNKNOWN:  d54e962a      <unknown>835 836tlbip RVAE3IS, x10, x11837// CHECK-INST: tlbip rvae3is, x10, x11838// CHECK-ENCODING: encoding: [0x2a,0x82,0x4e,0xd5]839// CHECK-ERROR: error: instruction requires: d128840// CHECK-UNKNOWN:  d54e822a      <unknown>841 842tlbip RVAE3ISNXS, x10, x11843// CHECK-INST: tlbip rvae3isnxs, x10, x11844// CHECK-ENCODING: encoding: [0x2a,0x92,0x4e,0xd5]845// CHECK-ERROR: error: instruction requires: d128846// CHECK-UNKNOWN:  d54e922a      <unknown>847 848tlbip RVAE3OS, x10, x11849// CHECK-INST: tlbip rvae3os, x10, x11850// CHECK-ENCODING: encoding: [0x2a,0x85,0x4e,0xd5]851// CHECK-ERROR: error: instruction requires: d128852// CHECK-UNKNOWN:  d54e852a      <unknown>853 854tlbip RVAE3OSNXS, x10, x11855// CHECK-INST: tlbip rvae3osnxs, x10, x11856// CHECK-ENCODING: encoding: [0x2a,0x95,0x4e,0xd5]857// CHECK-ERROR: error: instruction requires: d128858// CHECK-UNKNOWN:  d54e952a      <unknown>859 860tlbip RVALE3, x10, x11861// CHECK-INST: tlbip rvale3, x10, x11862// CHECK-ENCODING: encoding: [0xaa,0x86,0x4e,0xd5]863// CHECK-ERROR: error: instruction requires: d128864// CHECK-UNKNOWN:  d54e86aa      <unknown>865 866tlbip RVALE3NXS, x10, x11867// CHECK-INST: tlbip rvale3nxs, x10, x11868// CHECK-ENCODING: encoding: [0xaa,0x96,0x4e,0xd5]869// CHECK-ERROR: error: instruction requires: d128870// CHECK-UNKNOWN:  d54e96aa      <unknown>871 872tlbip RVALE3IS, x10, x11873// CHECK-INST: tlbip rvale3is, x10, x11874// CHECK-ENCODING: encoding: [0xaa,0x82,0x4e,0xd5]875// CHECK-ERROR: error: instruction requires: d128876// CHECK-UNKNOWN:  d54e82aa      <unknown>877 878tlbip RVALE3ISNXS, x10, x11879// CHECK-INST: tlbip rvale3isnxs, x10, x11880// CHECK-ENCODING: encoding: [0xaa,0x92,0x4e,0xd5]881// CHECK-ERROR: error: instruction requires: d128882// CHECK-UNKNOWN:  d54e92aa      <unknown>883 884tlbip RVALE3OS, x10, x11885// CHECK-INST: tlbip rvale3os, x10, x11886// CHECK-ENCODING: encoding: [0xaa,0x85,0x4e,0xd5]887// CHECK-ERROR: error: instruction requires: d128888// CHECK-UNKNOWN:  d54e85aa      <unknown>889 890tlbip RVALE3OSNXS, x10, x11891// CHECK-INST: tlbip rvale3osnxs, x10, x11892// CHECK-ENCODING: encoding: [0xaa,0x95,0x4e,0xd5]893// CHECK-ERROR: error: instruction requires: d128894// CHECK-UNKNOWN:  d54e95aa      <unknown>895 896tlbip RIPAS2E1, x20, x21897// CHECK-INST: tlbip ripas2e1, x20, x21898// CHECK-ENCODING: encoding: [0x54,0x84,0x4c,0xd5]899// CHECK-ERROR: error: instruction requires: d128900// CHECK-UNKNOWN:  d54c8454      <unknown>901 902tlbip RIPAS2E1NXS, x20, x21903// CHECK-INST: tlbip ripas2e1nxs, x20, x21904// CHECK-ENCODING: encoding: [0x54,0x94,0x4c,0xd5]905// CHECK-ERROR: error: instruction requires: d128906// CHECK-UNKNOWN:  d54c9454      <unknown>907 908tlbip RIPAS2E1IS, x20, x21909// CHECK-INST: tlbip ripas2e1is, x20, x21910// CHECK-ENCODING: encoding: [0x54,0x80,0x4c,0xd5]911// CHECK-ERROR: error: instruction requires: d128912// CHECK-UNKNOWN:  d54c8054      <unknown>913 914tlbip RIPAS2E1ISNXS, x20, x21915// CHECK-INST: tlbip ripas2e1isnxs, x20, x21916// CHECK-ENCODING: encoding: [0x54,0x90,0x4c,0xd5]917// CHECK-ERROR: error: instruction requires: d128918// CHECK-UNKNOWN:  d54c9054      <unknown>919 920tlbip RIPAS2E1OS, x20, x21921// CHECK-INST: tlbip ripas2e1os, x20, x21922// CHECK-ENCODING: encoding: [0x74,0x84,0x4c,0xd5]923// CHECK-ERROR: error: instruction requires: d128924// CHECK-UNKNOWN:  d54c8474      <unknown>925 926tlbip RIPAS2E1OSNXS, x20, x21927// CHECK-INST: tlbip ripas2e1osnxs, x20, x21928// CHECK-ENCODING: encoding: [0x74,0x94,0x4c,0xd5]929// CHECK-ERROR: error: instruction requires: d128930// CHECK-UNKNOWN:  d54c9474      <unknown>931 932tlbip RIPAS2LE1, x20, x21933// CHECK-INST: tlbip ripas2le1, x20, x21934// CHECK-ENCODING: encoding: [0xd4,0x84,0x4c,0xd5]935// CHECK-ERROR: error: instruction requires: d128936// CHECK-UNKNOWN:  d54c84d4      <unknown>937 938tlbip RIPAS2LE1NXS, x20, x21939// CHECK-INST: tlbip ripas2le1nxs, x20, x21940// CHECK-ENCODING: encoding: [0xd4,0x94,0x4c,0xd5]941// CHECK-ERROR: error: instruction requires: d128942// CHECK-UNKNOWN:  d54c94d4      <unknown>943 944tlbip RIPAS2LE1IS, x20, x21945// CHECK-INST: tlbip ripas2le1is, x20, x21946// CHECK-ENCODING: encoding: [0xd4,0x80,0x4c,0xd5]947// CHECK-ERROR: error: instruction requires: d128948// CHECK-UNKNOWN:  d54c80d4      <unknown>949 950tlbip RIPAS2LE1ISNXS, x20, x21951// CHECK-INST: tlbip ripas2le1isnxs, x20, x21952// CHECK-ENCODING: encoding: [0xd4,0x90,0x4c,0xd5]953// CHECK-ERROR: error: instruction requires: d128954// CHECK-UNKNOWN:  d54c90d4      <unknown>955 956tlbip RIPAS2LE1OS, x20, x21957// CHECK-INST: tlbip ripas2le1os, x20, x21958// CHECK-ENCODING: encoding: [0xf4,0x84,0x4c,0xd5]959// CHECK-ERROR: error: instruction requires: d128960// CHECK-UNKNOWN:  d54c84f4      <unknown>961 962tlbip RIPAS2LE1OSNXS, x20, x21963// CHECK-INST: tlbip ripas2le1osnxs, x20, x21964// CHECK-ENCODING: encoding: [0xf4,0x94,0x4c,0xd5]965// CHECK-ERROR: error: instruction requires: d128966// CHECK-UNKNOWN:  d54c94f4      <unknown>967 968tlbip RIPAS2LE1OS, xzr, xzr969// CHECK-INST: tlbip ripas2le1os, xzr, xzr970// CHECK-ENCODING: encoding: [0xff,0x84,0x4c,0xd5]971// CHECK-ERROR: error: instruction requires: d128972// CHECK-UNKNOWN:  d54c84ff      <unknown>973 974tlbip RIPAS2LE1OSNXS, xzr, xzr975// CHECK-INST: tlbip ripas2le1osnxs, xzr, xzr976// CHECK-ENCODING: encoding: [0xff,0x94,0x4c,0xd5]977// CHECK-ERROR: error: instruction requires: d128978// CHECK-UNKNOWN:  d54c94ff      <unknown>979