Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dconstants-aarch64.h1426 FPDataProcessing3SourceFixed = 0x1F000000, enumerator
1429 FMADD_h = FPDataProcessing3SourceFixed | 0x00C00000,
1430 FMSUB_h = FPDataProcessing3SourceFixed | 0x00C08000,
1431 FNMADD_h = FPDataProcessing3SourceFixed | 0x00E00000,
1432 FNMSUB_h = FPDataProcessing3SourceFixed | 0x00E08000,
1433 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1434 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1435 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1436 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1437 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
[all …]
/external/v8/src/arm64/
Dconstants-arm64.h1223 FPDataProcessing3SourceFixed = 0x1F000000, enumerator
1226 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1227 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1228 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1229 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1230 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1231 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1232 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1233 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000