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

References

lib/Target/Mips/MipsSEISelLowering.cpp
 3284   DebugLoc DL = MI.getDebugLoc();
 3285   Register Wd = MI.getOperand(0).getReg();
 3286   Register Wd_in = MI.getOperand(1).getReg();
 3287   unsigned Lane = MI.getOperand(2).getImm();
 3288   Register Fs = MI.getOperand(3).getReg();
 3291   BuildMI(*BB, MI, DL, TII->get(Mips::SUBREG_TO_REG), Wt)
 3295   BuildMI(*BB, MI, DL, TII->get(Mips::INSVE_D), Wd)
 3301   MI.eraseFromParent(); // The pseudo instruction is gone now.