Searched refs:fpuc (Results 1 – 9 of 9) sorted by relevance
794 uint16_t fpuc; in fpu_clear_exceptions() member865 int16_t fpuc; in test_fcvt() local881 asm volatile ("fstcw %0" : "=m" (fpuc)); in test_fcvt()884 val16 = (fpuc & ~0x0c00) | (i << 10); in test_fcvt()890 asm volatile ("fldcw %0" : : "m" (fpuc)); in test_fcvt()937 (env)->fpuc,\945 uint16_t fpuc; in test_fenv() member955 uint16_t fpuc; in test_fenv() member
133 if (env->fpus & (~env->fpuc & FPUC_EM)) { in fpu_set_exception()655 switch (env->fpuc & FPU_RC_MASK) { in helper_fldl2t_ST0()667 switch (env->fpuc & FPU_RC_MASK) { in helper_fldl2e_ST0()680 switch (env->fpuc & FPU_RC_MASK) { in helper_fldpi_ST0()693 switch (env->fpuc & FPU_RC_MASK) { in helper_fldlg2_ST0()706 switch (env->fpuc & FPU_RC_MASK) { in helper_fldln2_ST0()734 return env->fpuc; in helper_fnstcw()755 rnd_mode = (env->fpuc & FPU_RC_MASK) >> FPU_RC_SHIFT; in update_fp_status()758 switch ((env->fpuc >> 8) & 3) { in update_fp_status()2447 access_stl(ac, ptr, env->fpuc); in do_fstenv()[all …]
29 cwd = env->fpuc; in x86_cpu_xsave_all_areas()167 env->fpuc = cwd; in x86_cpu_xrstor_all_areas()
1778 uint16_t fpuc; member2633 static inline void cpu_set_fpuc(CPUX86State *env, uint16_t fpuc) in cpu_set_fpuc() argument2635 env->fpuc = fpuc; in cpu_set_fpuc()
187 return gdb_get_reg32(mem_buf, env->fpuc); in x86_cpu_gdb_read_register()
494 env->fpuc, in x86_cpu_dump_state()
1666 VMSTATE_UINT16(env.fpuc, X86CPU),
148 state->fpu.fx_cw = env->fpuc; in nvmm_set_registers()304 env->fpuc = state->fpu.fx_cw; in nvmm_get_registers()
489 vcxt.values[idx].FpControlStatus.FpControl = env->fpuc; in whpx_set_registers()716 env->fpuc = vcxt.values[idx].FpControlStatus.FpControl; in whpx_get_registers()