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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11982 unsigned int seen_it;
11991 seen_it = 0;
12001 if (seen_it && (count & 1))
12015 if (seen_it)
12024 seen_it = 0;
12035 seen_it = insn;
12044 if (count >= 8 && !seen_it)
12048 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11981 unsigned int seen_it; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11994 unsigned int seen_it;
12003 seen_it = 0;
12013 if (seen_it && (count & 1))
12027 if (seen_it)
12036 seen_it = 0;
12047 seen_it = insn;
12056 if (count >= 8 && !seen_it)
12060 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11993 unsigned int seen_it; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11994 unsigned int seen_it;
12003 seen_it = 0;
12013 if (seen_it && (count & 1))
12027 if (seen_it)
12036 seen_it = 0;
12047 seen_it = insn;
12056 if (count >= 8 && !seen_it)
12060 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11993 unsigned int seen_it; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 12174 unsigned int seen_it;
12183 seen_it = 0;
12193 if (seen_it && (count & 1))
12207 if (seen_it)
12216 seen_it = 0;
12227 seen_it = insn;
12236 if (count >= 8 && !seen_it)
12240 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
12173 unsigned int seen_it; local

Completed in 52 milliseconds