Home | History | Annotate | Download | only in target-i386

Lines Matching refs:cf

1609     uint64_t cf = (s->Q(0) & ~d->Q(0)) | (s->Q(1) & ~d->Q(1));
1611 CC_SRC = (zf ? 0 : CC_Z) | (cf ? 0 : CC_C);