Searched refs:FPDataProcessing1SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1326 FPDataProcessing1SourceFixed = 0x1E204000, enumerator 1329 FMOV_h = FPDataProcessing1SourceFixed | FP16 | 0x00000000, 1330 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000, 1331 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000, 1333 FABS_h = FPDataProcessing1SourceFixed | FP16 | 0x00008000, 1334 FABS_s = FPDataProcessing1SourceFixed | 0x00008000, 1335 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000, 1337 FNEG_h = FPDataProcessing1SourceFixed | FP16 | 0x00010000, 1338 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000, 1339 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000, [all …]
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1143 FPDataProcessing1SourceFixed = 0x1E204000, enumerator 1146 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000, 1147 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000, 1149 FABS_s = FPDataProcessing1SourceFixed | 0x00008000, 1150 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000, 1152 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000, 1153 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000, 1155 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000, 1156 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000, 1158 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000, [all …]
|