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() 416 env->fpus &= ~0x4700; in helper_fdecstp() 422 env->fpus &= ~0x4700; in helper_fincstp() 471 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fcom_ST0_FT0() 481 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fucom_ST0_FT0() 740 env->fpus &= 0x7f00; in helper_fclex() 752 env->fpus = 0; in do_fninit() 2385 fpus = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11; in do_fstenv() 2437 env->fpus = fpus & ~0x3800 & ~FPUS_B; in cpu_set_fpus() 2438 env->fpus |= env->fpus & FPUS_SE ? FPUS_B : 0; in cpu_set_fpus() [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() 827 : "=a" (fpus) in test_fcmp() 838 : "=r" (eflags), "=a" (fpus) in test_fcmp() 847 : "=r" (eflags), "=a" (fpus) in test_fcmp() 855 : "=a" (fpus) in test_fcmp() 938 (env)->fpus & 0xff00,\ 947 uint16_t fpus; in test_fenv() member [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 | 179 return gdb_get_reg32(mem_buf, (env->fpus & ~0x3800) | in x86_cpu_gdb_read_register() 335 env->fpus = tmp & ~0x3800; in x86_cpu_gdb_write_register()
|
H A D | cpu-dump.c | 491 (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 | 1725 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 | 328 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.h | 1100 CPUMIPSFPUContext fpus[MIPS_FPU_MAX]; member
|
H A D | cpu-defs.c.inc | 1026 env->fpus[i].fcr0 = def->CP1_fcr0; 1028 memcpy(&env->active_fpu, &env->fpus[0], sizeof(env->active_fpu));
|
/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()
|