X86: Ignore the size part of XMM/MMX operands. The instructions know what they want.
[gem5.git] / src / arch / x86 / isa / specialize.isa
index 4ebba698131cf62e5c139219fcf658e59886ace2..8d65111b023067789127eb5d26d67ef6e17ef894 100644 (file)
@@ -139,7 +139,7 @@ let {{
             opType = OpType(opTypes[0])
             opTypes.pop(0)
 
-            if opType.tag not in ("I", "J"):
+            if opType.tag not in ("I", "J", "P", "PR", "Q", "V", "VR", "W"):
                 if opType.size:
                     env.setSize(opType.size)