Searched refs:RLAmt1 (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 1524 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; local 1525 if (RLAmt1) 1526 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63); 1573 unsigned RLAmt1 = (64 + RLAmt - RLAmt2) % 64; local 1574 if (RLAmt1) 1575 V = SelectRotMask64(V, dl, RLAmt1, false, 0, 63);
|
Completed in 219 milliseconds