Searched refs:fpop (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 36 legacy->fpop = env->fpop; in x86_cpu_xsave_all_areas() 164 env->fpop = legacy->fpop; in x86_cpu_xrstor_all_areas()
|
H A D | helper.h | 123 DEF_HELPER_1(fpop, void, env)
|
H A D | machine.c | 533 return env->fpop != 0 || env->fpip != 0 || env->fpdp != 0; in fpop_ip_dp_needed() 542 VMSTATE_UINT16(env.fpop, X86CPU),
|
H A D | cpu.h | 1544 uint16_t fpop; member 1782 uint16_t fpop; member
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 124 #define fpop(lz,hz) { sp--; \ macro 153 fpop ( lo, hi ); in fallbackQSort3() 224 #undef fpop
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 154 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 D | fpu_helper.c | 82 static inline void fpop(CPUX86State *env) in fpop() function 450 fpop(env); in helper_fpop() 1780 fpop(env); in helper_fpatan() 2122 fpop(env); in helper_fyl2xp1() 2269 fpop(env); in helper_fyl2x()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 497 vcxt.values[idx].FpControlStatus.LastFpOp = env->fpop; in whpx_set_registers() 722 env->fpop = vcxt.values[idx].FpControlStatus.LastFpOp; in whpx_get_registers()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 11297 int fpop, opcode, a, u; in disas_simd_two_reg_misc_fp16() local 11323 fpop = deposit32(opcode, 5, 1, a); in disas_simd_two_reg_misc_fp16() 11324 fpop = deposit32(fpop, 6, 1, u); in disas_simd_two_reg_misc_fp16() 11326 switch (fpop) { in disas_simd_two_reg_misc_fp16() 11350 handle_2misc_fcmp_zero(s, fpop, is_scalar, 0, is_q, MO_16, rn, rd); in disas_simd_two_reg_misc_fp16() 11452 switch (fpop) { in disas_simd_two_reg_misc_fp16() 11493 switch (fpop) { in disas_simd_two_reg_misc_fp16()
|