Searched defs:LittleEndianShifts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2291 unsigned LittleEndianShifts[] = { 2, 1, 0, 3 }; in isXXINSERTWMask() local 9839 unsigned LittleEndianShifts[] = {8, 7, 6, 5, 4, 3, 2, 1, in lowerToVINSERTB() local 9945 unsigned LittleEndianShifts[] = {4, 3, 2, 1, 0, 7, 6, 5}; in lowerToVINSERTH() local
|