Lines Matching defs:FPDataProcessing3SourceFixed
1682 FPDataProcessing3SourceFixed = 0x1F000000,
1685 FMADD_h = FPDataProcessing3SourceFixed | 0x00C00000,
1686 FMSUB_h = FPDataProcessing3SourceFixed | 0x00C08000,
1687 FNMADD_h = FPDataProcessing3SourceFixed | 0x00E00000,
1688 FNMSUB_h = FPDataProcessing3SourceFixed | 0x00E08000,
1689 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1690 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1691 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1692 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1693 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1694 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1695 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1696 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000