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

References

lib/Target/Mips/MipsFastISel.cpp
  715       Opc = IsFloat ? Mips::C_EQ_S : Mips::C_EQ_D32;
  719       Opc = IsFloat ? Mips::C_EQ_S : Mips::C_EQ_D32;
  723       Opc = IsFloat ? Mips::C_OLT_S : Mips::C_OLT_D32;
  727       Opc = IsFloat ? Mips::C_OLE_S : Mips::C_OLE_D32;
  731       Opc = IsFloat ? Mips::C_ULE_S : Mips::C_ULE_D32;
  735       Opc = IsFloat ? Mips::C_ULT_S : Mips::C_ULT_D32;
  745     emitInst(Opc).addReg(Mips::FCC0, RegState::Define).addReg(LeftReg)