Lines Matching defs:MSB
2441 unsigned &LSB, unsigned &MSB,
2484 // Make sure to clamp the MSB so that we preserve the semantics of the
2518 MSB = SrlImm +
2524 // to clamp the MSB to make sure we don't shift in undefined bits instead of
2527 MSB = MSB > 31 ? 31 : MSB;
2568 unsigned &MSB) {
2602 MSB = llvm::Log2_64(AndMask);
2810 uint64_t Imm, uint64_t MSB,
2816 if (MSB >= Imm) {
2817 OpUsefulBits <<= MSB - Imm + 1;
2824 OpUsefulBits <<= MSB + 1;
2840 uint64_t MSB =
2843 getUsefulBitsFromBitfieldMoveOpd(Op, UsefulBits, Imm, MSB, Depth);
2878 uint64_t MSB =
2890 if (MSB >= Imm) {
2892 uint64_t Width = MSB - Imm + 1;
2909 uint64_t Width = MSB + 1;
3527 // f = BFM Opd0, Opd1, LSB, MSB ; where LSB = imm, and MSB = imm2