/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 | 795 int fptag; local 796 fptag = 0; 798 fptag |= ((!env->fptags[i]) << i); 804 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:__anon28321 179 uint16_t fptag; member in struct:__anon28322 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:__anon28296 189 uint16_t fptag; member in struct:__anon28297 211 printf("fptag=%04x\n", float_env32.fptag);
|
/external/valgrind/main/VEX/test/ |
test-amd64.c | 688 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\ 691 (env)->fptag);\ 701 uint16_t fptag; member in struct:__anon27635 709 uint16_t fptag; member in struct:__anon27636 731 printf("fptag=%04x\n", float_env32.fptag); [all...] |
test-i386.c | 650 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\ 653 (env)->fptag);\ 663 uint16_t fptag; member in struct:__anon27637 671 uint16_t fptag; member in struct:__anon27638 693 printf("fptag=%04x\n", float_env32.fptag); [all...] |