Hi, Currently for vmovss/vmovsd with nondefault length we output registers as ymm/zmm, instead of xmm. This patch makes vmovsd/vmovss always output xmm and fixes LIG tests accordingly. Ok for trunk?