Home
last modified time | relevance | path

Searched refs:FPDataProcessing1SourceFixed (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/a64/
Dconstants-a64.h933 FPDataProcessing1SourceFixed = 0x1E204000, enumerator
936 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000,
937 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
939 FABS_s = FPDataProcessing1SourceFixed | 0x00008000,
940 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
942 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000,
943 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
945 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000,
946 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
948 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000,
[all …]
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h1051 FPDataProcessing1SourceFixed = 0x1E204000, enumerator
1054 FMOV_s = FPDataProcessing1SourceFixed | 0x00000000,
1055 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
1057 FABS_s = FPDataProcessing1SourceFixed | 0x00008000,
1058 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
1060 FNEG_s = FPDataProcessing1SourceFixed | 0x00010000,
1061 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
1063 FSQRT_s = FPDataProcessing1SourceFixed | 0x00018000,
1064 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
1066 FCVT_ds = FPDataProcessing1SourceFixed | 0x00028000,
[all …]