Lines Matching refs:FPDataProcessing2SourceFixed
1211 FPDataProcessing2SourceFixed = 0x1E200800,
1214 FMUL = FPDataProcessing2SourceFixed | 0x00000000,
1217 FDIV = FPDataProcessing2SourceFixed | 0x00001000,
1220 FADD = FPDataProcessing2SourceFixed | 0x00002000,
1223 FSUB = FPDataProcessing2SourceFixed | 0x00003000,
1226 FMAX = FPDataProcessing2SourceFixed | 0x00004000,
1229 FMIN = FPDataProcessing2SourceFixed | 0x00005000,
1232 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000,
1235 FMINNM = FPDataProcessing2SourceFixed | 0x00007000,
1238 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,