HomeSort by relevance Sort by last modified time
    Searched refs:match_bits (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 261 /* MASK: if( (i & match_bits) == match ) then match */
262 int match_bits; member in struct:__anon108776
crx.h 265 int match_bits; member in struct:__anon108789
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-dis.c 306 unsigned long mask = SBM (instruction->match_bits);
337 instruction->match_bits))
crx-dis.c 343 mask = SBM(instruction->match_bits);
367 if ((doubleWord & mask) == BIN(instruction->match, instruction->match_bits))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c     [all...]
tc-cr16.c     [all...]

Completed in 834 milliseconds