reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1938       bool MBInLoHWord = MB >= 16;
 1942       if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) {
 1943         Mask = ((1LLU << (32 - MB)) - 1) & ~((1LLU << (31 - ME)) - 1);
 1950                  (ME - MB + 1 == SH) && (MB >= 16)) {
 1950                  (ME - MB + 1 == SH) && (MB >= 16)) {