reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2251 if (VRI.RLAmt) { 2253 } else if (VRI.Repl32) { 2255 if (BG.V != VRI.V || BG.RLAmt != VRI.RLAmt || 2255 if (BG.V != VRI.V || BG.RLAmt != VRI.RLAmt || 2256 BG.Repl32 != VRI.Repl32) 2270 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, 2270 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, 2270 Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32, 2271 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63, 2271 VRI.Repl32 ? 31 : 0, VRI.Repl32 ? 30 : 63, 2274 Res = VRI.V; 2278 eraseMatchingBitGroups([VRI](const BitGroup &BG) { 2279 return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt && 2279 return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt && 2280 BG.Repl32 == VRI.Repl32;