reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1510 if (Strip.second != 1 && Strip.second != 2) 1510 if (Strip.second != 1 && Strip.second != 2) 1526 int NextInMask = SM.Mask[Strip.second]; 1533 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { 1533 if (Strip.first == 0 && Strip.second == 1 && NextInMask == 4) { 1555 int L = Strip.second; 1557 if (Strip.first != 0 && Strip.first != L) 1557 if (Strip.first != 0 && Strip.first != L) 1564 if (S.first - Strip.first != 2*I) 1573 assert(Strip.first == 0 || Strip.first == L); 1573 assert(Strip.first == 0 || Strip.first == L); 1576 Res.Opc = Strip.second == 1 // Number of bytes. 1577 ? (Strip.first == 0 ? V6_vpackeb : V6_vpackob) 1578 : (Strip.first == 0 ? V6_vpackeh : V6_vpackoh); 1587 int L = Strip.second; 1588 std::pair<int,unsigned> PrevS = Strip; 1603 assert(Strip.first == 0 || Strip.first == L); 1603 assert(Strip.first == 0 || Strip.first == L); 1606 Res.Opc = Strip.second == 1 // Number of bytes. 1607 ? (Strip.first == 0 ? V6_vshuffeb : V6_vshuffob) 1608 : (Strip.first == 0 ? V6_vshufeh : V6_vshufoh);