Home | History | Annotate | Download | only in x86

Lines Matching refs:zf

21   int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf;
42 zf=!!(flags&0x40);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
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);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
97 if (zf && ((out&0xff)!=0)) {
98 printf("Error with aad (zf)!\n");