Lines Matching defs:FPDataProcessing2SourceFixed
1639 FPDataProcessing2SourceFixed = 0x1E200800,
1642 FMUL = FPDataProcessing2SourceFixed | 0x00000000,
1646 FDIV = FPDataProcessing2SourceFixed | 0x00001000,
1650 FADD = FPDataProcessing2SourceFixed | 0x00002000,
1654 FSUB = FPDataProcessing2SourceFixed | 0x00003000,
1658 FMAX = FPDataProcessing2SourceFixed | 0x00004000,
1662 FMIN = FPDataProcessing2SourceFixed | 0x00005000,
1666 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000,
1670 FMINNM = FPDataProcessing2SourceFixed | 0x00007000,
1674 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,