Lines Matching refs:FPDataProcessing1SourceFixed

1165   FPDataProcessing1SourceFixed = 0x1E204000,
1168 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000,
1169 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
1171 FABS_s = FPDataProcessing1SourceFixed | 0x00008000,
1172 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
1174 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000,
1175 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
1177 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000,
1178 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
1180 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000,
1181 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
1182 FCVT_hs = FPDataProcessing1SourceFixed | 0x00038000,
1183 FCVT_hd = FPDataProcessing1SourceFixed | FP64 | 0x00038000,
1184 FCVT_sh = FPDataProcessing1SourceFixed | 0x00C20000,
1185 FCVT_dh = FPDataProcessing1SourceFixed | 0x00C28000,
1186 FRINTN_s = FPDataProcessing1SourceFixed | 0x00040000,
1187 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
1189 FRINTP_s = FPDataProcessing1SourceFixed | 0x00048000,
1190 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
1192 FRINTM_s = FPDataProcessing1SourceFixed | 0x00050000,
1193 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
1195 FRINTZ_s = FPDataProcessing1SourceFixed | 0x00058000,
1196 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
1198 FRINTA_s = FPDataProcessing1SourceFixed | 0x00060000,
1199 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
1201 FRINTX_s = FPDataProcessing1SourceFixed | 0x00070000,
1202 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
1204 FRINTI_s = FPDataProcessing1SourceFixed | 0x00078000,
1205 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,