Searched refs:DataProcessing1SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1171 DataProcessing1SourceFixed = 0x5AC00000, enumerator 1174 RBIT = DataProcessing1SourceFixed | 0x00000000, 1177 REV16 = DataProcessing1SourceFixed | 0x00000400, 1180 REV = DataProcessing1SourceFixed | 0x00000800, 1183 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 1184 CLZ = DataProcessing1SourceFixed | 0x00001000, 1187 CLS = DataProcessing1SourceFixed | 0x00001400, 1192 PACIA = DataProcessing1SourceFixed | 0x80010000, 1193 PACIB = DataProcessing1SourceFixed | 0x80010400, 1194 PACDA = DataProcessing1SourceFixed | 0x80010800, [all …]
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 1019 DataProcessing1SourceFixed = 0x5AC00000, enumerator 1022 RBIT = DataProcessing1SourceFixed | 0x00000000, 1025 REV16 = DataProcessing1SourceFixed | 0x00000400, 1028 REV = DataProcessing1SourceFixed | 0x00000800, 1031 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00, 1032 CLZ = DataProcessing1SourceFixed | 0x00001000, 1035 CLS = DataProcessing1SourceFixed | 0x00001400,
|