Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_generic_x87.c598 static UInt bits4_to_bytes4 ( UInt bits4 ) in bits4_to_bytes4() function
649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF ); in compute_PCMPxSTRx_gen_output()
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF ); in compute_PCMPxSTRx_gen_output()
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF ); in compute_PCMPxSTRx_gen_output()
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF ); in compute_PCMPxSTRx_gen_output()