Lines Matching refs:LL
1823 // If we're expected to restore the stack (e.g. fastcc) then we'll be adding
2317 // are loaded before this eventual operation. Otherwise they'll be
2395 // we've carefully laid out the parameters so that when sp is reset they'll be
3118 // If that fails, we'll need to perform an FCMP + CSEL sequence. Go ahead
3369 // If that fails, we'll need to perform an FCMP + CSEL sequence. Go ahead
3928 // By default we'll emit v0-v31 for this unless there's a modifier where
3929 // we'll emit the correct register as well.
5442 // select the values we'll be overwriting for the non-constant
6221 if (Offset >= -(1LL << 9) && Offset <= (1LL << 9) - 1)
6226 if (NumBytes && Offset > 0 && (Offset / NumBytes) <= (1LL << 12) - 1 &&
6316 Val &= (1LL << 32) - 1;
6968 // extract, but we don't know which it'll be so we have to try both.