Home | History | Annotate | Download | only in config

Lines Matching full:rdlo

8667      MAR{cond} acc0, <RdLo>, <RdHi> == MCRR{cond} p0, #0, <RdLo>, <RdHi>, c0
8668 MRA{cond} acc0, <RdLo>, <RdHi> == MRRC{cond} p0, #0, <RdLo>, <RdHi>, c0
9178 UMULL RdLo, RdHi, Rm, Rs
9179 SMULL RdLo, RdHi, Rm, Rs
9180 UMLAL RdLo, RdHi, Rm, Rs
9181 SMLAL RdLo, RdHi, Rm, Rs. */
9191 /* rdhi and rdlo must be different. */
9193 as_tsktsk (_("rdhi and rdlo must be different"));
9195 /* rdhi, rdlo and rm must all be different before armv6. */
9199 as_tsktsk (_("rdhi, rdlo and rm must all be different"));
9454 SMLALxy{cond} Rdlo,Rdhi,Rm,Rs
9456 Warning if Rdlo == Rdhi. */
9467 as_tsktsk (_("rdhi and rdlo must be different"));
10190 MARcc acc0,RdLo,RdHi. */
10201 MRAcc RdLo,RdHi,acc0. */
11763 unsigned RdLo, RdHi, Rn, Rm;
11765 RdLo = inst.operands[0].reg;
11770 reject_bad_reg (RdLo);
11775 inst.instruction |= RdLo << 12;
12359 unsigned RdLo, RdHi, Rn, Rm;
12361 RdLo = inst.operands[0].reg;
12366 reject_bad_reg (RdLo);
12371 inst.instruction |= RdLo << 12;
12376 if (RdLo == RdHi)
12377 as_tsktsk (_("rdhi and rdlo must be different"));