Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LL

1819     // If we're expected to restore the stack (e.g. fastcc) then we'll be adding
2313 // are loaded before this eventual operation. Otherwise they'll be
2391 // we've carefully laid out the parameters so that when sp is reset they'll be
3114 // If that fails, we'll need to perform an FCMP + CSEL sequence. Go ahead
3365 // If that fails, we'll need to perform an FCMP + CSEL sequence. Go ahead
3924 // By default we'll emit v0-v31 for this unless there's a modifier where
3925 // we'll emit the correct register as well.
5438 // select the values we'll be overwriting for the non-constant
6217 if (Offset >= -(1LL << 9) && Offset <= (1LL << 9) - 1)
6222 if (NumBytes && Offset > 0 && (Offset / NumBytes) <= (1LL << 12) - 1 &&
6312 Val &= (1LL << 32) - 1;
6964 // extract, but we don't know which it'll be so we have to try both.