reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3788 else if (!SetCR && ShAmt == 0 && !PostRA) { 3797 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; 3797 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; 3797 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; 3798 uint64_t MB = RightShift ? ShAmt : 0; 3799 uint64_t ME = RightShift ? 31 : 31 - ShAmt; 3807 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; 3807 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; 3807 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; 3808 uint64_t ME = RightShift ? ShAmt : 63 - ShAmt; 3808 uint64_t ME = RightShift ? ShAmt : 63 - ShAmt;