Lines Matching refs:NS_None
19 ARM_FPU("invalid", FK_INVALID, FV_NONE, NS_None, FR_None)
20 ARM_FPU("none", FK_NONE, FV_NONE, NS_None, FR_None)
21 ARM_FPU("vfp", FK_VFP, FV_VFPV2, NS_None, FR_None)
22 ARM_FPU("vfpv2", FK_VFPV2, FV_VFPV2, NS_None, FR_None)
23 ARM_FPU("vfpv3", FK_VFPV3, FV_VFPV3, NS_None, FR_None)
24 ARM_FPU("vfpv3-fp16", FK_VFPV3_FP16, FV_VFPV3_FP16, NS_None, FR_None)
25 ARM_FPU("vfpv3-d16", FK_VFPV3_D16, FV_VFPV3, NS_None, FR_D16)
26 ARM_FPU("vfpv3-d16-fp16", FK_VFPV3_D16_FP16, FV_VFPV3_FP16, NS_None, FR_D16)
27 ARM_FPU("vfpv3xd", FK_VFPV3XD, FV_VFPV3, NS_None, FR_SP_D16)
28 ARM_FPU("vfpv3xd-fp16", FK_VFPV3XD_FP16, FV_VFPV3_FP16, NS_None, FR_SP_D16)
29 ARM_FPU("vfpv4", FK_VFPV4, FV_VFPV4, NS_None, FR_None)
30 ARM_FPU("vfpv4-d16", FK_VFPV4_D16, FV_VFPV4, NS_None, FR_D16)
31 ARM_FPU("fpv4-sp-d16", FK_FPV4_SP_D16, FV_VFPV4, NS_None, FR_SP_D16)
32 ARM_FPU("fpv5-d16", FK_FPV5_D16, FV_VFPV5, NS_None, FR_D16)
33 ARM_FPU("fpv5-sp-d16", FK_FPV5_SP_D16, FV_VFPV5, NS_None, FR_SP_D16)
34 ARM_FPU("fp-armv8", FK_FP_ARMV8, FV_VFPV5, NS_None, FR_None)
41 ARM_FPU("softvfp", FK_SOFTVFP, FV_NONE, NS_None, FR_None)