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

References

lib/Target/ARM/ARMFastISel.cpp
 1570   if (Ty->isFloatTy()) Opc = isSigned ? ARM::VSITOS : ARM::VUITOS;
 1572     Opc = isSigned ? ARM::VSITOD : ARM::VUITOD;
 1577                           TII.get(Opc), ResultReg).addReg(FP));