Home | History | Annotate | Download | only in aarch64

Lines Matching refs:DataProcessing3SourceFixed

1083   DataProcessing3SourceFixed = 0x1B000000,
1086 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1087 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1089 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1090 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1092 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1093 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1094 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1095 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1096 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
1097 UMULH_x = DataProcessing3SourceFixed | 0x80C00000