aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/NeonEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Add a Neon intrinsic test generator.Bob Wilson2010-12-151-0/+3
* Add operators for "_lane" variants of some saturating Neon multiply intrinsicsBob Wilson2010-12-081-0/+10
* Add operators for vabdl and vabal so they can be implemented without builtins.Bob Wilson2010-12-081-1/+5
* Add an operator for vaba so it can be implemented using vabd.Bob Wilson2010-12-081-1/+3
* Add operators for vadd[lw] and vsub[lw]Bob Wilson2010-12-081-0/+8
* Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson2010-12-071-0/+12
* Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson2010-12-071-0/+3
* Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-071-0/+2
* Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-071-0/+2
* Add new built-in operations for vmull and vmull_nBob Wilson2010-12-071-0/+4
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-071-1/+3
* Remove trailing whitespace.Bob Wilson2010-12-041-5/+5
* Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.Bob Wilson2010-12-031-0/+6
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-011-4/+4
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-121-1/+9
* NEON support for _lane ops, and multiplies by scalar.Nate Begeman2010-06-101-25/+29
* Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman2010-06-091-1/+5
* ARM NEON:Nate Begeman2010-06-081-1/+5
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-041-1/+66
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-041-1/+4
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-281-0/+34