Lines Matching refs:unsigned64

50 typedef unsigned64 uword64;
165 unsigned64 slot_value[PSLOTS];
720 unsigned64 value_fpr (SIM_STATE, int fpr, FP_formats);
722 void store_fpr (SIM_STATE, int fpr, FP_formats fmt, unsigned64 value);
724 unsigned64 ps_lower (SIM_STATE, unsigned64 op);
726 unsigned64 ps_upper (SIM_STATE, unsigned64 op);
728 unsigned64 pack_ps (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats from);
742 void fp_cmp (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc);
744 unsigned64 fp_abs (SIM_STATE, unsigned64 op, FP_formats fmt);
746 unsigned64 fp_neg (SIM_STATE, unsigned64 op, FP_formats fmt);
748 unsigned64 fp_add (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
750 unsigned64 fp_sub (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
752 unsigned64 fp_mul (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
754 unsigned64 fp_div (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
756 unsigned64 fp_recip (SIM_STATE, unsigned64 op, FP_formats fmt);
758 unsigned64 fp_sqrt (SIM_STATE, unsigned64 op, FP_formats fmt);
760 unsigned64 fp_rsqrt (SIM_STATE, unsigned64 op, FP_formats fmt);
762 unsigned64 fp_madd (SIM_STATE, unsigned64 op1, unsigned64 op2,
763 unsigned64 op3, FP_formats fmt);
765 unsigned64 fp_msub (SIM_STATE, unsigned64 op1, unsigned64 op2,
766 unsigned64 op3, FP_formats fmt);
768 unsigned64 fp_nmadd (SIM_STATE, unsigned64 op1, unsigned64 op2,
769 unsigned64 op3, FP_formats fmt);
771 unsigned64 fp_nmsub (SIM_STATE, unsigned64 op1, unsigned64 op2,
772 unsigned64 op3, FP_formats fmt);
774 unsigned64 convert (SIM_STATE, int rm, unsigned64 op, FP_formats from, FP_formats to);
776 unsigned64 convert_ps (SIM_STATE, int rm, unsigned64 op, FP_formats from,
784 unsigned64 fp_add_r (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
786 unsigned64 fp_mul_r (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
788 unsigned64 fp_recip1 (SIM_STATE, unsigned64 op, FP_formats fmt);
790 unsigned64 fp_recip2 (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
792 unsigned64 fp_rsqrt1 (SIM_STATE, unsigned64 op, FP_formats fmt);
794 unsigned64 fp_rsqrt2 (SIM_STATE, unsigned64 op1, unsigned64 op2, FP_formats fmt);
822 unsigned64 mdmx_cpr_op (SIM_STATE, int op, unsigned64 op1, int vt, MX_fmtsel fmtsel);
842 void mdmx_cc_op (SIM_STATE, int cond, unsigned64 op1, int vt, MX_fmtsel fmtsel);
845 unsigned64 mdmx_pick_op (SIM_STATE, int tf, unsigned64 op1, int vt, MX_fmtsel fmtsel);
858 void mdmx_acc_op (SIM_STATE, int op, unsigned64 op1, int vt, MX_fmtsel fmtsel);
877 unsigned64 mdmx_rac_op (SIM_STATE, int, int);
880 void mdmx_wacl (SIM_STATE, int, unsigned64, unsigned64);
882 void mdmx_wach (SIM_STATE, int, unsigned64);
892 unsigned64 mdmx_round_op (SIM_STATE, int, int, MX_fmtsel);
900 unsigned64 mdmx_shuffle (SIM_STATE, int, unsigned64, unsigned64);