Home
last modified time | relevance | path

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

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