HomeSort by: relevance | last modified time | path
    Searched refs:nop_count (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-disasm.py 798 nop_count = int(self._pass_1_length[replace_idx] / self._pass_1_length[nop_idx])
800 nops = [nop_insn] * nop_count
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-disasm.py 798 nop_count = int(self._pass_1_length[replace_idx] / self._pass_1_length[nop_idx])
800 nops = [nop_insn] * nop_count
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 10610 int nop, nop_count;
10615 nop_count = get_text_align_nop_count (fill_size, use_no_density);
10618 for (nop = 0; nop < nop_count; nop++)
10595 int nop, nop_count; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 10610 int nop, nop_count;
10615 nop_count = get_text_align_nop_count (fill_size, use_no_density);
10618 for (nop = 0; nop < nop_count; nop++)
10595 int nop, nop_count; local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 9368 int nop_count = (align - ofs) / 4;
9390 while (--nop_count);
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 9359 int nop_count = (align - ofs) / 4;
9381 while (--nop_count);

Completed in 62 milliseconds