Searched refs:DataProcessing1SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 910 DataProcessing1SourceFixed = 0x5AC00000, enumerator 913 RBIT = DataProcessing1SourceFixed | 0x00000000, 916 REV16 = DataProcessing1SourceFixed | 0x00000400, 919 REV = DataProcessing1SourceFixed | 0x00000800, 922 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 923 CLZ = DataProcessing1SourceFixed | 0x00001000, 926 CLS = DataProcessing1SourceFixed | 0x00001400,
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 1014 DataProcessing1SourceFixed = 0x5AC00000, enumerator 1017 RBIT = DataProcessing1SourceFixed | 0x00000000, 1020 REV16 = DataProcessing1SourceFixed | 0x00000400, 1023 REV = DataProcessing1SourceFixed | 0x00000800, 1026 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 1027 CLZ = DataProcessing1SourceFixed | 0x00001000, 1030 CLS = DataProcessing1SourceFixed | 0x00001400,
|