Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-arm.c11756 unsigned RdLo, RdHi, Rn, Rm; in do_t_mlal() local
11758 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() local
12354 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()