HomeSort by: relevance | last modified time | path
    Searched defs:FP_formats (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 85 } FP_formats;
445 FP_formats fpr_state[32];
707 uint64_t value_fpr (SIM_STATE, int fpr, FP_formats);
709 void store_fpr (SIM_STATE, int fpr, FP_formats fmt, uint64_t value);
715 uint64_t pack_ps (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats from);
767 void fp_cmp (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt,
772 FP_formats fmt, int cond);
774 uint64_t fp_classify(SIM_STATE, uint64_t op, FP_formats fmt);
776 int fp_rint(SIM_STATE, uint64_t op, uint64_t *ans, FP_formats fmt);
778 uint64_t fp_abs (SIM_STATE, uint64_t op, FP_formats fmt)
    [all...]
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 85 } FP_formats;
445 FP_formats fpr_state[32];
707 uint64_t value_fpr (SIM_STATE, int fpr, FP_formats);
709 void store_fpr (SIM_STATE, int fpr, FP_formats fmt, uint64_t value);
715 uint64_t pack_ps (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats from);
767 void fp_cmp (SIM_STATE, uint64_t op1, uint64_t op2, FP_formats fmt,
772 FP_formats fmt, int cond);
774 uint64_t fp_classify(SIM_STATE, uint64_t op, FP_formats fmt);
776 int fp_rint(SIM_STATE, uint64_t op, uint64_t *ans, FP_formats fmt);
778 uint64_t fp_abs (SIM_STATE, uint64_t op, FP_formats fmt)
    [all...]

Completed in 49 milliseconds