Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 1 | //===- PPCSchedule.td - PowerPC Scheduling Definitions -----*- tablegen -*-===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file was developed by James M. Laskey and is distributed under |
| 6 | // the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 10 | //===----------------------------------------------------------------------===// |
| 11 | // Functional units across PowerPC chips sets |
| 12 | // |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 13 | def BPU : FuncUnit; // Branch unit |
| 14 | def SLU : FuncUnit; // Store/load unit |
| 15 | def SRU : FuncUnit; // special register unit |
| 16 | def IU1 : FuncUnit; // integer unit 1 (simple) |
| 17 | def IU2 : FuncUnit; // integer unit 2 (complex) |
| 18 | def IU3 : FuncUnit; // integer unit 3 (7450 simple) |
| 19 | def IU4 : FuncUnit; // integer unit 4 (7450 simple) |
| 20 | def FPU1 : FuncUnit; // floating point unit 1 |
| 21 | def FPU2 : FuncUnit; // floating point unit 2 |
| 22 | def VPU : FuncUnit; // vector permutation unit |
| 23 | def VIU1 : FuncUnit; // vector integer unit 1 (simple) |
| 24 | def VIU2 : FuncUnit; // vector integer unit 2 (complex) |
| 25 | def VFPU : FuncUnit; // vector floating point unit |
| 26 | |
| 27 | |
| 28 | //===----------------------------------------------------------------------===// |
| 29 | // Instruction Itinerary classes used for PowerPC |
| 30 | // |
| 31 | def IntGeneral : InstrItinClass; |
| 32 | def IntCompare : InstrItinClass; |
| 33 | def IntDivD : InstrItinClass; |
| 34 | def IntDivW : InstrItinClass; |
| 35 | def IntMFFS : InstrItinClass; |
| 36 | def IntMFVSCR : InstrItinClass; |
| 37 | def IntMTFSB0 : InstrItinClass; |
| 38 | def IntMTSRD : InstrItinClass; |
| 39 | def IntMulHD : InstrItinClass; |
| 40 | def IntMulHW : InstrItinClass; |
| 41 | def IntMulHWU : InstrItinClass; |
| 42 | def IntMulLI : InstrItinClass; |
| 43 | def IntRFID : InstrItinClass; |
| 44 | def IntRotateD : InstrItinClass; |
| 45 | def IntRotate : InstrItinClass; |
| 46 | def IntShift : InstrItinClass; |
| 47 | def IntTrapD : InstrItinClass; |
| 48 | def IntTrapW : InstrItinClass; |
| 49 | def BrB : InstrItinClass; |
| 50 | def BrCR : InstrItinClass; |
| 51 | def BrMCR : InstrItinClass; |
| 52 | def BrMCRX : InstrItinClass; |
| 53 | def LdStDCBA : InstrItinClass; |
| 54 | def LdStDCBF : InstrItinClass; |
| 55 | def LdStDCBI : InstrItinClass; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 56 | def LdStGeneral : InstrItinClass; |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 57 | def LdStDSS : InstrItinClass; |
| 58 | def LdStICBI : InstrItinClass; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 59 | def LdStUX : InstrItinClass; |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 60 | def LdStLD : InstrItinClass; |
| 61 | def LdStLDARX : InstrItinClass; |
| 62 | def LdStLFD : InstrItinClass; |
| 63 | def LdStLFDU : InstrItinClass; |
| 64 | def LdStLHA : InstrItinClass; |
| 65 | def LdStLMW : InstrItinClass; |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 66 | def LdStLVecX : InstrItinClass; |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 67 | def LdStLWA : InstrItinClass; |
| 68 | def LdStLWARX : InstrItinClass; |
| 69 | def LdStSLBIA : InstrItinClass; |
| 70 | def LdStSLBIE : InstrItinClass; |
| 71 | def LdStSTD : InstrItinClass; |
| 72 | def LdStSTDCX : InstrItinClass; |
| 73 | def LdStSTVEBX : InstrItinClass; |
| 74 | def LdStSTWCX : InstrItinClass; |
| 75 | def LdStSync : InstrItinClass; |
| 76 | def SprISYNC : InstrItinClass; |
| 77 | def SprMFSR : InstrItinClass; |
| 78 | def SprMTMSR : InstrItinClass; |
| 79 | def SprMTSR : InstrItinClass; |
| 80 | def SprTLBSYNC : InstrItinClass; |
| 81 | def SprMFCR : InstrItinClass; |
| 82 | def SprMFMSR : InstrItinClass; |
| 83 | def SprMFSPR : InstrItinClass; |
| 84 | def SprMFTB : InstrItinClass; |
| 85 | def SprMTSPR : InstrItinClass; |
| 86 | def SprMTSRIN : InstrItinClass; |
| 87 | def SprRFI : InstrItinClass; |
| 88 | def SprSC : InstrItinClass; |
| 89 | def FPGeneral : InstrItinClass; |
| 90 | def FPCompare : InstrItinClass; |
| 91 | def FPDivD : InstrItinClass; |
| 92 | def FPDivS : InstrItinClass; |
| 93 | def FPFused : InstrItinClass; |
| 94 | def FPRes : InstrItinClass; |
| 95 | def FPSqrt : InstrItinClass; |
| 96 | def VecGeneral : InstrItinClass; |
| 97 | def VecFP : InstrItinClass; |
| 98 | def VecFPCompare : InstrItinClass; |
| 99 | def VecComplex : InstrItinClass; |
| 100 | def VecPerm : InstrItinClass; |
| 101 | def VecFPRound : InstrItinClass; |
| 102 | def VecVSL : InstrItinClass; |
| 103 | def VecVSR : InstrItinClass; |
| 104 | |
| 105 | //===----------------------------------------------------------------------===// |
| 106 | // Processor instruction itineraries. |
| 107 | |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 108 | include "PPCScheduleG3.td" |
| 109 | include "PPCScheduleG4.td" |
| 110 | include "PPCScheduleG4Plus.td" |
| 111 | include "PPCScheduleG5.td" |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 112 | |
| 113 | //===----------------------------------------------------------------------===// |
| 114 | // Instruction to itinerary class map - When add new opcodes to the supported |
| 115 | // set, refer to the following table to determine which itinerary class the |
| 116 | // opcode belongs. |
| 117 | // |
| 118 | // opcode itinerary class |
| 119 | // ====== =============== |
| 120 | // add IntGeneral |
| 121 | // addc IntGeneral |
| 122 | // adde IntGeneral |
| 123 | // addi IntGeneral |
| 124 | // addic IntGeneral |
| 125 | // addic. IntGeneral |
| 126 | // addis IntGeneral |
| 127 | // addme IntGeneral |
| 128 | // addze IntGeneral |
| 129 | // and IntGeneral |
| 130 | // andc IntGeneral |
| 131 | // andi. IntGeneral |
| 132 | // andis. IntGeneral |
| 133 | // b BrB |
| 134 | // bc BrB |
| 135 | // bcctr BrB |
| 136 | // bclr BrB |
| 137 | // cmp IntCompare |
| 138 | // cmpi IntCompare |
| 139 | // cmpl IntCompare |
| 140 | // cmpli IntCompare |
| 141 | // cntlzd IntRotateD |
| 142 | // cntlzw IntGeneral |
| 143 | // crand BrCR |
| 144 | // crandc BrCR |
| 145 | // creqv BrCR |
| 146 | // crnand BrCR |
| 147 | // crnor BrCR |
| 148 | // cror BrCR |
| 149 | // crorc BrCR |
| 150 | // crxor BrCR |
| 151 | // dcba LdStDCBA |
| 152 | // dcbf LdStDCBF |
| 153 | // dcbi LdStDCBI |
| 154 | // dcbst LdStDCBF |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 155 | // dcbt LdStGeneral |
| 156 | // dcbtst LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 157 | // dcbz LdStDCBF |
| 158 | // divd IntDivD |
| 159 | // divdu IntDivD |
| 160 | // divw IntDivW |
| 161 | // divwu IntDivW |
| 162 | // dss LdStDSS |
| 163 | // dst LdStDSS |
| 164 | // dstst LdStDSS |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 165 | // eciwx LdStGeneral |
| 166 | // ecowx LdStGeneral |
| 167 | // eieio LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 168 | // eqv IntGeneral |
| 169 | // extsb IntGeneral |
| 170 | // extsh IntGeneral |
| 171 | // extsw IntRotateD |
| 172 | // fabs FPGeneral |
| 173 | // fadd FPGeneral |
| 174 | // fadds FPGeneral |
| 175 | // fcfid FPGeneral |
| 176 | // fcmpo FPCompare |
| 177 | // fcmpu FPCompare |
| 178 | // fctid FPGeneral |
| 179 | // fctidz FPGeneral |
| 180 | // fctiw FPGeneral |
| 181 | // fctiwz FPGeneral |
| 182 | // fdiv FPDivD |
| 183 | // fdivs FPDivS |
| 184 | // fmadd FPFused |
| 185 | // fmadds FPGeneral |
| 186 | // fmr FPGeneral |
| 187 | // fmsub FPFused |
| 188 | // fmsubs FPGeneral |
| 189 | // fmul FPFused |
| 190 | // fmuls FPGeneral |
| 191 | // fnabs FPGeneral |
| 192 | // fneg FPGeneral |
| 193 | // fnmadd FPFused |
| 194 | // fnmadds FPGeneral |
| 195 | // fnmsub FPFused |
| 196 | // fnmsubs FPGeneral |
| 197 | // fres FPRes |
| 198 | // frsp FPGeneral |
| 199 | // frsqrte FPGeneral |
| 200 | // fsel FPGeneral |
| 201 | // fsqrt FPSqrt |
| 202 | // fsqrts FPSqrt |
| 203 | // fsub FPGeneral |
| 204 | // fsubs FPGeneral |
| 205 | // icbi LdStICBI |
| 206 | // isync SprISYNC |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 207 | // lbz LdStGeneral |
| 208 | // lbzu LdStGeneral |
| 209 | // lbzux LdStUX |
| 210 | // lbzx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 211 | // ld LdStLD |
| 212 | // ldarx LdStLDARX |
| 213 | // ldu LdStLD |
| 214 | // ldux LdStLD |
| 215 | // ldx LdStLD |
| 216 | // lfd LdStLFD |
| 217 | // lfdu LdStLFDU |
| 218 | // lfdux LdStLFDU |
| 219 | // lfdx LdStLFDU |
| 220 | // lfs LdStLFDU |
| 221 | // lfsu LdStLFDU |
| 222 | // lfsux LdStLFDU |
| 223 | // lfsx LdStLFDU |
| 224 | // lha LdStLHA |
| 225 | // lhau LdStLHA |
| 226 | // lhaux LdStLHA |
| 227 | // lhax LdStLHA |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 228 | // lhbrx LdStGeneral |
| 229 | // lhz LdStGeneral |
| 230 | // lhzu LdStGeneral |
| 231 | // lhzux LdStUX |
| 232 | // lhzx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 233 | // lmw LdStLMW |
| 234 | // lswi LdStLMW |
| 235 | // lswx LdStLMW |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 236 | // lvebx LdStLVecX |
| 237 | // lvehx LdStLVecX |
| 238 | // lvewx LdStLVecX |
| 239 | // lvsl LdStLVecX |
| 240 | // lvsr LdStLVecX |
| 241 | // lvx LdStLVecX |
| 242 | // lvxl LdStLVecX |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 243 | // lwa LdStLWA |
| 244 | // lwarx LdStLWARX |
| 245 | // lwaux LdStLHA |
| 246 | // lwax LdStLHA |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 247 | // lwbrx LdStGeneral |
| 248 | // lwz LdStGeneral |
| 249 | // lwzu LdStGeneral |
| 250 | // lwzux LdStUX |
| 251 | // lwzx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 252 | // mcrf BrMCR |
| 253 | // mcrfs FPGeneral |
| 254 | // mcrxr BrMCRX |
| 255 | // mfcr SprMFCR |
| 256 | // mffs IntMFFS |
| 257 | // mfmsr SprMFMSR |
| 258 | // mfspr SprMFSPR |
| 259 | // mfsr SprMFSR |
| 260 | // mfsrin SprMFSR |
| 261 | // mftb SprMFTB |
| 262 | // mfvscr IntMFVSCR |
| 263 | // mtcrf BrMCRX |
| 264 | // mtfsb0 IntMTFSB0 |
| 265 | // mtfsb1 IntMTFSB0 |
| 266 | // mtfsf IntMTFSB0 |
| 267 | // mtfsfi IntMTFSB0 |
| 268 | // mtmsr SprMTMSR |
| 269 | // mtmsrd LdStLD |
| 270 | // mtspr SprMTSPR |
| 271 | // mtsr SprMTSR |
| 272 | // mtsrd IntMTSRD |
| 273 | // mtsrdin IntMTSRD |
| 274 | // mtsrin SprMTSRIN |
| 275 | // mtvscr IntMFVSCR |
| 276 | // mulhd IntMulHD |
| 277 | // mulhdu IntMulHD |
| 278 | // mulhw IntMulHW |
| 279 | // mulhwu IntMulHWU |
| 280 | // mulld IntMulHD |
| 281 | // mulli IntMulLI |
| 282 | // mullw IntMulHW |
| 283 | // nand IntGeneral |
| 284 | // neg IntGeneral |
| 285 | // nor IntGeneral |
| 286 | // or IntGeneral |
| 287 | // orc IntGeneral |
| 288 | // ori IntGeneral |
| 289 | // oris IntGeneral |
| 290 | // rfi SprRFI |
| 291 | // rfid IntRFID |
| 292 | // rldcl IntRotateD |
| 293 | // rldcr IntRotateD |
| 294 | // rldic IntRotateD |
| 295 | // rldicl IntRotateD |
| 296 | // rldicr IntRotateD |
| 297 | // rldimi IntRotateD |
| 298 | // rlwimi IntRotate |
| 299 | // rlwinm IntGeneral |
| 300 | // rlwnm IntGeneral |
| 301 | // sc SprSC |
| 302 | // slbia LdStSLBIA |
| 303 | // slbie LdStSLBIE |
| 304 | // sld IntRotateD |
| 305 | // slw IntGeneral |
| 306 | // srad IntRotateD |
| 307 | // sradi IntRotateD |
| 308 | // sraw IntShift |
| 309 | // srawi IntShift |
| 310 | // srd IntRotateD |
| 311 | // srw IntGeneral |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 312 | // stb LdStGeneral |
| 313 | // stbu LdStGeneral |
| 314 | // stbux LdStGeneral |
| 315 | // stbx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 316 | // std LdStSTD |
| 317 | // stdcx. LdStSTDCX |
| 318 | // stdu LdStSTD |
| 319 | // stdux LdStSTD |
| 320 | // stdx LdStSTD |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 321 | // stfd LdStUX |
| 322 | // stfdu LdStUX |
| 323 | // stfdux LdStUX |
| 324 | // stfdx LdStUX |
| 325 | // stfiwx LdStUX |
| 326 | // stfs LdStUX |
| 327 | // stfsu LdStUX |
| 328 | // stfsux LdStUX |
| 329 | // stfsx LdStUX |
| 330 | // sth LdStGeneral |
| 331 | // sthbrx LdStGeneral |
| 332 | // sthu LdStGeneral |
| 333 | // sthux LdStGeneral |
| 334 | // sthx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 335 | // stmw LdStLMW |
| 336 | // stswi LdStLMW |
| 337 | // stswx LdStLMW |
| 338 | // stvebx LdStSTVEBX |
| 339 | // stvehx LdStSTVEBX |
| 340 | // stvewx LdStSTVEBX |
| 341 | // stvx LdStSTVEBX |
| 342 | // stvxl LdStSTVEBX |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 343 | // stw LdStGeneral |
| 344 | // stwbrx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 345 | // stwcx. LdStSTWCX |
Jim Laskey | 5384214 | 2005-10-19 19:51:16 +0000 | [diff] [blame] | 346 | // stwu LdStGeneral |
| 347 | // stwux LdStGeneral |
| 348 | // stwx LdStGeneral |
Jim Laskey | 076866c | 2005-10-18 16:23:40 +0000 | [diff] [blame] | 349 | // subf IntGeneral |
| 350 | // subfc IntGeneral |
| 351 | // subfe IntGeneral |
| 352 | // subfic IntGeneral |
| 353 | // subfme IntGeneral |
| 354 | // subfze IntGeneral |
| 355 | // sync LdStSync |
| 356 | // td IntTrapD |
| 357 | // tdi IntTrapD |
| 358 | // tlbia LdStSLBIA |
| 359 | // tlbie LdStDCBF |
| 360 | // tlbsync SprTLBSYNC |
| 361 | // tw IntTrapW |
| 362 | // twi IntTrapW |
| 363 | // vaddcuw VecGeneral |
| 364 | // vaddfp VecFP |
| 365 | // vaddsbs VecGeneral |
| 366 | // vaddshs VecGeneral |
| 367 | // vaddsws VecGeneral |
| 368 | // vaddubm VecGeneral |
| 369 | // vaddubs VecGeneral |
| 370 | // vadduhm VecGeneral |
| 371 | // vadduhs VecGeneral |
| 372 | // vadduwm VecGeneral |
| 373 | // vadduws VecGeneral |
| 374 | // vand VecGeneral |
| 375 | // vandc VecGeneral |
| 376 | // vavgsb VecGeneral |
| 377 | // vavgsh VecGeneral |
| 378 | // vavgsw VecGeneral |
| 379 | // vavgub VecGeneral |
| 380 | // vavguh VecGeneral |
| 381 | // vavguw VecGeneral |
| 382 | // vcfsx VecFP |
| 383 | // vcfux VecFP |
| 384 | // vcmpbfp VecFPCompare |
| 385 | // vcmpeqfp VecFPCompare |
| 386 | // vcmpequb VecGeneral |
| 387 | // vcmpequh VecGeneral |
| 388 | // vcmpequw VecGeneral |
| 389 | // vcmpgefp VecFPCompare |
| 390 | // vcmpgtfp VecFPCompare |
| 391 | // vcmpgtsb VecGeneral |
| 392 | // vcmpgtsh VecGeneral |
| 393 | // vcmpgtsw VecGeneral |
| 394 | // vcmpgtub VecGeneral |
| 395 | // vcmpgtuh VecGeneral |
| 396 | // vcmpgtuw VecGeneral |
| 397 | // vctsxs VecFP |
| 398 | // vctuxs VecFP |
| 399 | // vexptefp VecFP |
| 400 | // vlogefp VecFP |
| 401 | // vmaddfp VecFP |
| 402 | // vmaxfp VecFPCompare |
| 403 | // vmaxsb VecGeneral |
| 404 | // vmaxsh VecGeneral |
| 405 | // vmaxsw VecGeneral |
| 406 | // vmaxub VecGeneral |
| 407 | // vmaxuh VecGeneral |
| 408 | // vmaxuw VecGeneral |
| 409 | // vmhaddshs VecComplex |
| 410 | // vmhraddshs VecComplex |
| 411 | // vminfp VecFPCompare |
| 412 | // vminsb VecGeneral |
| 413 | // vminsh VecGeneral |
| 414 | // vminsw VecGeneral |
| 415 | // vminub VecGeneral |
| 416 | // vminuh VecGeneral |
| 417 | // vminuw VecGeneral |
| 418 | // vmladduhm VecComplex |
| 419 | // vmrghb VecPerm |
| 420 | // vmrghh VecPerm |
| 421 | // vmrghw VecPerm |
| 422 | // vmrglb VecPerm |
| 423 | // vmrglh VecPerm |
| 424 | // vmrglw VecPerm |
| 425 | // vmsubfp VecFP |
| 426 | // vmsummbm VecComplex |
| 427 | // vmsumshm VecComplex |
| 428 | // vmsumshs VecComplex |
| 429 | // vmsumubm VecComplex |
| 430 | // vmsumuhm VecComplex |
| 431 | // vmsumuhs VecComplex |
| 432 | // vmulesb VecComplex |
| 433 | // vmulesh VecComplex |
| 434 | // vmuleub VecComplex |
| 435 | // vmuleuh VecComplex |
| 436 | // vmulosb VecComplex |
| 437 | // vmulosh VecComplex |
| 438 | // vmuloub VecComplex |
| 439 | // vmulouh VecComplex |
| 440 | // vnor VecGeneral |
| 441 | // vor VecGeneral |
| 442 | // vperm VecPerm |
| 443 | // vpkpx VecPerm |
| 444 | // vpkshss VecPerm |
| 445 | // vpkshus VecPerm |
| 446 | // vpkswss VecPerm |
| 447 | // vpkswus VecPerm |
| 448 | // vpkuhum VecPerm |
| 449 | // vpkuhus VecPerm |
| 450 | // vpkuwum VecPerm |
| 451 | // vpkuwus VecPerm |
| 452 | // vrefp VecFPRound |
| 453 | // vrfim VecFPRound |
| 454 | // vrfin VecFPRound |
| 455 | // vrfip VecFPRound |
| 456 | // vrfiz VecFPRound |
| 457 | // vrlb VecGeneral |
| 458 | // vrlh VecGeneral |
| 459 | // vrlw VecGeneral |
| 460 | // vrsqrtefp VecFP |
| 461 | // vsel VecGeneral |
| 462 | // vsl VecVSL |
| 463 | // vslb VecGeneral |
| 464 | // vsldoi VecPerm |
| 465 | // vslh VecGeneral |
| 466 | // vslo VecPerm |
| 467 | // vslw VecGeneral |
| 468 | // vspltb VecPerm |
| 469 | // vsplth VecPerm |
| 470 | // vspltisb VecPerm |
| 471 | // vspltish VecPerm |
| 472 | // vspltisw VecPerm |
| 473 | // vspltw VecPerm |
| 474 | // vsr VecVSR |
| 475 | // vsrab VecGeneral |
| 476 | // vsrah VecGeneral |
| 477 | // vsraw VecGeneral |
| 478 | // vsrb VecGeneral |
| 479 | // vsrh VecGeneral |
| 480 | // vsro VecPerm |
| 481 | // vsrw VecGeneral |
| 482 | // vsubcuw VecGeneral |
| 483 | // vsubfp VecFP |
| 484 | // vsubsbs VecGeneral |
| 485 | // vsubshs VecGeneral |
| 486 | // vsubsws VecGeneral |
| 487 | // vsububm VecGeneral |
| 488 | // vsububs VecGeneral |
| 489 | // vsubuhm VecGeneral |
| 490 | // vsubuhs VecGeneral |
| 491 | // vsubuwm VecGeneral |
| 492 | // vsubuws VecGeneral |
| 493 | // vsum2sws VecComplex |
| 494 | // vsum4sbs VecComplex |
| 495 | // vsum4shs VecComplex |
| 496 | // vsum4ubs VecComplex |
| 497 | // vsumsws VecComplex |
| 498 | // vupkhpx VecPerm |
| 499 | // vupkhsb VecPerm |
| 500 | // vupkhsh VecPerm |
| 501 | // vupklpx VecPerm |
| 502 | // vupklsb VecPerm |
| 503 | // vupklsh VecPerm |
| 504 | // vxor VecGeneral |
| 505 | // xor IntGeneral |
| 506 | // xori IntGeneral |
| 507 | // xoris IntGeneral |
| 508 | // |