Home | History | Annotate | Download | only in frv

Lines Matching defs:fq

702 /* Determine the correct FQ register to use for the given exception.
709 SI fq;
716 fq = GET_FQ (0);
717 if (! GET_FQ_VALID (fq))
719 fq = GET_FQ (1);
720 if (! GET_FQ_VALID (fq))
723 /* No FQ register is available */
727 sim_engine_abort (sd, current_cpu, pc, "No FQ register available\n");
746 SI fq;
753 /* No FQ registers on fr550 */
764 /* Select an FQ and update it with the exception information. */
770 fq = GET_FQ (fq_index);
771 SET_FQ_MIV (fq, MIV_FLOAT);
772 SET_FQ_SIE (fq, SIE_NIL);
773 SET_FQ_FTT (fq, fp_info->ftt);
774 SET_FQ_CEXC (fq, fp_info->fsr_mask);
775 SET_FQ_VALID (fq);
776 SET_FQ (fq_index, fq);
785 SET_FSR_QNE (fsr0); /* FQ not empty */