Lines Matching defs:env

76 static inline void fpush(CPUX86State *env)  in fpush()
82 static inline void fpop(CPUX86State *env) in fpop()
108 static inline double floatx80_to_double(CPUX86State *env, floatx80 a) in floatx80_to_double()
119 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80()
130 static void fpu_set_exception(CPUX86State *env, int mask) in fpu_set_exception()
138 void cpu_init_fp_statuses(CPUX86State *env) in cpu_init_fp_statuses()
178 static inline uint8_t save_exception_flags(CPUX86State *env) in save_exception_flags()
185 static void merge_exception_flags(CPUX86State *env, uint8_t old_flags) in merge_exception_flags()
198 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv()
206 static void fpu_raise_exception(CPUX86State *env, uintptr_t retaddr) in fpu_raise_exception()
218 void helper_flds_FT0(CPUX86State *env, uint32_t val) in helper_flds_FT0()
231 void helper_fldl_FT0(CPUX86State *env, uint64_t val) in helper_fldl_FT0()
244 void helper_fildl_FT0(CPUX86State *env, int32_t val) in helper_fildl_FT0()
249 void helper_flds_ST0(CPUX86State *env, uint32_t val) in helper_flds_ST0()
266 void helper_fldl_ST0(CPUX86State *env, uint64_t val) in helper_fldl_ST0()
290 void helper_fildl_ST0(CPUX86State *env, int32_t val) in helper_fildl_ST0()
303 void helper_fildll_ST0(CPUX86State *env, int64_t val) in helper_fildll_ST0()
316 uint32_t helper_fsts_ST0(CPUX86State *env) in helper_fsts_ST0()
329 uint64_t helper_fstl_ST0(CPUX86State *env) in helper_fstl_ST0()
342 int32_t helper_fist_ST0(CPUX86State *env) in helper_fist_ST0()
356 int32_t helper_fistl_ST0(CPUX86State *env) in helper_fistl_ST0()
369 int64_t helper_fistll_ST0(CPUX86State *env) in helper_fistll_ST0()
382 int32_t helper_fistt_ST0(CPUX86State *env) in helper_fistt_ST0()
396 int32_t helper_fisttl_ST0(CPUX86State *env) in helper_fisttl_ST0()
409 int64_t helper_fisttll_ST0(CPUX86State *env) in helper_fisttll_ST0()
422 void helper_fldt_ST0(CPUX86State *env, target_ulong ptr) in helper_fldt_ST0()
435 void helper_fstt_ST0(CPUX86State *env, target_ulong ptr) in helper_fstt_ST0()
443 void helper_fpush(CPUX86State *env) in helper_fpush()
448 void helper_fpop(CPUX86State *env) in helper_fpop()
453 void helper_fdecstp(CPUX86State *env) in helper_fdecstp()
459 void helper_fincstp(CPUX86State *env) in helper_fincstp()
467 void helper_ffree_STN(CPUX86State *env, int st_index) in helper_ffree_STN()
472 void helper_fmov_ST0_FT0(CPUX86State *env) in helper_fmov_ST0_FT0()
477 void helper_fmov_FT0_STN(CPUX86State *env, int st_index) in helper_fmov_FT0_STN()
482 void helper_fmov_ST0_STN(CPUX86State *env, int st_index) in helper_fmov_ST0_STN()
487 void helper_fmov_STN_ST0(CPUX86State *env, int st_index) in helper_fmov_STN_ST0()
492 void helper_fxchg_ST0_STN(CPUX86State *env, int st_index) in helper_fxchg_ST0_STN()
505 void helper_fcom_ST0_FT0(CPUX86State *env) in helper_fcom_ST0_FT0()
515 void helper_fucom_ST0_FT0(CPUX86State *env) in helper_fucom_ST0_FT0()
527 void helper_fcomi_ST0_FT0(CPUX86State *env) in helper_fcomi_ST0_FT0()
540 void helper_fucomi_ST0_FT0(CPUX86State *env) in helper_fucomi_ST0_FT0()
553 void helper_fadd_ST0_FT0(CPUX86State *env) in helper_fadd_ST0_FT0()
560 void helper_fmul_ST0_FT0(CPUX86State *env) in helper_fmul_ST0_FT0()
567 void helper_fsub_ST0_FT0(CPUX86State *env) in helper_fsub_ST0_FT0()
574 void helper_fsubr_ST0_FT0(CPUX86State *env) in helper_fsubr_ST0_FT0()
581 void helper_fdiv_ST0_FT0(CPUX86State *env) in helper_fdiv_ST0_FT0()
586 void helper_fdivr_ST0_FT0(CPUX86State *env) in helper_fdivr_ST0_FT0()
593 void helper_fadd_STN_ST0(CPUX86State *env, int st_index) in helper_fadd_STN_ST0()
600 void helper_fmul_STN_ST0(CPUX86State *env, int st_index) in helper_fmul_STN_ST0()
607 void helper_fsub_STN_ST0(CPUX86State *env, int st_index) in helper_fsub_STN_ST0()
614 void helper_fsubr_STN_ST0(CPUX86State *env, int st_index) in helper_fsubr_STN_ST0()
621 void helper_fdiv_STN_ST0(CPUX86State *env, int st_index) in helper_fdiv_STN_ST0()
629 void helper_fdivr_STN_ST0(CPUX86State *env, int st_index) in helper_fdivr_STN_ST0()
638 void helper_fchs_ST0(CPUX86State *env) in helper_fchs_ST0()
643 void helper_fabs_ST0(CPUX86State *env) in helper_fabs_ST0()
648 void helper_fld1_ST0(CPUX86State *env) in helper_fld1_ST0()
653 void helper_fldl2t_ST0(CPUX86State *env) in helper_fldl2t_ST0()
665 void helper_fldl2e_ST0(CPUX86State *env) in helper_fldl2e_ST0()
678 void helper_fldpi_ST0(CPUX86State *env) in helper_fldpi_ST0()
691 void helper_fldlg2_ST0(CPUX86State *env) in helper_fldlg2_ST0()
704 void helper_fldln2_ST0(CPUX86State *env) in helper_fldln2_ST0()
717 void helper_fldz_ST0(CPUX86State *env) in helper_fldz_ST0()
722 void helper_fldz_FT0(CPUX86State *env) in helper_fldz_FT0()
727 uint32_t helper_fnstsw(CPUX86State *env) in helper_fnstsw()
732 uint32_t helper_fnstcw(CPUX86State *env) in helper_fnstcw()
749 void update_fp_status(CPUX86State *env) in update_fp_status()
773 void helper_fldcw(CPUX86State *env, uint32_t val) in helper_fldcw()
778 void helper_fclex(CPUX86State *env) in helper_fclex()
783 void helper_fwait(CPUX86State *env) in helper_fwait()
790 static void do_fninit(CPUX86State *env) in do_fninit()
809 void helper_fninit(CPUX86State *env) in helper_fninit()
816 void helper_fbld_ST0(CPUX86State *env, target_ulong ptr) in helper_fbld_ST0()
839 void helper_fbst_ST0(CPUX86State *env, target_ulong ptr) in helper_fbst_ST0()
1114 void helper_f2xm1(CPUX86State *env) in helper_f2xm1()
1275 void helper_fptan(CPUX86State *env) in helper_fptan()
1347 void helper_fpatan(CPUX86State *env) in helper_fpatan()
1784 void helper_fxtract(CPUX86State *env) in helper_fxtract()
1833 static void helper_fprem_common(CPUX86State *env, bool mod) in helper_fprem_common()
1883 void helper_fprem1(CPUX86State *env) in helper_fprem1()
1888 void helper_fprem(CPUX86State *env) in helper_fprem()
1922 static void helper_fyl2x_common(CPUX86State *env, floatx80 arg, int32_t *exp, in helper_fyl2x_common()
2028 void helper_fyl2xp1(CPUX86State *env) in helper_fyl2xp1()
2126 void helper_fyl2x(CPUX86State *env) in helper_fyl2x()
2273 void helper_fsqrt(CPUX86State *env) in helper_fsqrt()
2284 void helper_fsincos(CPUX86State *env) in helper_fsincos()
2299 void helper_frndint(CPUX86State *env) in helper_frndint()
2306 void helper_fscale(CPUX86State *env) in helper_fscale()
2357 void helper_fsin(CPUX86State *env) in helper_fsin()
2370 void helper_fcos(CPUX86State *env) in helper_fcos()
2383 void helper_fxam_ST0(CPUX86State *env) in helper_fxam_ST0()
2420 CPUX86State *env = ac->env; in do_fstenv() local
2466 void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32) in helper_fstenv()
2474 static void cpu_set_fpus(CPUX86State *env, uint16_t fpus) in cpu_set_fpus()
2493 CPUX86State *env = ac->env; in do_fldenv() local
2506 void helper_fldenv(CPUX86State *env, target_ulong ptr, int data32) in helper_fldenv()
2516 CPUX86State *env = ac->env; in do_fsave() local
2530 void helper_fsave(CPUX86State *env, target_ulong ptr, int data32) in helper_fsave()
2541 CPUX86State *env = ac->env; in do_frstor() local
2553 void helper_frstor(CPUX86State *env, target_ulong ptr, int data32) in helper_frstor()
2566 CPUX86State *env = ac->env; in do_xsave_fpu() local
2597 CPUX86State *env = ac->env; in do_xsave_mxcsr() local
2606 CPUX86State *env = ac->env; in do_xsave_sse() local
2626 CPUX86State *env = ac->env; in do_xsave_ymmh() local
2643 CPUX86State *env = ac->env; in do_xsave_bndregs() local
2655 CPUX86State *env = ac->env; in do_xsave_bndcsr() local
2670 CPUX86State *env = ac->env; in do_fxsave() local
2684 void helper_fxsave(CPUX86State *env, target_ulong ptr) in helper_fxsave()
2699 static uint64_t get_xinuse(CPUX86State *env) in get_xinuse()
2747 static void do_xsave_chk(CPUX86State *env, target_ulong ptr, uintptr_t ra) in do_xsave_chk()
2760 static void do_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm, in do_xsave()
2777 void helper_xsave(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsave()
2782 void helper_xsaveopt(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xsaveopt()
2790 CPUX86State *env = ac->env; in do_xrstor_fpu() local
2816 CPUX86State *env = ac->env; in do_xrstor_mxcsr() local
2822 CPUX86State *env = ac->env; in do_xrstor_sse() local
2840 static void do_clear_sse(CPUX86State *env) in do_clear_sse()
2858 CPUX86State *env = ac->env; in do_xrstor_ymmh() local
2873 static void do_clear_ymmh(CPUX86State *env) in do_clear_ymmh()
2891 CPUX86State *env = ac->env; in do_xrstor_bndregs() local
2903 CPUX86State *env = ac->env; in do_xrstor_bndcsr() local
2919 CPUX86State *env = ac->env; in do_fxrstor() local
2933 void helper_fxrstor(CPUX86State *env, target_ulong ptr) in helper_fxrstor()
2975 CPUX86State *env = ac->env; in do_xrstor() local
3035 void helper_xrstor(CPUX86State *env, target_ulong ptr, uint64_t rfbm) in helper_xrstor()
3062 void cpu_x86_fsave(CPUX86State *env, void *host, size_t len) in cpu_x86_fsave()
3074 void cpu_x86_frstor(CPUX86State *env, void *host, size_t len) in cpu_x86_frstor()
3086 void cpu_x86_fxsave(CPUX86State *env, void *host, size_t len) in cpu_x86_fxsave()
3098 void cpu_x86_fxrstor(CPUX86State *env, void *host, size_t len) in cpu_x86_fxrstor()
3110 void cpu_x86_xsave(CPUX86State *env, void *host, size_t len, uint64_t rfbm) in cpu_x86_xsave()
3127 bool cpu_x86_xrstor(CPUX86State *env, void *host, size_t len, uint64_t rfbm) in cpu_x86_xrstor()
3151 uint64_t helper_xgetbv(CPUX86State *env, uint32_t ecx) in helper_xgetbv()
3170 void helper_xsetbv(CPUX86State *env, uint32_t ecx, uint64_t mask) in helper_xsetbv()
3220 void update_mxcsr_status(CPUX86State *env) in update_mxcsr_status()
3244 void update_mxcsr_from_sse_status(CPUX86State *env) in update_mxcsr_from_sse_status()
3263 void helper_update_mxcsr(CPUX86State *env) in helper_update_mxcsr()
3268 void helper_ldmxcsr(CPUX86State *env, uint32_t val) in helper_ldmxcsr()
3273 void helper_enter_mmx(CPUX86State *env) in helper_enter_mmx()
3280 void helper_emms(CPUX86State *env) in helper_emms()