Searched refs:fpuc (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c98 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:__anon33047
187 uint16_t fpuc; member in struct:__anon33048
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c88 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:__anon33085
177 uint16_t fpuc; member in struct:__anon33086
/external/qemu/target-i386/
H A Dmachine.c28 uint16_t fptag, fpus, fpuc, fpregs_format; local
43 fpuc = env->fpuc;
50 qemu_put_be16s(f, &fpuc);
153 uint16_t fpus, fpuc, fptag, fpregs_format; local
164 qemu_get_be16s(f, &fpuc);
196 env->fpuc = fpuc;
H A Dfpu_helper.c127 if (env->fpus & (~env->fpuc & FPUC_EM))
529 return env->fpuc;
537 switch(env->fpuc & RC_MASK) {
553 switch((env->fpuc >> 8) & 3) {
570 env->fpuc = val;
589 env->fpuc = 0x37f;
968 cpu_stl_data(env, ptr, env->fpuc);
977 cpu_stw_data(env, ptr, env->fpuc);
992 env->fpuc = cpu_lduw_data(env, ptr);
997 env->fpuc
[all...]
H A Dhax-all.c1000 env->fpuc = fpu.fcw;
1020 fpu.fcw = env->fpuc;
H A Dkvm.c379 fpu.fcw = env->fpuc;
488 env->fpuc = fpu.fcw;
H A Dhelper.c526 env->fpuc = 0x37f;
802 env->fpuc,
H A Dcpu.h766 unsigned int fpuc; member in struct:CPUX86State
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c618 int16_t fpuc; local
634 asm volatile ("fstcw %0" : "=m" (fpuc));
636 short zz = (fpuc & ~0x0c00) | (i << 10);
642 asm volatile ("fldcw %0" : : "m" (fpuc));
688 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
689 (env)->fpuc,\
697 uint16_t fpuc; member in struct:__anon32333
707 uint16_t fpuc; member in struct:__anon32334
H A Dtest-i386.c580 int16_t fpuc; local
596 asm volatile ("fstcw %0" : "=m" (fpuc));
598 int16_t tmp = (fpuc & ~0x0c00) | (i << 10);
604 asm volatile ("fldcw %0" : : "m" (fpuc));
650 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
651 (env)->fpuc,\
659 uint16_t fpuc; member in struct:__anon32335
669 uint16_t fpuc; member in struct:__anon32336
/external/qemu/
H A Dgdbstub.c548 case 16: GET_REG32(env->fpuc);
607 case 16: env->fpuc = ldl_p(mem_buf); return 4;

Completed in 190 milliseconds