Searched defs:fptag (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dhelper.c388 int fptag; local
389 fptag = 0;
391 fptag |= ((!env->fptags[i]) << i);
397 fptag,
H A Dop_helper.c5112 int fpus, fptag, exp, i; local
5117 fptag = 0;
5119 fptag <<= 2;
5121 fptag |= 3;
5128 fptag |= 1;
5135 fptag |= 2;
5143 stl(ptr + 8, fptag);
5152 stw(ptr + 4, fptag);
5162 int i, fpus, fptag; local
5167 fptag
5227 int fpus, fptag, i, nb_xmm_regs; local
5288 int i, fpus, fptag, nb_xmm_regs; local
6190 int fpus, fptag, i, nb_xmm_regs; local
6236 int fptag; local
6268 int i, fpus, fptag, nb_xmm_regs; local
6316 int fptag, j; local
[all...]
/vbox/src/recompiler/tests/
H A Dtest-i386.c791 uint16_t fptag; member in struct:__anon17459
929 printf("fpuc=%04x fpus=%04x fptag=%04x\n",\
932 (env)->fptag);\
942 uint16_t fptag; member in struct:__anon17460
950 uint16_t fptag; member in struct:__anon17461
972 printf("fptag=%04x\n", float_env32.fptag);
2332 uint16_t fptag; member in struct:fpxstate
2377 printf("fptag=%04x\n", fp->fptag);
[all...]

Completed in 67 milliseconds