HelloBase on NEON instuction set, I can find the VSHL or VSHR to perform shift operation. But it is just for every element.How can I shift the whole D or Q register to left or right?For instance, if D = 0x0001020304050607, when it shift right 8 bit, it should become D=0x0000010203040506.Best Regards,Alan Chen