Searched refs:FPDataProcessing2SourceFixed (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1631 FPDataProcessing2SourceFixed = 0x1E200800, enumerator 1634 FMUL = FPDataProcessing2SourceFixed | 0x00000000, 1638 FDIV = FPDataProcessing2SourceFixed | 0x00001000, 1642 FADD = FPDataProcessing2SourceFixed | 0x00002000, 1646 FSUB = FPDataProcessing2SourceFixed | 0x00003000, 1650 FMAX = FPDataProcessing2SourceFixed | 0x00004000, 1654 FMIN = FPDataProcessing2SourceFixed | 0x00005000, 1658 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000, 1662 FMINNM = FPDataProcessing2SourceFixed | 0x00007000, 1666 FNMUL = FPDataProcessing2SourceFixed | 0x00008000,
|