Lines Matching refs:DataProcessing3SourceFixed
989 DataProcessing3SourceFixed = 0x1B000000,
992 MADD_w = DataProcessing3SourceFixed | 0x00000000,
993 MADD_x = DataProcessing3SourceFixed | 0x80000000,
995 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
996 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
998 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
999 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1000 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1001 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1002 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
1003 UMULH_x = DataProcessing3SourceFixed | 0x80C00000