[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and PACKUSDW instructions available as synthetic SDNodes PACKSS and PACKUS that will select to the correct instruction variants based on the return type. This allows us to use these rather important instructions when lowering vector shuffles.
No functionality should actually be changed here.
Nipick. These define far more than just the SSE2 instructions. Perhaps update the comment(s) to better reflect modern reality?