summaryrefslogtreecommitdiff
path: root/utils/TableGen/NeonEmitter.h
Commit message (Expand)AuthorAge
* Use intrinsics for Neon vmull operations. Radar 9208957.Bob Wilson2011-03-31
* Add a Neon intrinsic test generator.Bob Wilson2010-12-15
* Add operators for "_lane" variants of some saturating Neon multiply intrinsicsBob Wilson2010-12-08
* Add operators for vabdl and vabal so they can be implemented without builtins.Bob Wilson2010-12-08
* Add an operator for vaba so it can be implemented using vabd.Bob Wilson2010-12-08
* Add operators for vadd[lw] and vsub[lw]Bob Wilson2010-12-08
* Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson2010-12-07
* Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson2010-12-07
* Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson2010-12-07
* Add new built-in operations for vmull and vmull_nBob Wilson2010-12-07
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-07
* Remove trailing whitespace.Bob Wilson2010-12-04
* Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.Bob Wilson2010-12-03
* Add some comments for TableGen's NeonEmitter.Bob Wilson2010-12-01
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-12
* NEON support for _lane ops, and multiplies by scalar.Nate Begeman2010-06-10
* Handle instructions which need to be #defines for the purpose of capturing co...Nate Begeman2010-06-09
* ARM NEON:Nate Begeman2010-06-08
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-04
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-04
* Add support to tablegen for auto-generating arm_neon.h from a tablegen descri...Nate Begeman2010-05-28