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

/external/v8/src/arm64/
H A Dconstants-arm64.h956 DataProcessing2SourceFixed = 0x1AC00000, enumerator in enum:v8::internal::DataProcessing2SourceOp
959 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
960 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
962 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
963 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
965 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
966 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
968 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
969 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
971 ASRV_w = DataProcessing2SourceFixed |
[all...]
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1050 DataProcessing2SourceFixed = 0x1AC00000, enumerator in enum:vixl::aarch64::DataProcessing2SourceOp
1053 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
1054 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
1056 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
1057 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
1059 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
1060 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
1062 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
1063 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
1065 ASRV_w = DataProcessing2SourceFixed |
[all...]

Completed in 281 milliseconds