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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-disasm.py 750 nop_idx = self._nop_index
751 nop_length = self._pass_1_length[nop_idx]
760 and idx != nop_idx
762 and self._pass_1_length[idx] > self._pass_1_length[nop_idx]
763 and self._pass_1_length[idx] % self._pass_1_length[nop_idx] == 0
775 and idx != nop_idx
777 and self._pass_1_length[idx] == self._pass_1_length[nop_idx]
798 nop_count = int(self._pass_1_length[replace_idx] / self._pass_1_length[nop_idx])
799 nop_insn = self._pass_1_insn[nop_idx]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-disasm.py 750 nop_idx = self._nop_index
751 nop_length = self._pass_1_length[nop_idx]
760 and idx != nop_idx
762 and self._pass_1_length[idx] > self._pass_1_length[nop_idx]
763 and self._pass_1_length[idx] % self._pass_1_length[nop_idx] == 0
775 and idx != nop_idx
777 and self._pass_1_length[idx] == self._pass_1_length[nop_idx]
798 nop_count = int(self._pass_1_length[replace_idx] / self._pass_1_length[nop_idx])
799 nop_insn = self._pass_1_insn[nop_idx]

Completed in 63 milliseconds