HomeSort by: relevance | last modified time | path
    Searched refs:M6811_OP_JUMP_REL (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
m68hc11-dis.c 416 if (opcode->format & M6811_OP_JUMP_REL)
434 if (!(opcode[j].format & M6811_OP_JUMP_REL))
477 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
617 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
630 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
746 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
758 (format & M6811_OP_JUMP_REL ? ", " : ""));
761 if (format & M6811_OP_JUMP_REL)
771 format &= ~M6811_OP_JUMP_REL;
m68hc11-opc.c 90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
  /src/external/gpl3/binutils.old/dist/opcodes/
m68hc11-dis.c 416 if (opcode->format & M6811_OP_JUMP_REL)
434 if (!(opcode[j].format & M6811_OP_JUMP_REL))
477 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
617 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
630 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
746 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
758 (format & M6811_OP_JUMP_REL ? ", " : ""));
761 if (format & M6811_OP_JUMP_REL)
771 format &= ~M6811_OP_JUMP_REL;
m68hc11-opc.c 90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
  /src/external/gpl3/gdb/dist/opcodes/
m68hc11-dis.c 416 if (opcode->format & M6811_OP_JUMP_REL)
434 if (!(opcode[j].format & M6811_OP_JUMP_REL))
477 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
617 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
630 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
746 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
758 (format & M6811_OP_JUMP_REL ? ", " : ""));
761 if (format & M6811_OP_JUMP_REL)
771 format &= ~M6811_OP_JUMP_REL;
m68hc11-opc.c 90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
  /src/external/gpl3/gdb.old/dist/opcodes/
m68hc11-dis.c 416 if (opcode->format & M6811_OP_JUMP_REL)
434 if (!(opcode[j].format & M6811_OP_JUMP_REL))
477 | M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
617 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
630 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
746 /* M6811_OP_BITMASK and M6811_OP_JUMP_REL must be treated separately
758 (format & M6811_OP_JUMP_REL ? ", " : ""));
761 if (format & M6811_OP_JUMP_REL)
771 format &= ~M6811_OP_JUMP_REL;
m68hc11-opc.c 90 #define OP_JUMP_REL (M6811_OP_JUMP_REL|OP_BRANCH)
  /src/external/gpl3/binutils/dist/gas/config/
tc-m68hc11.c 628 && opcodes[num_opcodes].format & M6811_OP_JUMP_REL
694 if (opcodes->format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
926 if (format & M6811_OP_JUMP_REL)
940 if (format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
1136 .{+-}<exp> M6811_OP_JUMP_REL - O_*
1214 mode = M6811_OP_JUMP_REL;
1380 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1465 mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1539 case M6811_OP_JUMP_REL:
1604 if (mode == M6811_OP_JUMP_REL)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m68hc11.c 628 && opcodes[num_opcodes].format & M6811_OP_JUMP_REL
694 if (opcodes->format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
926 if (format & M6811_OP_JUMP_REL)
940 if (format & (M6811_OP_JUMP_REL | M6812_OP_JUMP_REL16))
1136 .{+-}<exp> M6811_OP_JUMP_REL - O_*
1214 mode = M6811_OP_JUMP_REL;
1380 oper->mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1465 mode = M6811_OP_IND16 | M6811_OP_JUMP_REL;
1539 case M6811_OP_JUMP_REL:
1604 if (mode == M6811_OP_JUMP_REL)
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
m68hc11.h 348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */
  /src/external/gpl3/binutils.old/dist/include/opcode/
m68hc11.h 348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */
  /src/external/gpl3/gdb/dist/include/opcode/
m68hc11.h 348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */
  /src/external/gpl3/gdb.old/dist/include/opcode/
m68hc11.h 348 #define M6811_OP_JUMP_REL 0x00020000 /* Pc-Relative: <val-8> */

Completed in 63 milliseconds