llvm-6502/lib/Target/X86/MCTargetDesc
Manman Ren 1f7a1b68a0 X86: add GATHER intrinsics (AVX2) in LLVM
Support the following intrinsics:
llvm.x86.avx2.gather.d.pd, llvm.x86.avx2.gather.q.pd
llvm.x86.avx2.gather.d.pd.256, llvm.x86.avx2.gather.q.pd.256
llvm.x86.avx2.gather.d.ps, llvm.x86.avx2.gather.q.ps
llvm.x86.avx2.gather.d.ps.256, llvm.x86.avx2.gather.q.ps.256

Modified Disassembler to handle VSIB addressing mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159221 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-26 19:47:59 +00:00
..
CMakeLists.txt Move x86 specific bits of the COFF writer to lib/Target/X86. 2011-12-24 02:14:02 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
X86AsmBackend.cpp Prune some includes 2012-03-27 07:54:11 +00:00
X86BaseInfo.h Remove 'static' from inline functions defined in header files. 2012-06-20 08:39:33 +00:00
X86ELFObjectWriter.cpp Move the X86 specific bits of the ELF writer to the Target/X86 directory. 2011-12-21 17:30:17 +00:00
X86FixupKinds.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MachObjectWriter.cpp More refactoring. 2011-07-25 19:33:48 +00:00
X86MCAsmInfo.cpp Nuke a few dead remnants of the CBE. 2012-05-05 17:45:12 +00:00
X86MCAsmInfo.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MCCodeEmitter.cpp X86: add GATHER intrinsics (AVX2) in LLVM 2012-06-26 19:47:59 +00:00
X86MCTargetDesc.cpp Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. 2012-04-02 06:09:36 +00:00
X86MCTargetDesc.h Allow MCCodeEmitter access to the target MCRegisterInfo. 2012-05-15 17:35:52 +00:00
X86WinCOFFObjectWriter.cpp Add support for implicit TLS model used with MS VC runtime. 2012-02-11 17:26:53 +00:00