Searched refs:FPDataProcessing1SourceFixed (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1562 FPDataProcessing1SourceFixed = 0x1E204000, enumerator 1565 FMOV_h = FPDataProcessing1SourceFixed | FP16 | 0x00000000, 1566 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000, 1567 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000, 1569 FABS_h = FPDataProcessing1SourceFixed | FP16 | 0x00008000, 1570 FABS_s = FPDataProcessing1SourceFixed | 0x00008000, 1571 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000, 1573 FNEG_h = FPDataProcessing1SourceFixed | FP16 | 0x00010000, 1574 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000, 1575 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000, [all …]
|