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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
10073   { 6864 /* retl */, X86::RETL, Convert_NoOperands, AMFBS_Not64BitMode, {  }, },
24627   { 6849 /* ret */, X86::RETL, Convert_NoOperands, AMFBS_Not64BitMode, {  }, },
lib/Target/X86/X86ExpandPseudo.cpp
  314                     TII->get(STI->is64Bit() ? X86::RETQ : X86::RETL));
  327       MIB = BuildMI(MBB, MBBI, DL, TII->get(X86::RETL));
lib/Target/X86/X86FastISel.cpp
 1283                   TII.get(Subtarget->is64Bit() ? X86::RETQ : X86::RETL));
lib/Target/X86/X86FrameLowering.cpp
  162   case X86::RETL:
lib/Target/X86/X86InstrInfo.cpp
   85                       (STI.is64Bit() ? X86::RETQ : X86::RETL)),
lib/Target/X86/X86MCInstLower.cpp
  394   return Subtarget.is64Bit() ? X86::RETQ : X86::RETL;
lib/Target/X86/X86RetpolineThunks.cpp
  256   const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL;