llvm-6502/lib/Target/X86/AsmPrinter
Bruno Cardoso Lopes e86b01c153 Start the support for AVX instructions with 256-bit %ymm registers. A couple of
notes:
- The instructions are being added with dummy placeholder patterns using some 256
  specifiers, this is not meant to work now, but since there are some multiclasses
  generic enough to accept them,  when we go for codegen, the stuff will be already
  there.
- Add VEX encoding bits to support YMM
- Add MOVUPS and MOVAPS in the first round
- Use "Y" as suffix for those Instructions: MOVUPSYrr, ...
- All AVX instructions in X86InstrSSE.td will move soon to a new X86InstrAVX
  file.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107996 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-09 18:27:43 +00:00
..
CMakeLists.txt
Makefile
X86AsmPrinter.cpp
X86AsmPrinter.h
X86ATTInstPrinter.cpp
X86ATTInstPrinter.h Start the support for AVX instructions with 256-bit %ymm registers. A couple of 2010-07-09 18:27:43 +00:00
X86IntelInstPrinter.cpp
X86IntelInstPrinter.h Start the support for AVX instructions with 256-bit %ymm registers. A couple of 2010-07-09 18:27:43 +00:00
X86MCInstLower.cpp
X86MCInstLower.h