Searched refs:RdLo (Results 1 – 1 of 1) sorted by relevance
11462 unsigned RdLo, RdHi, Rn, Rm; in do_t_mlal() local11464 RdLo = inst.operands[0].reg; in do_t_mlal()11469 reject_bad_reg (RdLo); in do_t_mlal()11474 inst.instruction |= RdLo << 12; in do_t_mlal()12048 unsigned RdLo, RdHi, Rn, Rm; in do_t_mull() local12050 RdLo = inst.operands[0].reg; in do_t_mull()12055 reject_bad_reg (RdLo); in do_t_mull()12060 inst.instruction |= RdLo << 12; in do_t_mull()12065 if (RdLo == RdHi) in do_t_mull()