Lines Matching full:assembly
164 <h3>3.3. Assembly Language Dispatch Stubs</h3>
169 routines are very short, and it is trivial to create optimal assembly
170 language versions. The amount of optimization provided by using assembly
172 However, by using the assembly stubs, many platforms can use an additional
175 <p>The biggest hurdle to creating assembly stubs is handling the various
190 <p>People wishing to implement assembly stubs for new platforms should focus
207 of the assembly source file different implementations of the macro are
216 <tr><td>SPARC Assembly Implementation of <tt>glColor3fv</tt></td></tr></table>
221 changed lines in the assembly code.</p>
233 first technique, is to insert <tt>#ifdef</tt> within the assembly
234 implementation of each function. This makes the assembly file considerably
241 <p>Once a new assembly file is created, it must be inserted in the build
257 <p>If the assembly stubs are all the same size, the pointer need not be