Lines Matching refs:FPDataProcessing1SourceFixed
933 FPDataProcessing1SourceFixed = 0x1E204000, enumerator
936 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000,
937 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
939 FABS_s = FPDataProcessing1SourceFixed | 0x00008000,
940 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
942 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000,
943 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
945 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000,
946 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
948 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000,
949 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
950 FRINTN_s = FPDataProcessing1SourceFixed | 0x00040000,
951 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
953 FRINTP_s = FPDataProcessing1SourceFixed | 0x00048000,
954 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
956 FRINTM_s = FPDataProcessing1SourceFixed | 0x00050000,
957 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
959 FRINTZ_s = FPDataProcessing1SourceFixed | 0x00058000,
960 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
962 FRINTA_s = FPDataProcessing1SourceFixed | 0x00060000,
963 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
965 FRINTX_s = FPDataProcessing1SourceFixed | 0x00070000,
966 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
968 FRINTI_s = FPDataProcessing1SourceFixed | 0x00078000,
969 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,