Lines Matching defs:format

230   long format, pos, i;
242 format = 0;
250 format = M6811_OP_PAGE2;
255 format = M6811_OP_PAGE3;
260 format = M6811_OP_PAGE4;
278 if ((arch & cpu6812) && format == 0)
321 if ((opcode->format & OP_PAGE_MASK) != format)
324 if (opcode->format & M6812_OP_REG)
329 if (opcode->format & M6811_OP_JUMP_REL)
347 if (!(opcode[j].format & M6811_OP_JUMP_REL))
350 if ((opcode[j].format & M6812_OP_IBCC_MARKER)
353 if ((opcode[j].format & M6812_OP_TBCC_MARKER)
356 if ((opcode[j].format & M6812_OP_DBCC_MARKER)
359 if ((opcode[j].format & M6812_OP_EQ_MARKER)
362 if (!(opcode[j].format & M6812_OP_EQ_MARKER)
367 if (opcode[j].format & M6812_OP_EXG_MARKER && buffer[0] & 0x80)
369 if ((opcode[j].format & M6812_OP_SEX_MARKER)
373 if (opcode[j].format & M6812_OP_TFR_MARKER
384 format = opcode->format;
385 if (format & (M6811_OP_MASK | M6811_OP_BITMASK
416 format. */
417 offset = ((format & M6812_OP_IDX_P2)
418 && (format & (M6811_OP_IMM8 | M6811_OP_IMM16 |
423 if (format &
438 if (format & M6811_OP_IMM8)
441 format &= ~M6811_OP_IMM8;
445 else if (format & M6811_OP_IX)
449 format &= ~M6811_OP_IX;
451 else if (format & M6811_OP_IY)
454 format &= ~M6811_OP_IY;
456 else if (format & M6811_OP_DIRECT)
460 format &= ~M6811_OP_DIRECT;
467 if (format & M6812_INDEXED_FLAGS)
473 if (format & M6811_OP_IND16)
478 (format & M6812_DST_MOVE),
488 if ((format & M6812_OP_PAGE) && indirect)
489 format &= ~M6812_OP_PAGE;
493 if ((format & M6812_OP_REG) && (format & M6811_OP_JUMP_REL))
508 format &= ~(M6812_OP_REG | M6811_OP_JUMP_REL);
510 else if (format & (M6812_OP_REG | M6812_OP_REG_2))
524 if (format & (M6811_OP_IMM16 | M6811_OP_IND16))
535 if (format & M6812_OP_IDX_P2)
545 if (format & M6812_OP_PAGE)
576 if (format & M6811_OP_IMM16)
578 format &= ~M6811_OP_IMM16;
582 format &= ~M6811_OP_IND16;
585 if (format & M6812_OP_PAGE)
590 format &= ~M6812_OP_PAGE;
595 if (format & M6812_OP_IDX_P2)
606 if (format & M6812_OP_IND16_P2)
627 if (format & M6811_OP_BITMASK)
637 (format & M6811_OP_JUMP_REL ? " " : ""));
638 format &= ~M6811_OP_BITMASK;
640 if (format & M6811_OP_JUMP_REL)
653 format &= ~M6811_OP_JUMP_REL;
655 else if (format & M6812_OP_JUMP_REL16)
671 format &= ~M6812_OP_JUMP_REL16;
674 if (format & M6812_OP_PAGE)
690 /* Consistency check. 'format' must be 0, so that we have handled
693 if (format & ~(M6811_OP_PAGE4 | M6811_OP_PAGE3 | M6811_OP_PAGE2))
695 (*info->fprintf_func) (info->stream, "; Error, format: %x", format);
707 if (format == M6811_OP_PAGE2 && arch & cpu6812
711 else if (format == M6811_OP_PAGE2)
714 else if (format == M6811_OP_PAGE3)
717 else if (format == M6811_OP_PAGE4)