Searched defs:zf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dhelper_template.h66 int cf, pf, af, zf, sf, of; local
73 zf = ((DATA_TYPE)CC_DST == 0) << 6;
76 return cf | pf | af | zf | sf | of;
90 int cf, pf, af, zf, sf, of;
97 zf = ((DATA_TYPE)CC_DST == 0) << 6;
100 return cf | pf | af | zf | sf | of;
114 int cf, pf, af, zf, sf, of;
121 zf = ((DATA_TYPE)CC_DST == 0) << 6;
124 return cf | pf | af | zf | sf | of;
139 int cf, pf, af, zf, s
[all...]
H A Dops_sse.h1530 uint64_t zf = (s->Q(0) & d->Q(0)) | (s->Q(1) & d->Q(1)); local
1533 CC_SRC = (zf ? 0 : CC_Z) | (cf ? 0 : CC_C);
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminizip.c371 zipFile zf; local
376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
378 zf = zipOpen64(filename_try,(opt_overwrite==2) ? 2 : 0);
381 if (zf == NULL)
414 err = zipOpenNewFileInZip(zf,filenameinzip,&zi,
451 err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi,
485 err = zipWriteInFileInZip (zf,buf,size_read);
502 err = zipCloseFileInZip(zf);
509 errclose = zipClose(zf,NULL);
/vbox/src/recompiler/tests/
H A Dtest-i386.c473 for(zf = 0; zf < 2; zf++) {\
480 : "c" (ecx), "b" (!zf)); \
481 printf("%-10s ECX=" FMTLX " ZF=%ld r=%d\n", insn, ecx, zf, res); \
488 long ecx, zf; local

Completed in 59 milliseconds