Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1524 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMask64() local
1525 if (RLAmt1) in SelectRotMask64()
1526 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64()
1573 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMaskIns64() local
1574 if (RLAmt1) in SelectRotMaskIns64()
1575 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64()