• Home
  • Raw
  • Download

Lines Matching refs:FPDataProcessing1SourceFixed

1051   FPDataProcessing1SourceFixed = 0x1E204000,  enumerator
1054 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000,
1055 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
1057 FABS_s = FPDataProcessing1SourceFixed | 0x00008000,
1058 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
1060 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000,
1061 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
1063 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000,
1064 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
1066 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000,
1067 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
1068 FRINTN_s = FPDataProcessing1SourceFixed | 0x00040000,
1069 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
1071 FRINTP_s = FPDataProcessing1SourceFixed | 0x00048000,
1072 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
1074 FRINTM_s = FPDataProcessing1SourceFixed | 0x00050000,
1075 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
1077 FRINTZ_s = FPDataProcessing1SourceFixed | 0x00058000,
1078 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
1080 FRINTA_s = FPDataProcessing1SourceFixed | 0x00060000,
1081 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
1083 FRINTX_s = FPDataProcessing1SourceFixed | 0x00070000,
1084 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
1086 FRINTI_s = FPDataProcessing1SourceFixed | 0x00078000,
1087 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,