HomeSort by relevance Sort by last modified time
    Searched refs:fptag (Results 1 - 7 of 7) sorted by null

  /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);
153 uint16_t fpus, fpuc, fptag, fpregs_format; local
166 qemu_get_be16s(f, &fptag);
172 guess_mmx = ((fptag == 0xff) && (fpus & 0x3800) == 0);
200 fptag ^= 0xff;
202 env->fptags[i] = (fptag >> i) & 1;
fpu_helper.c 942 int fpus, fptag, exp, i; local
947 fptag = 0;
949 fptag <<= 2;
951 fptag |= 3;
958 fptag |= 1;
962 fptag |= 2;
970 cpu_stl_data(env, ptr + 8, fptag);
979 cpu_stw_data(env, ptr + 4, fptag);
989 int i, fpus, fptag; local
994 fptag = cpu_lduw_data(env, ptr + 8)
1054 int fpus, fptag, i, nb_xmm_regs; local
1110 int i, fpus, fptag, nb_xmm_regs; local
    [all...]
helper.c 796 int fptag; local
797 fptag = 0;
799 fptag |= ((!env->fptags[i]) << i);
805 fptag,
    [all...]
  /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:__anon16738
189 uint16_t fptag; member in struct:__anon16739
211 printf("fptag=%04x\n", float_env32.fptag);
  /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:__anon16776
179 uint16_t fptag; member in struct:__anon16777
201 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:__anon16024
709 uint16_t fptag; member in struct:__anon16025
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:__anon16026
671 uint16_t fptag; member in struct:__anon16027
693 printf("fptag=%04x\n", float_env32.fptag);
    [all...]

Completed in 172 milliseconds