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

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm68hc11-dis.c330 if (opcode->format & M6811_OP_JUMP_REL)
348 if (!(opcode[j].format & M6811_OP_JUMP_REL))
387 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
494 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
509 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
625 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
638 (format & M6811_OP_JUMP_REL ? " " : ""));
641 if (format & M6811_OP_JUMP_REL)
654 format &= ~M6811_OP_JUMP_REL;
H A Dm68hc11-opc.c88 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */ macro

Completed in 162 milliseconds