Lines Matching refs:FPU_ARCH_VFP
121 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, but VFP order. */
127 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, VFP order. */
20126 {"armv5", ARM_ARCH_V5, FPU_ARCH_VFP},
20127 {"armv5t", ARM_ARCH_V5T, FPU_ARCH_VFP},
20128 {"armv5txm", ARM_ARCH_V5TxM, FPU_ARCH_VFP},
20129 {"armv5te", ARM_ARCH_V5TE, FPU_ARCH_VFP},
20130 {"armv5texp", ARM_ARCH_V5TExP, FPU_ARCH_VFP},
20131 {"armv5tej", ARM_ARCH_V5TEJ, FPU_ARCH_VFP},
20132 {"armv6", ARM_ARCH_V6, FPU_ARCH_VFP},
20133 {"armv6j", ARM_ARCH_V6, FPU_ARCH_VFP},
20134 {"armv6k", ARM_ARCH_V6K, FPU_ARCH_VFP},
20135 {"armv6z", ARM_ARCH_V6Z, FPU_ARCH_VFP},
20136 {"armv6zk", ARM_ARCH_V6ZK, FPU_ARCH_VFP},
20137 {"armv6t2", ARM_ARCH_V6T2, FPU_ARCH_VFP},
20138 {"armv6kt2", ARM_ARCH_V6KT2, FPU_ARCH_VFP},
20139 {"armv6zt2", ARM_ARCH_V6ZT2, FPU_ARCH_VFP},
20140 {"armv6zkt2", ARM_ARCH_V6ZKT2, FPU_ARCH_VFP},
20141 {"armv7", ARM_ARCH_V7, FPU_ARCH_VFP},
20144 {"armv7a", ARM_ARCH_V7A, FPU_ARCH_VFP},
20145 {"armv7r", ARM_ARCH_V7R, FPU_ARCH_VFP},
20146 {"armv7m", ARM_ARCH_V7M, FPU_ARCH_VFP},
20147 {"armv7-a", ARM_ARCH_V7A, FPU_ARCH_VFP},
20148 {"armv7-r", ARM_ARCH_V7R, FPU_ARCH_VFP},
20149 {"armv7-m", ARM_ARCH_V7M, FPU_ARCH_VFP},
20150 {"xscale", ARM_ARCH_XSCALE, FPU_ARCH_VFP},
20151 {"iwmmxt", ARM_ARCH_IWMMXT, FPU_ARCH_VFP},
20152 {"iwmmxt2", ARM_ARCH_IWMMXT2,FPU_ARCH_VFP},
20185 {"softvfp", FPU_ARCH_VFP},