/external/qemu/ |
kqemu.c | 374 uint16_t fptag; member in struct:fpstate 387 uint16_t fptag; member in struct:fpxstate 406 int fptag, i, j; local 411 fptag = 0; 413 fptag <<= 2; 415 fptag |= 3; 420 fp->fptag = fptag; 431 int fptag, i, j; local 439 fptag = fp->fptag 457 int i, j, fptag; local 483 int fptag, i, j; local [all...] |
/external/qemu/target-i386/ |
machine.c | 28 uint16_t fptag, fpus, fpuc, fpregs_format; local 45 fptag = 0; 47 fptag |= ((!env->fptags[i]) << i); 52 qemu_put_be16s(f, &fptag); 193 uint16_t fpus, fpuc, fptag, fpregs_format; local 206 qemu_get_be16s(f, &fptag); 212 guess_mmx = ((fptag == 0xff) && (fpus & 0x3800) == 0); 258 fptag ^= 0xff; 260 env->fptags[i] = (fptag >> i) & 1;
|
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...] |
helper.c | 789 int fptag; local 790 fptag = 0; 792 fptag |= ((!env->fptags[i]) << i); 798 fptag, [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
more_x86_fp.c | 158 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\ 161 (env)->fptag);\ 171 uint16_t fptag; member in struct:__anon12675 179 uint16_t fptag; member in struct:__anon12676 201 printf("fptag=%04x\n", float_env32.fptag);
|
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.c | 168 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\ 171 (env)->fptag);\ 181 uint16_t fptag; member in struct:__anon12653 189 uint16_t fptag; member in struct:__anon12654 211 printf("fptag=%04x\n", float_env32.fptag);
|
/external/valgrind/main/exp-ptrcheck/ |
h_main.c | [all...] |