Home | History | Annotate | Download | only in a64

Lines Matching refs:DataProcessing3SourceFixed

865   DataProcessing3SourceFixed = 0x1B000000,
868 MADD_w = DataProcessing3SourceFixed | 0x00000000,
869 MADD_x = DataProcessing3SourceFixed | 0x80000000,
871 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
872 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
874 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
875 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
876 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
877 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
878 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
879 UMULH_x = DataProcessing3SourceFixed | 0x80C00000