Searched refs:DataProcessing1SourceFixed (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Dconstants-arm64.h933 DataProcessing1SourceFixed = 0x5AC00000, enumerator in enum:v8::internal::DataProcessing1SourceOp
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/
H A Dconstants-aarch64.h1027 DataProcessing1SourceFixed = 0x5AC00000, enumerator in enum:vixl::aarch64::DataProcessing1SourceOp
1030 RBIT = DataProcessing1SourceFixed | 0x00000000,
1033 REV16 = DataProcessing1SourceFixed | 0x00000400,
1036 REV = DataProcessing1SourceFixed | 0x00000800,
1039 REV_x = DataProcessing1SourceFixed | SixtyFourBits | 0x00000C00,
1040 CLZ = DataProcessing1SourceFixed | 0x00001000,
1043 CLS = DataProcessing1SourceFixed | 0x00001400,

Completed in 265 milliseconds