Home | History | Annotate | Download | only in config

Lines Matching defs:movx

2195   unsigned int movx = 0;
2236 if (movx)
2237 as_bad (_("multiple movx specifications"));
2238 movx = DDT_BASE;
2247 if (movx)
2248 as_bad (_("multiple movx specifications"));
2251 as_bad (_("invalid movx address register"));
2254 movx = ((((reg_n & 1) != 0) << 9)
2268 if (movx && movx != DDT_BASE)
2278 case MOVX:
2279 if (movx)
2280 as_bad (_("multiple movx specifications"));
2284 as_bad (_("invalid movx address register"));
2288 movx = 1 << 7;
2290 as_bad (_("invalid movx dsp register"));
2295 as_bad (_("invalid movx dsp register"));
2296 movx = reg_x << 7;
2298 movx += ((reg_n - 4) << 9) + (opcode->nibbles[2] << 2) + DDT_BASE;
2304 if (movx & 0x153)
2305 as_bad (_("previous movx requires nopy"));
2450 move_code = movx | movy;
2454 unsigned int ppi_code = (movx | movy | 0xf800) << 16 | field_b;