ARM VTBL (one register) assembly parsing and encoding.
[oota-llvm.git] / lib / Target / ARM / ARMInstrNEON.td
2011-10-18 Jim GrosbachARM VTBL (one register) assembly parsing and encoding.
2011-10-18 Jim GrosbachYet more ARM NEON assembly parsing for the lane index...
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmov assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmla/vmls assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vqdmulh assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vmul assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM vqdmlal assembly parsing for the lane index operand.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV.i64.
2011-10-18 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM assembly parsing and encoding for VMOV/VMVN/VORR...
2011-10-17 Jim GrosbachARM NEON "vmov.i8" immediate assembly parsing and encoding.
2011-10-17 Jim GrosbachTidy up organization.
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-08-20 Chad RosierRemove the VMOVQQ pseudo instruction.
2011-08-20 Chad RosierRemove VMOVQQQQ pseudo instruction.
2011-08-15 Owen AndersonSpecify a necessary fixed bit for VLD3DUP, and otherwis...
2011-08-15 Owen AndersonFix problems decoding the to/from-lane NEON memory...
2011-08-09 Owen AndersonReplace the existing ARM disassembler with a new one...
2011-08-05 Bob WilsonAdd missing register constraint for some VLD3/VLD4...
2011-07-15 Owen AndersonRemove VMOVDneon and VMOVQ, which are just aliases...
2011-07-15 Owen AndersonRemove unnecessary duplicate instruction definitions...
2011-06-13 Jim GrosbachClean up a few 80 column violations.
2011-06-02 Tanya LattnerFix encoding for VEXTdf.
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-04-07 Mon P WangFixed encoding for VEXTqf
2011-03-30 Owen AndersonSomehow we managed to forget to encode the lane index...
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-11 Jim GrosbachARM VDUPfd and VDUPfq can just be patterns. The instruc...
2011-03-11 Jim GrosbachARM VDUPLNfq and VDUPLNfd definitions can just be Pat...
2011-03-11 Jim GrosbachARM VREV64df and VREV64qf can just be patterns. The...
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-07 Bob WilsonChange VLD3/4 and VST3/4 for quad registers to not...
2011-02-07 Bob WilsonFix some NEON instruction itineraries.
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2010-12-18 Bob WilsonRearrange some Neon multiclasses. No functional changes.
2010-12-18 Bob WilsonFix result type of Neon floating-point comparisons...
2010-12-15 Bob WilsonAdd Neon VCVT instructions for f32 <-> f16 conversions.
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-13 Bob WilsonSimplify N2VSPat, removing some unnecessary type arguments.
2010-12-13 Bob WilsonDelete a line that I forgot to revert previously.
2010-12-13 Bob WilsonUse COPY_TO_REGCLASS instead of pseudo instructions...
2010-12-13 Bob WilsonUse pseudo instructions for 2-register Neon instruction...
2010-12-13 Bob WilsonRemove unused instruction class arguments.
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Bob WilsonRemove unused arguments.
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-01 Owen AndersonUse by-name rather than by-order matching for NEON...
2010-11-30 Bob WilsonFix the encoding of VLD4-dup alignment.
2010-11-30 Bob WilsonRename VLDnDUP instructions with double-spaced registers
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-28 Bob WilsonAdd support for NEON VLD2-dup instructions.
2010-11-28 Bob WilsonAnother minor refactoring for VLD1DUP instructions.
2010-11-27 Bob WilsonRefactor. Set alignment bit in VLD1-dup instruction...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-21 Owen AndersonUse by-name rather than by-order operand matching for...
2010-11-19 Owen AndersonThe Vm and Vn register fields must be the same for...
2010-11-19 Jim GrosbachOperand names
2010-11-19 Jim GrosbachClarify operand names.
2010-11-18 Jim GrosbachRemove trailing whitespace.
2010-11-18 Jim GrosbachARM PseudoInst instructions don't need or use an assemb...
2010-11-16 Bill WendlingEncode the multi-load/store instructions with their...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-05 Owen AndersonAdd codegen and encoding support for the immediate...
2010-11-03 Owen AndersonAdd support for code generation of the one register...
2010-11-03 Owen AndersonUnlike a lot of NEON instructions, vext isn't _actually...
2010-11-03 Bob WilsonAdd codegen patterns for VST1-lane instructions. Radar...
2010-11-03 Jim GrosbachBreak ARM addrmode4 (load/store multiple base address...
2010-11-02 Owen AndersonRevert r118097 to fix buildbots.
2010-11-02 Owen AndersonSince these fields are not exactly equivalent to the...
2010-11-02 Owen AndersonProvide correct encodings for the remaining vst variant...
2010-11-02 Owen AndersonTentative encodings for the "single element from one...
2010-11-02 Owen AndersonAdd correct encodings for basic variants for vst3 and...
2010-11-02 Bob WilsonAdd NEON VST1-lane instructions. Partial fix for Radar...
2010-11-02 Owen AndersonAdd correct encodings for the basic variants for vst2.
2010-11-02 Owen AndersonAdd correct encodings for the basic form of vst1.
2010-11-02 Owen AndersonFactor out a common encoding class for loads and stores...
2010-11-02 Owen AndersonAdd correct encodings for the rest of the vld instructi...
2010-11-02 Owen AndersonAdd correct NEON encodings for vld2, vld3, and vld4...
2010-11-02 Owen AndersonAttempt to provide correct encodings for a number of...
2010-11-02 Owen AndersonAdd correct NEON encodings for the "multiple single...
2010-11-01 Bob WilsonAdd NEON VLD1-lane instructions. Partial fix for Radar...
2010-10-28 Owen AndersonAdd correct NEON encodings for vtbl and vtbx.
2010-10-27 Owen AndersonAdd correct NEON encodings for vext, vtrn, vuzp, and...
2010-10-27 Owen AndersonProvide correct encodings for NEON vcvt, which has...
2010-10-27 Owen AndersonProvide correct encodings for the get_lane and set_lane...
2010-10-27 Owen AndersonProvide correct NEON encodings for vdup.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsli and vsri.
2010-10-27 Owen AndersonAdd correct NEON encodings for vsra and vrsra.
2010-10-26 Owen AndersonAdd correct NEON encodings for vqshl, vqshrn, vqshrun...
2010-10-26 Owen AndersonCorrect NEON encodings for vshrn, vrshl, vrshr, vrshrn.
2010-10-26 Owen AndersonSimplify classes for shift instructions, which are...
next