Searched refs:FPDataProcessing1SourceFixed (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1165 FPDataProcessing1SourceFixed = 0x1E204000, 1168 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000, 1169 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000, 1171 FABS_s = FPDataProcessing1SourceFixed | 0x00008000, 1172 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000, 1174 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000, 1175 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000, 1177 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000, 1178 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000, 1180 FCVT_ds = FPDataProcessing1SourceFixed | [all...] |
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1570 FPDataProcessing1SourceFixed = 0x1E204000, enumerator 1573 FMOV_h = FPDataProcessing1SourceFixed | FP16 | 0x00000000, 1574 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000, 1575 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000, 1577 FABS_h = FPDataProcessing1SourceFixed | FP16 | 0x00008000, 1578 FABS_s = FPDataProcessing1SourceFixed | 0x00008000, 1579 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000, 1581 FNEG_h = FPDataProcessing1SourceFixed | FP16 | 0x00010000, 1582 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000, 1583 FNEG_d = FPDataProcessing1SourceFixed | FP6 [all...] |
Completed in 15 milliseconds