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

References

lib/Target/Mips/MipsInstructionSelector.cpp
  650       Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS);
  654       Instructions.emplace_back(Mips::XOR, Temp, LHS, RHS);
  658       Instructions.emplace_back(Mips::SLTu, ICMPReg, RHS, LHS);
  661       Instructions.emplace_back(Mips::SLTu, Temp, LHS, RHS);
  665       Instructions.emplace_back(Mips::SLTu, ICMPReg, LHS, RHS);
  668       Instructions.emplace_back(Mips::SLTu, Temp, RHS, LHS);
  672       Instructions.emplace_back(Mips::SLT, ICMPReg, RHS, LHS);
  675       Instructions.emplace_back(Mips::SLT, Temp, LHS, RHS);
  679       Instructions.emplace_back(Mips::SLT, ICMPReg, LHS, RHS);
  682       Instructions.emplace_back(Mips::SLT, Temp, RHS, LHS);