Searched refs:FPDataProcessing3SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1539 FPDataProcessing3SourceFixed = 0x1F000000, enumerator 1542 FMADD_h = FPDataProcessing3SourceFixed | 0x00C00000, 1543 FMSUB_h = FPDataProcessing3SourceFixed | 0x00C08000, 1544 FNMADD_h = FPDataProcessing3SourceFixed | 0x00E00000, 1545 FNMSUB_h = FPDataProcessing3SourceFixed | 0x00E08000, 1546 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000, 1547 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000, 1548 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000, 1549 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000, 1550 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000, [all …]
|
/external/v8/src/codegen/arm64/ |
D | constants-arm64.h | 1245 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
|