Searched refs:FR_SP_D16 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 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) 31 ARM_FPU("fpv4-sp-d16", FK_FPV4_SP_D16, FV_VFPV4, NS_None, FR_SP_D16) 33 ARM_FPU("fpv5-sp-d16", FK_FPV5_SP_D16, FV_VFPV5, NS_None, FR_SP_D16)
|
D | TargetParser.h | 61 FR_SP_D16 ///< Only single-precision instructions, with 16 D registers enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ARMTargetParser.def | 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) 31 ARM_FPU("fpv4-sp-d16", FK_FPV4_SP_D16, FV_VFPV4, NS_None, FR_SP_D16) 33 ARM_FPU("fpv5-sp-d16", FK_FPV5_SP_D16, FV_VFPV5, NS_None, FR_SP_D16)
|
D | TargetParser.h | 61 FR_SP_D16 ///< Only single-precision instructions, with 16 D registers enumerator
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | TargetParser.cpp | 249 case ARM::FR_SP_D16: in getFPUFeatures()
|
/external/llvm/lib/Support/ |
D | TargetParser.cpp | 242 case ARM::FR_SP_D16: in getFPUFeatures()
|