Searched refs:one_reg (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c9799 int one_reg; local
9834 one_reg = only_one_reg_in_list (range);
9835 if (from_push_pop_mnem && one_reg >= 0)
9839 if (is_push && one_reg == 13 /* SP */)
9846 inst.instruction |= one_reg << 12;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c9745 int one_reg; local
9780 one_reg = only_one_reg_in_list (range);
9781 if (from_push_pop_mnem && one_reg >= 0)
9785 if (is_push && one_reg == 13 /* SP */)
9792 inst.instruction |= one_reg << 12;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c9799 int one_reg; local
9834 one_reg = only_one_reg_in_list (range);
9835 if (from_push_pop_mnem && one_reg >= 0)
9839 if (is_push && one_reg == 13 /* SP */)
9846 inst.instruction |= one_reg << 12;

Completed in 310 milliseconds