Lines Matching full:movx
2602 int movx = 0;
2643 if (movx)
2644 as_bad (_("multiple movx specifications"));
2645 movx = DDT_BASE;
2654 if (movx)
2655 as_bad (_("multiple movx specifications"));
2658 as_bad (_("invalid movx address register"));
2661 movx = ((((reg_n & 1) != 0) << 9)
2675 if (movx && movx != DDT_BASE)
2685 case MOVX:
2686 if (movx)
2687 as_bad (_("multiple movx specifications"));
2691 as_bad (_("invalid movx address register"));
2695 movx = 1 << 7;
2697 as_bad (_("invalid movx dsp register"));
2702 as_bad (_("invalid movx dsp register"));
2703 movx = reg_x << 7;
2705 movx += ((reg_n - 4) << 9) + (opcode->nibbles[2] << 2) + DDT_BASE;
2711 if (movx & 0x153)
2712 as_bad (_("previous movx requires nopy"));
2857 move_code = movx | movy;
2861 unsigned long ppi_code = (movx | movy | 0xf800) << 16 | field_b;