Searched refs:RdLo (Results 1 – 1 of 1) sorted by relevance
11756 unsigned RdLo, RdHi, Rn, Rm; in do_t_mlal() local11758 RdLo = inst.operands[0].reg; in do_t_mlal()11763 reject_bad_reg (RdLo); in do_t_mlal()11768 inst.instruction |= RdLo << 12; in do_t_mlal()12352 unsigned RdLo, RdHi, Rn, Rm; in do_t_mull() local12354 RdLo = inst.operands[0].reg; in do_t_mull()12359 reject_bad_reg (RdLo); in do_t_mull()12364 inst.instruction |= RdLo << 12; in do_t_mull()12369 if (RdLo == RdHi) in do_t_mull()