Searched refs:DataProcessing2SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1042 DataProcessing2SourceFixed = 0x1AC00000, enumerator 1045 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1046 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1048 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1049 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1051 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1052 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1054 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1055 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1057 ASRV_w = DataProcessing2SourceFixed | 0x00002800, [all …]
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1214 DataProcessing2SourceFixed = 0x1AC00000, enumerator 1217 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1218 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1220 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1221 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1223 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1224 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1226 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1227 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1229 ASRV_w = DataProcessing2SourceFixed | 0x00002800, [all …]
|