Lines Matching refs:DataProcessing3SourceFixed
1097 DataProcessing3SourceFixed = 0x1B000000,
1100 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1101 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1103 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1104 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1106 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1107 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1108 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1109 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1110 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
1111 UMULH_x = DataProcessing3SourceFixed | 0x80C00000