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

/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c488 if ((format & M6812_OP_PAGE) && indirect)
489 format &= ~M6812_OP_PAGE;
545 if (format & M6812_OP_PAGE)
585 if (format & M6812_OP_PAGE)
590 format &= ~M6812_OP_PAGE;
674 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c79 #define OP_PAGE M6812_OP_PAGE
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c488 if ((format & M6812_OP_PAGE) && indirect)
489 format &= ~M6812_OP_PAGE;
545 if (format & M6812_OP_PAGE)
585 if (format & M6812_OP_PAGE)
590 format &= ~M6812_OP_PAGE;
674 if (format & M6812_OP_PAGE)
H A Dm68hc11-opc.c79 #define OP_PAGE M6812_OP_PAGE
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68hc11.c588 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
589 == ((M6812_OP_PAGE|M6811_OP_IND16)))
677 if ((opcodes->format & M6812_OP_PAGE)
763 if (format & M6812_OP_PAGE)
1087 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0)
1090 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1348 case M6812_OP_PAGE:
1356 case M6811_OP_IND16 | M6812_OP_PAGE:
1478 else if (mode & M6812_OP_PAGE)
2161 format &= ~M6812_OP_PAGE;
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68hc11.c589 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
590 == ((M6812_OP_PAGE|M6811_OP_IND16)))
678 if ((opcodes->format & M6812_OP_PAGE)
764 if (format & M6812_OP_PAGE)
1088 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0)
1091 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16;
1349 case M6812_OP_PAGE:
1357 case M6811_OP_IND16 | M6812_OP_PAGE:
1479 else if (mode & M6812_OP_PAGE)
2162 format &= ~M6812_OP_PAGE;
[all...]
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm68hc11.h344 #define M6812_OP_PAGE 0x4000 /* Page number */ macro

Completed in 85 milliseconds