HomeSort by relevance Sort by last modified time
    Searched refs:no_ops (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
s390-mkopc.c 60 int no_ops; variable
67 no_ops = 0;
81 while (no_ops >= max_ops)
106 for (ix = 0; ix < no_ops; ix++)
109 for (k = no_ops; k > ix; k--)
118 no_ops++;
303 for (ix = 0; ix < no_ops; ix++)
315 if (ix < no_ops-1)
  /art/disassembler/
disassembler_x86.h 39 std::string DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool no_ops,
disassembler_x86.cc 162 bool no_ops, bool byte_operand, bool byte_second_operand,
227 if (!no_ops) {
340 bool no_ops = false; local
    [all...]

Completed in 282 milliseconds