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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 50 static int nib_indices[16]; variable
406 index = nib_indices[(data[0] & 0xf0) >> 4];
1621 nibbles and record that into NIB_INDICES to speed up decoding. */
1636 memset (nib_indices, -1, sizeof (nib_indices));
1643 if (nib_indices[nib] == -1)
1644 nib_indices[nib] = i;
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 50 static int nib_indices[16]; variable
406 index = nib_indices[(data[0] & 0xf0) >> 4];
1621 nibbles and record that into NIB_INDICES to speed up decoding. */
1636 memset (nib_indices, -1, sizeof (nib_indices));
1643 if (nib_indices[nib] == -1)
1644 nib_indices[nib] = i;

Completed in 24 milliseconds