reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1395 Name = Name.substr(12); // Remove avx512.mask. 1395 Name = Name.substr(12); // Remove avx512.mask. 1400 if (Name.startswith("max.p")) { 1411 } else if (Name.startswith("min.p")) { 1422 } else if (Name.startswith("pshuf.b.")) { 1431 } else if (Name.startswith("pmul.hr.sw.")) { 1440 } else if (Name.startswith("pmulh.w.")) { 1449 } else if (Name.startswith("pmulhu.w.")) { 1458 } else if (Name.startswith("pmaddw.d.")) { 1467 } else if (Name.startswith("pmaddubs.w.")) { 1476 } else if (Name.startswith("packsswb.")) { 1485 } else if (Name.startswith("packssdw.")) { 1494 } else if (Name.startswith("packuswb.")) { 1503 } else if (Name.startswith("packusdw.")) { 1512 } else if (Name.startswith("vpermilvar.")) { 1527 } else if (Name == "cvtpd2dq.256") { 1529 } else if (Name == "cvtpd2ps.256") { 1531 } else if (Name == "cvttpd2dq.256") { 1533 } else if (Name == "cvttps2dq.128") { 1535 } else if (Name == "cvttps2dq.256") { 1537 } else if (Name.startswith("permvar.")) { 1569 } else if (Name.startswith("dbpsadbw.")) { 1578 } else if (Name.startswith("pmultishift.qb.")) { 1587 } else if (Name.startswith("conflict.")) { 1588 if (Name[9] == 'd' && VecWidth == 128) 1590 else if (Name[9] == 'd' && VecWidth == 256) 1592 else if (Name[9] == 'd' && VecWidth == 512) 1594 else if (Name[9] == 'q' && VecWidth == 128) 1596 else if (Name[9] == 'q' && VecWidth == 256) 1598 else if (Name[9] == 'q' && VecWidth == 512) 1602 } else if (Name.startswith("pavg.")) { 1603 if (Name[5] == 'b' && VecWidth == 128) 1605 else if (Name[5] == 'b' && VecWidth == 256) 1607 else if (Name[5] == 'b' && VecWidth == 512) 1609 else if (Name[5] == 'w' && VecWidth == 128) 1611 else if (Name[5] == 'w' && VecWidth == 256) 1613 else if (Name[5] == 'w' && VecWidth == 512)