Searched refs:DataProcessing2SourceFixed (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1450 DataProcessing2SourceFixed = 0x1AC00000, enumerator 1453 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1454 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1456 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1457 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1459 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1460 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1462 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1463 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1465 ASRV_w = DataProcessing2SourceFixed | 0x00002800, [all …]
|