Lines Matching refs:code
7 code
8 * Isolate your NEON code in a separate compilation unit, and compile it with
11 NEON code
12 * Don't sleep in your NEON code, and be aware that it will be executed with
19 code that runs in kernel mode. However, for performance reasons, the NEON/VFP
22 required. Furthermore, special care is required for code that may sleep [i.e.,
55 * NEON/VFP code is not allowed in interrupt context;
56 * NEON/VFP code is not allowed to sleep;
57 * NEON/VFP code is executed with preemption disabled.
60 kernel_neon_end() and kernel_neon_begin() in places in your code where none of
65 VFP and support code
78 Separating NEON code from ordinary code
89 * isolate the NEON code in a separate compilation unit and compile it with
92 into the unit containing the NEON code from a compilation unit which is *not*
106 NEON code generated by GCC
109 parallelism, and generates NEON code from ordinary C source code. This is fully
115 NEON intrinsics are also supported. However, as code using NEON intrinsics