Searched refs:nop_count (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-disasm.py660 nop_count = int(self._pass_1_length[replace_idx] / self._pass_1_length[nop_idx])
662 nops = [nop_insn] * nop_count
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c10572 int nop, nop_count;
10577 nop_count = get_text_align_nop_count (fill_size, use_no_density);
10580 for (nop = 0; nop < nop_count; nop++)
10557 int nop, nop_count; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c10621 int nop, nop_count;
10626 nop_count = get_text_align_nop_count (fill_size, use_no_density);
10629 for (nop = 0; nop < nop_count; nop++)
10606 int nop, nop_count; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c10622 int nop, nop_count;
10627 nop_count = get_text_align_nop_count (fill_size, use_no_density);
10630 for (nop = 0; nop < nop_count; nop++)
10607 int nop, nop_count; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c9350 int nop_count = (align - ofs) / 4;
9372 while (--nop_count);
9328 int nop_count = (align - ofs) / 4; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc9350 int nop_count = (align - ofs) / 4;
9372 while (--nop_count);

Completed in 474 milliseconds