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

References

lib/Target/SystemZ/SystemZInstrInfo.cpp
  842     Opcode = SystemZ::LGR;
  845     Opcode = STI.hasVector() ? SystemZ::LDR32 : SystemZ::LER;
  847     Opcode = SystemZ::LDR;
  849     Opcode = SystemZ::LXR;
  851     Opcode = SystemZ::VLR32;
  853     Opcode = SystemZ::VLR64;
  855     Opcode = SystemZ::VLR;
  857     Opcode = SystemZ::CPYA;
  860     Opcode = SystemZ::SAR;
  863     Opcode = SystemZ::EAR;
  867   BuildMI(MBB, MBBI, DL, get(Opcode), DestReg)