Concatenate 8-byte blocks in a and b into a 16-byte temporary result, shift the result right by count bytes, and return the low 8 bytes.
See Implementation
Concatenate 8-byte blocks in a and b into a 16-byte temporary result, shift the result right by count bytes, and return the low 8 bytes.