Searched refs:DataProcessing2SourceFixed (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1064 DataProcessing2SourceFixed = 0x1AC00000, 1067 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1068 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1070 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1071 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1073 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1074 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1076 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1077 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1079 ASRV_w = DataProcessing2SourceFixed | [all...] |
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1458 DataProcessing2SourceFixed = 0x1AC00000, enumerator 1461 UDIV_w = DataProcessing2SourceFixed | 0x00000800, 1462 UDIV_x = DataProcessing2SourceFixed | 0x80000800, 1464 SDIV_w = DataProcessing2SourceFixed | 0x00000C00, 1465 SDIV_x = DataProcessing2SourceFixed | 0x80000C00, 1467 LSLV_w = DataProcessing2SourceFixed | 0x00002000, 1468 LSLV_x = DataProcessing2SourceFixed | 0x80002000, 1470 LSRV_w = DataProcessing2SourceFixed | 0x00002400, 1471 LSRV_x = DataProcessing2SourceFixed | 0x80002400, 1473 ASRV_w = DataProcessing2SourceFixed | [all...] |
Completed in 14 milliseconds