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

  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16);
322 if ((doubleWord & mask) == BIN (instruction->match,
crx-dis.c 340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16);
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16);
322 if ((doubleWord & mask) == BIN (instruction->match,
crx-dis.c 340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16);
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
  /src/external/gpl3/gdb/dist/opcodes/
cr16-dis.c 312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16);
322 if ((doubleWord & mask) == BIN (instruction->match,
crx-dis.c 340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16);
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
  /src/external/gpl3/gdb.old/dist/opcodes/
cr16-dis.c 312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16);
322 if ((doubleWord & mask) == BIN (instruction->match,
crx-dis.c 340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16);
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))

Completed in 32 milliseconds