Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1520 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMask64() local
1521 if (RLAmt1) in SelectRotMask64()
1522 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64()
1569 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMaskIns64() local
1570 if (RLAmt1) in SelectRotMaskIns64()
1571 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64()