Home | History | Annotate | Download | only in aarch64

Lines Matching refs:DataProcessing3Source

727 void Assembler::DataProcessing3Source(const Register& rd,
804 DataProcessing3Source(rd, rn, rm, AppropriateZeroRegFor(rd), MADD);
812 DataProcessing3Source(rd, rn, rm, ra, MADD);
820 DataProcessing3Source(rd, rn, rm, AppropriateZeroRegFor(rd), MSUB);
828 DataProcessing3Source(rd, rn, rm, ra, MSUB);
838 DataProcessing3Source(xd, wn, wm, xa, UMADDL_x);
848 DataProcessing3Source(xd, wn, wm, xa, SMADDL_x);
858 DataProcessing3Source(xd, wn, wm, xa, UMSUBL_x);
868 DataProcessing3Source(xd, wn, wm, xa, SMSUBL_x);
877 DataProcessing3Source(xd, wn, wm, xzr, SMADDL_x);
894 DataProcessing3Source(xd, xn, xm, xzr, SMULH_x);
902 DataProcessing3Source(xd, xn, xm, xzr, UMULH_x);