Currently universalNativeInvoker_aarch64.cpp and universalNativeInvoker_x86.cpp contain a lot of cut+paste shared code. In particular ShuffleRecipe, ShuffleRecipeStream, and ShuffleRecipeVerifier contain no platform specific code and can be moved into the shared universalNativeInvoker.cpp. This will reduce the maintenance burden when porting to new platforms.