Searched refs:fpus (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 132 env->fpus |= mask; in fpu_set_exception() 133 if (env->fpus & (~env->fpuc & FPUC_EM)) { in fpu_set_exception() 134 env->fpus |= FPUS_SE | FPUS_B; in fpu_set_exception() 456 env->fpus &= ~0x4700; in helper_fdecstp() 462 env->fpus &= ~0x4700; in helper_fincstp() 511 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fcom_ST0_FT0() 521 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fucom_ST0_FT0() 729 return (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11; in helper_fnstsw() 780 env->fpus &= 0x7f00; in helper_fclex() 785 if (env->fpus & FPUS_SE) { in helper_fwait() [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 796 uint16_t fpus; in fpu_clear_exceptions() member 805 float_env32.fpus &= ~0x7f; in fpu_clear_exceptions() 815 long eflags, fpus; in test_fcmp() local 820 : "=a" (fpus) in test_fcmp() 823 a, b, fpus & (0x4500 | FPUS_EMASK)); in test_fcmp() 827 : "=a" (fpus) in test_fcmp() 830 a, b, fpus & (0x4500 | FPUS_EMASK)); in test_fcmp() 838 : "=r" (eflags), "=a" (fpus) in test_fcmp() 841 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 847 : "=r" (eflags), "=a" (fpus) in test_fcmp() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips-r2-to-r6-emul.h | 21 u64 fpus; member
|
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 27 swd = env->fpus & ~(7 << 11); in x86_cpu_xsave_all_areas() 166 env->fpus = swd; in x86_cpu_xrstor_all_areas()
|
H A D | gdbstub.c | 189 return gdb_get_reg32(mem_buf, (env->fpus & ~0x3800) | in x86_cpu_gdb_read_register() 349 env->fpus = tmp & ~0x3800; in x86_cpu_gdb_write_register()
|
H A D | cpu-dump.c | 495 (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11, in x86_cpu_dump_state()
|
H A D | machine.c | 226 env->fpus_vmstate = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11; in cpu_pre_save() 385 env->fpus = env->fpus_vmstate & ~0x3800; in cpu_post_load()
|
H A D | cpu.h | 1777 uint16_t fpus; member
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 1201 MIPS_R2_STATS(fpus); in mipsr2_decoder() 2264 (unsigned long)__this_cpu_read(mipsr2emustats.fpus), in mipsr2_emul_show() 2265 (unsigned long)__this_cpu_read(mipsr2bdemustats.fpus)); in mipsr2_emul_show() 2322 __this_cpu_write((mipsr2emustats).fpus, 0); in mipsr2_clear_show() 2323 __this_cpu_write((mipsr2bdemustats).fpus, 0); in mipsr2_clear_show()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 331 VMSTATE_STRUCT_ARRAY(env.fpus, MIPSCPU, MIPS_FPU_MAX, 1,
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 149 state->fpu.fx_sw = (env->fpus & ~0x3800) | ((env->fpstt & 0x7) << 11); in nvmm_set_registers() 306 env->fpus = state->fpu.fx_sw & ~0x3800; in nvmm_get_registers()
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 1028 env->fpus[i].fcr0 = def->CP1_fcr0; 1030 memcpy(&env->active_fpu, &env->fpus[0], sizeof(env->active_fpu));
|
H A D | cpu.h | 1099 CPUMIPSFPUContext fpus[MIPS_FPU_MAX]; member
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 491 (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11; in whpx_set_registers() 718 env->fpus = vcxt.values[idx].FpControlStatus.FpStatus & ~0x3800; in whpx_get_registers()
|