Home | History | Annotate | Download | only in x86

Lines Matching defs:sf

21   int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf;
43 sf=!!(flags&0x80);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
56 if (sf != !!(out&0x80)) {
57 printf("Error with aam (sf)!\n");
90 sf=!!(flags&0x80);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
103 if (sf != !!(out&0x80)) {
104 printf("Error with aad (sf) %d %d!\n",sf,!!(out&0x80));