Home | History | Annotate | Download | only in TableGen

Lines Matching full:neon

11 // a declaration and definition of each function specified by the ARM NEON
14 // Each NEON instruction is implemented in terms of 1 or more functions which
22 // for Neon intrinsics can be generated by calling the runTests() entry point.
110 /// NeonTypeFlags - Flags to identify the types for overloaded Neon
237 // runTests - Emit tests for all the Neon intrinsics.
691 /// MangleName - Append a type or width suffix to a base neon function name,
1785 "/*===---- arm_neon.h - ARM Neon intrinsics ------------------------------"
1825 OS << "#error \"NEON support not enabled\"\n";
1830 // Emit NEON-specific scalar typedefs.
1847 // Emit Neon vector typedefs.
2364 /// 1. the NEON section of BuiltinsARM.def and BuiltinsAArch64.def.
2558 /// runTests - Write out a complete set of tests for all of the Neon
2567 "// RUN -target-feature +neon -ffreestanding -S -o - %s \\\n"