Home | History | Annotate | Download | only in visium

Lines Matching refs:mdc

1983   else if (from == MDC || to == MDC || (from == FP_REGS) != (to == FP_REGS))
3500 enum reg_type { general, mdb, mdc, floating, last_type};
3505 (regno) == MDC_REGNUM ? mdc : \
3529 unsigned int mask[last_type]; /* Masks of saved regs: gp, mdb, mdc, fp */
3596 /* To save mdb requires two temporary registers. To save mdc or
3814 case mdc:
4050 case mdc:
4259 /* For MDB, MDC and FP_REGS, a general register is needed for a move to
4261 if (regno == -1 && (rclass == MDB || rclass == MDC || rclass == FP_REGS))
4264 /* Moves between MDB, MDC and FP_REGS also require a general register. */
4266 || (FP_REGISTER_P (regno) && (rclass == MDB || rclass == MDC)))
4269 /* Finally an (unlikely ?) move between MDB and MDC needs a general reg. */
4270 else if ((regno == R_MDB && rclass == MDC)