/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:__anon17269 177 uint16_t fpuc; member in struct:__anon17270
|
/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...] |
/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;
|
hax-all.c | 952 env->fpuc = fpu.fcw; 972 fpu.fcw = env->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 | 526 env->fpuc = 0x37f; 801 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:__anon17244 187 uint16_t fpuc; member in struct:__anon17245
|
/external/valgrind/main/VEX/test/ |
test-amd64.c | 618 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:__anon16583 707 uint16_t fpuc; member in struct:__anon16584 [all...] |
test-i386.c | 580 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:__anon16585 669 uint16_t fpuc; member in struct:__anon16586 [all...] |