aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/NeonEmitter.cpp
AgeCommit message (Expand)Author
2011-06-24Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix."Bob Wilson
2011-06-24Shorten some ARM builtin names by removing unnecessary "neon" prefix.Bob Wilson
2011-06-21Consolidate some TableGen diagnostic helper functions.Jim Grosbach
2011-06-09Add special-case range checking for VCVT_N intrinsic immediate operands.Bob Wilson
2011-04-22Define Neon load/store intrinsics for Clang as macros instead of functions.Bob Wilson
2011-03-31Use intrinsics for Neon vmull operations. Radar 9208957.Bob Wilson
2011-01-07Use __builtin_shufflevector to implement vget_low and vget_high intrinsics.Bob Wilson
2010-12-17Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support.Bob Wilson
2010-12-15Teach the Neon intrinsic generator to widen half-precision float types.Bob Wilson
2010-12-15Add a Neon intrinsic test generator.Bob Wilson
2010-12-15Fix Neon intrinsic immediate range checking for some double-register operands.Bob Wilson
2010-12-10The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have 4 arguments, not 3.Bob Wilson
2010-12-0980-column fixes.Bob Wilson
2010-12-09Add a license comment to the generated arm_neon.h header.Bob Wilson
2010-12-08Add operators for "_lane" variants of some saturating Neon multiply intrinsicsBob Wilson
2010-12-08Add operators for vabdl and vabal so they can be implemented without builtins.Bob Wilson
2010-12-08Remove unused function parameter.Bob Wilson
2010-12-08Add an operator for vaba so it can be implemented using vabd.Bob Wilson
2010-12-08Add operators for vadd[lw] and vsub[lw]Bob Wilson
2010-12-07Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}Bob Wilson
2010-12-07Emit vmovl intrinsics first in the arm_neon.h headerBob Wilson
2010-12-07Add an operator for vdup_lane so it can be implemented without a clang builtin.Bob Wilson
2010-12-07Add an operator for vmull_lane so it can be implemented without a clang builtin.Bob Wilson
2010-12-07Add new built-in operations for vmull and vmull_nBob Wilson
2010-12-07Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson
2010-12-07Fix whitespace.Bob Wilson
2010-12-04Remove trailing whitespace.Bob Wilson
2010-12-03Get Neon intrinsic names from the new "Name" field in the tblgen recordsBob Wilson
2010-12-03Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.Bob Wilson
2010-12-03Support using macros for Neon intrinsics implemented without builtins.Bob Wilson
2010-12-02Simplify code in Neon intrinsics. No functional changes intended.Bob Wilson
2010-12-02Assign arguments of Neon intrinsic macros to local temporaries.Bob Wilson
2010-12-02Use statement expressions in Neon intrinsics defined as macros.Bob Wilson
2010-12-02Add casts for splatted scalars in calls to Neon builtins.Bob Wilson
2010-12-02Add a missing cast for Neon vsbl results.Bob Wilson
2010-12-02Add another missing cast for Neon vcombine results.Bob Wilson
2010-12-02Add casts in arm_neon.h for result values in inline functions as well as macros.Bob Wilson
2010-12-02Avoid "char" for Neon vector elements; make it explicitly signed (or unsigned).Bob Wilson
2010-12-02Cast scalar results of Neon macros to the correct type.Bob Wilson
2010-12-01Add explicit casts for vector arguments to Neon builtins.Bob Wilson
2010-12-01Add some comments for TableGen's NeonEmitter.Bob Wilson
2010-12-01Cleanup: simplify checks for integers between 2 and 4.Bob Wilson
2010-11-23Fix copy-and-paste error in exception message.Bob Wilson
2010-11-18Change the 'x' type modifier for Neon intrinsics to force a signed integer.Bob Wilson
2010-11-16Use new neon_vector_type and neon_polyvector_type attributes for Neon vectors.Bob Wilson
2010-11-16Change Neon polynomial types to be signed to match GCC.Bob Wilson
2010-11-16Refactor to new GetNumElements function.Bob Wilson
2010-11-16Tidy up some things in <arm_neon.h>.Bob Wilson
2010-11-16Reapply "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson
2010-11-16Revert "Stop using struct wrappers for Neon vector types in <arm_neon.h>."Bob Wilson