Searched refs:M6811_OP_BITMASK (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-dis.c386 if (format & (M6811_OP_MASK | M6811_OP_BITMASK
625 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
628 if (format & M6811_OP_BITMASK)
639 format &= ~M6811_OP_BITMASK;
H A Dm68hc11-opc.c86 #define OP_BITMASK M6811_OP_BITMASK
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h347 #define M6811_OP_BITMASK 0x00010000 /* Bitmask: #<val-8> */ macro

Completed in 73 milliseconds