Home
last modified time | relevance | path

Searched refs:fpuc (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c794 uint16_t fpuc; in fpu_clear_exceptions() member
865 int16_t fpuc; in test_fcvt() local
881 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() member
955 uint16_t fpuc; in test_fenv() member
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c133 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 …]
/openbmc/qemu/target/i386/
H A Dxsave_helper.c29 cwd = env->fpuc; in x86_cpu_xsave_all_areas()
167 env->fpuc = cwd; in x86_cpu_xrstor_all_areas()
H A Dcpu.h1778 uint16_t fpuc; member
2633 static inline void cpu_set_fpuc(CPUX86State *env, uint16_t fpuc) in cpu_set_fpuc() argument
2635 env->fpuc = fpuc; in cpu_set_fpuc()
H A Dgdbstub.c187 return gdb_get_reg32(mem_buf, env->fpuc); in x86_cpu_gdb_read_register()
H A Dcpu-dump.c494 env->fpuc, in x86_cpu_dump_state()
H A Dmachine.c1666 VMSTATE_UINT16(env.fpuc, X86CPU),
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c148 state->fpu.fx_cw = env->fpuc; in nvmm_set_registers()
304 env->fpuc = state->fpu.fx_cw; in nvmm_get_registers()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c489 vcxt.values[idx].FpControlStatus.FpControl = env->fpuc; in whpx_set_registers()
716 env->fpuc = vcxt.values[idx].FpControlStatus.FpControl; in whpx_get_registers()