Home
last modified time | relevance | path

Searched refs:fpop (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/i386/
H A Dxsave_helper.c36 legacy->fpop = env->fpop; in x86_cpu_xsave_all_areas()
164 env->fpop = legacy->fpop; in x86_cpu_xrstor_all_areas()
H A Dhelper.h123 DEF_HELPER_1(fpop, void, env)
H A Dmachine.c533 return env->fpop != 0 || env->fpip != 0 || env->fpdp != 0; in fpop_ip_dp_needed()
542 VMSTATE_UINT16(env.fpop, X86CPU),
H A Dcpu.h1627 uint16_t fpop; member
1865 uint16_t fpop; member
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c124 #define fpop(lz,hz) { sp--; \ macro
153 fpop ( lo, hi ); in fallbackQSort3()
224 #undef fpop
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c154 state->fpu.fx_opcode = env->fpop; in nvmm_set_registers()
310 env->fpop = state->fpu.fx_opcode; in nvmm_get_registers()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c82 static inline void fpop(CPUX86State *env) in fpop() function
473 fpop(env); in helper_fpop()
1805 fpop(env); in helper_fpatan()
2148 fpop(env); in helper_fyl2xp1()
2295 fpop(env); in helper_fyl2x()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c497 vcxt.values[idx].FpControlStatus.LastFpOp = env->fpop; in whpx_set_registers()
722 env->fpop = vcxt.values[idx].FpControlStatus.LastFpOp; in whpx_get_registers()