1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Target/X86/AsmParser
Craig Topper 6a887cf8af [X86] Pass the OperandVector to ParseMemOperand instead of returning the operand. NFCI
Continue the change made to ParseATTOperand to take the vector by
reference. Let ParseMemOperand add its memory operand to the
vector and just return true/false to indicate error.
2020-07-29 23:44:56 -07:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
LLVMBuild.txt
X86AsmParser.cpp [X86] Pass the OperandVector to ParseMemOperand instead of returning the operand. NFCI 2020-07-29 23:44:56 -07:00
X86AsmParserCommon.h [X86] Limit vpermil2pd/vpermil2ps immediates to 4 bits in the assembly parser. 2019-08-07 05:34:27 +00:00
X86Operand.h [X86] Allow lsl/lar to be parsed with a GR16, GR32, or GR64 as source register. 2020-07-15 23:51:37 -07:00