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

References

lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
  100     if (SH <= 31 && MB == 0 && ME == (31-SH)) {
  100     if (SH <= 31 && MB == 0 && ME == (31-SH)) {
  103     if (SH <= 31 && MB == (32-SH) && ME == 31) {
  103     if (SH <= 31 && MB == (32-SH) && ME == 31) {
  105       SH = 32-SH;
  105       SH = 32-SH;
  111       O << ", " << (unsigned int)SH;