Searched refs:bits4_to_bytes4 (Results 1 – 1 of 1) sorted by relevance
598 static UInt bits4_to_bytes4 ( UInt bits4 ) in bits4_to_bytes4() function649 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()