Searched refs:FPDataProcessing2SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1189 FPDataProcessing2SourceFixed = 0x1E200800, enumerator 1192 FMUL = FPDataProcessing2SourceFixed | 0x00000000, 1195 FDIV = FPDataProcessing2SourceFixed | 0x00001000, 1198 FADD = FPDataProcessing2SourceFixed | 0x00002000, 1201 FSUB = FPDataProcessing2SourceFixed | 0x00003000, 1204 FMAX = FPDataProcessing2SourceFixed | 0x00004000, 1207 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1210 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000, 1213 FMINNM = FPDataProcessing2SourceFixed | 0x00007000, 1216 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1383 FPDataProcessing2SourceFixed = 0x1E200800, enumerator 1386 FMUL = FPDataProcessing2SourceFixed | 0x00000000, 1390 FDIV = FPDataProcessing2SourceFixed | 0x00001000, 1394 FADD = FPDataProcessing2SourceFixed | 0x00002000, 1398 FSUB = FPDataProcessing2SourceFixed | 0x00003000, 1402 FMAX = FPDataProcessing2SourceFixed | 0x00004000, 1406 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1410 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000, 1414 FMINNM = FPDataProcessing2SourceFixed | 0x00007000, 1418 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,
|