Home | History | Annotate | Download | only in arm64

Lines Matching refs:DataProcessing3SourceFixed

983   DataProcessing3SourceFixed = 0x1B000000,
986 MADD_w = DataProcessing3SourceFixed | 0x00000000,
987 MADD_x = DataProcessing3SourceFixed | 0x80000000,
989 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
990 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
992 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
993 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
994 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
995 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
996 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
997 UMULH_x = DataProcessing3SourceFixed | 0x80C00000