llvm-6502/lib/Target/X86/AsmParser
Craig Topper f6145affbf [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Requires new AsmParserOperand types that detect 16-bit and 32/64-bit mode so that we choose the right instruction based on default sizing without predicates. This is necessary since predicates mess up the disassembler table building.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225256 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-06 08:59:30 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmInstrumentation.cpp [X86] Make isel select the shorter form of jump instructions instead of the long form. 2015-01-06 04:23:53 +00:00
X86AsmInstrumentation.h [asan-asm-instrumentation] CFI directives are generated for .S files. 2014-10-07 11:03:09 +00:00
X86AsmParser.cpp Minor cleanup to all the switches after MatchInstructionImpl in all the AsmParsers. 2015-01-03 08:16:34 +00:00
X86AsmParserCommon.h
X86Operand.h [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16. 2015-01-06 08:59:30 +00:00