Searched refs:SelectRotMask64 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1412 SDValue SelectRotMask64(SDValue V, SDLoc dl, unsigned RLAmt, bool Repl32, in SelectRotMask64() function in __anon7bd595e20411::BitPermutationSelector 1467 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64() 1468 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64() 1516 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64() 1632 VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in SelectAndParts64() 1729 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, in Select64() 1766 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
|