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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11981 int it_count;
11990 it_count = 0;
12036 it_count = count >> 1;
12048 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11980 int it_count; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11993 int it_count;
12002 it_count = 0;
12048 it_count = count >> 1;
12060 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11992 int it_count; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 11993 int it_count;
12002 it_count = 0;
12048 it_count = count >> 1;
12060 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11992 int it_count; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11993 int it_count;
12002 it_count = 0;
12048 it_count = count >> 1;
12060 ifthen_state = (seen_it & 0xe0) | ((seen_it << it_count) & 0x1f);
11992 int it_count; local

Completed in 89 milliseconds