Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dcrx-dis.c358 unsigned long doubleWord = (words[1] + (words[0] << 16)) & 0xffffffff; in match_opcode() local
367 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits)) in match_opcode()
Dcr16-dis.c322 unsigned long doubleWord = (cr16_words[1] in cr16_match_opcode() local
336 if ((doubleWord & mask) == BIN (instruction->match, in cr16_match_opcode()