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

/external/valgrind/main/none/tests/x86/
H A Daad_aam.c21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
42 zf=!!(flags&0x40);
48 // flags,cf,pf,af,zf,sf,of);
50 if (zf && ((out&0xff)!=0)) {
51 printf("Error with aam (zf)!\n");
89 zf=!!(flags&0x40);
95 // flags,cf,pf,af,zf,sf,of);
97 if (zf && ((out&0xff)!=0)) {
98 printf("Error with aad (zf)!\n");
/external/qemu/target-i386/
H A Dhelper_template.h57 int cf, pf, af, zf, sf, of; local
64 zf = ((DATA_TYPE)CC_DST == 0) << 6;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
88 zf = ((DATA_TYPE)CC_DST == 0) << 6;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
112 zf = ((DATA_TYPE)CC_DST == 0) << 6;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, s
[all...]
H A Dops_sse.h1477 uint64_t zf = (s->Q(0) & d->Q(0)) | (s->Q(1) & d->Q(1)); local
1480 CC_SRC = (zf ? 0 : CC_Z) | (cf ? 0 : CC_C);
/external/srec/srec/clib/
H A Dvoc_read.c274 zipfile_t zf = 0; local
300 zf = init_zipfile(*buf, *size);
301 if (!zf) goto FAILED;
306 ze = lookup_zipentry(zf, entryname);
318 release_zipfile(zf);
319 zf = 0;
332 if (zf) release_zipfile(zf);
/external/zlib/src/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);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c200 UInt zf = (cc_dep1 >> ARMG_CC_SHIFT_Z) & 1; local
201 return zf;
208 UInt zf = res == 0; local
209 return zf;
216 UInt zf = res == 0; local
217 return zf;
226 UInt zf = res == 0; local
227 return zf;
236 UInt zf = res == 0; local
237 return zf;
242 UInt zf = res == 0; local
248 UInt zf = res == 0; local
255 UInt zf = (resHi32|resLo32) == 0; local
475 UInt nf, zf, vf, cf, inv; local
[all...]
H A Dguest_amd64_helpers.c192 { Long cf, pf, af, zf, sf, of; \
200 zf = ((DATA_UTYPE)res == 0) << 6; \
204 return cf | pf | af | zf | sf | of; \
213 { Long cf, pf, af, zf, sf, of; \
221 zf = ((DATA_UTYPE)res == 0) << 6; \
225 return cf | pf | af | zf | sf | of; \
234 { Long cf, pf, af, zf, sf, of; \
246 zf = ((DATA_UTYPE)res == 0) << 6; \
250 return cf | pf | af | zf | sf | of; \
259 { Long cf, pf, af, zf, s
743 ULong of,sf,zf,cf,pf; local
[all...]
H A Dguest_x86_helpers.c150 { Int cf, pf, af, zf, sf, of; \
158 zf = ((DATA_UTYPE)res == 0) << 6; \
162 return cf | pf | af | zf | sf | of; \
171 { Int cf, pf, af, zf, sf, of; \
179 zf = ((DATA_UTYPE)res == 0) << 6; \
183 return cf | pf | af | zf | sf | of; \
192 { Int cf, pf, af, zf, sf, of; \
204 zf = ((DATA_UTYPE)res == 0) << 6; \
208 return cf | pf | af | zf | sf | of; \
217 { Int cf, pf, af, zf, s
646 UInt of,sf,zf,cf,pf; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 223 milliseconds