Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2261 unsigned RLAmt2 = MaskStart; in SelectRotMask64() local
2264 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMask64()
2267 return SelectRotMask64(V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMask64()
2311 unsigned RLAmt2 = MaskStart; in SelectRotMaskIns64() local
2314 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMaskIns64()
2317 return SelectRotMaskIns64(Base, V, dl, RLAmt2, false, MaskStart, MaskEnd); in SelectRotMaskIns64()