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

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-dis.c419 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
425 (M6811_OP_IMM8 | M6811_OP_IX | M6811_OP_IY | M6811_OP_DIRECT))
439 if (format & M6811_OP_IMM8)
442 format &= ~M6811_OP_IMM8;
H A Dm68hc11-opc.c74 #define OP_IMM8 M6811_OP_IMM8
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h330 #define M6811_OP_IMM8 0x0002 /* 8 bits immediat: #<val-8bits> */ macro

Completed in 181 milliseconds