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

  /src/external/gpl3/binutils/dist/opcodes/
h8300-dis.c 73 int thisnib,
83 *cst = thisnib & 3;
365 int thisnib; local
369 thisnib = data[len / 2];
370 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf);
376 if (looking_for != thisnib)
383 if (!((thisnib & 0x8) != 0))
387 thisnib &= 0x7
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
h8300-dis.c 73 int thisnib,
83 *cst = thisnib & 3;
365 int thisnib; local
369 thisnib = data[len / 2];
370 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf);
376 if (looking_for != thisnib)
383 if (!((thisnib & 0x8) != 0))
387 thisnib &= 0x7
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
h8300-dis.c 73 int thisnib,
83 *cst = thisnib & 3;
365 int thisnib; local
369 thisnib = data[len / 2];
370 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf);
376 if (looking_for != thisnib)
383 if (!((thisnib & 0x8) != 0))
387 thisnib &= 0x7
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
h8300-dis.c 73 int thisnib,
83 *cst = thisnib & 3;
365 int thisnib; local
369 thisnib = data[len / 2];
370 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf);
376 if (looking_for != thisnib)
383 if (!((thisnib & 0x8) != 0))
387 thisnib &= 0x7
    [all...]
  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 427 int thisnib = data[len / 2]; local
429 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib >> 4) & 0xf);
435 if (looking_for != thisnib)
442 if (!((thisnib & 0x8) != 0))
446 thisnib &= 0x7;
450 if (!((thisnib & 0x8) == 0))
458 if (!((thisnib & 0x4) != 0))
462 thisnib &= 0xb
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 427 int thisnib = data[len / 2]; local
429 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib >> 4) & 0xf);
435 if (looking_for != thisnib)
442 if (!((thisnib & 0x8) != 0))
446 thisnib &= 0x7;
450 if (!((thisnib & 0x8) == 0))
458 if (!((thisnib & 0x4) != 0))
462 thisnib &= 0xb
    [all...]

Completed in 56 milliseconds