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

References

gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 8011   { 9499 /* trunc.w.s */, Mips::TRUNC_W_S, Convert__FGR32AsmReg1_0__FGR32AsmReg1_1, AMFBS_HasStdEnc_HasMips2_IsNotSoftFloat_NotInMicroMips, { MCK_FGR32AsmReg, MCK_FGR32AsmReg }, },
gen/lib/Target/Mips/MipsGenDAGISel.inc
27714 /* 52436*/          OPC_MorphNodeTo1, TARGET_VAL(Mips::TRUNC_W_S), 0,
gen/lib/Target/Mips/MipsGenFastISel.inc
 1026     return fastEmitInst_r(Mips::TRUNC_W_S, &Mips::FGR32RegClass, Op0, Op0IsKill);
gen/lib/Target/Mips/MipsGenInstrInfo.inc
16736   { Mips::TRUNC_W_S, Mips::TRUNC_W_S, Mips::TRUNC_W_S_MM },
16736   { Mips::TRUNC_W_S, Mips::TRUNC_W_S, Mips::TRUNC_W_S_MM },
16818   { Mips::TRUNC_W_S, Mips::TRUNC_W_S, Mips::TRUNC_W_S_MMR6 },
16818   { Mips::TRUNC_W_S, Mips::TRUNC_W_S, Mips::TRUNC_W_S_MMR6 },
gen/lib/Target/Mips/MipsGenMCCodeEmitter.inc
 3401     case Mips::TRUNC_W_S: {
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 4219                        : Mips::TRUNC_W_S,
lib/Target/Mips/MipsFastISel.cpp
 1129   unsigned Opc = (SrcVT == MVT::f32) ? Mips::TRUNC_W_S : Mips::TRUNC_W_D32;
lib/Target/Mips/MipsInstructionSelector.cpp
  532       Opcode = Mips::TRUNC_W_S;