Searched refs:DataProcessing1SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 933 DataProcessing1SourceFixed = 0x5AC00000, enumerator 936 RBIT = DataProcessing1SourceFixed | 0x00000000, 939 REV16 = DataProcessing1SourceFixed | 0x00000400, 942 REV = DataProcessing1SourceFixed | 0x00000800, 945 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 946 CLZ = DataProcessing1SourceFixed | 0x00001000, 949 CLS = DataProcessing1SourceFixed | 0x00001400,
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1023 DataProcessing1SourceFixed = 0x5AC00000, enumerator 1026 RBIT = DataProcessing1SourceFixed | 0x00000000, 1029 REV16 = DataProcessing1SourceFixed | 0x00000400, 1032 REV = DataProcessing1SourceFixed | 0x00000800, 1035 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 1036 CLZ = DataProcessing1SourceFixed | 0x00001000, 1039 CLS = DataProcessing1SourceFixed | 0x00001400,
|