reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1876 if ((M0 > 3 && M1 == 1 && M2 == 2 && M3 == 3) || 1877 (M0 < 4 && M1 == 5 && M2 == 6 && M3 == 7)) { 1884 if ((M1 > 3 && M0 == 0 && M2 == 2 && M3 == 3) || 1885 (M1 < 4 && M0 == 4 && M2 == 6 && M3 == 7)) { 1892 if ((M2 > 3 && M0 == 0 && M1 == 1 && M3 == 3) || 1893 (M2 < 4 && M0 == 4 && M1 == 5 && M3 == 7)) { 1894 ShiftElts = IsLE ? LittleEndianShifts[M2 & 0x3] : BigEndianShifts[M2 & 0x3]; 1894 ShiftElts = IsLE ? LittleEndianShifts[M2 & 0x3] : BigEndianShifts[M2 & 0x3]; 1896 Swap = M2 < 4; 1900 if ((M3 > 3 && M0 == 0 && M1 == 1 && M2 == 2) || 1901 (M3 < 4 && M0 == 4 && M1 == 5 && M2 == 6)) { 1914 if (M0 == XXINSERTWSrcElem && M1 == 1 && M2 == 2 && M3 == 3) { 1918 if (M0 == 0 && M1 == XXINSERTWSrcElem && M2 == 2 && M3 == 3) { 1922 if (M0 == 0 && M1 == 1 && M2 == XXINSERTWSrcElem && M3 == 3) { 1926 if (M0 == 0 && M1 == 1 && M2 == 2 && M3 == XXINSERTWSrcElem) {