HomeSort by relevance Sort by last modified time
    Searched full:fpuc (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 88 int16_t fpuc; local
104 asm volatile ("fstcw %0" : "=m" (fpuc));
106 int16_t tmp = (fpuc & ~0x0c00) | (i << 10);
112 asm volatile ("fldcw %0" : : "m" (fpuc));
158 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
159 (env)->fpuc,\
167 uint16_t fpuc; member in struct:__anon12675
177 uint16_t fpuc; member in struct:__anon12676
  /external/qemu/target-i386/
machine.c 28 uint16_t fptag, fpus, fpuc, fpregs_format; local
43 fpuc = env->fpuc;
50 qemu_put_be16s(f, &fpuc);
193 uint16_t fpus, fpuc, fptag, fpregs_format; local
204 qemu_get_be16s(f, &fpuc);
254 env->fpuc = fpuc;
kvm.c 377 fpu.fcw = env->fpuc;
486 env->fpuc = fpu.fcw;
op_helper.c     [all...]
cpu.h 596 unsigned int fpuc; member in struct:CPUX86State
helper.c 525 env->fpuc = 0x37f;
795 env->fpuc,
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 98 int16_t fpuc; local
114 asm volatile ("fstcw %0" : "=m" (fpuc));
116 int16_t tmp = (fpuc & ~0x0c00) | (i << 10);
122 asm volatile ("fldcw %0" : : "m" (fpuc));
168 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
169 (env)->fpuc,\
177 uint16_t fpuc; member in struct:__anon12653
187 uint16_t fpuc; member in struct:__anon12654
  /external/qemu/
kqemu.c 370 uint16_t fpuc; member in struct:fpstate
385 uint16_t fpuc; member in struct:fpxstate
409 fp->fpuc = env->fpuc;
432 uint16_t fpuc; local
436 env->fpuc = fp->fpuc;
450 fpuc = 0x037f | (env->fpuc & (3 << 10));
451 asm volatile("fldcw %0" : : "m" (fpuc));
484 uint16_t fpuc; local
    [all...]
gdbstub.c 546 case 16: GET_REG32(env->fpuc);
605 case 16: env->fpuc = ldl_p(mem_buf); return 4;
    [all...]

Completed in 519 milliseconds