Home | History | Annotate | Download | only in qemu

Lines Matching refs:xF

412         *q++ = tohex(c & 0xf);
443 *(p++) = tohex((csum >> 4) & 0xf);
444 *(p++) = tohex((csum) & 0xf);
701 env->crf[i] = (cr >> (32 - ((i + 1) * 4))) & 0xF;