Home
last modified time | relevance | path

Searched refs:RdLo (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c11462 unsigned RdLo, RdHi, Rn, Rm; in do_t_mlal() local
11464 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() local
12050 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()