Searched refs:doubleWord (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcrx-dis.c340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16); local
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
H A Dcr16-dis.c312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); local
322 if ((doubleWord & mask) == BIN (instruction->match,
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcrx-dis.c340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16); local
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
H A Dcr16-dis.c312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); local
322 if ((doubleWord & mask) == BIN (instruction->match,
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-dis.c340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16); local
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
H A Dcr16-dis.c312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); local
322 if ((doubleWord & mask) == BIN (instruction->match,
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcrx-dis.c340 unsigned int doubleWord = words[1] + ((unsigned) words[0] << 16); local
349 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
H A Dcr16-dis.c312 unsigned long doubleWord = cr16_words[1] + ((unsigned) cr16_words[0] << 16); local
322 if ((doubleWord & mask) == BIN (instruction->match,

Completed in 264 milliseconds