1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/X86/InstPrinter
Craig Topper 4a4cc9aaaf [X86] Teach Intel syntax InstPrinter to print lock prefixes that have been parsed from the asm parser.
The asm parser puts the lock prefix in the MCInst flags so we need to check that in addition to TSFlags. This matches what the ATT printer does.

llvm-svn: 323469
2018-01-25 21:23:57 +00:00
..
CMakeLists.txt
LLVMBuild.txt
X86ATTInstPrinter.cpp [X86] Combine two unnecessarily complicated ifs that had the same body. NFC 2018-01-25 21:23:51 +00:00
X86ATTInstPrinter.h
X86InstComments.cpp [X86] Fix a few instructions that were named Z512 instead of just Z. 2017-12-10 17:42:39 +00:00
X86InstComments.h Any Target Asm comments should start from MachineInstr::TAsmComments value. 2017-12-14 12:07:11 +00:00
X86IntelInstPrinter.cpp [X86] Teach Intel syntax InstPrinter to print lock prefixes that have been parsed from the asm parser. 2018-01-25 21:23:57 +00:00
X86IntelInstPrinter.h