Searched refs:DataProcessing3SourceFixed (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1484 DataProcessing3SourceFixed = 0x1B000000, enumerator 1487 MADD_w = DataProcessing3SourceFixed | 0x00000000, 1488 MADD_x = DataProcessing3SourceFixed | 0x80000000, 1490 MSUB_w = DataProcessing3SourceFixed | 0x00008000, 1491 MSUB_x = DataProcessing3SourceFixed | 0x80008000, 1493 SMADDL_x = DataProcessing3SourceFixed | 0x80200000, 1494 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000, 1495 SMULH_x = DataProcessing3SourceFixed | 0x80400000, 1496 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000, 1497 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000, [all …]
|