Lines Matching refs:M6812_OP_PAGE
597 (((MODE) & (M6812_OP_PAGE|M6811_OP_IND16)) \
598 == ((M6812_OP_PAGE|M6811_OP_IND16)))
698 if ((opcodes->format & M6812_OP_PAGE) in md_begin()
896 if (format & M6812_OP_PAGE) in print_opcode_format()
1241 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0) in get_operand()
1244 mode = M6811_OP_PAGE_ADDR | M6812_OP_PAGE | M6811_OP_IND16; in get_operand()
1533 case M6812_OP_PAGE: in check_range()
1541 case M6811_OP_IND16 | M6812_OP_PAGE: in check_range()
1660 else if (mode & M6812_OP_PAGE) in fixup16()
2507 format &= ~M6812_OP_PAGE; in build_insn()
2515 format & (M6811_OP_IMM16 | M6811_OP_IND16 | M6812_OP_PAGE), in build_insn()
2554 if (format & M6812_OP_PAGE) in build_insn()
2556 fixup8 (&operands[i].exp, M6812_OP_PAGE, operands[i].mode); in build_insn()
2608 if ((opcode->format & M6812_OP_PAGE) in find()
2643 if (i != 0 && (format & M6812_OP_PAGE) != 0) in find()
2785 if (opcode && !(opcode->format & M6812_OP_PAGE)) in find_opcode()