Lines Matching refs:assembly
168 assembly language versions. The amount of optimization provided by using
169 assembly stubs varies from platform to platform and application to
170 application. However, by using the assembly stubs, many platforms can
173 The biggest hurdle to creating assembly stubs is handling the various
186 People wishing to implement assembly stubs for new platforms should
200 the assembly source file different implementations of the macro are
201 selected based on the defined preprocessor variables. The assembly code
211 fewer changed lines in the assembly code.
223 first technique, is to insert ``#ifdef`` within the assembly
224 implementation of each function. This makes the assembly file
228 assembly files are typically generated by scripts, this isn't a
231 Once a new assembly file is created, it must be inserted in the build
250 If the assembly stubs are all the same size, the pointer need not be