Home | History | Annotate | Download | only in priv

Lines Matching refs:xF

403       if ((f80[1] & 0xF) == 4/*0100b*/ && f80[0] == 0)
649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF );
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );