Searched refs:RLAmt1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2419 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMask64() local 2420 if (RLAmt1) in SelectRotMask64() 2421 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMask64() 2469 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; in SelectRotMaskIns64() local 2470 if (RLAmt1) in SelectRotMaskIns64() 2471 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); in SelectRotMaskIns64()
|