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

References

gen/lib/Target/Mips/MipsGenDAGISel.inc
24480 /* 45837*/  /*SwitchOpcode*/ 56, TARGET_VAL(MipsISD::MTLOHI),// ->45896
gen/lib/Target/Mips/MipsGenFastISel.inc
 3443   case MipsISD::MTLOHI: return fastEmit_MipsISD_MTLOHI_rr(VT, RetVT, Op0, Op0IsKill, Op1, Op1IsKill);
lib/Target/Mips/MipsISelLowering.cpp
  208   case MipsISD::MTLOHI:            return "MipsISD::MTLOHI";
 1034   SDValue ACCIn = CurDAG.getNode(MipsISD::MTLOHI, DL, MVT::Untyped,
lib/Target/Mips/MipsSEISelLowering.cpp
 1291   return DAG.getNode(MipsISD::MTLOHI, DL, MVT::Untyped, InLo, InHi);