Searched refs:FPDataProcessing2SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1093 FPDataProcessing2SourceFixed = 0x1E200800, enumerator 1096 FMUL = FPDataProcessing2SourceFixed | 0x00000000, 1099 FDIV = FPDataProcessing2SourceFixed | 0x00001000, 1102 FADD = FPDataProcessing2SourceFixed | 0x00002000, 1105 FSUB = FPDataProcessing2SourceFixed | 0x00003000, 1108 FMAX = FPDataProcessing2SourceFixed | 0x00004000, 1111 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1114 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000, 1117 FMINNM = FPDataProcessing2SourceFixed | 0x00007000, 1120 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 1186 FPDataProcessing2SourceFixed = 0x1E200800, enumerator 1189 FMUL = FPDataProcessing2SourceFixed | 0x00000000, 1192 FDIV = FPDataProcessing2SourceFixed | 0x00001000, 1195 FADD = FPDataProcessing2SourceFixed | 0x00002000, 1198 FSUB = FPDataProcessing2SourceFixed | 0x00003000, 1201 FMAX = FPDataProcessing2SourceFixed | 0x00004000, 1204 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1207 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000, 1210 FMINNM = FPDataProcessing2SourceFixed | 0x00007000, 1213 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,
|