Searched refs:bits2_to_bytes4 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c612 static UInt bits2_to_bytes4 ( UInt bits2 ) function
717 resV->w32[0] = bits2_to_bytes4( (intRes2 >> 0) & 0x3 );
718 resV->w32[1] = bits2_to_bytes4( (intRes2 >> 2) & 0x3 );
719 resV->w32[2] = bits2_to_bytes4( (intRes2 >> 4) & 0x3 );
720 resV->w32[3] = bits2_to_bytes4( (intRes2 >> 6) & 0x3 );

Completed in 81 milliseconds