Home
last modified time | relevance | path

Searched refs:RLAmt1 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1465 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMask64() local
1466 if (RLAmt1) in SelectRotMask64()
1467 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64()
1514 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMaskIns64() local
1515 if (RLAmt1) in SelectRotMaskIns64()
1516 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64()