Home | History | Annotate | Download | only in x86

Lines Matching refs:pf

21   int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf;
40 pf=!!(flags&0x4);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
53 if (pf != parity(out&0xff)) {
54 printf("Error with aam (pf)!\n");
87 pf=!!(flags&0x4);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
100 if (pf != parity(out&0xff)) {
101 printf("Error with aad (pf)!\n");