llvm-project/llvm/lib/Target/X86/InstPrinter
Craig Topper 3dcf45f08d [X86] Remove alternate CodeGenOnly version of (v)movq that declared the load size as i128mem. Change all uses to the use the i64mem version.
I'm sure this caused the load size to misprint in Intel syntax output. We were also inconsistent about which patterns used which instruction between VEX and EVEX.

There are two different reg/reg versions of movq, one from a GPR and one from the lower 64-bits of an XMM register. This changes the loading folding table to use the single i64mem memory form for folding both cases. But we need to use TB_NO_REVERSE to prevent a duplicate entry in the unfolding table.

llvm-svn: 287622
2016-11-22 05:31:43 +00:00
..
CMakeLists.txt
LLVMBuild.txt
X86ATTInstPrinter.cpp X86: Allow expressions to appear as u8imm operands. 2016-10-20 01:58:34 +00:00
X86ATTInstPrinter.h Remove extra forward declarations and scrub includes for all in tree InstPrinters. NFC 2015-12-25 22:10:01 +00:00
X86InstComments.cpp [X86] Remove alternate CodeGenOnly version of (v)movq that declared the load size as i128mem. Change all uses to the use the i64mem version. 2016-11-22 05:31:43 +00:00
X86InstComments.h
X86IntelInstPrinter.cpp X86: Allow expressions to appear as u8imm operands. 2016-10-20 01:58:34 +00:00
X86IntelInstPrinter.h Remove extra forward declarations and scrub includes for all in tree InstPrinters. NFC 2015-12-25 22:10:01 +00:00