Lines Matching defs:DataProcessing3SourceFixed
1492 DataProcessing3SourceFixed = 0x1B000000,
1495 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1496 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1498 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1499 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1501 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1502 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1503 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1504 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1505 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
1506 UMULH_x = DataProcessing3SourceFixed | 0x80C00000