Home | History | Annotate | Download | only in Mips

Lines Matching refs:LL

812   uint64_t Floor = 1LL << Log2_64(C);
813 uint64_t Ceil = Log2Ceil == 64 ? 0LL : 1LL << Log2Ceil;