llvm-project/llvm/lib/Target/X86/AsmParser
Craig Topper 1187991bcf [X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale.
This was here because out and in instructions allow '(%dx)' even though its not a memory reference. To handle this we build a special operand for the DX register reference before we get to the call to CheckBaseRegAndIndexRegAndScale. So we no longer need this special case.

llvm-svn: 350483
2019-01-05 23:30:28 +00:00
..
CMakeLists.txt
LLVMBuild.txt [fixup][rL311639] 2017-08-24 14:10:50 +00:00
X86AsmInstrumentation.cpp [X86] Use AND32ri8 instead of AND64ri8 in Asan code in EmitCallAsanReport for 32-bit mode. 2017-12-15 21:18:06 +00:00
X86AsmInstrumentation.h Add -print-schedule scheduling comments to inline asm. 2017-11-09 12:45:40 +00:00
X86AsmParser.cpp [X86][AsmParser] Don't allow X86::DX in CheckBaseRegAndIndexRegAndScale. 2019-01-05 23:30:28 +00:00
X86AsmParserCommon.h
X86Operand.h Undo r350355 "[X86] Remove terrible DX Register parsing hack in parse operand. NFCI." 2019-01-04 17:11:15 +00:00