Searched refs:emitFPU (Results 1 – 5 of 5) sorted by relevance
68 void ARMTargetStreamer::emitFPU(unsigned FPU) {} in emitFPU() function in ARMTargetStreamer
153 void emitFPU(unsigned FPU) override;273 void ARMTargetAsmStreamer::emitFPU(unsigned FPU) { in emitFPU() function in __anond09109f60111::ARMTargetAsmStreamer442 void emitFPU(unsigned FPU) override;845 void ARMTargetELFStreamer::emitFPU(unsigned Value) { in emitFPU() function in ARMTargetELFStreamer
632 ATS.emitFPU(ARM::CRYPTO_NEON_FP_ARMV8); in emitAttributes()634 ATS.emitFPU(ARM::NEON_FP_ARMV8); in emitAttributes()636 ATS.emitFPU(ARM::NEON_VFPV4); in emitAttributes()638 ATS.emitFPU(ARM::NEON); in emitAttributes()648 ATS.emitFPU(STI.hasD16() ? ARM::FPV5_D16 : ARM::FP_ARMV8); in emitAttributes()650 ATS.emitFPU(STI.hasD16() ? ARM::VFPV4_D16 : ARM::VFPV4); in emitAttributes()652 ATS.emitFPU(STI.hasD16() ? ARM::VFPV3_D16 : ARM::VFPV3); in emitAttributes()654 ATS.emitFPU(ARM::VFPV2); in emitAttributes()
140 virtual void emitFPU(unsigned FPU);
9273 getTargetStreamer().emitFPU(ID); in parseDirectiveFPU()