Searched refs:DataProcessing2SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 933 DataProcessing2SourceFixed = 0x1AC00000, enumerator 936 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 937 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 939 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 940 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 942 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 943 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 945 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 946 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 948 ASRV_w = DataProcessing2SourceFixed | 0x00002800, [all …]
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 1037 DataProcessing2SourceFixed = 0x1AC00000, enumerator 1040 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1041 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1043 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1044 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1046 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1047 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1049 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1050 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1052 ASRV_w = DataProcessing2SourceFixed | 0x00002800, [all …]
|