HomeSort by relevance Sort by last modified time
    Searched refs:fpus (Results 1 - 15 of 15) sorted by null

  /external/qemu/target-i386/
machine.c 28 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 & ~0x3800
    [all...]
op_helper.c 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...]
hax-all.c 951 env->fpus = fpu.fsw;
970 fpu.fsw = env->fpus & ~(7 << 11);
kvm.c 375 fpu.fsw = env->fpus & ~(7 << 11);
485 env->fpus = fpu.fsw;
cpu.h 595 unsigned int fpus; member in struct:CPUX86State
helper.c 802 (env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11,
    [all...]
  /external/qemu/
kqemu.c 372 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 >> 11) & 7
    [all...]
gdbstub.c 547 case 17: GET_REG32((env->fpus & ~0x3800) | (env->fpstt & 0x7) << 11);
609 env->fpus = tmp & ~0x3800;
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 168 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
170 (env)->fpus & 0xff00,\
179 uint16_t fpus; member in struct:__anon17246
188 uint16_t fpus; member in struct:__anon17247
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 158 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
160 (env)->fpus & 0xff00,\
169 uint16_t fpus; member in struct:__anon17271
178 uint16_t fpus; member in struct:__anon17272
  /external/qemu/target-mips/
machine.c 150 save_fpu(f, &env->fpus[i]);
301 load_fpu(f, &env->fpus[i]);
translate_init.c 524 env->fpus[i].fcr0 = def->CP1_fcr0;
526 memcpy(&env->active_fpu, &env->fpus[0], sizeof(env->active_fpu));
cpu.h 413 CPUMIPSFPUContext fpus[MIPS_FPU_MAX]; member in struct:CPUMIPSState
  /external/valgrind/main/VEX/test/
test-amd64.c 688 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
690 (env)->fpus & 0xff00,\
699 uint16_t fpus; member in struct:__anon16585
708 uint16_t fpus; member in struct:__anon16586
    [all...]
test-i386.c 650 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
652 (env)->fpus & 0xff00,\
661 uint16_t fpus; member in struct:__anon16587
670 uint16_t fpus; member in struct:__anon16588
    [all...]

Completed in 392 milliseconds