Searched refs:M6812_OP_PAGE (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dm68hc11-dis.c612 if ((format & M6812_OP_PAGE) && indirect)
613 format &= ~M6812_OP_PAGE;
661 if (format & M6812_OP_PAGE)
705 if (format & M6812_OP_PAGE)
713 format &= ~M6812_OP_PAGE;
787 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c81 #define OP_PAGE M6812_OP_PAGE
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dm68hc11-dis.c612 if ((format & M6812_OP_PAGE) && indirect)
613 format &= ~M6812_OP_PAGE;
661 if (format & M6812_OP_PAGE)
705 if (format & M6812_OP_PAGE)
713 format &= ~M6812_OP_PAGE;
787 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c81 #define OP_PAGE M6812_OP_PAGE
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dm68hc11-dis.c612 if ((format & M6812_OP_PAGE) && indirect)
613 format &= ~M6812_OP_PAGE;
661 if (format & M6812_OP_PAGE)
705 if (format & M6812_OP_PAGE)
713 format &= ~M6812_OP_PAGE;
787 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c81 #define OP_PAGE M6812_OP_PAGE
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dm68hc11-dis.c612 if ((format & M6812_OP_PAGE) && indirect)
613 format &= ~M6812_OP_PAGE;
661 if (format & M6812_OP_PAGE)
705 if (format & M6812_OP_PAGE)
713 format &= ~M6812_OP_PAGE;
787 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c81 #define OP_PAGE M6812_OP_PAGE
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-m68hc11.c599 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
600 == ((M6812_OP_PAGE|M6811_OP_IND16)))
700 if ((opcodes->format & M6812_OP_PAGE)
899 if (format & M6812_OP_PAGE)
1245 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0)
1248 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1537 case M6812_OP_PAGE:
1545 case M6811_OP_IND16 | M6812_OP_PAGE:
1665 else if (mode & M6812_OP_PAGE)
2514 format &= ~M6812_OP_PAGE;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-m68hc11.c599 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
600 == ((M6812_OP_PAGE|M6811_OP_IND16)))
700 if ((opcodes->format & M6812_OP_PAGE)
899 if (format & M6812_OP_PAGE)
1245 else if ((opmode & M6812_OP_PAGE) && startswith (p, "%page"))
1248 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1537 case M6812_OP_PAGE:
1545 case M6811_OP_IND16 | M6812_OP_PAGE:
1665 else if (mode & M6812_OP_PAGE)
2514 format &= ~M6812_OP_PAGE;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-m68hc11.c599 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
600 == ((M6812_OP_PAGE|M6811_OP_IND16)))
699 if ((opcodes->format & M6812_OP_PAGE)
897 if (format & M6812_OP_PAGE)
1243 else if ((opmode & M6812_OP_PAGE) && startswith (p, "%page"))
1246 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1535 case M6812_OP_PAGE:
1543 case M6811_OP_IND16 | M6812_OP_PAGE:
1665 else if (mode & M6812_OP_PAGE)
2514 format &= ~M6812_OP_PAGE;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro

Completed in 164 milliseconds