reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelLowering.cpp
 1878     ShiftElts = IsLE ? LittleEndianShifts[M0 & 0x3] : BigEndianShifts[M0 & 0x3];
 1879     InsertAtByte = IsLE ? 12 : 0;
 1886     ShiftElts = IsLE ? LittleEndianShifts[M1 & 0x3] : BigEndianShifts[M1 & 0x3];
 1887     InsertAtByte = IsLE ? 8 : 4;
 1894     ShiftElts = IsLE ? LittleEndianShifts[M2 & 0x3] : BigEndianShifts[M2 & 0x3];
 1895     InsertAtByte = IsLE ? 4 : 8;
 1902     ShiftElts = IsLE ? LittleEndianShifts[M3 & 0x3] : BigEndianShifts[M3 & 0x3];
 1903     InsertAtByte = IsLE ? 0 : 12;
 1913     unsigned XXINSERTWSrcElem = IsLE ? 2 : 1;
 1915       InsertAtByte = IsLE ? 12 : 0;
 1919       InsertAtByte = IsLE ? 8 : 4;
 1923       InsertAtByte = IsLE ? 4 : 8;
 1927       InsertAtByte = IsLE ? 0 : 12;