Home
last modified time | relevance | path

Searched refs:doubleWord (Results 1 – 4 of 4) sorted by relevance

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