HomeSort by: relevance | last modified time | path
    Searched defs:insn_y (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
sh-dis.c 167 unsigned int insn_x, insn_y; local
184 insn_y = (insn & 3) | ((insn >> 1) & 8);
185 if (insn_y)
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
194 if (!insn_x && !insn_y && ((insn & 0x3ff) != 0 || (insn & 0x800) == 0))
  /src/external/gpl3/binutils.old/dist/opcodes/
sh-dis.c 167 unsigned int insn_x, insn_y; local
184 insn_y = (insn & 3) | ((insn >> 1) & 8);
185 if (insn_y)
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
194 if (!insn_x && !insn_y && ((insn & 0x3ff) != 0 || (insn & 0x800) == 0))
  /src/external/gpl3/gdb.old/dist/opcodes/
sh-dis.c 167 unsigned int insn_x, insn_y; local
184 insn_y = (insn & 3) | ((insn >> 1) & 8);
185 if (insn_y)
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
194 if (!insn_x && !insn_y && ((insn & 0x3ff) != 0 || (insn & 0x800) == 0))
  /src/external/gpl3/gdb/dist/opcodes/
sh-dis.c 167 unsigned int insn_x, insn_y; local
184 insn_y = (insn & 3) | ((insn >> 1) & 8);
185 if (insn_y)
189 for (opy = first_movy; opy->nibbles[2] != insn_y;)
194 if (!insn_x && !insn_y && ((insn & 0x3ff) != 0 || (insn & 0x800) == 0))

Completed in 16 milliseconds