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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
16316 /* 30218*/      /*SwitchOpcode*/ 29, TARGET_VAL(MipsISD::MFLO),// ->30250
24445 /* 45776*/  /*SwitchOpcode*/ 58, TARGET_VAL(MipsISD::MFLO),// ->45837
gen/lib/Target/Mips/MipsGenFastISel.inc
 1213   case MipsISD::MFLO: return fastEmit_MipsISD_MFLO_r(VT, RetVT, Op0, Op0IsKill);
lib/Target/Mips/MipsISelLowering.cpp
  207   case MipsISD::MFLO:              return "MipsISD::MFLO";
 1048   SDValue ResLo = CurDAG.getNode(MipsISD::MFLO, DL, MVT::i32, MAdd);
lib/Target/Mips/MipsSEISelLowering.cpp
 1275     Lo = DAG.getNode(MipsISD::MFLO, DL, Ty, Mult);
 1295   SDValue Lo = DAG.getNode(MipsISD::MFLO, DL, MVT::i32, Op);