index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
arm_neon.td
Age
Commit message (
Expand
)
Author
2013-04-16
[1/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2012-09-29
Add an FMA intrinsic for ARM Neon.
Bob Wilson
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-05-09
ARM: Support marking intrinsic definitions as 'unavailable'
Jim Grosbach
2011-06-24
Fix comments.
Bob Wilson
2011-06-09
Add isVCVT_N flag to identify Neon VCVT_N intrinsics, which require special
Bob Wilson
2011-03-31
Use intrinsics for Neon vmull operations. Radar 9208957.
Bob Wilson
2010-12-15
Implement builtins for Neon half-precision float conversions.
Bob Wilson
2010-12-09
Add Neon vreinterpret intrinsics for half-float (f16) types.
Bob Wilson
2010-12-09
Fix type of last vector operand of Neon quad-register multiple-lane intrinsics.
Bob Wilson
2010-12-09
Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics.
Bob Wilson
2010-12-09
Add missing "s32" and "u32" variants of Neon vzip intrinsic.
Bob Wilson
2010-12-09
Add missing "p16" type variants for the Neon VREV32 intrinsics.
Bob Wilson
2010-12-08
Stop using builtins for the "_lane" variants of saturating multiply intrinsics.
Bob Wilson
2010-12-08
Stop using clang builtins for Neon vabdl and vabal intrinsics.
Bob Wilson
2010-12-08
Stop using clang builtins for Neon vaba intrinsics.
Bob Wilson
2010-12-08
Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics.
Bob Wilson
2010-12-07
Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}.
Bob Wilson
2010-12-07
Stop using a clang builtin for Neon vdup_lane intrinsics.
Bob Wilson
2010-12-07
Stop using a clang builtin for Neon vmull_lane intrinsic.
Bob Wilson
2010-12-07
Implement vmull and vmull_n intrinsics without using clang builtins.
Bob Wilson
2010-12-07
Add Neon vreinterpret intrinsics.
Bob Wilson
2010-12-07
Make whitespace more consistent.
Bob Wilson
2010-12-03
Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601).
Bob Wilson
2010-12-03
Add support for vmul_p8 Neon intrinsic. Radar 8446141.
Bob Wilson
2010-12-03
Add a separate name field to the Neon intrinsic table.
Bob Wilson
2010-12-03
Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics.
Bob Wilson
2010-12-01
Add some comments.
Bob Wilson
2010-11-18
Use a signed vector type for the shift amount operand of unsigned shifts.
Bob Wilson
2010-08-06
vdup_lane was missing
Nate Begeman
2010-06-20
Implement remaining codegen for NEON, all operations should now work.
Nate Begeman
2010-06-17
Generate arm_neon.inc in include/clang/Basic, which provides:
Nate Begeman