Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:LL

698       int64_t Align = 1LL << scale;
699 int64_t Max = Align * ((1LL << width) - 1);
712 int64_t Align = 1LL << scale;
713 int64_t Max = Align * ((1LL << (width-1)) - 1);
714 int64_t Min = -Align * (1LL << (width-1));
961 // If it's not a constant expression, it'll generate a fixup and be
970 // If it's not a constant expression, it'll generate a fixup and be
3057 // but that'll get caught OK in operand matching, so we don't need to
5185 // if we have a "mul" mnemonic in Thumb mode, check if we'll be able to
5745 // We'll make the transformation in processInstruction() if necessary.