Lines Matching full:w32
637 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF );
638 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
639 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
640 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );
642 resV->w32[0] = intRes2 & 0xFFFF;
643 resV->w32[1] = 0;
644 resV->w32[2] = 0;
645 resV->w32[3] = 0;
661 resV->w32[0] = newECX;
662 resV->w32[1] = 0;
663 resV->w32[2] = 0;
664 resV->w32[3] = 0;