Searched refs:used_reg (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds12z-dis.c264 int used_reg = 0; local
300 used_reg = 1;
302 if (mo->n_regs > used_reg)
304 int r = mo->regs[used_reg];
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds12z-dis.c276 int used_reg = 0; local
312 used_reg = 1;
314 if (mo->n_regs > used_reg)
316 int r = mo->regs[used_reg];
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds12z-dis.c264 int used_reg = 0; local
300 used_reg = 1;
302 if (mo->n_regs > used_reg)
304 int r = mo->regs[used_reg];
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-dis.c264 int used_reg = 0; local
300 used_reg = 1;
302 if (mo->n_regs > used_reg)
304 int r = mo->regs[used_reg];
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-d30v.c684 unsigned long ins, mod_reg[2][3], used_reg[2][3], flag_reg[2]; local
730 used_reg[j][0] = used_reg[j][1] = 0;
743 used_reg[j][2] = 0;
748 used_reg[j][2] = (op->flags_used & FLAG_ALL);
760 used_reg[j][2] |= flag_reg[j] = FLAG_0;
765 used_reg[j][2] |= flag_reg[j] = FLAG_1;
770 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
840 used_reg[j][2] |= FLAG_A0;
842 used_reg[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-d30v.c687 unsigned long ins, mod_reg[2][3], used_reg[2][3], flag_reg[2]; local
733 used_reg[j][0] = used_reg[j][1] = 0;
746 used_reg[j][2] = 0;
751 used_reg[j][2] = (op->flags_used & FLAG_ALL);
763 used_reg[j][2] |= flag_reg[j] = FLAG_0;
768 used_reg[j][2] |= flag_reg[j] = FLAG_1;
773 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
843 used_reg[j][2] |= FLAG_A0;
845 used_reg[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d30v.c684 unsigned long ins, mod_reg[2][3], used_reg[2][3], flag_reg[2]; local
730 used_reg[j][0] = used_reg[j][1] = 0;
743 used_reg[j][2] = 0;
748 used_reg[j][2] = (op->flags_used & FLAG_ALL);
760 used_reg[j][2] |= flag_reg[j] = FLAG_0;
765 used_reg[j][2] |= flag_reg[j] = FLAG_1;
770 used_reg[j][2] |= flag_reg[j] = (FLAG_0 | FLAG_1);
840 used_reg[j][2] |= FLAG_A0;
842 used_reg[
[all...]

Completed in 251 milliseconds