Searched refs:fpus (Results 1 - 15 of 15) sorted by relevance

/external/qemu/target-i386/
H A Dmachine.c28 uint16_t fptag, fpus, fpuc, fpregs_format; local
44 fpus = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11;
51 qemu_put_be16s(f, &fpus);
193 uint16_t fpus, fpuc, fptag, fpregs_format; local
205 qemu_get_be16s(f, &fpus);
212 guess_mmx = ((fptag == 0xff) && (fpus & 0x3800) == 0);
256 env->fpstt = (fpus >> 11) & 7;
257 env->fpus = fpus
[all...]
H A Dop_helper.c3457 env->fpus |= mask;
3458 if (env->fpus & (~env->fpuc & FPUC_EM))
3459 env->fpus |= FPUS_SE | FPUS_B;
3645 env->fpus &= (~0x4700);
3651 env->fpus &= (~0x4700);
3698 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1];
3706 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret+ 1];
3854 return (env->fpus
4265 int fpus, fptag, exp, i; local
4315 int i, fpus, fptag; local
4380 int fpus, fptag, i, nb_xmm_regs; local
4436 int i, fpus, fptag, nb_xmm_regs; local
[all...]
H A Dhax-all.c951 env->fpus = fpu.fsw;
970 fpu.fsw = env->fpus & ~(7 << 11);
H A Dkvm.c375 fpu.fsw = env->fpus & ~(7 << 11);
485 env->fpus = fpu.fsw;
H A Dcpu.h595 unsigned int fpus; member in struct:CPUX86State
H A Dhelper.c802 (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11,
/external/qemu/
H A Dkqemu.c372 uint16_t fpus; member in struct:fpstate
386 uint16_t fpus; member in struct:fpxstate
410 fp->fpus = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11;
437 env->fpstt = (fp->fpus >> 11) & 7;
438 env->fpus = fp->fpus & ~0x3800;
460 fp->fpus = (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11;
488 env->fpstt = (fp->fpus >> 1
[all...]
H A Dgdbstub.c547 case 17: GET_REG32((env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11);
609 env->fpus = tmp & ~0x3800;
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c168 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
170 (env)->fpus & 0xff00,\
179 uint16_t fpus; member in struct:__anon15287
188 uint16_t fpus; member in struct:__anon15288
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c158 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
160 (env)->fpus & 0xff00,\
169 uint16_t fpus; member in struct:__anon15312
178 uint16_t fpus; member in struct:__anon15313
/external/qemu/target-mips/
H A Dmachine.c150 save_fpu(f, &env->fpus[i]);
301 load_fpu(f, &env->fpus[i]);
H A Dtranslate_init.c524 env->fpus[i].fcr0 = def->CP1_fcr0;
526 memcpy(&env->active_fpu, &env->fpus[0], sizeof(env->active_fpu));
H A Dcpu.h413 CPUMIPSFPUContext fpus[MIPS_FPU_MAX]; member in struct:CPUMIPSState
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c688 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
690 (env)->fpus & 0xff00,\
699 uint16_t fpus; member in struct:__anon14626
708 uint16_t fpus; member in struct:__anon14627
H A Dtest-i386.c650 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
652 (env)->fpus & 0xff00,\
661 uint16_t fpus; member in struct:__anon14628
670 uint16_t fpus; member in struct:__anon14629

Completed in 172 milliseconds