Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h1245 FPDataProcessing3SourceFixed = 0x1F000000, enumerator
1248 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1249 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1250 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1251 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1252 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1253 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1254 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1255 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000
/third_party/vixl/src/aarch64/
Dconstants-aarch64.h1674 FPDataProcessing3SourceFixed = 0x1F000000, enumerator
1677 FMADD_h = FPDataProcessing3SourceFixed | 0x00C00000,
1678 FMSUB_h = FPDataProcessing3SourceFixed | 0x00C08000,
1679 FNMADD_h = FPDataProcessing3SourceFixed | 0x00E00000,
1680 FNMSUB_h = FPDataProcessing3SourceFixed | 0x00E08000,
1681 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1682 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1683 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1684 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1685 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
[all …]