Searched refs:fptag (Results 1 - 8 of 8) sorted by relevance

/external/qemu/
H A Dkqemu.c374 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
457 int i, j, fptag; local
483 int fptag, i, j; local
[all...]
/external/qemu/target-i386/
H A Dmachine.c28 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;
H A Dop_helper.c4265 int fpus, fptag, exp, i; local
4270 fptag = 0;
4272 fptag <<= 2;
4274 fptag |= 3;
4281 fptag |= 1;
4288 fptag |= 2;
4296 stl(ptr + 8, fptag);
4305 stw(ptr + 4, fptag);
4315 int i, fpus, fptag; local
4320 fptag
4380 int fpus, fptag, i, nb_xmm_regs; local
4436 int i, fpus, fptag, nb_xmm_regs; local
[all...]
H A Dhelper.c795 int fptag; local
796 fptag = 0;
798 fptag |= ((!env->fptags[i]) << i);
804 fptag,
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c168 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
171 (env)->fptag);\
181 uint16_t fptag; member in struct:__anon14690
189 uint16_t fptag; member in struct:__anon14691
211 printf("fptag=%04x\n", float_env32.fptag);
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c158 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
161 (env)->fptag);\
171 uint16_t fptag; member in struct:__anon14728
179 uint16_t fptag; member in struct:__anon14729
201 printf("fptag=%04x\n", float_env32.fptag);
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c688 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
691 (env)->fptag);\
701 uint16_t fptag; member in struct:__anon14054
709 uint16_t fptag; member in struct:__anon14055
731 printf("fptag=%04x\n", float_env32.fptag);
H A Dtest-i386.c650 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
653 (env)->fptag);\
663 uint16_t fptag; member in struct:__anon14056
671 uint16_t fptag; member in struct:__anon14057
693 printf("fptag=%04x\n", float_env32.fptag);

Completed in 196 milliseconds