Lines Matching refs:FPDataProcessing3SourceFixed
1539 FPDataProcessing3SourceFixed = 0x1F000000, enumerator
1542 FMADD_h = FPDataProcessing3SourceFixed | 0x00C00000,
1543 FMSUB_h = FPDataProcessing3SourceFixed | 0x00C08000,
1544 FNMADD_h = FPDataProcessing3SourceFixed | 0x00E00000,
1545 FNMSUB_h = FPDataProcessing3SourceFixed | 0x00E08000,
1546 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1547 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1548 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1549 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1550 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1551 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1552 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1553 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000