summaryrefslogtreecommitdiff
path: root/test/MC/X86/x86_64-avx-encoding.s
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Move address override handling in X86MCCodeEmitter to a place where it works ...Craig Topper1-1/+1
2013-10-14Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper1-9/+9
2013-10-08Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper1-3/+3
2013-10-07Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...Craig Topper1-0/+56
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper1-30/+30
2012-07-26Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper1-20/+20
2012-07-18Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper1-0/+32
2012-07-10Reverse assembler/disassembler operand order for gather instructions.Craig Topper1-8/+8
2012-06-29X86: add more GATHER intrinsics in LLVMManman Ren1-2/+26
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren1-0/+8
2012-06-26Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper1-6/+6
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper1-0/+768
2011-12-15Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman1-0/+7
2011-09-20The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes1-0/+6
2011-09-19Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes1-0/+4
2011-08-19Re-write part of VEX encoding logic, to be more easy to read! Also fixBruno Cardoso Lopes1-0/+4
2011-08-19Fix PR10677. Initial patch and idea by Peter Cooper but I've changed theBruno Cardoso Lopes1-0/+16
2011-06-21Revert r133452: "Emit movq for 64-bit register to XMM register moves..."Bob Wilson1-3/+3
2011-06-20Emit movq for 64-bit register to XMM register moves, but continue to acceptNick Lewycky1-3/+3
2010-10-01move X86 subdir up a levelChris Lattner1-0/+3318