Add a new offset mode to the GL API XML. This mode, called "assign,"
[mesa.git] / src / mesa / x86-64 / glapi_x86-64.S
1 /* DO NOT EDIT - This file generated automatically by gl_x86-64_asm.py (from Mesa) script */
2
3 /*
4 * (C) Copyright IBM Corporation 2005
5 * All Rights Reserved.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a
8 * copy of this software and associated documentation files (the "Software"),
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sub license,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice (including the next
15 * paragraph) shall be included in all copies or substantial portions of the
16 * Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
21 * IBM,
22 * AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
24 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25 * SOFTWARE.
26 */
27
28 /* If we build with gcc's -fvisibility=hidden flag, we'll need to change
29 * the symbol visibility mode to 'default'.
30 */
31
32 #include "../x86/assyntax.h"
33
34 #if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303
35 # pragma GCC visibility push(default)
36 # define HIDDEN(x) .hidden x
37 #else
38 # define HIDDEN(x)
39 #endif
40
41 # if defined(USE_MGL_NAMESPACE)
42 # define GL_PREFIX(n) GLNAME(CONCAT(mgl,n))
43 # else
44 # define GL_PREFIX(n) GLNAME(CONCAT(gl,n))
45 # endif
46
47 #if defined(PTHREADS) || defined(USE_XTHREADS) || defined(SOLARIS_THREADS) || defined(WIN32_THREADS) || defined(BEOS_THREADS)
48 # define THREADS
49 #endif
50
51 .text
52
53 #ifdef GLX_USE_TLS
54
55 .globl _x86_64_get_get_dispatch; HIDDEN(_x86_64_get_get_dispatch)
56 _x86_64_get_get_dispatch:
57 lea _x86_64_get_dispatch(%rip), %rax
58 ret
59
60 .p2align 4,,15
61 _x86_64_get_dispatch:
62 movq _glapi_tls_Dispatch@GOTTPOFF(%rip), %rax
63 movq %fs:(%rax), %rax
64 ret
65 .size _x86_64_get_dispatch, .-_x86_64_get_dispatch
66
67 #elif defined(PTHREADS)
68
69 .extern _glapi_Dispatch
70 .extern _gl_DispatchTSD
71 .extern pthread_getspecific
72
73 .p2align 4,,15
74 _x86_64_get_dispatch:
75 movq _gl_DispatchTSD(%rip), %rdi
76 jmp pthread_getspecific@PLT
77
78 #elif defined(THREADS)
79
80 .extern _glapi_get_dispatch
81
82 #endif
83
84 .p2align 4,,15
85 .globl GL_PREFIX(NewList)
86 .type GL_PREFIX(NewList), @function
87 GL_PREFIX(NewList):
88 #if defined(GLX_USE_TLS)
89 call _x86_64_get_dispatch@PLT
90 movq 0(%rax), %r11
91 jmp *%r11
92 #elif defined(PTHREADS)
93 pushq %rdi
94 pushq %rsi
95 pushq %rbp
96 call _x86_64_get_dispatch@PLT
97 popq %rbp
98 popq %rsi
99 popq %rdi
100 movq (%rax), %r11
101 jmp *%r11
102 #else
103 movq _glapi_Dispatch(%rip), %rax
104 testq %rax, %rax
105 je 1f
106 movq 0(%rax), %r11
107 jmp *%r11
108 1:
109 pushq %rdi
110 pushq %rsi
111 pushq %rbp
112 call _glapi_get_dispatch
113 popq %rbp
114 popq %rsi
115 popq %rdi
116 movq 0(%rax), %r11
117 jmp *%r11
118 #endif /* defined(GLX_USE_TLS) */
119 .size GL_PREFIX(NewList), .-GL_PREFIX(NewList)
120
121 .p2align 4,,15
122 .globl GL_PREFIX(EndList)
123 .type GL_PREFIX(EndList), @function
124 GL_PREFIX(EndList):
125 #if defined(GLX_USE_TLS)
126 call _x86_64_get_dispatch@PLT
127 movq 8(%rax), %r11
128 jmp *%r11
129 #elif defined(PTHREADS)
130 pushq %rbp
131 call _x86_64_get_dispatch@PLT
132 popq %rbp
133 movq 8(%rax), %r11
134 jmp *%r11
135 #else
136 movq _glapi_Dispatch(%rip), %rax
137 testq %rax, %rax
138 je 1f
139 movq 8(%rax), %r11
140 jmp *%r11
141 1:
142 pushq %rbp
143 call _glapi_get_dispatch
144 popq %rbp
145 movq 8(%rax), %r11
146 jmp *%r11
147 #endif /* defined(GLX_USE_TLS) */
148 .size GL_PREFIX(EndList), .-GL_PREFIX(EndList)
149
150 .p2align 4,,15
151 .globl GL_PREFIX(CallList)
152 .type GL_PREFIX(CallList), @function
153 GL_PREFIX(CallList):
154 #if defined(GLX_USE_TLS)
155 call _x86_64_get_dispatch@PLT
156 movq 16(%rax), %r11
157 jmp *%r11
158 #elif defined(PTHREADS)
159 pushq %rdi
160 call _x86_64_get_dispatch@PLT
161 popq %rdi
162 movq 16(%rax), %r11
163 jmp *%r11
164 #else
165 movq _glapi_Dispatch(%rip), %rax
166 testq %rax, %rax
167 je 1f
168 movq 16(%rax), %r11
169 jmp *%r11
170 1:
171 pushq %rdi
172 call _glapi_get_dispatch
173 popq %rdi
174 movq 16(%rax), %r11
175 jmp *%r11
176 #endif /* defined(GLX_USE_TLS) */
177 .size GL_PREFIX(CallList), .-GL_PREFIX(CallList)
178
179 .p2align 4,,15
180 .globl GL_PREFIX(CallLists)
181 .type GL_PREFIX(CallLists), @function
182 GL_PREFIX(CallLists):
183 #if defined(GLX_USE_TLS)
184 call _x86_64_get_dispatch@PLT
185 movq 24(%rax), %r11
186 jmp *%r11
187 #elif defined(PTHREADS)
188 pushq %rdi
189 pushq %rsi
190 pushq %rdx
191 call _x86_64_get_dispatch@PLT
192 popq %rdx
193 popq %rsi
194 popq %rdi
195 movq 24(%rax), %r11
196 jmp *%r11
197 #else
198 movq _glapi_Dispatch(%rip), %rax
199 testq %rax, %rax
200 je 1f
201 movq 24(%rax), %r11
202 jmp *%r11
203 1:
204 pushq %rdi
205 pushq %rsi
206 pushq %rdx
207 call _glapi_get_dispatch
208 popq %rdx
209 popq %rsi
210 popq %rdi
211 movq 24(%rax), %r11
212 jmp *%r11
213 #endif /* defined(GLX_USE_TLS) */
214 .size GL_PREFIX(CallLists), .-GL_PREFIX(CallLists)
215
216 .p2align 4,,15
217 .globl GL_PREFIX(DeleteLists)
218 .type GL_PREFIX(DeleteLists), @function
219 GL_PREFIX(DeleteLists):
220 #if defined(GLX_USE_TLS)
221 call _x86_64_get_dispatch@PLT
222 movq 32(%rax), %r11
223 jmp *%r11
224 #elif defined(PTHREADS)
225 pushq %rdi
226 pushq %rsi
227 pushq %rbp
228 call _x86_64_get_dispatch@PLT
229 popq %rbp
230 popq %rsi
231 popq %rdi
232 movq 32(%rax), %r11
233 jmp *%r11
234 #else
235 movq _glapi_Dispatch(%rip), %rax
236 testq %rax, %rax
237 je 1f
238 movq 32(%rax), %r11
239 jmp *%r11
240 1:
241 pushq %rdi
242 pushq %rsi
243 pushq %rbp
244 call _glapi_get_dispatch
245 popq %rbp
246 popq %rsi
247 popq %rdi
248 movq 32(%rax), %r11
249 jmp *%r11
250 #endif /* defined(GLX_USE_TLS) */
251 .size GL_PREFIX(DeleteLists), .-GL_PREFIX(DeleteLists)
252
253 .p2align 4,,15
254 .globl GL_PREFIX(GenLists)
255 .type GL_PREFIX(GenLists), @function
256 GL_PREFIX(GenLists):
257 #if defined(GLX_USE_TLS)
258 call _x86_64_get_dispatch@PLT
259 movq 40(%rax), %r11
260 jmp *%r11
261 #elif defined(PTHREADS)
262 pushq %rdi
263 call _x86_64_get_dispatch@PLT
264 popq %rdi
265 movq 40(%rax), %r11
266 jmp *%r11
267 #else
268 movq _glapi_Dispatch(%rip), %rax
269 testq %rax, %rax
270 je 1f
271 movq 40(%rax), %r11
272 jmp *%r11
273 1:
274 pushq %rdi
275 call _glapi_get_dispatch
276 popq %rdi
277 movq 40(%rax), %r11
278 jmp *%r11
279 #endif /* defined(GLX_USE_TLS) */
280 .size GL_PREFIX(GenLists), .-GL_PREFIX(GenLists)
281
282 .p2align 4,,15
283 .globl GL_PREFIX(ListBase)
284 .type GL_PREFIX(ListBase), @function
285 GL_PREFIX(ListBase):
286 #if defined(GLX_USE_TLS)
287 call _x86_64_get_dispatch@PLT
288 movq 48(%rax), %r11
289 jmp *%r11
290 #elif defined(PTHREADS)
291 pushq %rdi
292 call _x86_64_get_dispatch@PLT
293 popq %rdi
294 movq 48(%rax), %r11
295 jmp *%r11
296 #else
297 movq _glapi_Dispatch(%rip), %rax
298 testq %rax, %rax
299 je 1f
300 movq 48(%rax), %r11
301 jmp *%r11
302 1:
303 pushq %rdi
304 call _glapi_get_dispatch
305 popq %rdi
306 movq 48(%rax), %r11
307 jmp *%r11
308 #endif /* defined(GLX_USE_TLS) */
309 .size GL_PREFIX(ListBase), .-GL_PREFIX(ListBase)
310
311 .p2align 4,,15
312 .globl GL_PREFIX(Begin)
313 .type GL_PREFIX(Begin), @function
314 GL_PREFIX(Begin):
315 #if defined(GLX_USE_TLS)
316 call _x86_64_get_dispatch@PLT
317 movq 56(%rax), %r11
318 jmp *%r11
319 #elif defined(PTHREADS)
320 pushq %rdi
321 call _x86_64_get_dispatch@PLT
322 popq %rdi
323 movq 56(%rax), %r11
324 jmp *%r11
325 #else
326 movq _glapi_Dispatch(%rip), %rax
327 testq %rax, %rax
328 je 1f
329 movq 56(%rax), %r11
330 jmp *%r11
331 1:
332 pushq %rdi
333 call _glapi_get_dispatch
334 popq %rdi
335 movq 56(%rax), %r11
336 jmp *%r11
337 #endif /* defined(GLX_USE_TLS) */
338 .size GL_PREFIX(Begin), .-GL_PREFIX(Begin)
339
340 .p2align 4,,15
341 .globl GL_PREFIX(Bitmap)
342 .type GL_PREFIX(Bitmap), @function
343 GL_PREFIX(Bitmap):
344 #if defined(GLX_USE_TLS)
345 call _x86_64_get_dispatch@PLT
346 movq 64(%rax), %r11
347 jmp *%r11
348 #elif defined(PTHREADS)
349 subq $56, %rsp
350 movq %rdi, (%rsp)
351 movq %rsi, 8(%rsp)
352 movq %xmm0, 16(%rsp)
353 movq %xmm1, 24(%rsp)
354 movq %xmm2, 32(%rsp)
355 movq %xmm3, 40(%rsp)
356 movq %rdx, 48(%rsp)
357 call _x86_64_get_dispatch@PLT
358 movq 48(%rsp), %rdx
359 movq 40(%rsp), %xmm3
360 movq 32(%rsp), %xmm2
361 movq 24(%rsp), %xmm1
362 movq 16(%rsp), %xmm0
363 movq 8(%rsp), %rsi
364 movq (%rsp), %rdi
365 addq $56, %rsp
366 movq 64(%rax), %r11
367 jmp *%r11
368 #else
369 movq _glapi_Dispatch(%rip), %rax
370 testq %rax, %rax
371 je 1f
372 movq 64(%rax), %r11
373 jmp *%r11
374 1:
375 subq $56, %rsp
376 movq %rdi, (%rsp)
377 movq %rsi, 8(%rsp)
378 movq %xmm0, 16(%rsp)
379 movq %xmm1, 24(%rsp)
380 movq %xmm2, 32(%rsp)
381 movq %xmm3, 40(%rsp)
382 movq %rdx, 48(%rsp)
383 call _glapi_get_dispatch
384 movq 48(%rsp), %rdx
385 movq 40(%rsp), %xmm3
386 movq 32(%rsp), %xmm2
387 movq 24(%rsp), %xmm1
388 movq 16(%rsp), %xmm0
389 movq 8(%rsp), %rsi
390 movq (%rsp), %rdi
391 addq $56, %rsp
392 movq 64(%rax), %r11
393 jmp *%r11
394 #endif /* defined(GLX_USE_TLS) */
395 .size GL_PREFIX(Bitmap), .-GL_PREFIX(Bitmap)
396
397 .p2align 4,,15
398 .globl GL_PREFIX(Color3b)
399 .type GL_PREFIX(Color3b), @function
400 GL_PREFIX(Color3b):
401 #if defined(GLX_USE_TLS)
402 call _x86_64_get_dispatch@PLT
403 movq 72(%rax), %r11
404 jmp *%r11
405 #elif defined(PTHREADS)
406 pushq %rdi
407 pushq %rsi
408 pushq %rdx
409 call _x86_64_get_dispatch@PLT
410 popq %rdx
411 popq %rsi
412 popq %rdi
413 movq 72(%rax), %r11
414 jmp *%r11
415 #else
416 movq _glapi_Dispatch(%rip), %rax
417 testq %rax, %rax
418 je 1f
419 movq 72(%rax), %r11
420 jmp *%r11
421 1:
422 pushq %rdi
423 pushq %rsi
424 pushq %rdx
425 call _glapi_get_dispatch
426 popq %rdx
427 popq %rsi
428 popq %rdi
429 movq 72(%rax), %r11
430 jmp *%r11
431 #endif /* defined(GLX_USE_TLS) */
432 .size GL_PREFIX(Color3b), .-GL_PREFIX(Color3b)
433
434 .p2align 4,,15
435 .globl GL_PREFIX(Color3bv)
436 .type GL_PREFIX(Color3bv), @function
437 GL_PREFIX(Color3bv):
438 #if defined(GLX_USE_TLS)
439 call _x86_64_get_dispatch@PLT
440 movq 80(%rax), %r11
441 jmp *%r11
442 #elif defined(PTHREADS)
443 pushq %rdi
444 call _x86_64_get_dispatch@PLT
445 popq %rdi
446 movq 80(%rax), %r11
447 jmp *%r11
448 #else
449 movq _glapi_Dispatch(%rip), %rax
450 testq %rax, %rax
451 je 1f
452 movq 80(%rax), %r11
453 jmp *%r11
454 1:
455 pushq %rdi
456 call _glapi_get_dispatch
457 popq %rdi
458 movq 80(%rax), %r11
459 jmp *%r11
460 #endif /* defined(GLX_USE_TLS) */
461 .size GL_PREFIX(Color3bv), .-GL_PREFIX(Color3bv)
462
463 .p2align 4,,15
464 .globl GL_PREFIX(Color3d)
465 .type GL_PREFIX(Color3d), @function
466 GL_PREFIX(Color3d):
467 #if defined(GLX_USE_TLS)
468 call _x86_64_get_dispatch@PLT
469 movq 88(%rax), %r11
470 jmp *%r11
471 #elif defined(PTHREADS)
472 subq $24, %rsp
473 movq %xmm0, (%rsp)
474 movq %xmm1, 8(%rsp)
475 movq %xmm2, 16(%rsp)
476 call _x86_64_get_dispatch@PLT
477 movq 16(%rsp), %xmm2
478 movq 8(%rsp), %xmm1
479 movq (%rsp), %xmm0
480 addq $24, %rsp
481 movq 88(%rax), %r11
482 jmp *%r11
483 #else
484 movq _glapi_Dispatch(%rip), %rax
485 testq %rax, %rax
486 je 1f
487 movq 88(%rax), %r11
488 jmp *%r11
489 1:
490 subq $24, %rsp
491 movq %xmm0, (%rsp)
492 movq %xmm1, 8(%rsp)
493 movq %xmm2, 16(%rsp)
494 call _glapi_get_dispatch
495 movq 16(%rsp), %xmm2
496 movq 8(%rsp), %xmm1
497 movq (%rsp), %xmm0
498 addq $24, %rsp
499 movq 88(%rax), %r11
500 jmp *%r11
501 #endif /* defined(GLX_USE_TLS) */
502 .size GL_PREFIX(Color3d), .-GL_PREFIX(Color3d)
503
504 .p2align 4,,15
505 .globl GL_PREFIX(Color3dv)
506 .type GL_PREFIX(Color3dv), @function
507 GL_PREFIX(Color3dv):
508 #if defined(GLX_USE_TLS)
509 call _x86_64_get_dispatch@PLT
510 movq 96(%rax), %r11
511 jmp *%r11
512 #elif defined(PTHREADS)
513 pushq %rdi
514 call _x86_64_get_dispatch@PLT
515 popq %rdi
516 movq 96(%rax), %r11
517 jmp *%r11
518 #else
519 movq _glapi_Dispatch(%rip), %rax
520 testq %rax, %rax
521 je 1f
522 movq 96(%rax), %r11
523 jmp *%r11
524 1:
525 pushq %rdi
526 call _glapi_get_dispatch
527 popq %rdi
528 movq 96(%rax), %r11
529 jmp *%r11
530 #endif /* defined(GLX_USE_TLS) */
531 .size GL_PREFIX(Color3dv), .-GL_PREFIX(Color3dv)
532
533 .p2align 4,,15
534 .globl GL_PREFIX(Color3f)
535 .type GL_PREFIX(Color3f), @function
536 GL_PREFIX(Color3f):
537 #if defined(GLX_USE_TLS)
538 call _x86_64_get_dispatch@PLT
539 movq 104(%rax), %r11
540 jmp *%r11
541 #elif defined(PTHREADS)
542 subq $24, %rsp
543 movq %xmm0, (%rsp)
544 movq %xmm1, 8(%rsp)
545 movq %xmm2, 16(%rsp)
546 call _x86_64_get_dispatch@PLT
547 movq 16(%rsp), %xmm2
548 movq 8(%rsp), %xmm1
549 movq (%rsp), %xmm0
550 addq $24, %rsp
551 movq 104(%rax), %r11
552 jmp *%r11
553 #else
554 movq _glapi_Dispatch(%rip), %rax
555 testq %rax, %rax
556 je 1f
557 movq 104(%rax), %r11
558 jmp *%r11
559 1:
560 subq $24, %rsp
561 movq %xmm0, (%rsp)
562 movq %xmm1, 8(%rsp)
563 movq %xmm2, 16(%rsp)
564 call _glapi_get_dispatch
565 movq 16(%rsp), %xmm2
566 movq 8(%rsp), %xmm1
567 movq (%rsp), %xmm0
568 addq $24, %rsp
569 movq 104(%rax), %r11
570 jmp *%r11
571 #endif /* defined(GLX_USE_TLS) */
572 .size GL_PREFIX(Color3f), .-GL_PREFIX(Color3f)
573
574 .p2align 4,,15
575 .globl GL_PREFIX(Color3fv)
576 .type GL_PREFIX(Color3fv), @function
577 GL_PREFIX(Color3fv):
578 #if defined(GLX_USE_TLS)
579 call _x86_64_get_dispatch@PLT
580 movq 112(%rax), %r11
581 jmp *%r11
582 #elif defined(PTHREADS)
583 pushq %rdi
584 call _x86_64_get_dispatch@PLT
585 popq %rdi
586 movq 112(%rax), %r11
587 jmp *%r11
588 #else
589 movq _glapi_Dispatch(%rip), %rax
590 testq %rax, %rax
591 je 1f
592 movq 112(%rax), %r11
593 jmp *%r11
594 1:
595 pushq %rdi
596 call _glapi_get_dispatch
597 popq %rdi
598 movq 112(%rax), %r11
599 jmp *%r11
600 #endif /* defined(GLX_USE_TLS) */
601 .size GL_PREFIX(Color3fv), .-GL_PREFIX(Color3fv)
602
603 .p2align 4,,15
604 .globl GL_PREFIX(Color3i)
605 .type GL_PREFIX(Color3i), @function
606 GL_PREFIX(Color3i):
607 #if defined(GLX_USE_TLS)
608 call _x86_64_get_dispatch@PLT
609 movq 120(%rax), %r11
610 jmp *%r11
611 #elif defined(PTHREADS)
612 pushq %rdi
613 pushq %rsi
614 pushq %rdx
615 call _x86_64_get_dispatch@PLT
616 popq %rdx
617 popq %rsi
618 popq %rdi
619 movq 120(%rax), %r11
620 jmp *%r11
621 #else
622 movq _glapi_Dispatch(%rip), %rax
623 testq %rax, %rax
624 je 1f
625 movq 120(%rax), %r11
626 jmp *%r11
627 1:
628 pushq %rdi
629 pushq %rsi
630 pushq %rdx
631 call _glapi_get_dispatch
632 popq %rdx
633 popq %rsi
634 popq %rdi
635 movq 120(%rax), %r11
636 jmp *%r11
637 #endif /* defined(GLX_USE_TLS) */
638 .size GL_PREFIX(Color3i), .-GL_PREFIX(Color3i)
639
640 .p2align 4,,15
641 .globl GL_PREFIX(Color3iv)
642 .type GL_PREFIX(Color3iv), @function
643 GL_PREFIX(Color3iv):
644 #if defined(GLX_USE_TLS)
645 call _x86_64_get_dispatch@PLT
646 movq 128(%rax), %r11
647 jmp *%r11
648 #elif defined(PTHREADS)
649 pushq %rdi
650 call _x86_64_get_dispatch@PLT
651 popq %rdi
652 movq 128(%rax), %r11
653 jmp *%r11
654 #else
655 movq _glapi_Dispatch(%rip), %rax
656 testq %rax, %rax
657 je 1f
658 movq 128(%rax), %r11
659 jmp *%r11
660 1:
661 pushq %rdi
662 call _glapi_get_dispatch
663 popq %rdi
664 movq 128(%rax), %r11
665 jmp *%r11
666 #endif /* defined(GLX_USE_TLS) */
667 .size GL_PREFIX(Color3iv), .-GL_PREFIX(Color3iv)
668
669 .p2align 4,,15
670 .globl GL_PREFIX(Color3s)
671 .type GL_PREFIX(Color3s), @function
672 GL_PREFIX(Color3s):
673 #if defined(GLX_USE_TLS)
674 call _x86_64_get_dispatch@PLT
675 movq 136(%rax), %r11
676 jmp *%r11
677 #elif defined(PTHREADS)
678 pushq %rdi
679 pushq %rsi
680 pushq %rdx
681 call _x86_64_get_dispatch@PLT
682 popq %rdx
683 popq %rsi
684 popq %rdi
685 movq 136(%rax), %r11
686 jmp *%r11
687 #else
688 movq _glapi_Dispatch(%rip), %rax
689 testq %rax, %rax
690 je 1f
691 movq 136(%rax), %r11
692 jmp *%r11
693 1:
694 pushq %rdi
695 pushq %rsi
696 pushq %rdx
697 call _glapi_get_dispatch
698 popq %rdx
699 popq %rsi
700 popq %rdi
701 movq 136(%rax), %r11
702 jmp *%r11
703 #endif /* defined(GLX_USE_TLS) */
704 .size GL_PREFIX(Color3s), .-GL_PREFIX(Color3s)
705
706 .p2align 4,,15
707 .globl GL_PREFIX(Color3sv)
708 .type GL_PREFIX(Color3sv), @function
709 GL_PREFIX(Color3sv):
710 #if defined(GLX_USE_TLS)
711 call _x86_64_get_dispatch@PLT
712 movq 144(%rax), %r11
713 jmp *%r11
714 #elif defined(PTHREADS)
715 pushq %rdi
716 call _x86_64_get_dispatch@PLT
717 popq %rdi
718 movq 144(%rax), %r11
719 jmp *%r11
720 #else
721 movq _glapi_Dispatch(%rip), %rax
722 testq %rax, %rax
723 je 1f
724 movq 144(%rax), %r11
725 jmp *%r11
726 1:
727 pushq %rdi
728 call _glapi_get_dispatch
729 popq %rdi
730 movq 144(%rax), %r11
731 jmp *%r11
732 #endif /* defined(GLX_USE_TLS) */
733 .size GL_PREFIX(Color3sv), .-GL_PREFIX(Color3sv)
734
735 .p2align 4,,15
736 .globl GL_PREFIX(Color3ub)
737 .type GL_PREFIX(Color3ub), @function
738 GL_PREFIX(Color3ub):
739 #if defined(GLX_USE_TLS)
740 call _x86_64_get_dispatch@PLT
741 movq 152(%rax), %r11
742 jmp *%r11
743 #elif defined(PTHREADS)
744 pushq %rdi
745 pushq %rsi
746 pushq %rdx
747 call _x86_64_get_dispatch@PLT
748 popq %rdx
749 popq %rsi
750 popq %rdi
751 movq 152(%rax), %r11
752 jmp *%r11
753 #else
754 movq _glapi_Dispatch(%rip), %rax
755 testq %rax, %rax
756 je 1f
757 movq 152(%rax), %r11
758 jmp *%r11
759 1:
760 pushq %rdi
761 pushq %rsi
762 pushq %rdx
763 call _glapi_get_dispatch
764 popq %rdx
765 popq %rsi
766 popq %rdi
767 movq 152(%rax), %r11
768 jmp *%r11
769 #endif /* defined(GLX_USE_TLS) */
770 .size GL_PREFIX(Color3ub), .-GL_PREFIX(Color3ub)
771
772 .p2align 4,,15
773 .globl GL_PREFIX(Color3ubv)
774 .type GL_PREFIX(Color3ubv), @function
775 GL_PREFIX(Color3ubv):
776 #if defined(GLX_USE_TLS)
777 call _x86_64_get_dispatch@PLT
778 movq 160(%rax), %r11
779 jmp *%r11
780 #elif defined(PTHREADS)
781 pushq %rdi
782 call _x86_64_get_dispatch@PLT
783 popq %rdi
784 movq 160(%rax), %r11
785 jmp *%r11
786 #else
787 movq _glapi_Dispatch(%rip), %rax
788 testq %rax, %rax
789 je 1f
790 movq 160(%rax), %r11
791 jmp *%r11
792 1:
793 pushq %rdi
794 call _glapi_get_dispatch
795 popq %rdi
796 movq 160(%rax), %r11
797 jmp *%r11
798 #endif /* defined(GLX_USE_TLS) */
799 .size GL_PREFIX(Color3ubv), .-GL_PREFIX(Color3ubv)
800
801 .p2align 4,,15
802 .globl GL_PREFIX(Color3ui)
803 .type GL_PREFIX(Color3ui), @function
804 GL_PREFIX(Color3ui):
805 #if defined(GLX_USE_TLS)
806 call _x86_64_get_dispatch@PLT
807 movq 168(%rax), %r11
808 jmp *%r11
809 #elif defined(PTHREADS)
810 pushq %rdi
811 pushq %rsi
812 pushq %rdx
813 call _x86_64_get_dispatch@PLT
814 popq %rdx
815 popq %rsi
816 popq %rdi
817 movq 168(%rax), %r11
818 jmp *%r11
819 #else
820 movq _glapi_Dispatch(%rip), %rax
821 testq %rax, %rax
822 je 1f
823 movq 168(%rax), %r11
824 jmp *%r11
825 1:
826 pushq %rdi
827 pushq %rsi
828 pushq %rdx
829 call _glapi_get_dispatch
830 popq %rdx
831 popq %rsi
832 popq %rdi
833 movq 168(%rax), %r11
834 jmp *%r11
835 #endif /* defined(GLX_USE_TLS) */
836 .size GL_PREFIX(Color3ui), .-GL_PREFIX(Color3ui)
837
838 .p2align 4,,15
839 .globl GL_PREFIX(Color3uiv)
840 .type GL_PREFIX(Color3uiv), @function
841 GL_PREFIX(Color3uiv):
842 #if defined(GLX_USE_TLS)
843 call _x86_64_get_dispatch@PLT
844 movq 176(%rax), %r11
845 jmp *%r11
846 #elif defined(PTHREADS)
847 pushq %rdi
848 call _x86_64_get_dispatch@PLT
849 popq %rdi
850 movq 176(%rax), %r11
851 jmp *%r11
852 #else
853 movq _glapi_Dispatch(%rip), %rax
854 testq %rax, %rax
855 je 1f
856 movq 176(%rax), %r11
857 jmp *%r11
858 1:
859 pushq %rdi
860 call _glapi_get_dispatch
861 popq %rdi
862 movq 176(%rax), %r11
863 jmp *%r11
864 #endif /* defined(GLX_USE_TLS) */
865 .size GL_PREFIX(Color3uiv), .-GL_PREFIX(Color3uiv)
866
867 .p2align 4,,15
868 .globl GL_PREFIX(Color3us)
869 .type GL_PREFIX(Color3us), @function
870 GL_PREFIX(Color3us):
871 #if defined(GLX_USE_TLS)
872 call _x86_64_get_dispatch@PLT
873 movq 184(%rax), %r11
874 jmp *%r11
875 #elif defined(PTHREADS)
876 pushq %rdi
877 pushq %rsi
878 pushq %rdx
879 call _x86_64_get_dispatch@PLT
880 popq %rdx
881 popq %rsi
882 popq %rdi
883 movq 184(%rax), %r11
884 jmp *%r11
885 #else
886 movq _glapi_Dispatch(%rip), %rax
887 testq %rax, %rax
888 je 1f
889 movq 184(%rax), %r11
890 jmp *%r11
891 1:
892 pushq %rdi
893 pushq %rsi
894 pushq %rdx
895 call _glapi_get_dispatch
896 popq %rdx
897 popq %rsi
898 popq %rdi
899 movq 184(%rax), %r11
900 jmp *%r11
901 #endif /* defined(GLX_USE_TLS) */
902 .size GL_PREFIX(Color3us), .-GL_PREFIX(Color3us)
903
904 .p2align 4,,15
905 .globl GL_PREFIX(Color3usv)
906 .type GL_PREFIX(Color3usv), @function
907 GL_PREFIX(Color3usv):
908 #if defined(GLX_USE_TLS)
909 call _x86_64_get_dispatch@PLT
910 movq 192(%rax), %r11
911 jmp *%r11
912 #elif defined(PTHREADS)
913 pushq %rdi
914 call _x86_64_get_dispatch@PLT
915 popq %rdi
916 movq 192(%rax), %r11
917 jmp *%r11
918 #else
919 movq _glapi_Dispatch(%rip), %rax
920 testq %rax, %rax
921 je 1f
922 movq 192(%rax), %r11
923 jmp *%r11
924 1:
925 pushq %rdi
926 call _glapi_get_dispatch
927 popq %rdi
928 movq 192(%rax), %r11
929 jmp *%r11
930 #endif /* defined(GLX_USE_TLS) */
931 .size GL_PREFIX(Color3usv), .-GL_PREFIX(Color3usv)
932
933 .p2align 4,,15
934 .globl GL_PREFIX(Color4b)
935 .type GL_PREFIX(Color4b), @function
936 GL_PREFIX(Color4b):
937 #if defined(GLX_USE_TLS)
938 call _x86_64_get_dispatch@PLT
939 movq 200(%rax), %r11
940 jmp *%r11
941 #elif defined(PTHREADS)
942 pushq %rdi
943 pushq %rsi
944 pushq %rdx
945 pushq %rcx
946 pushq %rbp
947 call _x86_64_get_dispatch@PLT
948 popq %rbp
949 popq %rcx
950 popq %rdx
951 popq %rsi
952 popq %rdi
953 movq 200(%rax), %r11
954 jmp *%r11
955 #else
956 movq _glapi_Dispatch(%rip), %rax
957 testq %rax, %rax
958 je 1f
959 movq 200(%rax), %r11
960 jmp *%r11
961 1:
962 pushq %rdi
963 pushq %rsi
964 pushq %rdx
965 pushq %rcx
966 pushq %rbp
967 call _glapi_get_dispatch
968 popq %rbp
969 popq %rcx
970 popq %rdx
971 popq %rsi
972 popq %rdi
973 movq 200(%rax), %r11
974 jmp *%r11
975 #endif /* defined(GLX_USE_TLS) */
976 .size GL_PREFIX(Color4b), .-GL_PREFIX(Color4b)
977
978 .p2align 4,,15
979 .globl GL_PREFIX(Color4bv)
980 .type GL_PREFIX(Color4bv), @function
981 GL_PREFIX(Color4bv):
982 #if defined(GLX_USE_TLS)
983 call _x86_64_get_dispatch@PLT
984 movq 208(%rax), %r11
985 jmp *%r11
986 #elif defined(PTHREADS)
987 pushq %rdi
988 call _x86_64_get_dispatch@PLT
989 popq %rdi
990 movq 208(%rax), %r11
991 jmp *%r11
992 #else
993 movq _glapi_Dispatch(%rip), %rax
994 testq %rax, %rax
995 je 1f
996 movq 208(%rax), %r11
997 jmp *%r11
998 1:
999 pushq %rdi
1000 call _glapi_get_dispatch
1001 popq %rdi
1002 movq 208(%rax), %r11
1003 jmp *%r11
1004 #endif /* defined(GLX_USE_TLS) */
1005 .size GL_PREFIX(Color4bv), .-GL_PREFIX(Color4bv)
1006
1007 .p2align 4,,15
1008 .globl GL_PREFIX(Color4d)
1009 .type GL_PREFIX(Color4d), @function
1010 GL_PREFIX(Color4d):
1011 #if defined(GLX_USE_TLS)
1012 call _x86_64_get_dispatch@PLT
1013 movq 216(%rax), %r11
1014 jmp *%r11
1015 #elif defined(PTHREADS)
1016 subq $40, %rsp
1017 movq %xmm0, (%rsp)
1018 movq %xmm1, 8(%rsp)
1019 movq %xmm2, 16(%rsp)
1020 movq %xmm3, 24(%rsp)
1021 call _x86_64_get_dispatch@PLT
1022 movq 24(%rsp), %xmm3
1023 movq 16(%rsp), %xmm2
1024 movq 8(%rsp), %xmm1
1025 movq (%rsp), %xmm0
1026 addq $40, %rsp
1027 movq 216(%rax), %r11
1028 jmp *%r11
1029 #else
1030 movq _glapi_Dispatch(%rip), %rax
1031 testq %rax, %rax
1032 je 1f
1033 movq 216(%rax), %r11
1034 jmp *%r11
1035 1:
1036 subq $40, %rsp
1037 movq %xmm0, (%rsp)
1038 movq %xmm1, 8(%rsp)
1039 movq %xmm2, 16(%rsp)
1040 movq %xmm3, 24(%rsp)
1041 call _glapi_get_dispatch
1042 movq 24(%rsp), %xmm3
1043 movq 16(%rsp), %xmm2
1044 movq 8(%rsp), %xmm1
1045 movq (%rsp), %xmm0
1046 addq $40, %rsp
1047 movq 216(%rax), %r11
1048 jmp *%r11
1049 #endif /* defined(GLX_USE_TLS) */
1050 .size GL_PREFIX(Color4d), .-GL_PREFIX(Color4d)
1051
1052 .p2align 4,,15
1053 .globl GL_PREFIX(Color4dv)
1054 .type GL_PREFIX(Color4dv), @function
1055 GL_PREFIX(Color4dv):
1056 #if defined(GLX_USE_TLS)
1057 call _x86_64_get_dispatch@PLT
1058 movq 224(%rax), %r11
1059 jmp *%r11
1060 #elif defined(PTHREADS)
1061 pushq %rdi
1062 call _x86_64_get_dispatch@PLT
1063 popq %rdi
1064 movq 224(%rax), %r11
1065 jmp *%r11
1066 #else
1067 movq _glapi_Dispatch(%rip), %rax
1068 testq %rax, %rax
1069 je 1f
1070 movq 224(%rax), %r11
1071 jmp *%r11
1072 1:
1073 pushq %rdi
1074 call _glapi_get_dispatch
1075 popq %rdi
1076 movq 224(%rax), %r11
1077 jmp *%r11
1078 #endif /* defined(GLX_USE_TLS) */
1079 .size GL_PREFIX(Color4dv), .-GL_PREFIX(Color4dv)
1080
1081 .p2align 4,,15
1082 .globl GL_PREFIX(Color4f)
1083 .type GL_PREFIX(Color4f), @function
1084 GL_PREFIX(Color4f):
1085 #if defined(GLX_USE_TLS)
1086 call _x86_64_get_dispatch@PLT
1087 movq 232(%rax), %r11
1088 jmp *%r11
1089 #elif defined(PTHREADS)
1090 subq $40, %rsp
1091 movq %xmm0, (%rsp)
1092 movq %xmm1, 8(%rsp)
1093 movq %xmm2, 16(%rsp)
1094 movq %xmm3, 24(%rsp)
1095 call _x86_64_get_dispatch@PLT
1096 movq 24(%rsp), %xmm3
1097 movq 16(%rsp), %xmm2
1098 movq 8(%rsp), %xmm1
1099 movq (%rsp), %xmm0
1100 addq $40, %rsp
1101 movq 232(%rax), %r11
1102 jmp *%r11
1103 #else
1104 movq _glapi_Dispatch(%rip), %rax
1105 testq %rax, %rax
1106 je 1f
1107 movq 232(%rax), %r11
1108 jmp *%r11
1109 1:
1110 subq $40, %rsp
1111 movq %xmm0, (%rsp)
1112 movq %xmm1, 8(%rsp)
1113 movq %xmm2, 16(%rsp)
1114 movq %xmm3, 24(%rsp)
1115 call _glapi_get_dispatch
1116 movq 24(%rsp), %xmm3
1117 movq 16(%rsp), %xmm2
1118 movq 8(%rsp), %xmm1
1119 movq (%rsp), %xmm0
1120 addq $40, %rsp
1121 movq 232(%rax), %r11
1122 jmp *%r11
1123 #endif /* defined(GLX_USE_TLS) */
1124 .size GL_PREFIX(Color4f), .-GL_PREFIX(Color4f)
1125
1126 .p2align 4,,15
1127 .globl GL_PREFIX(Color4fv)
1128 .type GL_PREFIX(Color4fv), @function
1129 GL_PREFIX(Color4fv):
1130 #if defined(GLX_USE_TLS)
1131 call _x86_64_get_dispatch@PLT
1132 movq 240(%rax), %r11
1133 jmp *%r11
1134 #elif defined(PTHREADS)
1135 pushq %rdi
1136 call _x86_64_get_dispatch@PLT
1137 popq %rdi
1138 movq 240(%rax), %r11
1139 jmp *%r11
1140 #else
1141 movq _glapi_Dispatch(%rip), %rax
1142 testq %rax, %rax
1143 je 1f
1144 movq 240(%rax), %r11
1145 jmp *%r11
1146 1:
1147 pushq %rdi
1148 call _glapi_get_dispatch
1149 popq %rdi
1150 movq 240(%rax), %r11
1151 jmp *%r11
1152 #endif /* defined(GLX_USE_TLS) */
1153 .size GL_PREFIX(Color4fv), .-GL_PREFIX(Color4fv)
1154
1155 .p2align 4,,15
1156 .globl GL_PREFIX(Color4i)
1157 .type GL_PREFIX(Color4i), @function
1158 GL_PREFIX(Color4i):
1159 #if defined(GLX_USE_TLS)
1160 call _x86_64_get_dispatch@PLT
1161 movq 248(%rax), %r11
1162 jmp *%r11
1163 #elif defined(PTHREADS)
1164 pushq %rdi
1165 pushq %rsi
1166 pushq %rdx
1167 pushq %rcx
1168 pushq %rbp
1169 call _x86_64_get_dispatch@PLT
1170 popq %rbp
1171 popq %rcx
1172 popq %rdx
1173 popq %rsi
1174 popq %rdi
1175 movq 248(%rax), %r11
1176 jmp *%r11
1177 #else
1178 movq _glapi_Dispatch(%rip), %rax
1179 testq %rax, %rax
1180 je 1f
1181 movq 248(%rax), %r11
1182 jmp *%r11
1183 1:
1184 pushq %rdi
1185 pushq %rsi
1186 pushq %rdx
1187 pushq %rcx
1188 pushq %rbp
1189 call _glapi_get_dispatch
1190 popq %rbp
1191 popq %rcx
1192 popq %rdx
1193 popq %rsi
1194 popq %rdi
1195 movq 248(%rax), %r11
1196 jmp *%r11
1197 #endif /* defined(GLX_USE_TLS) */
1198 .size GL_PREFIX(Color4i), .-GL_PREFIX(Color4i)
1199
1200 .p2align 4,,15
1201 .globl GL_PREFIX(Color4iv)
1202 .type GL_PREFIX(Color4iv), @function
1203 GL_PREFIX(Color4iv):
1204 #if defined(GLX_USE_TLS)
1205 call _x86_64_get_dispatch@PLT
1206 movq 256(%rax), %r11
1207 jmp *%r11
1208 #elif defined(PTHREADS)
1209 pushq %rdi
1210 call _x86_64_get_dispatch@PLT
1211 popq %rdi
1212 movq 256(%rax), %r11
1213 jmp *%r11
1214 #else
1215 movq _glapi_Dispatch(%rip), %rax
1216 testq %rax, %rax
1217 je 1f
1218 movq 256(%rax), %r11
1219 jmp *%r11
1220 1:
1221 pushq %rdi
1222 call _glapi_get_dispatch
1223 popq %rdi
1224 movq 256(%rax), %r11
1225 jmp *%r11
1226 #endif /* defined(GLX_USE_TLS) */
1227 .size GL_PREFIX(Color4iv), .-GL_PREFIX(Color4iv)
1228
1229 .p2align 4,,15
1230 .globl GL_PREFIX(Color4s)
1231 .type GL_PREFIX(Color4s), @function
1232 GL_PREFIX(Color4s):
1233 #if defined(GLX_USE_TLS)
1234 call _x86_64_get_dispatch@PLT
1235 movq 264(%rax), %r11
1236 jmp *%r11
1237 #elif defined(PTHREADS)
1238 pushq %rdi
1239 pushq %rsi
1240 pushq %rdx
1241 pushq %rcx
1242 pushq %rbp
1243 call _x86_64_get_dispatch@PLT
1244 popq %rbp
1245 popq %rcx
1246 popq %rdx
1247 popq %rsi
1248 popq %rdi
1249 movq 264(%rax), %r11
1250 jmp *%r11
1251 #else
1252 movq _glapi_Dispatch(%rip), %rax
1253 testq %rax, %rax
1254 je 1f
1255 movq 264(%rax), %r11
1256 jmp *%r11
1257 1:
1258 pushq %rdi
1259 pushq %rsi
1260 pushq %rdx
1261 pushq %rcx
1262 pushq %rbp
1263 call _glapi_get_dispatch
1264 popq %rbp
1265 popq %rcx
1266 popq %rdx
1267 popq %rsi
1268 popq %rdi
1269 movq 264(%rax), %r11
1270 jmp *%r11
1271 #endif /* defined(GLX_USE_TLS) */
1272 .size GL_PREFIX(Color4s), .-GL_PREFIX(Color4s)
1273
1274 .p2align 4,,15
1275 .globl GL_PREFIX(Color4sv)
1276 .type GL_PREFIX(Color4sv), @function
1277 GL_PREFIX(Color4sv):
1278 #if defined(GLX_USE_TLS)
1279 call _x86_64_get_dispatch@PLT
1280 movq 272(%rax), %r11
1281 jmp *%r11
1282 #elif defined(PTHREADS)
1283 pushq %rdi
1284 call _x86_64_get_dispatch@PLT
1285 popq %rdi
1286 movq 272(%rax), %r11
1287 jmp *%r11
1288 #else
1289 movq _glapi_Dispatch(%rip), %rax
1290 testq %rax, %rax
1291 je 1f
1292 movq 272(%rax), %r11
1293 jmp *%r11
1294 1:
1295 pushq %rdi
1296 call _glapi_get_dispatch
1297 popq %rdi
1298 movq 272(%rax), %r11
1299 jmp *%r11
1300 #endif /* defined(GLX_USE_TLS) */
1301 .size GL_PREFIX(Color4sv), .-GL_PREFIX(Color4sv)
1302
1303 .p2align 4,,15
1304 .globl GL_PREFIX(Color4ub)
1305 .type GL_PREFIX(Color4ub), @function
1306 GL_PREFIX(Color4ub):
1307 #if defined(GLX_USE_TLS)
1308 call _x86_64_get_dispatch@PLT
1309 movq 280(%rax), %r11
1310 jmp *%r11
1311 #elif defined(PTHREADS)
1312 pushq %rdi
1313 pushq %rsi
1314 pushq %rdx
1315 pushq %rcx
1316 pushq %rbp
1317 call _x86_64_get_dispatch@PLT
1318 popq %rbp
1319 popq %rcx
1320 popq %rdx
1321 popq %rsi
1322 popq %rdi
1323 movq 280(%rax), %r11
1324 jmp *%r11
1325 #else
1326 movq _glapi_Dispatch(%rip), %rax
1327 testq %rax, %rax
1328 je 1f
1329 movq 280(%rax), %r11
1330 jmp *%r11
1331 1:
1332 pushq %rdi
1333 pushq %rsi
1334 pushq %rdx
1335 pushq %rcx
1336 pushq %rbp
1337 call _glapi_get_dispatch
1338 popq %rbp
1339 popq %rcx
1340 popq %rdx
1341 popq %rsi
1342 popq %rdi
1343 movq 280(%rax), %r11
1344 jmp *%r11
1345 #endif /* defined(GLX_USE_TLS) */
1346 .size GL_PREFIX(Color4ub), .-GL_PREFIX(Color4ub)
1347
1348 .p2align 4,,15
1349 .globl GL_PREFIX(Color4ubv)
1350 .type GL_PREFIX(Color4ubv), @function
1351 GL_PREFIX(Color4ubv):
1352 #if defined(GLX_USE_TLS)
1353 call _x86_64_get_dispatch@PLT
1354 movq 288(%rax), %r11
1355 jmp *%r11
1356 #elif defined(PTHREADS)
1357 pushq %rdi
1358 call _x86_64_get_dispatch@PLT
1359 popq %rdi
1360 movq 288(%rax), %r11
1361 jmp *%r11
1362 #else
1363 movq _glapi_Dispatch(%rip), %rax
1364 testq %rax, %rax
1365 je 1f
1366 movq 288(%rax), %r11
1367 jmp *%r11
1368 1:
1369 pushq %rdi
1370 call _glapi_get_dispatch
1371 popq %rdi
1372 movq 288(%rax), %r11
1373 jmp *%r11
1374 #endif /* defined(GLX_USE_TLS) */
1375 .size GL_PREFIX(Color4ubv), .-GL_PREFIX(Color4ubv)
1376
1377 .p2align 4,,15
1378 .globl GL_PREFIX(Color4ui)
1379 .type GL_PREFIX(Color4ui), @function
1380 GL_PREFIX(Color4ui):
1381 #if defined(GLX_USE_TLS)
1382 call _x86_64_get_dispatch@PLT
1383 movq 296(%rax), %r11
1384 jmp *%r11
1385 #elif defined(PTHREADS)
1386 pushq %rdi
1387 pushq %rsi
1388 pushq %rdx
1389 pushq %rcx
1390 pushq %rbp
1391 call _x86_64_get_dispatch@PLT
1392 popq %rbp
1393 popq %rcx
1394 popq %rdx
1395 popq %rsi
1396 popq %rdi
1397 movq 296(%rax), %r11
1398 jmp *%r11
1399 #else
1400 movq _glapi_Dispatch(%rip), %rax
1401 testq %rax, %rax
1402 je 1f
1403 movq 296(%rax), %r11
1404 jmp *%r11
1405 1:
1406 pushq %rdi
1407 pushq %rsi
1408 pushq %rdx
1409 pushq %rcx
1410 pushq %rbp
1411 call _glapi_get_dispatch
1412 popq %rbp
1413 popq %rcx
1414 popq %rdx
1415 popq %rsi
1416 popq %rdi
1417 movq 296(%rax), %r11
1418 jmp *%r11
1419 #endif /* defined(GLX_USE_TLS) */
1420 .size GL_PREFIX(Color4ui), .-GL_PREFIX(Color4ui)
1421
1422 .p2align 4,,15
1423 .globl GL_PREFIX(Color4uiv)
1424 .type GL_PREFIX(Color4uiv), @function
1425 GL_PREFIX(Color4uiv):
1426 #if defined(GLX_USE_TLS)
1427 call _x86_64_get_dispatch@PLT
1428 movq 304(%rax), %r11
1429 jmp *%r11
1430 #elif defined(PTHREADS)
1431 pushq %rdi
1432 call _x86_64_get_dispatch@PLT
1433 popq %rdi
1434 movq 304(%rax), %r11
1435 jmp *%r11
1436 #else
1437 movq _glapi_Dispatch(%rip), %rax
1438 testq %rax, %rax
1439 je 1f
1440 movq 304(%rax), %r11
1441 jmp *%r11
1442 1:
1443 pushq %rdi
1444 call _glapi_get_dispatch
1445 popq %rdi
1446 movq 304(%rax), %r11
1447 jmp *%r11
1448 #endif /* defined(GLX_USE_TLS) */
1449 .size GL_PREFIX(Color4uiv), .-GL_PREFIX(Color4uiv)
1450
1451 .p2align 4,,15
1452 .globl GL_PREFIX(Color4us)
1453 .type GL_PREFIX(Color4us), @function
1454 GL_PREFIX(Color4us):
1455 #if defined(GLX_USE_TLS)
1456 call _x86_64_get_dispatch@PLT
1457 movq 312(%rax), %r11
1458 jmp *%r11
1459 #elif defined(PTHREADS)
1460 pushq %rdi
1461 pushq %rsi
1462 pushq %rdx
1463 pushq %rcx
1464 pushq %rbp
1465 call _x86_64_get_dispatch@PLT
1466 popq %rbp
1467 popq %rcx
1468 popq %rdx
1469 popq %rsi
1470 popq %rdi
1471 movq 312(%rax), %r11
1472 jmp *%r11
1473 #else
1474 movq _glapi_Dispatch(%rip), %rax
1475 testq %rax, %rax
1476 je 1f
1477 movq 312(%rax), %r11
1478 jmp *%r11
1479 1:
1480 pushq %rdi
1481 pushq %rsi
1482 pushq %rdx
1483 pushq %rcx
1484 pushq %rbp
1485 call _glapi_get_dispatch
1486 popq %rbp
1487 popq %rcx
1488 popq %rdx
1489 popq %rsi
1490 popq %rdi
1491 movq 312(%rax), %r11
1492 jmp *%r11
1493 #endif /* defined(GLX_USE_TLS) */
1494 .size GL_PREFIX(Color4us), .-GL_PREFIX(Color4us)
1495
1496 .p2align 4,,15
1497 .globl GL_PREFIX(Color4usv)
1498 .type GL_PREFIX(Color4usv), @function
1499 GL_PREFIX(Color4usv):
1500 #if defined(GLX_USE_TLS)
1501 call _x86_64_get_dispatch@PLT
1502 movq 320(%rax), %r11
1503 jmp *%r11
1504 #elif defined(PTHREADS)
1505 pushq %rdi
1506 call _x86_64_get_dispatch@PLT
1507 popq %rdi
1508 movq 320(%rax), %r11
1509 jmp *%r11
1510 #else
1511 movq _glapi_Dispatch(%rip), %rax
1512 testq %rax, %rax
1513 je 1f
1514 movq 320(%rax), %r11
1515 jmp *%r11
1516 1:
1517 pushq %rdi
1518 call _glapi_get_dispatch
1519 popq %rdi
1520 movq 320(%rax), %r11
1521 jmp *%r11
1522 #endif /* defined(GLX_USE_TLS) */
1523 .size GL_PREFIX(Color4usv), .-GL_PREFIX(Color4usv)
1524
1525 .p2align 4,,15
1526 .globl GL_PREFIX(EdgeFlag)
1527 .type GL_PREFIX(EdgeFlag), @function
1528 GL_PREFIX(EdgeFlag):
1529 #if defined(GLX_USE_TLS)
1530 call _x86_64_get_dispatch@PLT
1531 movq 328(%rax), %r11
1532 jmp *%r11
1533 #elif defined(PTHREADS)
1534 pushq %rdi
1535 call _x86_64_get_dispatch@PLT
1536 popq %rdi
1537 movq 328(%rax), %r11
1538 jmp *%r11
1539 #else
1540 movq _glapi_Dispatch(%rip), %rax
1541 testq %rax, %rax
1542 je 1f
1543 movq 328(%rax), %r11
1544 jmp *%r11
1545 1:
1546 pushq %rdi
1547 call _glapi_get_dispatch
1548 popq %rdi
1549 movq 328(%rax), %r11
1550 jmp *%r11
1551 #endif /* defined(GLX_USE_TLS) */
1552 .size GL_PREFIX(EdgeFlag), .-GL_PREFIX(EdgeFlag)
1553
1554 .p2align 4,,15
1555 .globl GL_PREFIX(EdgeFlagv)
1556 .type GL_PREFIX(EdgeFlagv), @function
1557 GL_PREFIX(EdgeFlagv):
1558 #if defined(GLX_USE_TLS)
1559 call _x86_64_get_dispatch@PLT
1560 movq 336(%rax), %r11
1561 jmp *%r11
1562 #elif defined(PTHREADS)
1563 pushq %rdi
1564 call _x86_64_get_dispatch@PLT
1565 popq %rdi
1566 movq 336(%rax), %r11
1567 jmp *%r11
1568 #else
1569 movq _glapi_Dispatch(%rip), %rax
1570 testq %rax, %rax
1571 je 1f
1572 movq 336(%rax), %r11
1573 jmp *%r11
1574 1:
1575 pushq %rdi
1576 call _glapi_get_dispatch
1577 popq %rdi
1578 movq 336(%rax), %r11
1579 jmp *%r11
1580 #endif /* defined(GLX_USE_TLS) */
1581 .size GL_PREFIX(EdgeFlagv), .-GL_PREFIX(EdgeFlagv)
1582
1583 .p2align 4,,15
1584 .globl GL_PREFIX(End)
1585 .type GL_PREFIX(End), @function
1586 GL_PREFIX(End):
1587 #if defined(GLX_USE_TLS)
1588 call _x86_64_get_dispatch@PLT
1589 movq 344(%rax), %r11
1590 jmp *%r11
1591 #elif defined(PTHREADS)
1592 pushq %rbp
1593 call _x86_64_get_dispatch@PLT
1594 popq %rbp
1595 movq 344(%rax), %r11
1596 jmp *%r11
1597 #else
1598 movq _glapi_Dispatch(%rip), %rax
1599 testq %rax, %rax
1600 je 1f
1601 movq 344(%rax), %r11
1602 jmp *%r11
1603 1:
1604 pushq %rbp
1605 call _glapi_get_dispatch
1606 popq %rbp
1607 movq 344(%rax), %r11
1608 jmp *%r11
1609 #endif /* defined(GLX_USE_TLS) */
1610 .size GL_PREFIX(End), .-GL_PREFIX(End)
1611
1612 .p2align 4,,15
1613 .globl GL_PREFIX(Indexd)
1614 .type GL_PREFIX(Indexd), @function
1615 GL_PREFIX(Indexd):
1616 #if defined(GLX_USE_TLS)
1617 call _x86_64_get_dispatch@PLT
1618 movq 352(%rax), %r11
1619 jmp *%r11
1620 #elif defined(PTHREADS)
1621 subq $8, %rsp
1622 movq %xmm0, (%rsp)
1623 call _x86_64_get_dispatch@PLT
1624 movq (%rsp), %xmm0
1625 addq $8, %rsp
1626 movq 352(%rax), %r11
1627 jmp *%r11
1628 #else
1629 movq _glapi_Dispatch(%rip), %rax
1630 testq %rax, %rax
1631 je 1f
1632 movq 352(%rax), %r11
1633 jmp *%r11
1634 1:
1635 subq $8, %rsp
1636 movq %xmm0, (%rsp)
1637 call _glapi_get_dispatch
1638 movq (%rsp), %xmm0
1639 addq $8, %rsp
1640 movq 352(%rax), %r11
1641 jmp *%r11
1642 #endif /* defined(GLX_USE_TLS) */
1643 .size GL_PREFIX(Indexd), .-GL_PREFIX(Indexd)
1644
1645 .p2align 4,,15
1646 .globl GL_PREFIX(Indexdv)
1647 .type GL_PREFIX(Indexdv), @function
1648 GL_PREFIX(Indexdv):
1649 #if defined(GLX_USE_TLS)
1650 call _x86_64_get_dispatch@PLT
1651 movq 360(%rax), %r11
1652 jmp *%r11
1653 #elif defined(PTHREADS)
1654 pushq %rdi
1655 call _x86_64_get_dispatch@PLT
1656 popq %rdi
1657 movq 360(%rax), %r11
1658 jmp *%r11
1659 #else
1660 movq _glapi_Dispatch(%rip), %rax
1661 testq %rax, %rax
1662 je 1f
1663 movq 360(%rax), %r11
1664 jmp *%r11
1665 1:
1666 pushq %rdi
1667 call _glapi_get_dispatch
1668 popq %rdi
1669 movq 360(%rax), %r11
1670 jmp *%r11
1671 #endif /* defined(GLX_USE_TLS) */
1672 .size GL_PREFIX(Indexdv), .-GL_PREFIX(Indexdv)
1673
1674 .p2align 4,,15
1675 .globl GL_PREFIX(Indexf)
1676 .type GL_PREFIX(Indexf), @function
1677 GL_PREFIX(Indexf):
1678 #if defined(GLX_USE_TLS)
1679 call _x86_64_get_dispatch@PLT
1680 movq 368(%rax), %r11
1681 jmp *%r11
1682 #elif defined(PTHREADS)
1683 subq $8, %rsp
1684 movq %xmm0, (%rsp)
1685 call _x86_64_get_dispatch@PLT
1686 movq (%rsp), %xmm0
1687 addq $8, %rsp
1688 movq 368(%rax), %r11
1689 jmp *%r11
1690 #else
1691 movq _glapi_Dispatch(%rip), %rax
1692 testq %rax, %rax
1693 je 1f
1694 movq 368(%rax), %r11
1695 jmp *%r11
1696 1:
1697 subq $8, %rsp
1698 movq %xmm0, (%rsp)
1699 call _glapi_get_dispatch
1700 movq (%rsp), %xmm0
1701 addq $8, %rsp
1702 movq 368(%rax), %r11
1703 jmp *%r11
1704 #endif /* defined(GLX_USE_TLS) */
1705 .size GL_PREFIX(Indexf), .-GL_PREFIX(Indexf)
1706
1707 .p2align 4,,15
1708 .globl GL_PREFIX(Indexfv)
1709 .type GL_PREFIX(Indexfv), @function
1710 GL_PREFIX(Indexfv):
1711 #if defined(GLX_USE_TLS)
1712 call _x86_64_get_dispatch@PLT
1713 movq 376(%rax), %r11
1714 jmp *%r11
1715 #elif defined(PTHREADS)
1716 pushq %rdi
1717 call _x86_64_get_dispatch@PLT
1718 popq %rdi
1719 movq 376(%rax), %r11
1720 jmp *%r11
1721 #else
1722 movq _glapi_Dispatch(%rip), %rax
1723 testq %rax, %rax
1724 je 1f
1725 movq 376(%rax), %r11
1726 jmp *%r11
1727 1:
1728 pushq %rdi
1729 call _glapi_get_dispatch
1730 popq %rdi
1731 movq 376(%rax), %r11
1732 jmp *%r11
1733 #endif /* defined(GLX_USE_TLS) */
1734 .size GL_PREFIX(Indexfv), .-GL_PREFIX(Indexfv)
1735
1736 .p2align 4,,15
1737 .globl GL_PREFIX(Indexi)
1738 .type GL_PREFIX(Indexi), @function
1739 GL_PREFIX(Indexi):
1740 #if defined(GLX_USE_TLS)
1741 call _x86_64_get_dispatch@PLT
1742 movq 384(%rax), %r11
1743 jmp *%r11
1744 #elif defined(PTHREADS)
1745 pushq %rdi
1746 call _x86_64_get_dispatch@PLT
1747 popq %rdi
1748 movq 384(%rax), %r11
1749 jmp *%r11
1750 #else
1751 movq _glapi_Dispatch(%rip), %rax
1752 testq %rax, %rax
1753 je 1f
1754 movq 384(%rax), %r11
1755 jmp *%r11
1756 1:
1757 pushq %rdi
1758 call _glapi_get_dispatch
1759 popq %rdi
1760 movq 384(%rax), %r11
1761 jmp *%r11
1762 #endif /* defined(GLX_USE_TLS) */
1763 .size GL_PREFIX(Indexi), .-GL_PREFIX(Indexi)
1764
1765 .p2align 4,,15
1766 .globl GL_PREFIX(Indexiv)
1767 .type GL_PREFIX(Indexiv), @function
1768 GL_PREFIX(Indexiv):
1769 #if defined(GLX_USE_TLS)
1770 call _x86_64_get_dispatch@PLT
1771 movq 392(%rax), %r11
1772 jmp *%r11
1773 #elif defined(PTHREADS)
1774 pushq %rdi
1775 call _x86_64_get_dispatch@PLT
1776 popq %rdi
1777 movq 392(%rax), %r11
1778 jmp *%r11
1779 #else
1780 movq _glapi_Dispatch(%rip), %rax
1781 testq %rax, %rax
1782 je 1f
1783 movq 392(%rax), %r11
1784 jmp *%r11
1785 1:
1786 pushq %rdi
1787 call _glapi_get_dispatch
1788 popq %rdi
1789 movq 392(%rax), %r11
1790 jmp *%r11
1791 #endif /* defined(GLX_USE_TLS) */
1792 .size GL_PREFIX(Indexiv), .-GL_PREFIX(Indexiv)
1793
1794 .p2align 4,,15
1795 .globl GL_PREFIX(Indexs)
1796 .type GL_PREFIX(Indexs), @function
1797 GL_PREFIX(Indexs):
1798 #if defined(GLX_USE_TLS)
1799 call _x86_64_get_dispatch@PLT
1800 movq 400(%rax), %r11
1801 jmp *%r11
1802 #elif defined(PTHREADS)
1803 pushq %rdi
1804 call _x86_64_get_dispatch@PLT
1805 popq %rdi
1806 movq 400(%rax), %r11
1807 jmp *%r11
1808 #else
1809 movq _glapi_Dispatch(%rip), %rax
1810 testq %rax, %rax
1811 je 1f
1812 movq 400(%rax), %r11
1813 jmp *%r11
1814 1:
1815 pushq %rdi
1816 call _glapi_get_dispatch
1817 popq %rdi
1818 movq 400(%rax), %r11
1819 jmp *%r11
1820 #endif /* defined(GLX_USE_TLS) */
1821 .size GL_PREFIX(Indexs), .-GL_PREFIX(Indexs)
1822
1823 .p2align 4,,15
1824 .globl GL_PREFIX(Indexsv)
1825 .type GL_PREFIX(Indexsv), @function
1826 GL_PREFIX(Indexsv):
1827 #if defined(GLX_USE_TLS)
1828 call _x86_64_get_dispatch@PLT
1829 movq 408(%rax), %r11
1830 jmp *%r11
1831 #elif defined(PTHREADS)
1832 pushq %rdi
1833 call _x86_64_get_dispatch@PLT
1834 popq %rdi
1835 movq 408(%rax), %r11
1836 jmp *%r11
1837 #else
1838 movq _glapi_Dispatch(%rip), %rax
1839 testq %rax, %rax
1840 je 1f
1841 movq 408(%rax), %r11
1842 jmp *%r11
1843 1:
1844 pushq %rdi
1845 call _glapi_get_dispatch
1846 popq %rdi
1847 movq 408(%rax), %r11
1848 jmp *%r11
1849 #endif /* defined(GLX_USE_TLS) */
1850 .size GL_PREFIX(Indexsv), .-GL_PREFIX(Indexsv)
1851
1852 .p2align 4,,15
1853 .globl GL_PREFIX(Normal3b)
1854 .type GL_PREFIX(Normal3b), @function
1855 GL_PREFIX(Normal3b):
1856 #if defined(GLX_USE_TLS)
1857 call _x86_64_get_dispatch@PLT
1858 movq 416(%rax), %r11
1859 jmp *%r11
1860 #elif defined(PTHREADS)
1861 pushq %rdi
1862 pushq %rsi
1863 pushq %rdx
1864 call _x86_64_get_dispatch@PLT
1865 popq %rdx
1866 popq %rsi
1867 popq %rdi
1868 movq 416(%rax), %r11
1869 jmp *%r11
1870 #else
1871 movq _glapi_Dispatch(%rip), %rax
1872 testq %rax, %rax
1873 je 1f
1874 movq 416(%rax), %r11
1875 jmp *%r11
1876 1:
1877 pushq %rdi
1878 pushq %rsi
1879 pushq %rdx
1880 call _glapi_get_dispatch
1881 popq %rdx
1882 popq %rsi
1883 popq %rdi
1884 movq 416(%rax), %r11
1885 jmp *%r11
1886 #endif /* defined(GLX_USE_TLS) */
1887 .size GL_PREFIX(Normal3b), .-GL_PREFIX(Normal3b)
1888
1889 .p2align 4,,15
1890 .globl GL_PREFIX(Normal3bv)
1891 .type GL_PREFIX(Normal3bv), @function
1892 GL_PREFIX(Normal3bv):
1893 #if defined(GLX_USE_TLS)
1894 call _x86_64_get_dispatch@PLT
1895 movq 424(%rax), %r11
1896 jmp *%r11
1897 #elif defined(PTHREADS)
1898 pushq %rdi
1899 call _x86_64_get_dispatch@PLT
1900 popq %rdi
1901 movq 424(%rax), %r11
1902 jmp *%r11
1903 #else
1904 movq _glapi_Dispatch(%rip), %rax
1905 testq %rax, %rax
1906 je 1f
1907 movq 424(%rax), %r11
1908 jmp *%r11
1909 1:
1910 pushq %rdi
1911 call _glapi_get_dispatch
1912 popq %rdi
1913 movq 424(%rax), %r11
1914 jmp *%r11
1915 #endif /* defined(GLX_USE_TLS) */
1916 .size GL_PREFIX(Normal3bv), .-GL_PREFIX(Normal3bv)
1917
1918 .p2align 4,,15
1919 .globl GL_PREFIX(Normal3d)
1920 .type GL_PREFIX(Normal3d), @function
1921 GL_PREFIX(Normal3d):
1922 #if defined(GLX_USE_TLS)
1923 call _x86_64_get_dispatch@PLT
1924 movq 432(%rax), %r11
1925 jmp *%r11
1926 #elif defined(PTHREADS)
1927 subq $24, %rsp
1928 movq %xmm0, (%rsp)
1929 movq %xmm1, 8(%rsp)
1930 movq %xmm2, 16(%rsp)
1931 call _x86_64_get_dispatch@PLT
1932 movq 16(%rsp), %xmm2
1933 movq 8(%rsp), %xmm1
1934 movq (%rsp), %xmm0
1935 addq $24, %rsp
1936 movq 432(%rax), %r11
1937 jmp *%r11
1938 #else
1939 movq _glapi_Dispatch(%rip), %rax
1940 testq %rax, %rax
1941 je 1f
1942 movq 432(%rax), %r11
1943 jmp *%r11
1944 1:
1945 subq $24, %rsp
1946 movq %xmm0, (%rsp)
1947 movq %xmm1, 8(%rsp)
1948 movq %xmm2, 16(%rsp)
1949 call _glapi_get_dispatch
1950 movq 16(%rsp), %xmm2
1951 movq 8(%rsp), %xmm1
1952 movq (%rsp), %xmm0
1953 addq $24, %rsp
1954 movq 432(%rax), %r11
1955 jmp *%r11
1956 #endif /* defined(GLX_USE_TLS) */
1957 .size GL_PREFIX(Normal3d), .-GL_PREFIX(Normal3d)
1958
1959 .p2align 4,,15
1960 .globl GL_PREFIX(Normal3dv)
1961 .type GL_PREFIX(Normal3dv), @function
1962 GL_PREFIX(Normal3dv):
1963 #if defined(GLX_USE_TLS)
1964 call _x86_64_get_dispatch@PLT
1965 movq 440(%rax), %r11
1966 jmp *%r11
1967 #elif defined(PTHREADS)
1968 pushq %rdi
1969 call _x86_64_get_dispatch@PLT
1970 popq %rdi
1971 movq 440(%rax), %r11
1972 jmp *%r11
1973 #else
1974 movq _glapi_Dispatch(%rip), %rax
1975 testq %rax, %rax
1976 je 1f
1977 movq 440(%rax), %r11
1978 jmp *%r11
1979 1:
1980 pushq %rdi
1981 call _glapi_get_dispatch
1982 popq %rdi
1983 movq 440(%rax), %r11
1984 jmp *%r11
1985 #endif /* defined(GLX_USE_TLS) */
1986 .size GL_PREFIX(Normal3dv), .-GL_PREFIX(Normal3dv)
1987
1988 .p2align 4,,15
1989 .globl GL_PREFIX(Normal3f)
1990 .type GL_PREFIX(Normal3f), @function
1991 GL_PREFIX(Normal3f):
1992 #if defined(GLX_USE_TLS)
1993 call _x86_64_get_dispatch@PLT
1994 movq 448(%rax), %r11
1995 jmp *%r11
1996 #elif defined(PTHREADS)
1997 subq $24, %rsp
1998 movq %xmm0, (%rsp)
1999 movq %xmm1, 8(%rsp)
2000 movq %xmm2, 16(%rsp)
2001 call _x86_64_get_dispatch@PLT
2002 movq 16(%rsp), %xmm2
2003 movq 8(%rsp), %xmm1
2004 movq (%rsp), %xmm0
2005 addq $24, %rsp
2006 movq 448(%rax), %r11
2007 jmp *%r11
2008 #else
2009 movq _glapi_Dispatch(%rip), %rax
2010 testq %rax, %rax
2011 je 1f
2012 movq 448(%rax), %r11
2013 jmp *%r11
2014 1:
2015 subq $24, %rsp
2016 movq %xmm0, (%rsp)
2017 movq %xmm1, 8(%rsp)
2018 movq %xmm2, 16(%rsp)
2019 call _glapi_get_dispatch
2020 movq 16(%rsp), %xmm2
2021 movq 8(%rsp), %xmm1
2022 movq (%rsp), %xmm0
2023 addq $24, %rsp
2024 movq 448(%rax), %r11
2025 jmp *%r11
2026 #endif /* defined(GLX_USE_TLS) */
2027 .size GL_PREFIX(Normal3f), .-GL_PREFIX(Normal3f)
2028
2029 .p2align 4,,15
2030 .globl GL_PREFIX(Normal3fv)
2031 .type GL_PREFIX(Normal3fv), @function
2032 GL_PREFIX(Normal3fv):
2033 #if defined(GLX_USE_TLS)
2034 call _x86_64_get_dispatch@PLT
2035 movq 456(%rax), %r11
2036 jmp *%r11
2037 #elif defined(PTHREADS)
2038 pushq %rdi
2039 call _x86_64_get_dispatch@PLT
2040 popq %rdi
2041 movq 456(%rax), %r11
2042 jmp *%r11
2043 #else
2044 movq _glapi_Dispatch(%rip), %rax
2045 testq %rax, %rax
2046 je 1f
2047 movq 456(%rax), %r11
2048 jmp *%r11
2049 1:
2050 pushq %rdi
2051 call _glapi_get_dispatch
2052 popq %rdi
2053 movq 456(%rax), %r11
2054 jmp *%r11
2055 #endif /* defined(GLX_USE_TLS) */
2056 .size GL_PREFIX(Normal3fv), .-GL_PREFIX(Normal3fv)
2057
2058 .p2align 4,,15
2059 .globl GL_PREFIX(Normal3i)
2060 .type GL_PREFIX(Normal3i), @function
2061 GL_PREFIX(Normal3i):
2062 #if defined(GLX_USE_TLS)
2063 call _x86_64_get_dispatch@PLT
2064 movq 464(%rax), %r11
2065 jmp *%r11
2066 #elif defined(PTHREADS)
2067 pushq %rdi
2068 pushq %rsi
2069 pushq %rdx
2070 call _x86_64_get_dispatch@PLT
2071 popq %rdx
2072 popq %rsi
2073 popq %rdi
2074 movq 464(%rax), %r11
2075 jmp *%r11
2076 #else
2077 movq _glapi_Dispatch(%rip), %rax
2078 testq %rax, %rax
2079 je 1f
2080 movq 464(%rax), %r11
2081 jmp *%r11
2082 1:
2083 pushq %rdi
2084 pushq %rsi
2085 pushq %rdx
2086 call _glapi_get_dispatch
2087 popq %rdx
2088 popq %rsi
2089 popq %rdi
2090 movq 464(%rax), %r11
2091 jmp *%r11
2092 #endif /* defined(GLX_USE_TLS) */
2093 .size GL_PREFIX(Normal3i), .-GL_PREFIX(Normal3i)
2094
2095 .p2align 4,,15
2096 .globl GL_PREFIX(Normal3iv)
2097 .type GL_PREFIX(Normal3iv), @function
2098 GL_PREFIX(Normal3iv):
2099 #if defined(GLX_USE_TLS)
2100 call _x86_64_get_dispatch@PLT
2101 movq 472(%rax), %r11
2102 jmp *%r11
2103 #elif defined(PTHREADS)
2104 pushq %rdi
2105 call _x86_64_get_dispatch@PLT
2106 popq %rdi
2107 movq 472(%rax), %r11
2108 jmp *%r11
2109 #else
2110 movq _glapi_Dispatch(%rip), %rax
2111 testq %rax, %rax
2112 je 1f
2113 movq 472(%rax), %r11
2114 jmp *%r11
2115 1:
2116 pushq %rdi
2117 call _glapi_get_dispatch
2118 popq %rdi
2119 movq 472(%rax), %r11
2120 jmp *%r11
2121 #endif /* defined(GLX_USE_TLS) */
2122 .size GL_PREFIX(Normal3iv), .-GL_PREFIX(Normal3iv)
2123
2124 .p2align 4,,15
2125 .globl GL_PREFIX(Normal3s)
2126 .type GL_PREFIX(Normal3s), @function
2127 GL_PREFIX(Normal3s):
2128 #if defined(GLX_USE_TLS)
2129 call _x86_64_get_dispatch@PLT
2130 movq 480(%rax), %r11
2131 jmp *%r11
2132 #elif defined(PTHREADS)
2133 pushq %rdi
2134 pushq %rsi
2135 pushq %rdx
2136 call _x86_64_get_dispatch@PLT
2137 popq %rdx
2138 popq %rsi
2139 popq %rdi
2140 movq 480(%rax), %r11
2141 jmp *%r11
2142 #else
2143 movq _glapi_Dispatch(%rip), %rax
2144 testq %rax, %rax
2145 je 1f
2146 movq 480(%rax), %r11
2147 jmp *%r11
2148 1:
2149 pushq %rdi
2150 pushq %rsi
2151 pushq %rdx
2152 call _glapi_get_dispatch
2153 popq %rdx
2154 popq %rsi
2155 popq %rdi
2156 movq 480(%rax), %r11
2157 jmp *%r11
2158 #endif /* defined(GLX_USE_TLS) */
2159 .size GL_PREFIX(Normal3s), .-GL_PREFIX(Normal3s)
2160
2161 .p2align 4,,15
2162 .globl GL_PREFIX(Normal3sv)
2163 .type GL_PREFIX(Normal3sv), @function
2164 GL_PREFIX(Normal3sv):
2165 #if defined(GLX_USE_TLS)
2166 call _x86_64_get_dispatch@PLT
2167 movq 488(%rax), %r11
2168 jmp *%r11
2169 #elif defined(PTHREADS)
2170 pushq %rdi
2171 call _x86_64_get_dispatch@PLT
2172 popq %rdi
2173 movq 488(%rax), %r11
2174 jmp *%r11
2175 #else
2176 movq _glapi_Dispatch(%rip), %rax
2177 testq %rax, %rax
2178 je 1f
2179 movq 488(%rax), %r11
2180 jmp *%r11
2181 1:
2182 pushq %rdi
2183 call _glapi_get_dispatch
2184 popq %rdi
2185 movq 488(%rax), %r11
2186 jmp *%r11
2187 #endif /* defined(GLX_USE_TLS) */
2188 .size GL_PREFIX(Normal3sv), .-GL_PREFIX(Normal3sv)
2189
2190 .p2align 4,,15
2191 .globl GL_PREFIX(RasterPos2d)
2192 .type GL_PREFIX(RasterPos2d), @function
2193 GL_PREFIX(RasterPos2d):
2194 #if defined(GLX_USE_TLS)
2195 call _x86_64_get_dispatch@PLT
2196 movq 496(%rax), %r11
2197 jmp *%r11
2198 #elif defined(PTHREADS)
2199 subq $24, %rsp
2200 movq %xmm0, (%rsp)
2201 movq %xmm1, 8(%rsp)
2202 call _x86_64_get_dispatch@PLT
2203 movq 8(%rsp), %xmm1
2204 movq (%rsp), %xmm0
2205 addq $24, %rsp
2206 movq 496(%rax), %r11
2207 jmp *%r11
2208 #else
2209 movq _glapi_Dispatch(%rip), %rax
2210 testq %rax, %rax
2211 je 1f
2212 movq 496(%rax), %r11
2213 jmp *%r11
2214 1:
2215 subq $24, %rsp
2216 movq %xmm0, (%rsp)
2217 movq %xmm1, 8(%rsp)
2218 call _glapi_get_dispatch
2219 movq 8(%rsp), %xmm1
2220 movq (%rsp), %xmm0
2221 addq $24, %rsp
2222 movq 496(%rax), %r11
2223 jmp *%r11
2224 #endif /* defined(GLX_USE_TLS) */
2225 .size GL_PREFIX(RasterPos2d), .-GL_PREFIX(RasterPos2d)
2226
2227 .p2align 4,,15
2228 .globl GL_PREFIX(RasterPos2dv)
2229 .type GL_PREFIX(RasterPos2dv), @function
2230 GL_PREFIX(RasterPos2dv):
2231 #if defined(GLX_USE_TLS)
2232 call _x86_64_get_dispatch@PLT
2233 movq 504(%rax), %r11
2234 jmp *%r11
2235 #elif defined(PTHREADS)
2236 pushq %rdi
2237 call _x86_64_get_dispatch@PLT
2238 popq %rdi
2239 movq 504(%rax), %r11
2240 jmp *%r11
2241 #else
2242 movq _glapi_Dispatch(%rip), %rax
2243 testq %rax, %rax
2244 je 1f
2245 movq 504(%rax), %r11
2246 jmp *%r11
2247 1:
2248 pushq %rdi
2249 call _glapi_get_dispatch
2250 popq %rdi
2251 movq 504(%rax), %r11
2252 jmp *%r11
2253 #endif /* defined(GLX_USE_TLS) */
2254 .size GL_PREFIX(RasterPos2dv), .-GL_PREFIX(RasterPos2dv)
2255
2256 .p2align 4,,15
2257 .globl GL_PREFIX(RasterPos2f)
2258 .type GL_PREFIX(RasterPos2f), @function
2259 GL_PREFIX(RasterPos2f):
2260 #if defined(GLX_USE_TLS)
2261 call _x86_64_get_dispatch@PLT
2262 movq 512(%rax), %r11
2263 jmp *%r11
2264 #elif defined(PTHREADS)
2265 subq $24, %rsp
2266 movq %xmm0, (%rsp)
2267 movq %xmm1, 8(%rsp)
2268 call _x86_64_get_dispatch@PLT
2269 movq 8(%rsp), %xmm1
2270 movq (%rsp), %xmm0
2271 addq $24, %rsp
2272 movq 512(%rax), %r11
2273 jmp *%r11
2274 #else
2275 movq _glapi_Dispatch(%rip), %rax
2276 testq %rax, %rax
2277 je 1f
2278 movq 512(%rax), %r11
2279 jmp *%r11
2280 1:
2281 subq $24, %rsp
2282 movq %xmm0, (%rsp)
2283 movq %xmm1, 8(%rsp)
2284 call _glapi_get_dispatch
2285 movq 8(%rsp), %xmm1
2286 movq (%rsp), %xmm0
2287 addq $24, %rsp
2288 movq 512(%rax), %r11
2289 jmp *%r11
2290 #endif /* defined(GLX_USE_TLS) */
2291 .size GL_PREFIX(RasterPos2f), .-GL_PREFIX(RasterPos2f)
2292
2293 .p2align 4,,15
2294 .globl GL_PREFIX(RasterPos2fv)
2295 .type GL_PREFIX(RasterPos2fv), @function
2296 GL_PREFIX(RasterPos2fv):
2297 #if defined(GLX_USE_TLS)
2298 call _x86_64_get_dispatch@PLT
2299 movq 520(%rax), %r11
2300 jmp *%r11
2301 #elif defined(PTHREADS)
2302 pushq %rdi
2303 call _x86_64_get_dispatch@PLT
2304 popq %rdi
2305 movq 520(%rax), %r11
2306 jmp *%r11
2307 #else
2308 movq _glapi_Dispatch(%rip), %rax
2309 testq %rax, %rax
2310 je 1f
2311 movq 520(%rax), %r11
2312 jmp *%r11
2313 1:
2314 pushq %rdi
2315 call _glapi_get_dispatch
2316 popq %rdi
2317 movq 520(%rax), %r11
2318 jmp *%r11
2319 #endif /* defined(GLX_USE_TLS) */
2320 .size GL_PREFIX(RasterPos2fv), .-GL_PREFIX(RasterPos2fv)
2321
2322 .p2align 4,,15
2323 .globl GL_PREFIX(RasterPos2i)
2324 .type GL_PREFIX(RasterPos2i), @function
2325 GL_PREFIX(RasterPos2i):
2326 #if defined(GLX_USE_TLS)
2327 call _x86_64_get_dispatch@PLT
2328 movq 528(%rax), %r11
2329 jmp *%r11
2330 #elif defined(PTHREADS)
2331 pushq %rdi
2332 pushq %rsi
2333 pushq %rbp
2334 call _x86_64_get_dispatch@PLT
2335 popq %rbp
2336 popq %rsi
2337 popq %rdi
2338 movq 528(%rax), %r11
2339 jmp *%r11
2340 #else
2341 movq _glapi_Dispatch(%rip), %rax
2342 testq %rax, %rax
2343 je 1f
2344 movq 528(%rax), %r11
2345 jmp *%r11
2346 1:
2347 pushq %rdi
2348 pushq %rsi
2349 pushq %rbp
2350 call _glapi_get_dispatch
2351 popq %rbp
2352 popq %rsi
2353 popq %rdi
2354 movq 528(%rax), %r11
2355 jmp *%r11
2356 #endif /* defined(GLX_USE_TLS) */
2357 .size GL_PREFIX(RasterPos2i), .-GL_PREFIX(RasterPos2i)
2358
2359 .p2align 4,,15
2360 .globl GL_PREFIX(RasterPos2iv)
2361 .type GL_PREFIX(RasterPos2iv), @function
2362 GL_PREFIX(RasterPos2iv):
2363 #if defined(GLX_USE_TLS)
2364 call _x86_64_get_dispatch@PLT
2365 movq 536(%rax), %r11
2366 jmp *%r11
2367 #elif defined(PTHREADS)
2368 pushq %rdi
2369 call _x86_64_get_dispatch@PLT
2370 popq %rdi
2371 movq 536(%rax), %r11
2372 jmp *%r11
2373 #else
2374 movq _glapi_Dispatch(%rip), %rax
2375 testq %rax, %rax
2376 je 1f
2377 movq 536(%rax), %r11
2378 jmp *%r11
2379 1:
2380 pushq %rdi
2381 call _glapi_get_dispatch
2382 popq %rdi
2383 movq 536(%rax), %r11
2384 jmp *%r11
2385 #endif /* defined(GLX_USE_TLS) */
2386 .size GL_PREFIX(RasterPos2iv), .-GL_PREFIX(RasterPos2iv)
2387
2388 .p2align 4,,15
2389 .globl GL_PREFIX(RasterPos2s)
2390 .type GL_PREFIX(RasterPos2s), @function
2391 GL_PREFIX(RasterPos2s):
2392 #if defined(GLX_USE_TLS)
2393 call _x86_64_get_dispatch@PLT
2394 movq 544(%rax), %r11
2395 jmp *%r11
2396 #elif defined(PTHREADS)
2397 pushq %rdi
2398 pushq %rsi
2399 pushq %rbp
2400 call _x86_64_get_dispatch@PLT
2401 popq %rbp
2402 popq %rsi
2403 popq %rdi
2404 movq 544(%rax), %r11
2405 jmp *%r11
2406 #else
2407 movq _glapi_Dispatch(%rip), %rax
2408 testq %rax, %rax
2409 je 1f
2410 movq 544(%rax), %r11
2411 jmp *%r11
2412 1:
2413 pushq %rdi
2414 pushq %rsi
2415 pushq %rbp
2416 call _glapi_get_dispatch
2417 popq %rbp
2418 popq %rsi
2419 popq %rdi
2420 movq 544(%rax), %r11
2421 jmp *%r11
2422 #endif /* defined(GLX_USE_TLS) */
2423 .size GL_PREFIX(RasterPos2s), .-GL_PREFIX(RasterPos2s)
2424
2425 .p2align 4,,15
2426 .globl GL_PREFIX(RasterPos2sv)
2427 .type GL_PREFIX(RasterPos2sv), @function
2428 GL_PREFIX(RasterPos2sv):
2429 #if defined(GLX_USE_TLS)
2430 call _x86_64_get_dispatch@PLT
2431 movq 552(%rax), %r11
2432 jmp *%r11
2433 #elif defined(PTHREADS)
2434 pushq %rdi
2435 call _x86_64_get_dispatch@PLT
2436 popq %rdi
2437 movq 552(%rax), %r11
2438 jmp *%r11
2439 #else
2440 movq _glapi_Dispatch(%rip), %rax
2441 testq %rax, %rax
2442 je 1f
2443 movq 552(%rax), %r11
2444 jmp *%r11
2445 1:
2446 pushq %rdi
2447 call _glapi_get_dispatch
2448 popq %rdi
2449 movq 552(%rax), %r11
2450 jmp *%r11
2451 #endif /* defined(GLX_USE_TLS) */
2452 .size GL_PREFIX(RasterPos2sv), .-GL_PREFIX(RasterPos2sv)
2453
2454 .p2align 4,,15
2455 .globl GL_PREFIX(RasterPos3d)
2456 .type GL_PREFIX(RasterPos3d), @function
2457 GL_PREFIX(RasterPos3d):
2458 #if defined(GLX_USE_TLS)
2459 call _x86_64_get_dispatch@PLT
2460 movq 560(%rax), %r11
2461 jmp *%r11
2462 #elif defined(PTHREADS)
2463 subq $24, %rsp
2464 movq %xmm0, (%rsp)
2465 movq %xmm1, 8(%rsp)
2466 movq %xmm2, 16(%rsp)
2467 call _x86_64_get_dispatch@PLT
2468 movq 16(%rsp), %xmm2
2469 movq 8(%rsp), %xmm1
2470 movq (%rsp), %xmm0
2471 addq $24, %rsp
2472 movq 560(%rax), %r11
2473 jmp *%r11
2474 #else
2475 movq _glapi_Dispatch(%rip), %rax
2476 testq %rax, %rax
2477 je 1f
2478 movq 560(%rax), %r11
2479 jmp *%r11
2480 1:
2481 subq $24, %rsp
2482 movq %xmm0, (%rsp)
2483 movq %xmm1, 8(%rsp)
2484 movq %xmm2, 16(%rsp)
2485 call _glapi_get_dispatch
2486 movq 16(%rsp), %xmm2
2487 movq 8(%rsp), %xmm1
2488 movq (%rsp), %xmm0
2489 addq $24, %rsp
2490 movq 560(%rax), %r11
2491 jmp *%r11
2492 #endif /* defined(GLX_USE_TLS) */
2493 .size GL_PREFIX(RasterPos3d), .-GL_PREFIX(RasterPos3d)
2494
2495 .p2align 4,,15
2496 .globl GL_PREFIX(RasterPos3dv)
2497 .type GL_PREFIX(RasterPos3dv), @function
2498 GL_PREFIX(RasterPos3dv):
2499 #if defined(GLX_USE_TLS)
2500 call _x86_64_get_dispatch@PLT
2501 movq 568(%rax), %r11
2502 jmp *%r11
2503 #elif defined(PTHREADS)
2504 pushq %rdi
2505 call _x86_64_get_dispatch@PLT
2506 popq %rdi
2507 movq 568(%rax), %r11
2508 jmp *%r11
2509 #else
2510 movq _glapi_Dispatch(%rip), %rax
2511 testq %rax, %rax
2512 je 1f
2513 movq 568(%rax), %r11
2514 jmp *%r11
2515 1:
2516 pushq %rdi
2517 call _glapi_get_dispatch
2518 popq %rdi
2519 movq 568(%rax), %r11
2520 jmp *%r11
2521 #endif /* defined(GLX_USE_TLS) */
2522 .size GL_PREFIX(RasterPos3dv), .-GL_PREFIX(RasterPos3dv)
2523
2524 .p2align 4,,15
2525 .globl GL_PREFIX(RasterPos3f)
2526 .type GL_PREFIX(RasterPos3f), @function
2527 GL_PREFIX(RasterPos3f):
2528 #if defined(GLX_USE_TLS)
2529 call _x86_64_get_dispatch@PLT
2530 movq 576(%rax), %r11
2531 jmp *%r11
2532 #elif defined(PTHREADS)
2533 subq $24, %rsp
2534 movq %xmm0, (%rsp)
2535 movq %xmm1, 8(%rsp)
2536 movq %xmm2, 16(%rsp)
2537 call _x86_64_get_dispatch@PLT
2538 movq 16(%rsp), %xmm2
2539 movq 8(%rsp), %xmm1
2540 movq (%rsp), %xmm0
2541 addq $24, %rsp
2542 movq 576(%rax), %r11
2543 jmp *%r11
2544 #else
2545 movq _glapi_Dispatch(%rip), %rax
2546 testq %rax, %rax
2547 je 1f
2548 movq 576(%rax), %r11
2549 jmp *%r11
2550 1:
2551 subq $24, %rsp
2552 movq %xmm0, (%rsp)
2553 movq %xmm1, 8(%rsp)
2554 movq %xmm2, 16(%rsp)
2555 call _glapi_get_dispatch
2556 movq 16(%rsp), %xmm2
2557 movq 8(%rsp), %xmm1
2558 movq (%rsp), %xmm0
2559 addq $24, %rsp
2560 movq 576(%rax), %r11
2561 jmp *%r11
2562 #endif /* defined(GLX_USE_TLS) */
2563 .size GL_PREFIX(RasterPos3f), .-GL_PREFIX(RasterPos3f)
2564
2565 .p2align 4,,15
2566 .globl GL_PREFIX(RasterPos3fv)
2567 .type GL_PREFIX(RasterPos3fv), @function
2568 GL_PREFIX(RasterPos3fv):
2569 #if defined(GLX_USE_TLS)
2570 call _x86_64_get_dispatch@PLT
2571 movq 584(%rax), %r11
2572 jmp *%r11
2573 #elif defined(PTHREADS)
2574 pushq %rdi
2575 call _x86_64_get_dispatch@PLT
2576 popq %rdi
2577 movq 584(%rax), %r11
2578 jmp *%r11
2579 #else
2580 movq _glapi_Dispatch(%rip), %rax
2581 testq %rax, %rax
2582 je 1f
2583 movq 584(%rax), %r11
2584 jmp *%r11
2585 1:
2586 pushq %rdi
2587 call _glapi_get_dispatch
2588 popq %rdi
2589 movq 584(%rax), %r11
2590 jmp *%r11
2591 #endif /* defined(GLX_USE_TLS) */
2592 .size GL_PREFIX(RasterPos3fv), .-GL_PREFIX(RasterPos3fv)
2593
2594 .p2align 4,,15
2595 .globl GL_PREFIX(RasterPos3i)
2596 .type GL_PREFIX(RasterPos3i), @function
2597 GL_PREFIX(RasterPos3i):
2598 #if defined(GLX_USE_TLS)
2599 call _x86_64_get_dispatch@PLT
2600 movq 592(%rax), %r11
2601 jmp *%r11
2602 #elif defined(PTHREADS)
2603 pushq %rdi
2604 pushq %rsi
2605 pushq %rdx
2606 call _x86_64_get_dispatch@PLT
2607 popq %rdx
2608 popq %rsi
2609 popq %rdi
2610 movq 592(%rax), %r11
2611 jmp *%r11
2612 #else
2613 movq _glapi_Dispatch(%rip), %rax
2614 testq %rax, %rax
2615 je 1f
2616 movq 592(%rax), %r11
2617 jmp *%r11
2618 1:
2619 pushq %rdi
2620 pushq %rsi
2621 pushq %rdx
2622 call _glapi_get_dispatch
2623 popq %rdx
2624 popq %rsi
2625 popq %rdi
2626 movq 592(%rax), %r11
2627 jmp *%r11
2628 #endif /* defined(GLX_USE_TLS) */
2629 .size GL_PREFIX(RasterPos3i), .-GL_PREFIX(RasterPos3i)
2630
2631 .p2align 4,,15
2632 .globl GL_PREFIX(RasterPos3iv)
2633 .type GL_PREFIX(RasterPos3iv), @function
2634 GL_PREFIX(RasterPos3iv):
2635 #if defined(GLX_USE_TLS)
2636 call _x86_64_get_dispatch@PLT
2637 movq 600(%rax), %r11
2638 jmp *%r11
2639 #elif defined(PTHREADS)
2640 pushq %rdi
2641 call _x86_64_get_dispatch@PLT
2642 popq %rdi
2643 movq 600(%rax), %r11
2644 jmp *%r11
2645 #else
2646 movq _glapi_Dispatch(%rip), %rax
2647 testq %rax, %rax
2648 je 1f
2649 movq 600(%rax), %r11
2650 jmp *%r11
2651 1:
2652 pushq %rdi
2653 call _glapi_get_dispatch
2654 popq %rdi
2655 movq 600(%rax), %r11
2656 jmp *%r11
2657 #endif /* defined(GLX_USE_TLS) */
2658 .size GL_PREFIX(RasterPos3iv), .-GL_PREFIX(RasterPos3iv)
2659
2660 .p2align 4,,15
2661 .globl GL_PREFIX(RasterPos3s)
2662 .type GL_PREFIX(RasterPos3s), @function
2663 GL_PREFIX(RasterPos3s):
2664 #if defined(GLX_USE_TLS)
2665 call _x86_64_get_dispatch@PLT
2666 movq 608(%rax), %r11
2667 jmp *%r11
2668 #elif defined(PTHREADS)
2669 pushq %rdi
2670 pushq %rsi
2671 pushq %rdx
2672 call _x86_64_get_dispatch@PLT
2673 popq %rdx
2674 popq %rsi
2675 popq %rdi
2676 movq 608(%rax), %r11
2677 jmp *%r11
2678 #else
2679 movq _glapi_Dispatch(%rip), %rax
2680 testq %rax, %rax
2681 je 1f
2682 movq 608(%rax), %r11
2683 jmp *%r11
2684 1:
2685 pushq %rdi
2686 pushq %rsi
2687 pushq %rdx
2688 call _glapi_get_dispatch
2689 popq %rdx
2690 popq %rsi
2691 popq %rdi
2692 movq 608(%rax), %r11
2693 jmp *%r11
2694 #endif /* defined(GLX_USE_TLS) */
2695 .size GL_PREFIX(RasterPos3s), .-GL_PREFIX(RasterPos3s)
2696
2697 .p2align 4,,15
2698 .globl GL_PREFIX(RasterPos3sv)
2699 .type GL_PREFIX(RasterPos3sv), @function
2700 GL_PREFIX(RasterPos3sv):
2701 #if defined(GLX_USE_TLS)
2702 call _x86_64_get_dispatch@PLT
2703 movq 616(%rax), %r11
2704 jmp *%r11
2705 #elif defined(PTHREADS)
2706 pushq %rdi
2707 call _x86_64_get_dispatch@PLT
2708 popq %rdi
2709 movq 616(%rax), %r11
2710 jmp *%r11
2711 #else
2712 movq _glapi_Dispatch(%rip), %rax
2713 testq %rax, %rax
2714 je 1f
2715 movq 616(%rax), %r11
2716 jmp *%r11
2717 1:
2718 pushq %rdi
2719 call _glapi_get_dispatch
2720 popq %rdi
2721 movq 616(%rax), %r11
2722 jmp *%r11
2723 #endif /* defined(GLX_USE_TLS) */
2724 .size GL_PREFIX(RasterPos3sv), .-GL_PREFIX(RasterPos3sv)
2725
2726 .p2align 4,,15
2727 .globl GL_PREFIX(RasterPos4d)
2728 .type GL_PREFIX(RasterPos4d), @function
2729 GL_PREFIX(RasterPos4d):
2730 #if defined(GLX_USE_TLS)
2731 call _x86_64_get_dispatch@PLT
2732 movq 624(%rax), %r11
2733 jmp *%r11
2734 #elif defined(PTHREADS)
2735 subq $40, %rsp
2736 movq %xmm0, (%rsp)
2737 movq %xmm1, 8(%rsp)
2738 movq %xmm2, 16(%rsp)
2739 movq %xmm3, 24(%rsp)
2740 call _x86_64_get_dispatch@PLT
2741 movq 24(%rsp), %xmm3
2742 movq 16(%rsp), %xmm2
2743 movq 8(%rsp), %xmm1
2744 movq (%rsp), %xmm0
2745 addq $40, %rsp
2746 movq 624(%rax), %r11
2747 jmp *%r11
2748 #else
2749 movq _glapi_Dispatch(%rip), %rax
2750 testq %rax, %rax
2751 je 1f
2752 movq 624(%rax), %r11
2753 jmp *%r11
2754 1:
2755 subq $40, %rsp
2756 movq %xmm0, (%rsp)
2757 movq %xmm1, 8(%rsp)
2758 movq %xmm2, 16(%rsp)
2759 movq %xmm3, 24(%rsp)
2760 call _glapi_get_dispatch
2761 movq 24(%rsp), %xmm3
2762 movq 16(%rsp), %xmm2
2763 movq 8(%rsp), %xmm1
2764 movq (%rsp), %xmm0
2765 addq $40, %rsp
2766 movq 624(%rax), %r11
2767 jmp *%r11
2768 #endif /* defined(GLX_USE_TLS) */
2769 .size GL_PREFIX(RasterPos4d), .-GL_PREFIX(RasterPos4d)
2770
2771 .p2align 4,,15
2772 .globl GL_PREFIX(RasterPos4dv)
2773 .type GL_PREFIX(RasterPos4dv), @function
2774 GL_PREFIX(RasterPos4dv):
2775 #if defined(GLX_USE_TLS)
2776 call _x86_64_get_dispatch@PLT
2777 movq 632(%rax), %r11
2778 jmp *%r11
2779 #elif defined(PTHREADS)
2780 pushq %rdi
2781 call _x86_64_get_dispatch@PLT
2782 popq %rdi
2783 movq 632(%rax), %r11
2784 jmp *%r11
2785 #else
2786 movq _glapi_Dispatch(%rip), %rax
2787 testq %rax, %rax
2788 je 1f
2789 movq 632(%rax), %r11
2790 jmp *%r11
2791 1:
2792 pushq %rdi
2793 call _glapi_get_dispatch
2794 popq %rdi
2795 movq 632(%rax), %r11
2796 jmp *%r11
2797 #endif /* defined(GLX_USE_TLS) */
2798 .size GL_PREFIX(RasterPos4dv), .-GL_PREFIX(RasterPos4dv)
2799
2800 .p2align 4,,15
2801 .globl GL_PREFIX(RasterPos4f)
2802 .type GL_PREFIX(RasterPos4f), @function
2803 GL_PREFIX(RasterPos4f):
2804 #if defined(GLX_USE_TLS)
2805 call _x86_64_get_dispatch@PLT
2806 movq 640(%rax), %r11
2807 jmp *%r11
2808 #elif defined(PTHREADS)
2809 subq $40, %rsp
2810 movq %xmm0, (%rsp)
2811 movq %xmm1, 8(%rsp)
2812 movq %xmm2, 16(%rsp)
2813 movq %xmm3, 24(%rsp)
2814 call _x86_64_get_dispatch@PLT
2815 movq 24(%rsp), %xmm3
2816 movq 16(%rsp), %xmm2
2817 movq 8(%rsp), %xmm1
2818 movq (%rsp), %xmm0
2819 addq $40, %rsp
2820 movq 640(%rax), %r11
2821 jmp *%r11
2822 #else
2823 movq _glapi_Dispatch(%rip), %rax
2824 testq %rax, %rax
2825 je 1f
2826 movq 640(%rax), %r11
2827 jmp *%r11
2828 1:
2829 subq $40, %rsp
2830 movq %xmm0, (%rsp)
2831 movq %xmm1, 8(%rsp)
2832 movq %xmm2, 16(%rsp)
2833 movq %xmm3, 24(%rsp)
2834 call _glapi_get_dispatch
2835 movq 24(%rsp), %xmm3
2836 movq 16(%rsp), %xmm2
2837 movq 8(%rsp), %xmm1
2838 movq (%rsp), %xmm0
2839 addq $40, %rsp
2840 movq 640(%rax), %r11
2841 jmp *%r11
2842 #endif /* defined(GLX_USE_TLS) */
2843 .size GL_PREFIX(RasterPos4f), .-GL_PREFIX(RasterPos4f)
2844
2845 .p2align 4,,15
2846 .globl GL_PREFIX(RasterPos4fv)
2847 .type GL_PREFIX(RasterPos4fv), @function
2848 GL_PREFIX(RasterPos4fv):
2849 #if defined(GLX_USE_TLS)
2850 call _x86_64_get_dispatch@PLT
2851 movq 648(%rax), %r11
2852 jmp *%r11
2853 #elif defined(PTHREADS)
2854 pushq %rdi
2855 call _x86_64_get_dispatch@PLT
2856 popq %rdi
2857 movq 648(%rax), %r11
2858 jmp *%r11
2859 #else
2860 movq _glapi_Dispatch(%rip), %rax
2861 testq %rax, %rax
2862 je 1f
2863 movq 648(%rax), %r11
2864 jmp *%r11
2865 1:
2866 pushq %rdi
2867 call _glapi_get_dispatch
2868 popq %rdi
2869 movq 648(%rax), %r11
2870 jmp *%r11
2871 #endif /* defined(GLX_USE_TLS) */
2872 .size GL_PREFIX(RasterPos4fv), .-GL_PREFIX(RasterPos4fv)
2873
2874 .p2align 4,,15
2875 .globl GL_PREFIX(RasterPos4i)
2876 .type GL_PREFIX(RasterPos4i), @function
2877 GL_PREFIX(RasterPos4i):
2878 #if defined(GLX_USE_TLS)
2879 call _x86_64_get_dispatch@PLT
2880 movq 656(%rax), %r11
2881 jmp *%r11
2882 #elif defined(PTHREADS)
2883 pushq %rdi
2884 pushq %rsi
2885 pushq %rdx
2886 pushq %rcx
2887 pushq %rbp
2888 call _x86_64_get_dispatch@PLT
2889 popq %rbp
2890 popq %rcx
2891 popq %rdx
2892 popq %rsi
2893 popq %rdi
2894 movq 656(%rax), %r11
2895 jmp *%r11
2896 #else
2897 movq _glapi_Dispatch(%rip), %rax
2898 testq %rax, %rax
2899 je 1f
2900 movq 656(%rax), %r11
2901 jmp *%r11
2902 1:
2903 pushq %rdi
2904 pushq %rsi
2905 pushq %rdx
2906 pushq %rcx
2907 pushq %rbp
2908 call _glapi_get_dispatch
2909 popq %rbp
2910 popq %rcx
2911 popq %rdx
2912 popq %rsi
2913 popq %rdi
2914 movq 656(%rax), %r11
2915 jmp *%r11
2916 #endif /* defined(GLX_USE_TLS) */
2917 .size GL_PREFIX(RasterPos4i), .-GL_PREFIX(RasterPos4i)
2918
2919 .p2align 4,,15
2920 .globl GL_PREFIX(RasterPos4iv)
2921 .type GL_PREFIX(RasterPos4iv), @function
2922 GL_PREFIX(RasterPos4iv):
2923 #if defined(GLX_USE_TLS)
2924 call _x86_64_get_dispatch@PLT
2925 movq 664(%rax), %r11
2926 jmp *%r11
2927 #elif defined(PTHREADS)
2928 pushq %rdi
2929 call _x86_64_get_dispatch@PLT
2930 popq %rdi
2931 movq 664(%rax), %r11
2932 jmp *%r11
2933 #else
2934 movq _glapi_Dispatch(%rip), %rax
2935 testq %rax, %rax
2936 je 1f
2937 movq 664(%rax), %r11
2938 jmp *%r11
2939 1:
2940 pushq %rdi
2941 call _glapi_get_dispatch
2942 popq %rdi
2943 movq 664(%rax), %r11
2944 jmp *%r11
2945 #endif /* defined(GLX_USE_TLS) */
2946 .size GL_PREFIX(RasterPos4iv), .-GL_PREFIX(RasterPos4iv)
2947
2948 .p2align 4,,15
2949 .globl GL_PREFIX(RasterPos4s)
2950 .type GL_PREFIX(RasterPos4s), @function
2951 GL_PREFIX(RasterPos4s):
2952 #if defined(GLX_USE_TLS)
2953 call _x86_64_get_dispatch@PLT
2954 movq 672(%rax), %r11
2955 jmp *%r11
2956 #elif defined(PTHREADS)
2957 pushq %rdi
2958 pushq %rsi
2959 pushq %rdx
2960 pushq %rcx
2961 pushq %rbp
2962 call _x86_64_get_dispatch@PLT
2963 popq %rbp
2964 popq %rcx
2965 popq %rdx
2966 popq %rsi
2967 popq %rdi
2968 movq 672(%rax), %r11
2969 jmp *%r11
2970 #else
2971 movq _glapi_Dispatch(%rip), %rax
2972 testq %rax, %rax
2973 je 1f
2974 movq 672(%rax), %r11
2975 jmp *%r11
2976 1:
2977 pushq %rdi
2978 pushq %rsi
2979 pushq %rdx
2980 pushq %rcx
2981 pushq %rbp
2982 call _glapi_get_dispatch
2983 popq %rbp
2984 popq %rcx
2985 popq %rdx
2986 popq %rsi
2987 popq %rdi
2988 movq 672(%rax), %r11
2989 jmp *%r11
2990 #endif /* defined(GLX_USE_TLS) */
2991 .size GL_PREFIX(RasterPos4s), .-GL_PREFIX(RasterPos4s)
2992
2993 .p2align 4,,15
2994 .globl GL_PREFIX(RasterPos4sv)
2995 .type GL_PREFIX(RasterPos4sv), @function
2996 GL_PREFIX(RasterPos4sv):
2997 #if defined(GLX_USE_TLS)
2998 call _x86_64_get_dispatch@PLT
2999 movq 680(%rax), %r11
3000 jmp *%r11
3001 #elif defined(PTHREADS)
3002 pushq %rdi
3003 call _x86_64_get_dispatch@PLT
3004 popq %rdi
3005 movq 680(%rax), %r11
3006 jmp *%r11
3007 #else
3008 movq _glapi_Dispatch(%rip), %rax
3009 testq %rax, %rax
3010 je 1f
3011 movq 680(%rax), %r11
3012 jmp *%r11
3013 1:
3014 pushq %rdi
3015 call _glapi_get_dispatch
3016 popq %rdi
3017 movq 680(%rax), %r11
3018 jmp *%r11
3019 #endif /* defined(GLX_USE_TLS) */
3020 .size GL_PREFIX(RasterPos4sv), .-GL_PREFIX(RasterPos4sv)
3021
3022 .p2align 4,,15
3023 .globl GL_PREFIX(Rectd)
3024 .type GL_PREFIX(Rectd), @function
3025 GL_PREFIX(Rectd):
3026 #if defined(GLX_USE_TLS)
3027 call _x86_64_get_dispatch@PLT
3028 movq 688(%rax), %r11
3029 jmp *%r11
3030 #elif defined(PTHREADS)
3031 subq $40, %rsp
3032 movq %xmm0, (%rsp)
3033 movq %xmm1, 8(%rsp)
3034 movq %xmm2, 16(%rsp)
3035 movq %xmm3, 24(%rsp)
3036 call _x86_64_get_dispatch@PLT
3037 movq 24(%rsp), %xmm3
3038 movq 16(%rsp), %xmm2
3039 movq 8(%rsp), %xmm1
3040 movq (%rsp), %xmm0
3041 addq $40, %rsp
3042 movq 688(%rax), %r11
3043 jmp *%r11
3044 #else
3045 movq _glapi_Dispatch(%rip), %rax
3046 testq %rax, %rax
3047 je 1f
3048 movq 688(%rax), %r11
3049 jmp *%r11
3050 1:
3051 subq $40, %rsp
3052 movq %xmm0, (%rsp)
3053 movq %xmm1, 8(%rsp)
3054 movq %xmm2, 16(%rsp)
3055 movq %xmm3, 24(%rsp)
3056 call _glapi_get_dispatch
3057 movq 24(%rsp), %xmm3
3058 movq 16(%rsp), %xmm2
3059 movq 8(%rsp), %xmm1
3060 movq (%rsp), %xmm0
3061 addq $40, %rsp
3062 movq 688(%rax), %r11
3063 jmp *%r11
3064 #endif /* defined(GLX_USE_TLS) */
3065 .size GL_PREFIX(Rectd), .-GL_PREFIX(Rectd)
3066
3067 .p2align 4,,15
3068 .globl GL_PREFIX(Rectdv)
3069 .type GL_PREFIX(Rectdv), @function
3070 GL_PREFIX(Rectdv):
3071 #if defined(GLX_USE_TLS)
3072 call _x86_64_get_dispatch@PLT
3073 movq 696(%rax), %r11
3074 jmp *%r11
3075 #elif defined(PTHREADS)
3076 pushq %rdi
3077 pushq %rsi
3078 pushq %rbp
3079 call _x86_64_get_dispatch@PLT
3080 popq %rbp
3081 popq %rsi
3082 popq %rdi
3083 movq 696(%rax), %r11
3084 jmp *%r11
3085 #else
3086 movq _glapi_Dispatch(%rip), %rax
3087 testq %rax, %rax
3088 je 1f
3089 movq 696(%rax), %r11
3090 jmp *%r11
3091 1:
3092 pushq %rdi
3093 pushq %rsi
3094 pushq %rbp
3095 call _glapi_get_dispatch
3096 popq %rbp
3097 popq %rsi
3098 popq %rdi
3099 movq 696(%rax), %r11
3100 jmp *%r11
3101 #endif /* defined(GLX_USE_TLS) */
3102 .size GL_PREFIX(Rectdv), .-GL_PREFIX(Rectdv)
3103
3104 .p2align 4,,15
3105 .globl GL_PREFIX(Rectf)
3106 .type GL_PREFIX(Rectf), @function
3107 GL_PREFIX(Rectf):
3108 #if defined(GLX_USE_TLS)
3109 call _x86_64_get_dispatch@PLT
3110 movq 704(%rax), %r11
3111 jmp *%r11
3112 #elif defined(PTHREADS)
3113 subq $40, %rsp
3114 movq %xmm0, (%rsp)
3115 movq %xmm1, 8(%rsp)
3116 movq %xmm2, 16(%rsp)
3117 movq %xmm3, 24(%rsp)
3118 call _x86_64_get_dispatch@PLT
3119 movq 24(%rsp), %xmm3
3120 movq 16(%rsp), %xmm2
3121 movq 8(%rsp), %xmm1
3122 movq (%rsp), %xmm0
3123 addq $40, %rsp
3124 movq 704(%rax), %r11
3125 jmp *%r11
3126 #else
3127 movq _glapi_Dispatch(%rip), %rax
3128 testq %rax, %rax
3129 je 1f
3130 movq 704(%rax), %r11
3131 jmp *%r11
3132 1:
3133 subq $40, %rsp
3134 movq %xmm0, (%rsp)
3135 movq %xmm1, 8(%rsp)
3136 movq %xmm2, 16(%rsp)
3137 movq %xmm3, 24(%rsp)
3138 call _glapi_get_dispatch
3139 movq 24(%rsp), %xmm3
3140 movq 16(%rsp), %xmm2
3141 movq 8(%rsp), %xmm1
3142 movq (%rsp), %xmm0
3143 addq $40, %rsp
3144 movq 704(%rax), %r11
3145 jmp *%r11
3146 #endif /* defined(GLX_USE_TLS) */
3147 .size GL_PREFIX(Rectf), .-GL_PREFIX(Rectf)
3148
3149 .p2align 4,,15
3150 .globl GL_PREFIX(Rectfv)
3151 .type GL_PREFIX(Rectfv), @function
3152 GL_PREFIX(Rectfv):
3153 #if defined(GLX_USE_TLS)
3154 call _x86_64_get_dispatch@PLT
3155 movq 712(%rax), %r11
3156 jmp *%r11
3157 #elif defined(PTHREADS)
3158 pushq %rdi
3159 pushq %rsi
3160 pushq %rbp
3161 call _x86_64_get_dispatch@PLT
3162 popq %rbp
3163 popq %rsi
3164 popq %rdi
3165 movq 712(%rax), %r11
3166 jmp *%r11
3167 #else
3168 movq _glapi_Dispatch(%rip), %rax
3169 testq %rax, %rax
3170 je 1f
3171 movq 712(%rax), %r11
3172 jmp *%r11
3173 1:
3174 pushq %rdi
3175 pushq %rsi
3176 pushq %rbp
3177 call _glapi_get_dispatch
3178 popq %rbp
3179 popq %rsi
3180 popq %rdi
3181 movq 712(%rax), %r11
3182 jmp *%r11
3183 #endif /* defined(GLX_USE_TLS) */
3184 .size GL_PREFIX(Rectfv), .-GL_PREFIX(Rectfv)
3185
3186 .p2align 4,,15
3187 .globl GL_PREFIX(Recti)
3188 .type GL_PREFIX(Recti), @function
3189 GL_PREFIX(Recti):
3190 #if defined(GLX_USE_TLS)
3191 call _x86_64_get_dispatch@PLT
3192 movq 720(%rax), %r11
3193 jmp *%r11
3194 #elif defined(PTHREADS)
3195 pushq %rdi
3196 pushq %rsi
3197 pushq %rdx
3198 pushq %rcx
3199 pushq %rbp
3200 call _x86_64_get_dispatch@PLT
3201 popq %rbp
3202 popq %rcx
3203 popq %rdx
3204 popq %rsi
3205 popq %rdi
3206 movq 720(%rax), %r11
3207 jmp *%r11
3208 #else
3209 movq _glapi_Dispatch(%rip), %rax
3210 testq %rax, %rax
3211 je 1f
3212 movq 720(%rax), %r11
3213 jmp *%r11
3214 1:
3215 pushq %rdi
3216 pushq %rsi
3217 pushq %rdx
3218 pushq %rcx
3219 pushq %rbp
3220 call _glapi_get_dispatch
3221 popq %rbp
3222 popq %rcx
3223 popq %rdx
3224 popq %rsi
3225 popq %rdi
3226 movq 720(%rax), %r11
3227 jmp *%r11
3228 #endif /* defined(GLX_USE_TLS) */
3229 .size GL_PREFIX(Recti), .-GL_PREFIX(Recti)
3230
3231 .p2align 4,,15
3232 .globl GL_PREFIX(Rectiv)
3233 .type GL_PREFIX(Rectiv), @function
3234 GL_PREFIX(Rectiv):
3235 #if defined(GLX_USE_TLS)
3236 call _x86_64_get_dispatch@PLT
3237 movq 728(%rax), %r11
3238 jmp *%r11
3239 #elif defined(PTHREADS)
3240 pushq %rdi
3241 pushq %rsi
3242 pushq %rbp
3243 call _x86_64_get_dispatch@PLT
3244 popq %rbp
3245 popq %rsi
3246 popq %rdi
3247 movq 728(%rax), %r11
3248 jmp *%r11
3249 #else
3250 movq _glapi_Dispatch(%rip), %rax
3251 testq %rax, %rax
3252 je 1f
3253 movq 728(%rax), %r11
3254 jmp *%r11
3255 1:
3256 pushq %rdi
3257 pushq %rsi
3258 pushq %rbp
3259 call _glapi_get_dispatch
3260 popq %rbp
3261 popq %rsi
3262 popq %rdi
3263 movq 728(%rax), %r11
3264 jmp *%r11
3265 #endif /* defined(GLX_USE_TLS) */
3266 .size GL_PREFIX(Rectiv), .-GL_PREFIX(Rectiv)
3267
3268 .p2align 4,,15
3269 .globl GL_PREFIX(Rects)
3270 .type GL_PREFIX(Rects), @function
3271 GL_PREFIX(Rects):
3272 #if defined(GLX_USE_TLS)
3273 call _x86_64_get_dispatch@PLT
3274 movq 736(%rax), %r11
3275 jmp *%r11
3276 #elif defined(PTHREADS)
3277 pushq %rdi
3278 pushq %rsi
3279 pushq %rdx
3280 pushq %rcx
3281 pushq %rbp
3282 call _x86_64_get_dispatch@PLT
3283 popq %rbp
3284 popq %rcx
3285 popq %rdx
3286 popq %rsi
3287 popq %rdi
3288 movq 736(%rax), %r11
3289 jmp *%r11
3290 #else
3291 movq _glapi_Dispatch(%rip), %rax
3292 testq %rax, %rax
3293 je 1f
3294 movq 736(%rax), %r11
3295 jmp *%r11
3296 1:
3297 pushq %rdi
3298 pushq %rsi
3299 pushq %rdx
3300 pushq %rcx
3301 pushq %rbp
3302 call _glapi_get_dispatch
3303 popq %rbp
3304 popq %rcx
3305 popq %rdx
3306 popq %rsi
3307 popq %rdi
3308 movq 736(%rax), %r11
3309 jmp *%r11
3310 #endif /* defined(GLX_USE_TLS) */
3311 .size GL_PREFIX(Rects), .-GL_PREFIX(Rects)
3312
3313 .p2align 4,,15
3314 .globl GL_PREFIX(Rectsv)
3315 .type GL_PREFIX(Rectsv), @function
3316 GL_PREFIX(Rectsv):
3317 #if defined(GLX_USE_TLS)
3318 call _x86_64_get_dispatch@PLT
3319 movq 744(%rax), %r11
3320 jmp *%r11
3321 #elif defined(PTHREADS)
3322 pushq %rdi
3323 pushq %rsi
3324 pushq %rbp
3325 call _x86_64_get_dispatch@PLT
3326 popq %rbp
3327 popq %rsi
3328 popq %rdi
3329 movq 744(%rax), %r11
3330 jmp *%r11
3331 #else
3332 movq _glapi_Dispatch(%rip), %rax
3333 testq %rax, %rax
3334 je 1f
3335 movq 744(%rax), %r11
3336 jmp *%r11
3337 1:
3338 pushq %rdi
3339 pushq %rsi
3340 pushq %rbp
3341 call _glapi_get_dispatch
3342 popq %rbp
3343 popq %rsi
3344 popq %rdi
3345 movq 744(%rax), %r11
3346 jmp *%r11
3347 #endif /* defined(GLX_USE_TLS) */
3348 .size GL_PREFIX(Rectsv), .-GL_PREFIX(Rectsv)
3349
3350 .p2align 4,,15
3351 .globl GL_PREFIX(TexCoord1d)
3352 .type GL_PREFIX(TexCoord1d), @function
3353 GL_PREFIX(TexCoord1d):
3354 #if defined(GLX_USE_TLS)
3355 call _x86_64_get_dispatch@PLT
3356 movq 752(%rax), %r11
3357 jmp *%r11
3358 #elif defined(PTHREADS)
3359 subq $8, %rsp
3360 movq %xmm0, (%rsp)
3361 call _x86_64_get_dispatch@PLT
3362 movq (%rsp), %xmm0
3363 addq $8, %rsp
3364 movq 752(%rax), %r11
3365 jmp *%r11
3366 #else
3367 movq _glapi_Dispatch(%rip), %rax
3368 testq %rax, %rax
3369 je 1f
3370 movq 752(%rax), %r11
3371 jmp *%r11
3372 1:
3373 subq $8, %rsp
3374 movq %xmm0, (%rsp)
3375 call _glapi_get_dispatch
3376 movq (%rsp), %xmm0
3377 addq $8, %rsp
3378 movq 752(%rax), %r11
3379 jmp *%r11
3380 #endif /* defined(GLX_USE_TLS) */
3381 .size GL_PREFIX(TexCoord1d), .-GL_PREFIX(TexCoord1d)
3382
3383 .p2align 4,,15
3384 .globl GL_PREFIX(TexCoord1dv)
3385 .type GL_PREFIX(TexCoord1dv), @function
3386 GL_PREFIX(TexCoord1dv):
3387 #if defined(GLX_USE_TLS)
3388 call _x86_64_get_dispatch@PLT
3389 movq 760(%rax), %r11
3390 jmp *%r11
3391 #elif defined(PTHREADS)
3392 pushq %rdi
3393 call _x86_64_get_dispatch@PLT
3394 popq %rdi
3395 movq 760(%rax), %r11
3396 jmp *%r11
3397 #else
3398 movq _glapi_Dispatch(%rip), %rax
3399 testq %rax, %rax
3400 je 1f
3401 movq 760(%rax), %r11
3402 jmp *%r11
3403 1:
3404 pushq %rdi
3405 call _glapi_get_dispatch
3406 popq %rdi
3407 movq 760(%rax), %r11
3408 jmp *%r11
3409 #endif /* defined(GLX_USE_TLS) */
3410 .size GL_PREFIX(TexCoord1dv), .-GL_PREFIX(TexCoord1dv)
3411
3412 .p2align 4,,15
3413 .globl GL_PREFIX(TexCoord1f)
3414 .type GL_PREFIX(TexCoord1f), @function
3415 GL_PREFIX(TexCoord1f):
3416 #if defined(GLX_USE_TLS)
3417 call _x86_64_get_dispatch@PLT
3418 movq 768(%rax), %r11
3419 jmp *%r11
3420 #elif defined(PTHREADS)
3421 subq $8, %rsp
3422 movq %xmm0, (%rsp)
3423 call _x86_64_get_dispatch@PLT
3424 movq (%rsp), %xmm0
3425 addq $8, %rsp
3426 movq 768(%rax), %r11
3427 jmp *%r11
3428 #else
3429 movq _glapi_Dispatch(%rip), %rax
3430 testq %rax, %rax
3431 je 1f
3432 movq 768(%rax), %r11
3433 jmp *%r11
3434 1:
3435 subq $8, %rsp
3436 movq %xmm0, (%rsp)
3437 call _glapi_get_dispatch
3438 movq (%rsp), %xmm0
3439 addq $8, %rsp
3440 movq 768(%rax), %r11
3441 jmp *%r11
3442 #endif /* defined(GLX_USE_TLS) */
3443 .size GL_PREFIX(TexCoord1f), .-GL_PREFIX(TexCoord1f)
3444
3445 .p2align 4,,15
3446 .globl GL_PREFIX(TexCoord1fv)
3447 .type GL_PREFIX(TexCoord1fv), @function
3448 GL_PREFIX(TexCoord1fv):
3449 #if defined(GLX_USE_TLS)
3450 call _x86_64_get_dispatch@PLT
3451 movq 776(%rax), %r11
3452 jmp *%r11
3453 #elif defined(PTHREADS)
3454 pushq %rdi
3455 call _x86_64_get_dispatch@PLT
3456 popq %rdi
3457 movq 776(%rax), %r11
3458 jmp *%r11
3459 #else
3460 movq _glapi_Dispatch(%rip), %rax
3461 testq %rax, %rax
3462 je 1f
3463 movq 776(%rax), %r11
3464 jmp *%r11
3465 1:
3466 pushq %rdi
3467 call _glapi_get_dispatch
3468 popq %rdi
3469 movq 776(%rax), %r11
3470 jmp *%r11
3471 #endif /* defined(GLX_USE_TLS) */
3472 .size GL_PREFIX(TexCoord1fv), .-GL_PREFIX(TexCoord1fv)
3473
3474 .p2align 4,,15
3475 .globl GL_PREFIX(TexCoord1i)
3476 .type GL_PREFIX(TexCoord1i), @function
3477 GL_PREFIX(TexCoord1i):
3478 #if defined(GLX_USE_TLS)
3479 call _x86_64_get_dispatch@PLT
3480 movq 784(%rax), %r11
3481 jmp *%r11
3482 #elif defined(PTHREADS)
3483 pushq %rdi
3484 call _x86_64_get_dispatch@PLT
3485 popq %rdi
3486 movq 784(%rax), %r11
3487 jmp *%r11
3488 #else
3489 movq _glapi_Dispatch(%rip), %rax
3490 testq %rax, %rax
3491 je 1f
3492 movq 784(%rax), %r11
3493 jmp *%r11
3494 1:
3495 pushq %rdi
3496 call _glapi_get_dispatch
3497 popq %rdi
3498 movq 784(%rax), %r11
3499 jmp *%r11
3500 #endif /* defined(GLX_USE_TLS) */
3501 .size GL_PREFIX(TexCoord1i), .-GL_PREFIX(TexCoord1i)
3502
3503 .p2align 4,,15
3504 .globl GL_PREFIX(TexCoord1iv)
3505 .type GL_PREFIX(TexCoord1iv), @function
3506 GL_PREFIX(TexCoord1iv):
3507 #if defined(GLX_USE_TLS)
3508 call _x86_64_get_dispatch@PLT
3509 movq 792(%rax), %r11
3510 jmp *%r11
3511 #elif defined(PTHREADS)
3512 pushq %rdi
3513 call _x86_64_get_dispatch@PLT
3514 popq %rdi
3515 movq 792(%rax), %r11
3516 jmp *%r11
3517 #else
3518 movq _glapi_Dispatch(%rip), %rax
3519 testq %rax, %rax
3520 je 1f
3521 movq 792(%rax), %r11
3522 jmp *%r11
3523 1:
3524 pushq %rdi
3525 call _glapi_get_dispatch
3526 popq %rdi
3527 movq 792(%rax), %r11
3528 jmp *%r11
3529 #endif /* defined(GLX_USE_TLS) */
3530 .size GL_PREFIX(TexCoord1iv), .-GL_PREFIX(TexCoord1iv)
3531
3532 .p2align 4,,15
3533 .globl GL_PREFIX(TexCoord1s)
3534 .type GL_PREFIX(TexCoord1s), @function
3535 GL_PREFIX(TexCoord1s):
3536 #if defined(GLX_USE_TLS)
3537 call _x86_64_get_dispatch@PLT
3538 movq 800(%rax), %r11
3539 jmp *%r11
3540 #elif defined(PTHREADS)
3541 pushq %rdi
3542 call _x86_64_get_dispatch@PLT
3543 popq %rdi
3544 movq 800(%rax), %r11
3545 jmp *%r11
3546 #else
3547 movq _glapi_Dispatch(%rip), %rax
3548 testq %rax, %rax
3549 je 1f
3550 movq 800(%rax), %r11
3551 jmp *%r11
3552 1:
3553 pushq %rdi
3554 call _glapi_get_dispatch
3555 popq %rdi
3556 movq 800(%rax), %r11
3557 jmp *%r11
3558 #endif /* defined(GLX_USE_TLS) */
3559 .size GL_PREFIX(TexCoord1s), .-GL_PREFIX(TexCoord1s)
3560
3561 .p2align 4,,15
3562 .globl GL_PREFIX(TexCoord1sv)
3563 .type GL_PREFIX(TexCoord1sv), @function
3564 GL_PREFIX(TexCoord1sv):
3565 #if defined(GLX_USE_TLS)
3566 call _x86_64_get_dispatch@PLT
3567 movq 808(%rax), %r11
3568 jmp *%r11
3569 #elif defined(PTHREADS)
3570 pushq %rdi
3571 call _x86_64_get_dispatch@PLT
3572 popq %rdi
3573 movq 808(%rax), %r11
3574 jmp *%r11
3575 #else
3576 movq _glapi_Dispatch(%rip), %rax
3577 testq %rax, %rax
3578 je 1f
3579 movq 808(%rax), %r11
3580 jmp *%r11
3581 1:
3582 pushq %rdi
3583 call _glapi_get_dispatch
3584 popq %rdi
3585 movq 808(%rax), %r11
3586 jmp *%r11
3587 #endif /* defined(GLX_USE_TLS) */
3588 .size GL_PREFIX(TexCoord1sv), .-GL_PREFIX(TexCoord1sv)
3589
3590 .p2align 4,,15
3591 .globl GL_PREFIX(TexCoord2d)
3592 .type GL_PREFIX(TexCoord2d), @function
3593 GL_PREFIX(TexCoord2d):
3594 #if defined(GLX_USE_TLS)
3595 call _x86_64_get_dispatch@PLT
3596 movq 816(%rax), %r11
3597 jmp *%r11
3598 #elif defined(PTHREADS)
3599 subq $24, %rsp
3600 movq %xmm0, (%rsp)
3601 movq %xmm1, 8(%rsp)
3602 call _x86_64_get_dispatch@PLT
3603 movq 8(%rsp), %xmm1
3604 movq (%rsp), %xmm0
3605 addq $24, %rsp
3606 movq 816(%rax), %r11
3607 jmp *%r11
3608 #else
3609 movq _glapi_Dispatch(%rip), %rax
3610 testq %rax, %rax
3611 je 1f
3612 movq 816(%rax), %r11
3613 jmp *%r11
3614 1:
3615 subq $24, %rsp
3616 movq %xmm0, (%rsp)
3617 movq %xmm1, 8(%rsp)
3618 call _glapi_get_dispatch
3619 movq 8(%rsp), %xmm1
3620 movq (%rsp), %xmm0
3621 addq $24, %rsp
3622 movq 816(%rax), %r11
3623 jmp *%r11
3624 #endif /* defined(GLX_USE_TLS) */
3625 .size GL_PREFIX(TexCoord2d), .-GL_PREFIX(TexCoord2d)
3626
3627 .p2align 4,,15
3628 .globl GL_PREFIX(TexCoord2dv)
3629 .type GL_PREFIX(TexCoord2dv), @function
3630 GL_PREFIX(TexCoord2dv):
3631 #if defined(GLX_USE_TLS)
3632 call _x86_64_get_dispatch@PLT
3633 movq 824(%rax), %r11
3634 jmp *%r11
3635 #elif defined(PTHREADS)
3636 pushq %rdi
3637 call _x86_64_get_dispatch@PLT
3638 popq %rdi
3639 movq 824(%rax), %r11
3640 jmp *%r11
3641 #else
3642 movq _glapi_Dispatch(%rip), %rax
3643 testq %rax, %rax
3644 je 1f
3645 movq 824(%rax), %r11
3646 jmp *%r11
3647 1:
3648 pushq %rdi
3649 call _glapi_get_dispatch
3650 popq %rdi
3651 movq 824(%rax), %r11
3652 jmp *%r11
3653 #endif /* defined(GLX_USE_TLS) */
3654 .size GL_PREFIX(TexCoord2dv), .-GL_PREFIX(TexCoord2dv)
3655
3656 .p2align 4,,15
3657 .globl GL_PREFIX(TexCoord2f)
3658 .type GL_PREFIX(TexCoord2f), @function
3659 GL_PREFIX(TexCoord2f):
3660 #if defined(GLX_USE_TLS)
3661 call _x86_64_get_dispatch@PLT
3662 movq 832(%rax), %r11
3663 jmp *%r11
3664 #elif defined(PTHREADS)
3665 subq $24, %rsp
3666 movq %xmm0, (%rsp)
3667 movq %xmm1, 8(%rsp)
3668 call _x86_64_get_dispatch@PLT
3669 movq 8(%rsp), %xmm1
3670 movq (%rsp), %xmm0
3671 addq $24, %rsp
3672 movq 832(%rax), %r11
3673 jmp *%r11
3674 #else
3675 movq _glapi_Dispatch(%rip), %rax
3676 testq %rax, %rax
3677 je 1f
3678 movq 832(%rax), %r11
3679 jmp *%r11
3680 1:
3681 subq $24, %rsp
3682 movq %xmm0, (%rsp)
3683 movq %xmm1, 8(%rsp)
3684 call _glapi_get_dispatch
3685 movq 8(%rsp), %xmm1
3686 movq (%rsp), %xmm0
3687 addq $24, %rsp
3688 movq 832(%rax), %r11
3689 jmp *%r11
3690 #endif /* defined(GLX_USE_TLS) */
3691 .size GL_PREFIX(TexCoord2f), .-GL_PREFIX(TexCoord2f)
3692
3693 .p2align 4,,15
3694 .globl GL_PREFIX(TexCoord2fv)
3695 .type GL_PREFIX(TexCoord2fv), @function
3696 GL_PREFIX(TexCoord2fv):
3697 #if defined(GLX_USE_TLS)
3698 call _x86_64_get_dispatch@PLT
3699 movq 840(%rax), %r11
3700 jmp *%r11
3701 #elif defined(PTHREADS)
3702 pushq %rdi
3703 call _x86_64_get_dispatch@PLT
3704 popq %rdi
3705 movq 840(%rax), %r11
3706 jmp *%r11
3707 #else
3708 movq _glapi_Dispatch(%rip), %rax
3709 testq %rax, %rax
3710 je 1f
3711 movq 840(%rax), %r11
3712 jmp *%r11
3713 1:
3714 pushq %rdi
3715 call _glapi_get_dispatch
3716 popq %rdi
3717 movq 840(%rax), %r11
3718 jmp *%r11
3719 #endif /* defined(GLX_USE_TLS) */
3720 .size GL_PREFIX(TexCoord2fv), .-GL_PREFIX(TexCoord2fv)
3721
3722 .p2align 4,,15
3723 .globl GL_PREFIX(TexCoord2i)
3724 .type GL_PREFIX(TexCoord2i), @function
3725 GL_PREFIX(TexCoord2i):
3726 #if defined(GLX_USE_TLS)
3727 call _x86_64_get_dispatch@PLT
3728 movq 848(%rax), %r11
3729 jmp *%r11
3730 #elif defined(PTHREADS)
3731 pushq %rdi
3732 pushq %rsi
3733 pushq %rbp
3734 call _x86_64_get_dispatch@PLT
3735 popq %rbp
3736 popq %rsi
3737 popq %rdi
3738 movq 848(%rax), %r11
3739 jmp *%r11
3740 #else
3741 movq _glapi_Dispatch(%rip), %rax
3742 testq %rax, %rax
3743 je 1f
3744 movq 848(%rax), %r11
3745 jmp *%r11
3746 1:
3747 pushq %rdi
3748 pushq %rsi
3749 pushq %rbp
3750 call _glapi_get_dispatch
3751 popq %rbp
3752 popq %rsi
3753 popq %rdi
3754 movq 848(%rax), %r11
3755 jmp *%r11
3756 #endif /* defined(GLX_USE_TLS) */
3757 .size GL_PREFIX(TexCoord2i), .-GL_PREFIX(TexCoord2i)
3758
3759 .p2align 4,,15
3760 .globl GL_PREFIX(TexCoord2iv)
3761 .type GL_PREFIX(TexCoord2iv), @function
3762 GL_PREFIX(TexCoord2iv):
3763 #if defined(GLX_USE_TLS)
3764 call _x86_64_get_dispatch@PLT
3765 movq 856(%rax), %r11
3766 jmp *%r11
3767 #elif defined(PTHREADS)
3768 pushq %rdi
3769 call _x86_64_get_dispatch@PLT
3770 popq %rdi
3771 movq 856(%rax), %r11
3772 jmp *%r11
3773 #else
3774 movq _glapi_Dispatch(%rip), %rax
3775 testq %rax, %rax
3776 je 1f
3777 movq 856(%rax), %r11
3778 jmp *%r11
3779 1:
3780 pushq %rdi
3781 call _glapi_get_dispatch
3782 popq %rdi
3783 movq 856(%rax), %r11
3784 jmp *%r11
3785 #endif /* defined(GLX_USE_TLS) */
3786 .size GL_PREFIX(TexCoord2iv), .-GL_PREFIX(TexCoord2iv)
3787
3788 .p2align 4,,15
3789 .globl GL_PREFIX(TexCoord2s)
3790 .type GL_PREFIX(TexCoord2s), @function
3791 GL_PREFIX(TexCoord2s):
3792 #if defined(GLX_USE_TLS)
3793 call _x86_64_get_dispatch@PLT
3794 movq 864(%rax), %r11
3795 jmp *%r11
3796 #elif defined(PTHREADS)
3797 pushq %rdi
3798 pushq %rsi
3799 pushq %rbp
3800 call _x86_64_get_dispatch@PLT
3801 popq %rbp
3802 popq %rsi
3803 popq %rdi
3804 movq 864(%rax), %r11
3805 jmp *%r11
3806 #else
3807 movq _glapi_Dispatch(%rip), %rax
3808 testq %rax, %rax
3809 je 1f
3810 movq 864(%rax), %r11
3811 jmp *%r11
3812 1:
3813 pushq %rdi
3814 pushq %rsi
3815 pushq %rbp
3816 call _glapi_get_dispatch
3817 popq %rbp
3818 popq %rsi
3819 popq %rdi
3820 movq 864(%rax), %r11
3821 jmp *%r11
3822 #endif /* defined(GLX_USE_TLS) */
3823 .size GL_PREFIX(TexCoord2s), .-GL_PREFIX(TexCoord2s)
3824
3825 .p2align 4,,15
3826 .globl GL_PREFIX(TexCoord2sv)
3827 .type GL_PREFIX(TexCoord2sv), @function
3828 GL_PREFIX(TexCoord2sv):
3829 #if defined(GLX_USE_TLS)
3830 call _x86_64_get_dispatch@PLT
3831 movq 872(%rax), %r11
3832 jmp *%r11
3833 #elif defined(PTHREADS)
3834 pushq %rdi
3835 call _x86_64_get_dispatch@PLT
3836 popq %rdi
3837 movq 872(%rax), %r11
3838 jmp *%r11
3839 #else
3840 movq _glapi_Dispatch(%rip), %rax
3841 testq %rax, %rax
3842 je 1f
3843 movq 872(%rax), %r11
3844 jmp *%r11
3845 1:
3846 pushq %rdi
3847 call _glapi_get_dispatch
3848 popq %rdi
3849 movq 872(%rax), %r11
3850 jmp *%r11
3851 #endif /* defined(GLX_USE_TLS) */
3852 .size GL_PREFIX(TexCoord2sv), .-GL_PREFIX(TexCoord2sv)
3853
3854 .p2align 4,,15
3855 .globl GL_PREFIX(TexCoord3d)
3856 .type GL_PREFIX(TexCoord3d), @function
3857 GL_PREFIX(TexCoord3d):
3858 #if defined(GLX_USE_TLS)
3859 call _x86_64_get_dispatch@PLT
3860 movq 880(%rax), %r11
3861 jmp *%r11
3862 #elif defined(PTHREADS)
3863 subq $24, %rsp
3864 movq %xmm0, (%rsp)
3865 movq %xmm1, 8(%rsp)
3866 movq %xmm2, 16(%rsp)
3867 call _x86_64_get_dispatch@PLT
3868 movq 16(%rsp), %xmm2
3869 movq 8(%rsp), %xmm1
3870 movq (%rsp), %xmm0
3871 addq $24, %rsp
3872 movq 880(%rax), %r11
3873 jmp *%r11
3874 #else
3875 movq _glapi_Dispatch(%rip), %rax
3876 testq %rax, %rax
3877 je 1f
3878 movq 880(%rax), %r11
3879 jmp *%r11
3880 1:
3881 subq $24, %rsp
3882 movq %xmm0, (%rsp)
3883 movq %xmm1, 8(%rsp)
3884 movq %xmm2, 16(%rsp)
3885 call _glapi_get_dispatch
3886 movq 16(%rsp), %xmm2
3887 movq 8(%rsp), %xmm1
3888 movq (%rsp), %xmm0
3889 addq $24, %rsp
3890 movq 880(%rax), %r11
3891 jmp *%r11
3892 #endif /* defined(GLX_USE_TLS) */
3893 .size GL_PREFIX(TexCoord3d), .-GL_PREFIX(TexCoord3d)
3894
3895 .p2align 4,,15
3896 .globl GL_PREFIX(TexCoord3dv)
3897 .type GL_PREFIX(TexCoord3dv), @function
3898 GL_PREFIX(TexCoord3dv):
3899 #if defined(GLX_USE_TLS)
3900 call _x86_64_get_dispatch@PLT
3901 movq 888(%rax), %r11
3902 jmp *%r11
3903 #elif defined(PTHREADS)
3904 pushq %rdi
3905 call _x86_64_get_dispatch@PLT
3906 popq %rdi
3907 movq 888(%rax), %r11
3908 jmp *%r11
3909 #else
3910 movq _glapi_Dispatch(%rip), %rax
3911 testq %rax, %rax
3912 je 1f
3913 movq 888(%rax), %r11
3914 jmp *%r11
3915 1:
3916 pushq %rdi
3917 call _glapi_get_dispatch
3918 popq %rdi
3919 movq 888(%rax), %r11
3920 jmp *%r11
3921 #endif /* defined(GLX_USE_TLS) */
3922 .size GL_PREFIX(TexCoord3dv), .-GL_PREFIX(TexCoord3dv)
3923
3924 .p2align 4,,15
3925 .globl GL_PREFIX(TexCoord3f)
3926 .type GL_PREFIX(TexCoord3f), @function
3927 GL_PREFIX(TexCoord3f):
3928 #if defined(GLX_USE_TLS)
3929 call _x86_64_get_dispatch@PLT
3930 movq 896(%rax), %r11
3931 jmp *%r11
3932 #elif defined(PTHREADS)
3933 subq $24, %rsp
3934 movq %xmm0, (%rsp)
3935 movq %xmm1, 8(%rsp)
3936 movq %xmm2, 16(%rsp)
3937 call _x86_64_get_dispatch@PLT
3938 movq 16(%rsp), %xmm2
3939 movq 8(%rsp), %xmm1
3940 movq (%rsp), %xmm0
3941 addq $24, %rsp
3942 movq 896(%rax), %r11
3943 jmp *%r11
3944 #else
3945 movq _glapi_Dispatch(%rip), %rax
3946 testq %rax, %rax
3947 je 1f
3948 movq 896(%rax), %r11
3949 jmp *%r11
3950 1:
3951 subq $24, %rsp
3952 movq %xmm0, (%rsp)
3953 movq %xmm1, 8(%rsp)
3954 movq %xmm2, 16(%rsp)
3955 call _glapi_get_dispatch
3956 movq 16(%rsp), %xmm2
3957 movq 8(%rsp), %xmm1
3958 movq (%rsp), %xmm0
3959 addq $24, %rsp
3960 movq 896(%rax), %r11
3961 jmp *%r11
3962 #endif /* defined(GLX_USE_TLS) */
3963 .size GL_PREFIX(TexCoord3f), .-GL_PREFIX(TexCoord3f)
3964
3965 .p2align 4,,15
3966 .globl GL_PREFIX(TexCoord3fv)
3967 .type GL_PREFIX(TexCoord3fv), @function
3968 GL_PREFIX(TexCoord3fv):
3969 #if defined(GLX_USE_TLS)
3970 call _x86_64_get_dispatch@PLT
3971 movq 904(%rax), %r11
3972 jmp *%r11
3973 #elif defined(PTHREADS)
3974 pushq %rdi
3975 call _x86_64_get_dispatch@PLT
3976 popq %rdi
3977 movq 904(%rax), %r11
3978 jmp *%r11
3979 #else
3980 movq _glapi_Dispatch(%rip), %rax
3981 testq %rax, %rax
3982 je 1f
3983 movq 904(%rax), %r11
3984 jmp *%r11
3985 1:
3986 pushq %rdi
3987 call _glapi_get_dispatch
3988 popq %rdi
3989 movq 904(%rax), %r11
3990 jmp *%r11
3991 #endif /* defined(GLX_USE_TLS) */
3992 .size GL_PREFIX(TexCoord3fv), .-GL_PREFIX(TexCoord3fv)
3993
3994 .p2align 4,,15
3995 .globl GL_PREFIX(TexCoord3i)
3996 .type GL_PREFIX(TexCoord3i), @function
3997 GL_PREFIX(TexCoord3i):
3998 #if defined(GLX_USE_TLS)
3999 call _x86_64_get_dispatch@PLT
4000 movq 912(%rax), %r11
4001 jmp *%r11
4002 #elif defined(PTHREADS)
4003 pushq %rdi
4004 pushq %rsi
4005 pushq %rdx
4006 call _x86_64_get_dispatch@PLT
4007 popq %rdx
4008 popq %rsi
4009 popq %rdi
4010 movq 912(%rax), %r11
4011 jmp *%r11
4012 #else
4013 movq _glapi_Dispatch(%rip), %rax
4014 testq %rax, %rax
4015 je 1f
4016 movq 912(%rax), %r11
4017 jmp *%r11
4018 1:
4019 pushq %rdi
4020 pushq %rsi
4021 pushq %rdx
4022 call _glapi_get_dispatch
4023 popq %rdx
4024 popq %rsi
4025 popq %rdi
4026 movq 912(%rax), %r11
4027 jmp *%r11
4028 #endif /* defined(GLX_USE_TLS) */
4029 .size GL_PREFIX(TexCoord3i), .-GL_PREFIX(TexCoord3i)
4030
4031 .p2align 4,,15
4032 .globl GL_PREFIX(TexCoord3iv)
4033 .type GL_PREFIX(TexCoord3iv), @function
4034 GL_PREFIX(TexCoord3iv):
4035 #if defined(GLX_USE_TLS)
4036 call _x86_64_get_dispatch@PLT
4037 movq 920(%rax), %r11
4038 jmp *%r11
4039 #elif defined(PTHREADS)
4040 pushq %rdi
4041 call _x86_64_get_dispatch@PLT
4042 popq %rdi
4043 movq 920(%rax), %r11
4044 jmp *%r11
4045 #else
4046 movq _glapi_Dispatch(%rip), %rax
4047 testq %rax, %rax
4048 je 1f
4049 movq 920(%rax), %r11
4050 jmp *%r11
4051 1:
4052 pushq %rdi
4053 call _glapi_get_dispatch
4054 popq %rdi
4055 movq 920(%rax), %r11
4056 jmp *%r11
4057 #endif /* defined(GLX_USE_TLS) */
4058 .size GL_PREFIX(TexCoord3iv), .-GL_PREFIX(TexCoord3iv)
4059
4060 .p2align 4,,15
4061 .globl GL_PREFIX(TexCoord3s)
4062 .type GL_PREFIX(TexCoord3s), @function
4063 GL_PREFIX(TexCoord3s):
4064 #if defined(GLX_USE_TLS)
4065 call _x86_64_get_dispatch@PLT
4066 movq 928(%rax), %r11
4067 jmp *%r11
4068 #elif defined(PTHREADS)
4069 pushq %rdi
4070 pushq %rsi
4071 pushq %rdx
4072 call _x86_64_get_dispatch@PLT
4073 popq %rdx
4074 popq %rsi
4075 popq %rdi
4076 movq 928(%rax), %r11
4077 jmp *%r11
4078 #else
4079 movq _glapi_Dispatch(%rip), %rax
4080 testq %rax, %rax
4081 je 1f
4082 movq 928(%rax), %r11
4083 jmp *%r11
4084 1:
4085 pushq %rdi
4086 pushq %rsi
4087 pushq %rdx
4088 call _glapi_get_dispatch
4089 popq %rdx
4090 popq %rsi
4091 popq %rdi
4092 movq 928(%rax), %r11
4093 jmp *%r11
4094 #endif /* defined(GLX_USE_TLS) */
4095 .size GL_PREFIX(TexCoord3s), .-GL_PREFIX(TexCoord3s)
4096
4097 .p2align 4,,15
4098 .globl GL_PREFIX(TexCoord3sv)
4099 .type GL_PREFIX(TexCoord3sv), @function
4100 GL_PREFIX(TexCoord3sv):
4101 #if defined(GLX_USE_TLS)
4102 call _x86_64_get_dispatch@PLT
4103 movq 936(%rax), %r11
4104 jmp *%r11
4105 #elif defined(PTHREADS)
4106 pushq %rdi
4107 call _x86_64_get_dispatch@PLT
4108 popq %rdi
4109 movq 936(%rax), %r11
4110 jmp *%r11
4111 #else
4112 movq _glapi_Dispatch(%rip), %rax
4113 testq %rax, %rax
4114 je 1f
4115 movq 936(%rax), %r11
4116 jmp *%r11
4117 1:
4118 pushq %rdi
4119 call _glapi_get_dispatch
4120 popq %rdi
4121 movq 936(%rax), %r11
4122 jmp *%r11
4123 #endif /* defined(GLX_USE_TLS) */
4124 .size GL_PREFIX(TexCoord3sv), .-GL_PREFIX(TexCoord3sv)
4125
4126 .p2align 4,,15
4127 .globl GL_PREFIX(TexCoord4d)
4128 .type GL_PREFIX(TexCoord4d), @function
4129 GL_PREFIX(TexCoord4d):
4130 #if defined(GLX_USE_TLS)
4131 call _x86_64_get_dispatch@PLT
4132 movq 944(%rax), %r11
4133 jmp *%r11
4134 #elif defined(PTHREADS)
4135 subq $40, %rsp
4136 movq %xmm0, (%rsp)
4137 movq %xmm1, 8(%rsp)
4138 movq %xmm2, 16(%rsp)
4139 movq %xmm3, 24(%rsp)
4140 call _x86_64_get_dispatch@PLT
4141 movq 24(%rsp), %xmm3
4142 movq 16(%rsp), %xmm2
4143 movq 8(%rsp), %xmm1
4144 movq (%rsp), %xmm0
4145 addq $40, %rsp
4146 movq 944(%rax), %r11
4147 jmp *%r11
4148 #else
4149 movq _glapi_Dispatch(%rip), %rax
4150 testq %rax, %rax
4151 je 1f
4152 movq 944(%rax), %r11
4153 jmp *%r11
4154 1:
4155 subq $40, %rsp
4156 movq %xmm0, (%rsp)
4157 movq %xmm1, 8(%rsp)
4158 movq %xmm2, 16(%rsp)
4159 movq %xmm3, 24(%rsp)
4160 call _glapi_get_dispatch
4161 movq 24(%rsp), %xmm3
4162 movq 16(%rsp), %xmm2
4163 movq 8(%rsp), %xmm1
4164 movq (%rsp), %xmm0
4165 addq $40, %rsp
4166 movq 944(%rax), %r11
4167 jmp *%r11
4168 #endif /* defined(GLX_USE_TLS) */
4169 .size GL_PREFIX(TexCoord4d), .-GL_PREFIX(TexCoord4d)
4170
4171 .p2align 4,,15
4172 .globl GL_PREFIX(TexCoord4dv)
4173 .type GL_PREFIX(TexCoord4dv), @function
4174 GL_PREFIX(TexCoord4dv):
4175 #if defined(GLX_USE_TLS)
4176 call _x86_64_get_dispatch@PLT
4177 movq 952(%rax), %r11
4178 jmp *%r11
4179 #elif defined(PTHREADS)
4180 pushq %rdi
4181 call _x86_64_get_dispatch@PLT
4182 popq %rdi
4183 movq 952(%rax), %r11
4184 jmp *%r11
4185 #else
4186 movq _glapi_Dispatch(%rip), %rax
4187 testq %rax, %rax
4188 je 1f
4189 movq 952(%rax), %r11
4190 jmp *%r11
4191 1:
4192 pushq %rdi
4193 call _glapi_get_dispatch
4194 popq %rdi
4195 movq 952(%rax), %r11
4196 jmp *%r11
4197 #endif /* defined(GLX_USE_TLS) */
4198 .size GL_PREFIX(TexCoord4dv), .-GL_PREFIX(TexCoord4dv)
4199
4200 .p2align 4,,15
4201 .globl GL_PREFIX(TexCoord4f)
4202 .type GL_PREFIX(TexCoord4f), @function
4203 GL_PREFIX(TexCoord4f):
4204 #if defined(GLX_USE_TLS)
4205 call _x86_64_get_dispatch@PLT
4206 movq 960(%rax), %r11
4207 jmp *%r11
4208 #elif defined(PTHREADS)
4209 subq $40, %rsp
4210 movq %xmm0, (%rsp)
4211 movq %xmm1, 8(%rsp)
4212 movq %xmm2, 16(%rsp)
4213 movq %xmm3, 24(%rsp)
4214 call _x86_64_get_dispatch@PLT
4215 movq 24(%rsp), %xmm3
4216 movq 16(%rsp), %xmm2
4217 movq 8(%rsp), %xmm1
4218 movq (%rsp), %xmm0
4219 addq $40, %rsp
4220 movq 960(%rax), %r11
4221 jmp *%r11
4222 #else
4223 movq _glapi_Dispatch(%rip), %rax
4224 testq %rax, %rax
4225 je 1f
4226 movq 960(%rax), %r11
4227 jmp *%r11
4228 1:
4229 subq $40, %rsp
4230 movq %xmm0, (%rsp)
4231 movq %xmm1, 8(%rsp)
4232 movq %xmm2, 16(%rsp)
4233 movq %xmm3, 24(%rsp)
4234 call _glapi_get_dispatch
4235 movq 24(%rsp), %xmm3
4236 movq 16(%rsp), %xmm2
4237 movq 8(%rsp), %xmm1
4238 movq (%rsp), %xmm0
4239 addq $40, %rsp
4240 movq 960(%rax), %r11
4241 jmp *%r11
4242 #endif /* defined(GLX_USE_TLS) */
4243 .size GL_PREFIX(TexCoord4f), .-GL_PREFIX(TexCoord4f)
4244
4245 .p2align 4,,15
4246 .globl GL_PREFIX(TexCoord4fv)
4247 .type GL_PREFIX(TexCoord4fv), @function
4248 GL_PREFIX(TexCoord4fv):
4249 #if defined(GLX_USE_TLS)
4250 call _x86_64_get_dispatch@PLT
4251 movq 968(%rax), %r11
4252 jmp *%r11
4253 #elif defined(PTHREADS)
4254 pushq %rdi
4255 call _x86_64_get_dispatch@PLT
4256 popq %rdi
4257 movq 968(%rax), %r11
4258 jmp *%r11
4259 #else
4260 movq _glapi_Dispatch(%rip), %rax
4261 testq %rax, %rax
4262 je 1f
4263 movq 968(%rax), %r11
4264 jmp *%r11
4265 1:
4266 pushq %rdi
4267 call _glapi_get_dispatch
4268 popq %rdi
4269 movq 968(%rax), %r11
4270 jmp *%r11
4271 #endif /* defined(GLX_USE_TLS) */
4272 .size GL_PREFIX(TexCoord4fv), .-GL_PREFIX(TexCoord4fv)
4273
4274 .p2align 4,,15
4275 .globl GL_PREFIX(TexCoord4i)
4276 .type GL_PREFIX(TexCoord4i), @function
4277 GL_PREFIX(TexCoord4i):
4278 #if defined(GLX_USE_TLS)
4279 call _x86_64_get_dispatch@PLT
4280 movq 976(%rax), %r11
4281 jmp *%r11
4282 #elif defined(PTHREADS)
4283 pushq %rdi
4284 pushq %rsi
4285 pushq %rdx
4286 pushq %rcx
4287 pushq %rbp
4288 call _x86_64_get_dispatch@PLT
4289 popq %rbp
4290 popq %rcx
4291 popq %rdx
4292 popq %rsi
4293 popq %rdi
4294 movq 976(%rax), %r11
4295 jmp *%r11
4296 #else
4297 movq _glapi_Dispatch(%rip), %rax
4298 testq %rax, %rax
4299 je 1f
4300 movq 976(%rax), %r11
4301 jmp *%r11
4302 1:
4303 pushq %rdi
4304 pushq %rsi
4305 pushq %rdx
4306 pushq %rcx
4307 pushq %rbp
4308 call _glapi_get_dispatch
4309 popq %rbp
4310 popq %rcx
4311 popq %rdx
4312 popq %rsi
4313 popq %rdi
4314 movq 976(%rax), %r11
4315 jmp *%r11
4316 #endif /* defined(GLX_USE_TLS) */
4317 .size GL_PREFIX(TexCoord4i), .-GL_PREFIX(TexCoord4i)
4318
4319 .p2align 4,,15
4320 .globl GL_PREFIX(TexCoord4iv)
4321 .type GL_PREFIX(TexCoord4iv), @function
4322 GL_PREFIX(TexCoord4iv):
4323 #if defined(GLX_USE_TLS)
4324 call _x86_64_get_dispatch@PLT
4325 movq 984(%rax), %r11
4326 jmp *%r11
4327 #elif defined(PTHREADS)
4328 pushq %rdi
4329 call _x86_64_get_dispatch@PLT
4330 popq %rdi
4331 movq 984(%rax), %r11
4332 jmp *%r11
4333 #else
4334 movq _glapi_Dispatch(%rip), %rax
4335 testq %rax, %rax
4336 je 1f
4337 movq 984(%rax), %r11
4338 jmp *%r11
4339 1:
4340 pushq %rdi
4341 call _glapi_get_dispatch
4342 popq %rdi
4343 movq 984(%rax), %r11
4344 jmp *%r11
4345 #endif /* defined(GLX_USE_TLS) */
4346 .size GL_PREFIX(TexCoord4iv), .-GL_PREFIX(TexCoord4iv)
4347
4348 .p2align 4,,15
4349 .globl GL_PREFIX(TexCoord4s)
4350 .type GL_PREFIX(TexCoord4s), @function
4351 GL_PREFIX(TexCoord4s):
4352 #if defined(GLX_USE_TLS)
4353 call _x86_64_get_dispatch@PLT
4354 movq 992(%rax), %r11
4355 jmp *%r11
4356 #elif defined(PTHREADS)
4357 pushq %rdi
4358 pushq %rsi
4359 pushq %rdx
4360 pushq %rcx
4361 pushq %rbp
4362 call _x86_64_get_dispatch@PLT
4363 popq %rbp
4364 popq %rcx
4365 popq %rdx
4366 popq %rsi
4367 popq %rdi
4368 movq 992(%rax), %r11
4369 jmp *%r11
4370 #else
4371 movq _glapi_Dispatch(%rip), %rax
4372 testq %rax, %rax
4373 je 1f
4374 movq 992(%rax), %r11
4375 jmp *%r11
4376 1:
4377 pushq %rdi
4378 pushq %rsi
4379 pushq %rdx
4380 pushq %rcx
4381 pushq %rbp
4382 call _glapi_get_dispatch
4383 popq %rbp
4384 popq %rcx
4385 popq %rdx
4386 popq %rsi
4387 popq %rdi
4388 movq 992(%rax), %r11
4389 jmp *%r11
4390 #endif /* defined(GLX_USE_TLS) */
4391 .size GL_PREFIX(TexCoord4s), .-GL_PREFIX(TexCoord4s)
4392
4393 .p2align 4,,15
4394 .globl GL_PREFIX(TexCoord4sv)
4395 .type GL_PREFIX(TexCoord4sv), @function
4396 GL_PREFIX(TexCoord4sv):
4397 #if defined(GLX_USE_TLS)
4398 call _x86_64_get_dispatch@PLT
4399 movq 1000(%rax), %r11
4400 jmp *%r11
4401 #elif defined(PTHREADS)
4402 pushq %rdi
4403 call _x86_64_get_dispatch@PLT
4404 popq %rdi
4405 movq 1000(%rax), %r11
4406 jmp *%r11
4407 #else
4408 movq _glapi_Dispatch(%rip), %rax
4409 testq %rax, %rax
4410 je 1f
4411 movq 1000(%rax), %r11
4412 jmp *%r11
4413 1:
4414 pushq %rdi
4415 call _glapi_get_dispatch
4416 popq %rdi
4417 movq 1000(%rax), %r11
4418 jmp *%r11
4419 #endif /* defined(GLX_USE_TLS) */
4420 .size GL_PREFIX(TexCoord4sv), .-GL_PREFIX(TexCoord4sv)
4421
4422 .p2align 4,,15
4423 .globl GL_PREFIX(Vertex2d)
4424 .type GL_PREFIX(Vertex2d), @function
4425 GL_PREFIX(Vertex2d):
4426 #if defined(GLX_USE_TLS)
4427 call _x86_64_get_dispatch@PLT
4428 movq 1008(%rax), %r11
4429 jmp *%r11
4430 #elif defined(PTHREADS)
4431 subq $24, %rsp
4432 movq %xmm0, (%rsp)
4433 movq %xmm1, 8(%rsp)
4434 call _x86_64_get_dispatch@PLT
4435 movq 8(%rsp), %xmm1
4436 movq (%rsp), %xmm0
4437 addq $24, %rsp
4438 movq 1008(%rax), %r11
4439 jmp *%r11
4440 #else
4441 movq _glapi_Dispatch(%rip), %rax
4442 testq %rax, %rax
4443 je 1f
4444 movq 1008(%rax), %r11
4445 jmp *%r11
4446 1:
4447 subq $24, %rsp
4448 movq %xmm0, (%rsp)
4449 movq %xmm1, 8(%rsp)
4450 call _glapi_get_dispatch
4451 movq 8(%rsp), %xmm1
4452 movq (%rsp), %xmm0
4453 addq $24, %rsp
4454 movq 1008(%rax), %r11
4455 jmp *%r11
4456 #endif /* defined(GLX_USE_TLS) */
4457 .size GL_PREFIX(Vertex2d), .-GL_PREFIX(Vertex2d)
4458
4459 .p2align 4,,15
4460 .globl GL_PREFIX(Vertex2dv)
4461 .type GL_PREFIX(Vertex2dv), @function
4462 GL_PREFIX(Vertex2dv):
4463 #if defined(GLX_USE_TLS)
4464 call _x86_64_get_dispatch@PLT
4465 movq 1016(%rax), %r11
4466 jmp *%r11
4467 #elif defined(PTHREADS)
4468 pushq %rdi
4469 call _x86_64_get_dispatch@PLT
4470 popq %rdi
4471 movq 1016(%rax), %r11
4472 jmp *%r11
4473 #else
4474 movq _glapi_Dispatch(%rip), %rax
4475 testq %rax, %rax
4476 je 1f
4477 movq 1016(%rax), %r11
4478 jmp *%r11
4479 1:
4480 pushq %rdi
4481 call _glapi_get_dispatch
4482 popq %rdi
4483 movq 1016(%rax), %r11
4484 jmp *%r11
4485 #endif /* defined(GLX_USE_TLS) */
4486 .size GL_PREFIX(Vertex2dv), .-GL_PREFIX(Vertex2dv)
4487
4488 .p2align 4,,15
4489 .globl GL_PREFIX(Vertex2f)
4490 .type GL_PREFIX(Vertex2f), @function
4491 GL_PREFIX(Vertex2f):
4492 #if defined(GLX_USE_TLS)
4493 call _x86_64_get_dispatch@PLT
4494 movq 1024(%rax), %r11
4495 jmp *%r11
4496 #elif defined(PTHREADS)
4497 subq $24, %rsp
4498 movq %xmm0, (%rsp)
4499 movq %xmm1, 8(%rsp)
4500 call _x86_64_get_dispatch@PLT
4501 movq 8(%rsp), %xmm1
4502 movq (%rsp), %xmm0
4503 addq $24, %rsp
4504 movq 1024(%rax), %r11
4505 jmp *%r11
4506 #else
4507 movq _glapi_Dispatch(%rip), %rax
4508 testq %rax, %rax
4509 je 1f
4510 movq 1024(%rax), %r11
4511 jmp *%r11
4512 1:
4513 subq $24, %rsp
4514 movq %xmm0, (%rsp)
4515 movq %xmm1, 8(%rsp)
4516 call _glapi_get_dispatch
4517 movq 8(%rsp), %xmm1
4518 movq (%rsp), %xmm0
4519 addq $24, %rsp
4520 movq 1024(%rax), %r11
4521 jmp *%r11
4522 #endif /* defined(GLX_USE_TLS) */
4523 .size GL_PREFIX(Vertex2f), .-GL_PREFIX(Vertex2f)
4524
4525 .p2align 4,,15
4526 .globl GL_PREFIX(Vertex2fv)
4527 .type GL_PREFIX(Vertex2fv), @function
4528 GL_PREFIX(Vertex2fv):
4529 #if defined(GLX_USE_TLS)
4530 call _x86_64_get_dispatch@PLT
4531 movq 1032(%rax), %r11
4532 jmp *%r11
4533 #elif defined(PTHREADS)
4534 pushq %rdi
4535 call _x86_64_get_dispatch@PLT
4536 popq %rdi
4537 movq 1032(%rax), %r11
4538 jmp *%r11
4539 #else
4540 movq _glapi_Dispatch(%rip), %rax
4541 testq %rax, %rax
4542 je 1f
4543 movq 1032(%rax), %r11
4544 jmp *%r11
4545 1:
4546 pushq %rdi
4547 call _glapi_get_dispatch
4548 popq %rdi
4549 movq 1032(%rax), %r11
4550 jmp *%r11
4551 #endif /* defined(GLX_USE_TLS) */
4552 .size GL_PREFIX(Vertex2fv), .-GL_PREFIX(Vertex2fv)
4553
4554 .p2align 4,,15
4555 .globl GL_PREFIX(Vertex2i)
4556 .type GL_PREFIX(Vertex2i), @function
4557 GL_PREFIX(Vertex2i):
4558 #if defined(GLX_USE_TLS)
4559 call _x86_64_get_dispatch@PLT
4560 movq 1040(%rax), %r11
4561 jmp *%r11
4562 #elif defined(PTHREADS)
4563 pushq %rdi
4564 pushq %rsi
4565 pushq %rbp
4566 call _x86_64_get_dispatch@PLT
4567 popq %rbp
4568 popq %rsi
4569 popq %rdi
4570 movq 1040(%rax), %r11
4571 jmp *%r11
4572 #else
4573 movq _glapi_Dispatch(%rip), %rax
4574 testq %rax, %rax
4575 je 1f
4576 movq 1040(%rax), %r11
4577 jmp *%r11
4578 1:
4579 pushq %rdi
4580 pushq %rsi
4581 pushq %rbp
4582 call _glapi_get_dispatch
4583 popq %rbp
4584 popq %rsi
4585 popq %rdi
4586 movq 1040(%rax), %r11
4587 jmp *%r11
4588 #endif /* defined(GLX_USE_TLS) */
4589 .size GL_PREFIX(Vertex2i), .-GL_PREFIX(Vertex2i)
4590
4591 .p2align 4,,15
4592 .globl GL_PREFIX(Vertex2iv)
4593 .type GL_PREFIX(Vertex2iv), @function
4594 GL_PREFIX(Vertex2iv):
4595 #if defined(GLX_USE_TLS)
4596 call _x86_64_get_dispatch@PLT
4597 movq 1048(%rax), %r11
4598 jmp *%r11
4599 #elif defined(PTHREADS)
4600 pushq %rdi
4601 call _x86_64_get_dispatch@PLT
4602 popq %rdi
4603 movq 1048(%rax), %r11
4604 jmp *%r11
4605 #else
4606 movq _glapi_Dispatch(%rip), %rax
4607 testq %rax, %rax
4608 je 1f
4609 movq 1048(%rax), %r11
4610 jmp *%r11
4611 1:
4612 pushq %rdi
4613 call _glapi_get_dispatch
4614 popq %rdi
4615 movq 1048(%rax), %r11
4616 jmp *%r11
4617 #endif /* defined(GLX_USE_TLS) */
4618 .size GL_PREFIX(Vertex2iv), .-GL_PREFIX(Vertex2iv)
4619
4620 .p2align 4,,15
4621 .globl GL_PREFIX(Vertex2s)
4622 .type GL_PREFIX(Vertex2s), @function
4623 GL_PREFIX(Vertex2s):
4624 #if defined(GLX_USE_TLS)
4625 call _x86_64_get_dispatch@PLT
4626 movq 1056(%rax), %r11
4627 jmp *%r11
4628 #elif defined(PTHREADS)
4629 pushq %rdi
4630 pushq %rsi
4631 pushq %rbp
4632 call _x86_64_get_dispatch@PLT
4633 popq %rbp
4634 popq %rsi
4635 popq %rdi
4636 movq 1056(%rax), %r11
4637 jmp *%r11
4638 #else
4639 movq _glapi_Dispatch(%rip), %rax
4640 testq %rax, %rax
4641 je 1f
4642 movq 1056(%rax), %r11
4643 jmp *%r11
4644 1:
4645 pushq %rdi
4646 pushq %rsi
4647 pushq %rbp
4648 call _glapi_get_dispatch
4649 popq %rbp
4650 popq %rsi
4651 popq %rdi
4652 movq 1056(%rax), %r11
4653 jmp *%r11
4654 #endif /* defined(GLX_USE_TLS) */
4655 .size GL_PREFIX(Vertex2s), .-GL_PREFIX(Vertex2s)
4656
4657 .p2align 4,,15
4658 .globl GL_PREFIX(Vertex2sv)
4659 .type GL_PREFIX(Vertex2sv), @function
4660 GL_PREFIX(Vertex2sv):
4661 #if defined(GLX_USE_TLS)
4662 call _x86_64_get_dispatch@PLT
4663 movq 1064(%rax), %r11
4664 jmp *%r11
4665 #elif defined(PTHREADS)
4666 pushq %rdi
4667 call _x86_64_get_dispatch@PLT
4668 popq %rdi
4669 movq 1064(%rax), %r11
4670 jmp *%r11
4671 #else
4672 movq _glapi_Dispatch(%rip), %rax
4673 testq %rax, %rax
4674 je 1f
4675 movq 1064(%rax), %r11
4676 jmp *%r11
4677 1:
4678 pushq %rdi
4679 call _glapi_get_dispatch
4680 popq %rdi
4681 movq 1064(%rax), %r11
4682 jmp *%r11
4683 #endif /* defined(GLX_USE_TLS) */
4684 .size GL_PREFIX(Vertex2sv), .-GL_PREFIX(Vertex2sv)
4685
4686 .p2align 4,,15
4687 .globl GL_PREFIX(Vertex3d)
4688 .type GL_PREFIX(Vertex3d), @function
4689 GL_PREFIX(Vertex3d):
4690 #if defined(GLX_USE_TLS)
4691 call _x86_64_get_dispatch@PLT
4692 movq 1072(%rax), %r11
4693 jmp *%r11
4694 #elif defined(PTHREADS)
4695 subq $24, %rsp
4696 movq %xmm0, (%rsp)
4697 movq %xmm1, 8(%rsp)
4698 movq %xmm2, 16(%rsp)
4699 call _x86_64_get_dispatch@PLT
4700 movq 16(%rsp), %xmm2
4701 movq 8(%rsp), %xmm1
4702 movq (%rsp), %xmm0
4703 addq $24, %rsp
4704 movq 1072(%rax), %r11
4705 jmp *%r11
4706 #else
4707 movq _glapi_Dispatch(%rip), %rax
4708 testq %rax, %rax
4709 je 1f
4710 movq 1072(%rax), %r11
4711 jmp *%r11
4712 1:
4713 subq $24, %rsp
4714 movq %xmm0, (%rsp)
4715 movq %xmm1, 8(%rsp)
4716 movq %xmm2, 16(%rsp)
4717 call _glapi_get_dispatch
4718 movq 16(%rsp), %xmm2
4719 movq 8(%rsp), %xmm1
4720 movq (%rsp), %xmm0
4721 addq $24, %rsp
4722 movq 1072(%rax), %r11
4723 jmp *%r11
4724 #endif /* defined(GLX_USE_TLS) */
4725 .size GL_PREFIX(Vertex3d), .-GL_PREFIX(Vertex3d)
4726
4727 .p2align 4,,15
4728 .globl GL_PREFIX(Vertex3dv)
4729 .type GL_PREFIX(Vertex3dv), @function
4730 GL_PREFIX(Vertex3dv):
4731 #if defined(GLX_USE_TLS)
4732 call _x86_64_get_dispatch@PLT
4733 movq 1080(%rax), %r11
4734 jmp *%r11
4735 #elif defined(PTHREADS)
4736 pushq %rdi
4737 call _x86_64_get_dispatch@PLT
4738 popq %rdi
4739 movq 1080(%rax), %r11
4740 jmp *%r11
4741 #else
4742 movq _glapi_Dispatch(%rip), %rax
4743 testq %rax, %rax
4744 je 1f
4745 movq 1080(%rax), %r11
4746 jmp *%r11
4747 1:
4748 pushq %rdi
4749 call _glapi_get_dispatch
4750 popq %rdi
4751 movq 1080(%rax), %r11
4752 jmp *%r11
4753 #endif /* defined(GLX_USE_TLS) */
4754 .size GL_PREFIX(Vertex3dv), .-GL_PREFIX(Vertex3dv)
4755
4756 .p2align 4,,15
4757 .globl GL_PREFIX(Vertex3f)
4758 .type GL_PREFIX(Vertex3f), @function
4759 GL_PREFIX(Vertex3f):
4760 #if defined(GLX_USE_TLS)
4761 call _x86_64_get_dispatch@PLT
4762 movq 1088(%rax), %r11
4763 jmp *%r11
4764 #elif defined(PTHREADS)
4765 subq $24, %rsp
4766 movq %xmm0, (%rsp)
4767 movq %xmm1, 8(%rsp)
4768 movq %xmm2, 16(%rsp)
4769 call _x86_64_get_dispatch@PLT
4770 movq 16(%rsp), %xmm2
4771 movq 8(%rsp), %xmm1
4772 movq (%rsp), %xmm0
4773 addq $24, %rsp
4774 movq 1088(%rax), %r11
4775 jmp *%r11
4776 #else
4777 movq _glapi_Dispatch(%rip), %rax
4778 testq %rax, %rax
4779 je 1f
4780 movq 1088(%rax), %r11
4781 jmp *%r11
4782 1:
4783 subq $24, %rsp
4784 movq %xmm0, (%rsp)
4785 movq %xmm1, 8(%rsp)
4786 movq %xmm2, 16(%rsp)
4787 call _glapi_get_dispatch
4788 movq 16(%rsp), %xmm2
4789 movq 8(%rsp), %xmm1
4790 movq (%rsp), %xmm0
4791 addq $24, %rsp
4792 movq 1088(%rax), %r11
4793 jmp *%r11
4794 #endif /* defined(GLX_USE_TLS) */
4795 .size GL_PREFIX(Vertex3f), .-GL_PREFIX(Vertex3f)
4796
4797 .p2align 4,,15
4798 .globl GL_PREFIX(Vertex3fv)
4799 .type GL_PREFIX(Vertex3fv), @function
4800 GL_PREFIX(Vertex3fv):
4801 #if defined(GLX_USE_TLS)
4802 call _x86_64_get_dispatch@PLT
4803 movq 1096(%rax), %r11
4804 jmp *%r11
4805 #elif defined(PTHREADS)
4806 pushq %rdi
4807 call _x86_64_get_dispatch@PLT
4808 popq %rdi
4809 movq 1096(%rax), %r11
4810 jmp *%r11
4811 #else
4812 movq _glapi_Dispatch(%rip), %rax
4813 testq %rax, %rax
4814 je 1f
4815 movq 1096(%rax), %r11
4816 jmp *%r11
4817 1:
4818 pushq %rdi
4819 call _glapi_get_dispatch
4820 popq %rdi
4821 movq 1096(%rax), %r11
4822 jmp *%r11
4823 #endif /* defined(GLX_USE_TLS) */
4824 .size GL_PREFIX(Vertex3fv), .-GL_PREFIX(Vertex3fv)
4825
4826 .p2align 4,,15
4827 .globl GL_PREFIX(Vertex3i)
4828 .type GL_PREFIX(Vertex3i), @function
4829 GL_PREFIX(Vertex3i):
4830 #if defined(GLX_USE_TLS)
4831 call _x86_64_get_dispatch@PLT
4832 movq 1104(%rax), %r11
4833 jmp *%r11
4834 #elif defined(PTHREADS)
4835 pushq %rdi
4836 pushq %rsi
4837 pushq %rdx
4838 call _x86_64_get_dispatch@PLT
4839 popq %rdx
4840 popq %rsi
4841 popq %rdi
4842 movq 1104(%rax), %r11
4843 jmp *%r11
4844 #else
4845 movq _glapi_Dispatch(%rip), %rax
4846 testq %rax, %rax
4847 je 1f
4848 movq 1104(%rax), %r11
4849 jmp *%r11
4850 1:
4851 pushq %rdi
4852 pushq %rsi
4853 pushq %rdx
4854 call _glapi_get_dispatch
4855 popq %rdx
4856 popq %rsi
4857 popq %rdi
4858 movq 1104(%rax), %r11
4859 jmp *%r11
4860 #endif /* defined(GLX_USE_TLS) */
4861 .size GL_PREFIX(Vertex3i), .-GL_PREFIX(Vertex3i)
4862
4863 .p2align 4,,15
4864 .globl GL_PREFIX(Vertex3iv)
4865 .type GL_PREFIX(Vertex3iv), @function
4866 GL_PREFIX(Vertex3iv):
4867 #if defined(GLX_USE_TLS)
4868 call _x86_64_get_dispatch@PLT
4869 movq 1112(%rax), %r11
4870 jmp *%r11
4871 #elif defined(PTHREADS)
4872 pushq %rdi
4873 call _x86_64_get_dispatch@PLT
4874 popq %rdi
4875 movq 1112(%rax), %r11
4876 jmp *%r11
4877 #else
4878 movq _glapi_Dispatch(%rip), %rax
4879 testq %rax, %rax
4880 je 1f
4881 movq 1112(%rax), %r11
4882 jmp *%r11
4883 1:
4884 pushq %rdi
4885 call _glapi_get_dispatch
4886 popq %rdi
4887 movq 1112(%rax), %r11
4888 jmp *%r11
4889 #endif /* defined(GLX_USE_TLS) */
4890 .size GL_PREFIX(Vertex3iv), .-GL_PREFIX(Vertex3iv)
4891
4892 .p2align 4,,15
4893 .globl GL_PREFIX(Vertex3s)
4894 .type GL_PREFIX(Vertex3s), @function
4895 GL_PREFIX(Vertex3s):
4896 #if defined(GLX_USE_TLS)
4897 call _x86_64_get_dispatch@PLT
4898 movq 1120(%rax), %r11
4899 jmp *%r11
4900 #elif defined(PTHREADS)
4901 pushq %rdi
4902 pushq %rsi
4903 pushq %rdx
4904 call _x86_64_get_dispatch@PLT
4905 popq %rdx
4906 popq %rsi
4907 popq %rdi
4908 movq 1120(%rax), %r11
4909 jmp *%r11
4910 #else
4911 movq _glapi_Dispatch(%rip), %rax
4912 testq %rax, %rax
4913 je 1f
4914 movq 1120(%rax), %r11
4915 jmp *%r11
4916 1:
4917 pushq %rdi
4918 pushq %rsi
4919 pushq %rdx
4920 call _glapi_get_dispatch
4921 popq %rdx
4922 popq %rsi
4923 popq %rdi
4924 movq 1120(%rax), %r11
4925 jmp *%r11
4926 #endif /* defined(GLX_USE_TLS) */
4927 .size GL_PREFIX(Vertex3s), .-GL_PREFIX(Vertex3s)
4928
4929 .p2align 4,,15
4930 .globl GL_PREFIX(Vertex3sv)
4931 .type GL_PREFIX(Vertex3sv), @function
4932 GL_PREFIX(Vertex3sv):
4933 #if defined(GLX_USE_TLS)
4934 call _x86_64_get_dispatch@PLT
4935 movq 1128(%rax), %r11
4936 jmp *%r11
4937 #elif defined(PTHREADS)
4938 pushq %rdi
4939 call _x86_64_get_dispatch@PLT
4940 popq %rdi
4941 movq 1128(%rax), %r11
4942 jmp *%r11
4943 #else
4944 movq _glapi_Dispatch(%rip), %rax
4945 testq %rax, %rax
4946 je 1f
4947 movq 1128(%rax), %r11
4948 jmp *%r11
4949 1:
4950 pushq %rdi
4951 call _glapi_get_dispatch
4952 popq %rdi
4953 movq 1128(%rax), %r11
4954 jmp *%r11
4955 #endif /* defined(GLX_USE_TLS) */
4956 .size GL_PREFIX(Vertex3sv), .-GL_PREFIX(Vertex3sv)
4957
4958 .p2align 4,,15
4959 .globl GL_PREFIX(Vertex4d)
4960 .type GL_PREFIX(Vertex4d), @function
4961 GL_PREFIX(Vertex4d):
4962 #if defined(GLX_USE_TLS)
4963 call _x86_64_get_dispatch@PLT
4964 movq 1136(%rax), %r11
4965 jmp *%r11
4966 #elif defined(PTHREADS)
4967 subq $40, %rsp
4968 movq %xmm0, (%rsp)
4969 movq %xmm1, 8(%rsp)
4970 movq %xmm2, 16(%rsp)
4971 movq %xmm3, 24(%rsp)
4972 call _x86_64_get_dispatch@PLT
4973 movq 24(%rsp), %xmm3
4974 movq 16(%rsp), %xmm2
4975 movq 8(%rsp), %xmm1
4976 movq (%rsp), %xmm0
4977 addq $40, %rsp
4978 movq 1136(%rax), %r11
4979 jmp *%r11
4980 #else
4981 movq _glapi_Dispatch(%rip), %rax
4982 testq %rax, %rax
4983 je 1f
4984 movq 1136(%rax), %r11
4985 jmp *%r11
4986 1:
4987 subq $40, %rsp
4988 movq %xmm0, (%rsp)
4989 movq %xmm1, 8(%rsp)
4990 movq %xmm2, 16(%rsp)
4991 movq %xmm3, 24(%rsp)
4992 call _glapi_get_dispatch
4993 movq 24(%rsp), %xmm3
4994 movq 16(%rsp), %xmm2
4995 movq 8(%rsp), %xmm1
4996 movq (%rsp), %xmm0
4997 addq $40, %rsp
4998 movq 1136(%rax), %r11
4999 jmp *%r11
5000 #endif /* defined(GLX_USE_TLS) */
5001 .size GL_PREFIX(Vertex4d), .-GL_PREFIX(Vertex4d)
5002
5003 .p2align 4,,15
5004 .globl GL_PREFIX(Vertex4dv)
5005 .type GL_PREFIX(Vertex4dv), @function
5006 GL_PREFIX(Vertex4dv):
5007 #if defined(GLX_USE_TLS)
5008 call _x86_64_get_dispatch@PLT
5009 movq 1144(%rax), %r11
5010 jmp *%r11
5011 #elif defined(PTHREADS)
5012 pushq %rdi
5013 call _x86_64_get_dispatch@PLT
5014 popq %rdi
5015 movq 1144(%rax), %r11
5016 jmp *%r11
5017 #else
5018 movq _glapi_Dispatch(%rip), %rax
5019 testq %rax, %rax
5020 je 1f
5021 movq 1144(%rax), %r11
5022 jmp *%r11
5023 1:
5024 pushq %rdi
5025 call _glapi_get_dispatch
5026 popq %rdi
5027 movq 1144(%rax), %r11
5028 jmp *%r11
5029 #endif /* defined(GLX_USE_TLS) */
5030 .size GL_PREFIX(Vertex4dv), .-GL_PREFIX(Vertex4dv)
5031
5032 .p2align 4,,15
5033 .globl GL_PREFIX(Vertex4f)
5034 .type GL_PREFIX(Vertex4f), @function
5035 GL_PREFIX(Vertex4f):
5036 #if defined(GLX_USE_TLS)
5037 call _x86_64_get_dispatch@PLT
5038 movq 1152(%rax), %r11
5039 jmp *%r11
5040 #elif defined(PTHREADS)
5041 subq $40, %rsp
5042 movq %xmm0, (%rsp)
5043 movq %xmm1, 8(%rsp)
5044 movq %xmm2, 16(%rsp)
5045 movq %xmm3, 24(%rsp)
5046 call _x86_64_get_dispatch@PLT
5047 movq 24(%rsp), %xmm3
5048 movq 16(%rsp), %xmm2
5049 movq 8(%rsp), %xmm1
5050 movq (%rsp), %xmm0
5051 addq $40, %rsp
5052 movq 1152(%rax), %r11
5053 jmp *%r11
5054 #else
5055 movq _glapi_Dispatch(%rip), %rax
5056 testq %rax, %rax
5057 je 1f
5058 movq 1152(%rax), %r11
5059 jmp *%r11
5060 1:
5061 subq $40, %rsp
5062 movq %xmm0, (%rsp)
5063 movq %xmm1, 8(%rsp)
5064 movq %xmm2, 16(%rsp)
5065 movq %xmm3, 24(%rsp)
5066 call _glapi_get_dispatch
5067 movq 24(%rsp), %xmm3
5068 movq 16(%rsp), %xmm2
5069 movq 8(%rsp), %xmm1
5070 movq (%rsp), %xmm0
5071 addq $40, %rsp
5072 movq 1152(%rax), %r11
5073 jmp *%r11
5074 #endif /* defined(GLX_USE_TLS) */
5075 .size GL_PREFIX(Vertex4f), .-GL_PREFIX(Vertex4f)
5076
5077 .p2align 4,,15
5078 .globl GL_PREFIX(Vertex4fv)
5079 .type GL_PREFIX(Vertex4fv), @function
5080 GL_PREFIX(Vertex4fv):
5081 #if defined(GLX_USE_TLS)
5082 call _x86_64_get_dispatch@PLT
5083 movq 1160(%rax), %r11
5084 jmp *%r11
5085 #elif defined(PTHREADS)
5086 pushq %rdi
5087 call _x86_64_get_dispatch@PLT
5088 popq %rdi
5089 movq 1160(%rax), %r11
5090 jmp *%r11
5091 #else
5092 movq _glapi_Dispatch(%rip), %rax
5093 testq %rax, %rax
5094 je 1f
5095 movq 1160(%rax), %r11
5096 jmp *%r11
5097 1:
5098 pushq %rdi
5099 call _glapi_get_dispatch
5100 popq %rdi
5101 movq 1160(%rax), %r11
5102 jmp *%r11
5103 #endif /* defined(GLX_USE_TLS) */
5104 .size GL_PREFIX(Vertex4fv), .-GL_PREFIX(Vertex4fv)
5105
5106 .p2align 4,,15
5107 .globl GL_PREFIX(Vertex4i)
5108 .type GL_PREFIX(Vertex4i), @function
5109 GL_PREFIX(Vertex4i):
5110 #if defined(GLX_USE_TLS)
5111 call _x86_64_get_dispatch@PLT
5112 movq 1168(%rax), %r11
5113 jmp *%r11
5114 #elif defined(PTHREADS)
5115 pushq %rdi
5116 pushq %rsi
5117 pushq %rdx
5118 pushq %rcx
5119 pushq %rbp
5120 call _x86_64_get_dispatch@PLT
5121 popq %rbp
5122 popq %rcx
5123 popq %rdx
5124 popq %rsi
5125 popq %rdi
5126 movq 1168(%rax), %r11
5127 jmp *%r11
5128 #else
5129 movq _glapi_Dispatch(%rip), %rax
5130 testq %rax, %rax
5131 je 1f
5132 movq 1168(%rax), %r11
5133 jmp *%r11
5134 1:
5135 pushq %rdi
5136 pushq %rsi
5137 pushq %rdx
5138 pushq %rcx
5139 pushq %rbp
5140 call _glapi_get_dispatch
5141 popq %rbp
5142 popq %rcx
5143 popq %rdx
5144 popq %rsi
5145 popq %rdi
5146 movq 1168(%rax), %r11
5147 jmp *%r11
5148 #endif /* defined(GLX_USE_TLS) */
5149 .size GL_PREFIX(Vertex4i), .-GL_PREFIX(Vertex4i)
5150
5151 .p2align 4,,15
5152 .globl GL_PREFIX(Vertex4iv)
5153 .type GL_PREFIX(Vertex4iv), @function
5154 GL_PREFIX(Vertex4iv):
5155 #if defined(GLX_USE_TLS)
5156 call _x86_64_get_dispatch@PLT
5157 movq 1176(%rax), %r11
5158 jmp *%r11
5159 #elif defined(PTHREADS)
5160 pushq %rdi
5161 call _x86_64_get_dispatch@PLT
5162 popq %rdi
5163 movq 1176(%rax), %r11
5164 jmp *%r11
5165 #else
5166 movq _glapi_Dispatch(%rip), %rax
5167 testq %rax, %rax
5168 je 1f
5169 movq 1176(%rax), %r11
5170 jmp *%r11
5171 1:
5172 pushq %rdi
5173 call _glapi_get_dispatch
5174 popq %rdi
5175 movq 1176(%rax), %r11
5176 jmp *%r11
5177 #endif /* defined(GLX_USE_TLS) */
5178 .size GL_PREFIX(Vertex4iv), .-GL_PREFIX(Vertex4iv)
5179
5180 .p2align 4,,15
5181 .globl GL_PREFIX(Vertex4s)
5182 .type GL_PREFIX(Vertex4s), @function
5183 GL_PREFIX(Vertex4s):
5184 #if defined(GLX_USE_TLS)
5185 call _x86_64_get_dispatch@PLT
5186 movq 1184(%rax), %r11
5187 jmp *%r11
5188 #elif defined(PTHREADS)
5189 pushq %rdi
5190 pushq %rsi
5191 pushq %rdx
5192 pushq %rcx
5193 pushq %rbp
5194 call _x86_64_get_dispatch@PLT
5195 popq %rbp
5196 popq %rcx
5197 popq %rdx
5198 popq %rsi
5199 popq %rdi
5200 movq 1184(%rax), %r11
5201 jmp *%r11
5202 #else
5203 movq _glapi_Dispatch(%rip), %rax
5204 testq %rax, %rax
5205 je 1f
5206 movq 1184(%rax), %r11
5207 jmp *%r11
5208 1:
5209 pushq %rdi
5210 pushq %rsi
5211 pushq %rdx
5212 pushq %rcx
5213 pushq %rbp
5214 call _glapi_get_dispatch
5215 popq %rbp
5216 popq %rcx
5217 popq %rdx
5218 popq %rsi
5219 popq %rdi
5220 movq 1184(%rax), %r11
5221 jmp *%r11
5222 #endif /* defined(GLX_USE_TLS) */
5223 .size GL_PREFIX(Vertex4s), .-GL_PREFIX(Vertex4s)
5224
5225 .p2align 4,,15
5226 .globl GL_PREFIX(Vertex4sv)
5227 .type GL_PREFIX(Vertex4sv), @function
5228 GL_PREFIX(Vertex4sv):
5229 #if defined(GLX_USE_TLS)
5230 call _x86_64_get_dispatch@PLT
5231 movq 1192(%rax), %r11
5232 jmp *%r11
5233 #elif defined(PTHREADS)
5234 pushq %rdi
5235 call _x86_64_get_dispatch@PLT
5236 popq %rdi
5237 movq 1192(%rax), %r11
5238 jmp *%r11
5239 #else
5240 movq _glapi_Dispatch(%rip), %rax
5241 testq %rax, %rax
5242 je 1f
5243 movq 1192(%rax), %r11
5244 jmp *%r11
5245 1:
5246 pushq %rdi
5247 call _glapi_get_dispatch
5248 popq %rdi
5249 movq 1192(%rax), %r11
5250 jmp *%r11
5251 #endif /* defined(GLX_USE_TLS) */
5252 .size GL_PREFIX(Vertex4sv), .-GL_PREFIX(Vertex4sv)
5253
5254 .p2align 4,,15
5255 .globl GL_PREFIX(ClipPlane)
5256 .type GL_PREFIX(ClipPlane), @function
5257 GL_PREFIX(ClipPlane):
5258 #if defined(GLX_USE_TLS)
5259 call _x86_64_get_dispatch@PLT
5260 movq 1200(%rax), %r11
5261 jmp *%r11
5262 #elif defined(PTHREADS)
5263 pushq %rdi
5264 pushq %rsi
5265 pushq %rbp
5266 call _x86_64_get_dispatch@PLT
5267 popq %rbp
5268 popq %rsi
5269 popq %rdi
5270 movq 1200(%rax), %r11
5271 jmp *%r11
5272 #else
5273 movq _glapi_Dispatch(%rip), %rax
5274 testq %rax, %rax
5275 je 1f
5276 movq 1200(%rax), %r11
5277 jmp *%r11
5278 1:
5279 pushq %rdi
5280 pushq %rsi
5281 pushq %rbp
5282 call _glapi_get_dispatch
5283 popq %rbp
5284 popq %rsi
5285 popq %rdi
5286 movq 1200(%rax), %r11
5287 jmp *%r11
5288 #endif /* defined(GLX_USE_TLS) */
5289 .size GL_PREFIX(ClipPlane), .-GL_PREFIX(ClipPlane)
5290
5291 .p2align 4,,15
5292 .globl GL_PREFIX(ColorMaterial)
5293 .type GL_PREFIX(ColorMaterial), @function
5294 GL_PREFIX(ColorMaterial):
5295 #if defined(GLX_USE_TLS)
5296 call _x86_64_get_dispatch@PLT
5297 movq 1208(%rax), %r11
5298 jmp *%r11
5299 #elif defined(PTHREADS)
5300 pushq %rdi
5301 pushq %rsi
5302 pushq %rbp
5303 call _x86_64_get_dispatch@PLT
5304 popq %rbp
5305 popq %rsi
5306 popq %rdi
5307 movq 1208(%rax), %r11
5308 jmp *%r11
5309 #else
5310 movq _glapi_Dispatch(%rip), %rax
5311 testq %rax, %rax
5312 je 1f
5313 movq 1208(%rax), %r11
5314 jmp *%r11
5315 1:
5316 pushq %rdi
5317 pushq %rsi
5318 pushq %rbp
5319 call _glapi_get_dispatch
5320 popq %rbp
5321 popq %rsi
5322 popq %rdi
5323 movq 1208(%rax), %r11
5324 jmp *%r11
5325 #endif /* defined(GLX_USE_TLS) */
5326 .size GL_PREFIX(ColorMaterial), .-GL_PREFIX(ColorMaterial)
5327
5328 .p2align 4,,15
5329 .globl GL_PREFIX(CullFace)
5330 .type GL_PREFIX(CullFace), @function
5331 GL_PREFIX(CullFace):
5332 #if defined(GLX_USE_TLS)
5333 call _x86_64_get_dispatch@PLT
5334 movq 1216(%rax), %r11
5335 jmp *%r11
5336 #elif defined(PTHREADS)
5337 pushq %rdi
5338 call _x86_64_get_dispatch@PLT
5339 popq %rdi
5340 movq 1216(%rax), %r11
5341 jmp *%r11
5342 #else
5343 movq _glapi_Dispatch(%rip), %rax
5344 testq %rax, %rax
5345 je 1f
5346 movq 1216(%rax), %r11
5347 jmp *%r11
5348 1:
5349 pushq %rdi
5350 call _glapi_get_dispatch
5351 popq %rdi
5352 movq 1216(%rax), %r11
5353 jmp *%r11
5354 #endif /* defined(GLX_USE_TLS) */
5355 .size GL_PREFIX(CullFace), .-GL_PREFIX(CullFace)
5356
5357 .p2align 4,,15
5358 .globl GL_PREFIX(Fogf)
5359 .type GL_PREFIX(Fogf), @function
5360 GL_PREFIX(Fogf):
5361 #if defined(GLX_USE_TLS)
5362 call _x86_64_get_dispatch@PLT
5363 movq 1224(%rax), %r11
5364 jmp *%r11
5365 #elif defined(PTHREADS)
5366 subq $24, %rsp
5367 movq %rdi, (%rsp)
5368 movq %xmm0, 8(%rsp)
5369 call _x86_64_get_dispatch@PLT
5370 movq 8(%rsp), %xmm0
5371 movq (%rsp), %rdi
5372 addq $24, %rsp
5373 movq 1224(%rax), %r11
5374 jmp *%r11
5375 #else
5376 movq _glapi_Dispatch(%rip), %rax
5377 testq %rax, %rax
5378 je 1f
5379 movq 1224(%rax), %r11
5380 jmp *%r11
5381 1:
5382 subq $24, %rsp
5383 movq %rdi, (%rsp)
5384 movq %xmm0, 8(%rsp)
5385 call _glapi_get_dispatch
5386 movq 8(%rsp), %xmm0
5387 movq (%rsp), %rdi
5388 addq $24, %rsp
5389 movq 1224(%rax), %r11
5390 jmp *%r11
5391 #endif /* defined(GLX_USE_TLS) */
5392 .size GL_PREFIX(Fogf), .-GL_PREFIX(Fogf)
5393
5394 .p2align 4,,15
5395 .globl GL_PREFIX(Fogfv)
5396 .type GL_PREFIX(Fogfv), @function
5397 GL_PREFIX(Fogfv):
5398 #if defined(GLX_USE_TLS)
5399 call _x86_64_get_dispatch@PLT
5400 movq 1232(%rax), %r11
5401 jmp *%r11
5402 #elif defined(PTHREADS)
5403 pushq %rdi
5404 pushq %rsi
5405 pushq %rbp
5406 call _x86_64_get_dispatch@PLT
5407 popq %rbp
5408 popq %rsi
5409 popq %rdi
5410 movq 1232(%rax), %r11
5411 jmp *%r11
5412 #else
5413 movq _glapi_Dispatch(%rip), %rax
5414 testq %rax, %rax
5415 je 1f
5416 movq 1232(%rax), %r11
5417 jmp *%r11
5418 1:
5419 pushq %rdi
5420 pushq %rsi
5421 pushq %rbp
5422 call _glapi_get_dispatch
5423 popq %rbp
5424 popq %rsi
5425 popq %rdi
5426 movq 1232(%rax), %r11
5427 jmp *%r11
5428 #endif /* defined(GLX_USE_TLS) */
5429 .size GL_PREFIX(Fogfv), .-GL_PREFIX(Fogfv)
5430
5431 .p2align 4,,15
5432 .globl GL_PREFIX(Fogi)
5433 .type GL_PREFIX(Fogi), @function
5434 GL_PREFIX(Fogi):
5435 #if defined(GLX_USE_TLS)
5436 call _x86_64_get_dispatch@PLT
5437 movq 1240(%rax), %r11
5438 jmp *%r11
5439 #elif defined(PTHREADS)
5440 pushq %rdi
5441 pushq %rsi
5442 pushq %rbp
5443 call _x86_64_get_dispatch@PLT
5444 popq %rbp
5445 popq %rsi
5446 popq %rdi
5447 movq 1240(%rax), %r11
5448 jmp *%r11
5449 #else
5450 movq _glapi_Dispatch(%rip), %rax
5451 testq %rax, %rax
5452 je 1f
5453 movq 1240(%rax), %r11
5454 jmp *%r11
5455 1:
5456 pushq %rdi
5457 pushq %rsi
5458 pushq %rbp
5459 call _glapi_get_dispatch
5460 popq %rbp
5461 popq %rsi
5462 popq %rdi
5463 movq 1240(%rax), %r11
5464 jmp *%r11
5465 #endif /* defined(GLX_USE_TLS) */
5466 .size GL_PREFIX(Fogi), .-GL_PREFIX(Fogi)
5467
5468 .p2align 4,,15
5469 .globl GL_PREFIX(Fogiv)
5470 .type GL_PREFIX(Fogiv), @function
5471 GL_PREFIX(Fogiv):
5472 #if defined(GLX_USE_TLS)
5473 call _x86_64_get_dispatch@PLT
5474 movq 1248(%rax), %r11
5475 jmp *%r11
5476 #elif defined(PTHREADS)
5477 pushq %rdi
5478 pushq %rsi
5479 pushq %rbp
5480 call _x86_64_get_dispatch@PLT
5481 popq %rbp
5482 popq %rsi
5483 popq %rdi
5484 movq 1248(%rax), %r11
5485 jmp *%r11
5486 #else
5487 movq _glapi_Dispatch(%rip), %rax
5488 testq %rax, %rax
5489 je 1f
5490 movq 1248(%rax), %r11
5491 jmp *%r11
5492 1:
5493 pushq %rdi
5494 pushq %rsi
5495 pushq %rbp
5496 call _glapi_get_dispatch
5497 popq %rbp
5498 popq %rsi
5499 popq %rdi
5500 movq 1248(%rax), %r11
5501 jmp *%r11
5502 #endif /* defined(GLX_USE_TLS) */
5503 .size GL_PREFIX(Fogiv), .-GL_PREFIX(Fogiv)
5504
5505 .p2align 4,,15
5506 .globl GL_PREFIX(FrontFace)
5507 .type GL_PREFIX(FrontFace), @function
5508 GL_PREFIX(FrontFace):
5509 #if defined(GLX_USE_TLS)
5510 call _x86_64_get_dispatch@PLT
5511 movq 1256(%rax), %r11
5512 jmp *%r11
5513 #elif defined(PTHREADS)
5514 pushq %rdi
5515 call _x86_64_get_dispatch@PLT
5516 popq %rdi
5517 movq 1256(%rax), %r11
5518 jmp *%r11
5519 #else
5520 movq _glapi_Dispatch(%rip), %rax
5521 testq %rax, %rax
5522 je 1f
5523 movq 1256(%rax), %r11
5524 jmp *%r11
5525 1:
5526 pushq %rdi
5527 call _glapi_get_dispatch
5528 popq %rdi
5529 movq 1256(%rax), %r11
5530 jmp *%r11
5531 #endif /* defined(GLX_USE_TLS) */
5532 .size GL_PREFIX(FrontFace), .-GL_PREFIX(FrontFace)
5533
5534 .p2align 4,,15
5535 .globl GL_PREFIX(Hint)
5536 .type GL_PREFIX(Hint), @function
5537 GL_PREFIX(Hint):
5538 #if defined(GLX_USE_TLS)
5539 call _x86_64_get_dispatch@PLT
5540 movq 1264(%rax), %r11
5541 jmp *%r11
5542 #elif defined(PTHREADS)
5543 pushq %rdi
5544 pushq %rsi
5545 pushq %rbp
5546 call _x86_64_get_dispatch@PLT
5547 popq %rbp
5548 popq %rsi
5549 popq %rdi
5550 movq 1264(%rax), %r11
5551 jmp *%r11
5552 #else
5553 movq _glapi_Dispatch(%rip), %rax
5554 testq %rax, %rax
5555 je 1f
5556 movq 1264(%rax), %r11
5557 jmp *%r11
5558 1:
5559 pushq %rdi
5560 pushq %rsi
5561 pushq %rbp
5562 call _glapi_get_dispatch
5563 popq %rbp
5564 popq %rsi
5565 popq %rdi
5566 movq 1264(%rax), %r11
5567 jmp *%r11
5568 #endif /* defined(GLX_USE_TLS) */
5569 .size GL_PREFIX(Hint), .-GL_PREFIX(Hint)
5570
5571 .p2align 4,,15
5572 .globl GL_PREFIX(Lightf)
5573 .type GL_PREFIX(Lightf), @function
5574 GL_PREFIX(Lightf):
5575 #if defined(GLX_USE_TLS)
5576 call _x86_64_get_dispatch@PLT
5577 movq 1272(%rax), %r11
5578 jmp *%r11
5579 #elif defined(PTHREADS)
5580 subq $24, %rsp
5581 movq %rdi, (%rsp)
5582 movq %rsi, 8(%rsp)
5583 movq %xmm0, 16(%rsp)
5584 call _x86_64_get_dispatch@PLT
5585 movq 16(%rsp), %xmm0
5586 movq 8(%rsp), %rsi
5587 movq (%rsp), %rdi
5588 addq $24, %rsp
5589 movq 1272(%rax), %r11
5590 jmp *%r11
5591 #else
5592 movq _glapi_Dispatch(%rip), %rax
5593 testq %rax, %rax
5594 je 1f
5595 movq 1272(%rax), %r11
5596 jmp *%r11
5597 1:
5598 subq $24, %rsp
5599 movq %rdi, (%rsp)
5600 movq %rsi, 8(%rsp)
5601 movq %xmm0, 16(%rsp)
5602 call _glapi_get_dispatch
5603 movq 16(%rsp), %xmm0
5604 movq 8(%rsp), %rsi
5605 movq (%rsp), %rdi
5606 addq $24, %rsp
5607 movq 1272(%rax), %r11
5608 jmp *%r11
5609 #endif /* defined(GLX_USE_TLS) */
5610 .size GL_PREFIX(Lightf), .-GL_PREFIX(Lightf)
5611
5612 .p2align 4,,15
5613 .globl GL_PREFIX(Lightfv)
5614 .type GL_PREFIX(Lightfv), @function
5615 GL_PREFIX(Lightfv):
5616 #if defined(GLX_USE_TLS)
5617 call _x86_64_get_dispatch@PLT
5618 movq 1280(%rax), %r11
5619 jmp *%r11
5620 #elif defined(PTHREADS)
5621 pushq %rdi
5622 pushq %rsi
5623 pushq %rdx
5624 call _x86_64_get_dispatch@PLT
5625 popq %rdx
5626 popq %rsi
5627 popq %rdi
5628 movq 1280(%rax), %r11
5629 jmp *%r11
5630 #else
5631 movq _glapi_Dispatch(%rip), %rax
5632 testq %rax, %rax
5633 je 1f
5634 movq 1280(%rax), %r11
5635 jmp *%r11
5636 1:
5637 pushq %rdi
5638 pushq %rsi
5639 pushq %rdx
5640 call _glapi_get_dispatch
5641 popq %rdx
5642 popq %rsi
5643 popq %rdi
5644 movq 1280(%rax), %r11
5645 jmp *%r11
5646 #endif /* defined(GLX_USE_TLS) */
5647 .size GL_PREFIX(Lightfv), .-GL_PREFIX(Lightfv)
5648
5649 .p2align 4,,15
5650 .globl GL_PREFIX(Lighti)
5651 .type GL_PREFIX(Lighti), @function
5652 GL_PREFIX(Lighti):
5653 #if defined(GLX_USE_TLS)
5654 call _x86_64_get_dispatch@PLT
5655 movq 1288(%rax), %r11
5656 jmp *%r11
5657 #elif defined(PTHREADS)
5658 pushq %rdi
5659 pushq %rsi
5660 pushq %rdx
5661 call _x86_64_get_dispatch@PLT
5662 popq %rdx
5663 popq %rsi
5664 popq %rdi
5665 movq 1288(%rax), %r11
5666 jmp *%r11
5667 #else
5668 movq _glapi_Dispatch(%rip), %rax
5669 testq %rax, %rax
5670 je 1f
5671 movq 1288(%rax), %r11
5672 jmp *%r11
5673 1:
5674 pushq %rdi
5675 pushq %rsi
5676 pushq %rdx
5677 call _glapi_get_dispatch
5678 popq %rdx
5679 popq %rsi
5680 popq %rdi
5681 movq 1288(%rax), %r11
5682 jmp *%r11
5683 #endif /* defined(GLX_USE_TLS) */
5684 .size GL_PREFIX(Lighti), .-GL_PREFIX(Lighti)
5685
5686 .p2align 4,,15
5687 .globl GL_PREFIX(Lightiv)
5688 .type GL_PREFIX(Lightiv), @function
5689 GL_PREFIX(Lightiv):
5690 #if defined(GLX_USE_TLS)
5691 call _x86_64_get_dispatch@PLT
5692 movq 1296(%rax), %r11
5693 jmp *%r11
5694 #elif defined(PTHREADS)
5695 pushq %rdi
5696 pushq %rsi
5697 pushq %rdx
5698 call _x86_64_get_dispatch@PLT
5699 popq %rdx
5700 popq %rsi
5701 popq %rdi
5702 movq 1296(%rax), %r11
5703 jmp *%r11
5704 #else
5705 movq _glapi_Dispatch(%rip), %rax
5706 testq %rax, %rax
5707 je 1f
5708 movq 1296(%rax), %r11
5709 jmp *%r11
5710 1:
5711 pushq %rdi
5712 pushq %rsi
5713 pushq %rdx
5714 call _glapi_get_dispatch
5715 popq %rdx
5716 popq %rsi
5717 popq %rdi
5718 movq 1296(%rax), %r11
5719 jmp *%r11
5720 #endif /* defined(GLX_USE_TLS) */
5721 .size GL_PREFIX(Lightiv), .-GL_PREFIX(Lightiv)
5722
5723 .p2align 4,,15
5724 .globl GL_PREFIX(LightModelf)
5725 .type GL_PREFIX(LightModelf), @function
5726 GL_PREFIX(LightModelf):
5727 #if defined(GLX_USE_TLS)
5728 call _x86_64_get_dispatch@PLT
5729 movq 1304(%rax), %r11
5730 jmp *%r11
5731 #elif defined(PTHREADS)
5732 subq $24, %rsp
5733 movq %rdi, (%rsp)
5734 movq %xmm0, 8(%rsp)
5735 call _x86_64_get_dispatch@PLT
5736 movq 8(%rsp), %xmm0
5737 movq (%rsp), %rdi
5738 addq $24, %rsp
5739 movq 1304(%rax), %r11
5740 jmp *%r11
5741 #else
5742 movq _glapi_Dispatch(%rip), %rax
5743 testq %rax, %rax
5744 je 1f
5745 movq 1304(%rax), %r11
5746 jmp *%r11
5747 1:
5748 subq $24, %rsp
5749 movq %rdi, (%rsp)
5750 movq %xmm0, 8(%rsp)
5751 call _glapi_get_dispatch
5752 movq 8(%rsp), %xmm0
5753 movq (%rsp), %rdi
5754 addq $24, %rsp
5755 movq 1304(%rax), %r11
5756 jmp *%r11
5757 #endif /* defined(GLX_USE_TLS) */
5758 .size GL_PREFIX(LightModelf), .-GL_PREFIX(LightModelf)
5759
5760 .p2align 4,,15
5761 .globl GL_PREFIX(LightModelfv)
5762 .type GL_PREFIX(LightModelfv), @function
5763 GL_PREFIX(LightModelfv):
5764 #if defined(GLX_USE_TLS)
5765 call _x86_64_get_dispatch@PLT
5766 movq 1312(%rax), %r11
5767 jmp *%r11
5768 #elif defined(PTHREADS)
5769 pushq %rdi
5770 pushq %rsi
5771 pushq %rbp
5772 call _x86_64_get_dispatch@PLT
5773 popq %rbp
5774 popq %rsi
5775 popq %rdi
5776 movq 1312(%rax), %r11
5777 jmp *%r11
5778 #else
5779 movq _glapi_Dispatch(%rip), %rax
5780 testq %rax, %rax
5781 je 1f
5782 movq 1312(%rax), %r11
5783 jmp *%r11
5784 1:
5785 pushq %rdi
5786 pushq %rsi
5787 pushq %rbp
5788 call _glapi_get_dispatch
5789 popq %rbp
5790 popq %rsi
5791 popq %rdi
5792 movq 1312(%rax), %r11
5793 jmp *%r11
5794 #endif /* defined(GLX_USE_TLS) */
5795 .size GL_PREFIX(LightModelfv), .-GL_PREFIX(LightModelfv)
5796
5797 .p2align 4,,15
5798 .globl GL_PREFIX(LightModeli)
5799 .type GL_PREFIX(LightModeli), @function
5800 GL_PREFIX(LightModeli):
5801 #if defined(GLX_USE_TLS)
5802 call _x86_64_get_dispatch@PLT
5803 movq 1320(%rax), %r11
5804 jmp *%r11
5805 #elif defined(PTHREADS)
5806 pushq %rdi
5807 pushq %rsi
5808 pushq %rbp
5809 call _x86_64_get_dispatch@PLT
5810 popq %rbp
5811 popq %rsi
5812 popq %rdi
5813 movq 1320(%rax), %r11
5814 jmp *%r11
5815 #else
5816 movq _glapi_Dispatch(%rip), %rax
5817 testq %rax, %rax
5818 je 1f
5819 movq 1320(%rax), %r11
5820 jmp *%r11
5821 1:
5822 pushq %rdi
5823 pushq %rsi
5824 pushq %rbp
5825 call _glapi_get_dispatch
5826 popq %rbp
5827 popq %rsi
5828 popq %rdi
5829 movq 1320(%rax), %r11
5830 jmp *%r11
5831 #endif /* defined(GLX_USE_TLS) */
5832 .size GL_PREFIX(LightModeli), .-GL_PREFIX(LightModeli)
5833
5834 .p2align 4,,15
5835 .globl GL_PREFIX(LightModeliv)
5836 .type GL_PREFIX(LightModeliv), @function
5837 GL_PREFIX(LightModeliv):
5838 #if defined(GLX_USE_TLS)
5839 call _x86_64_get_dispatch@PLT
5840 movq 1328(%rax), %r11
5841 jmp *%r11
5842 #elif defined(PTHREADS)
5843 pushq %rdi
5844 pushq %rsi
5845 pushq %rbp
5846 call _x86_64_get_dispatch@PLT
5847 popq %rbp
5848 popq %rsi
5849 popq %rdi
5850 movq 1328(%rax), %r11
5851 jmp *%r11
5852 #else
5853 movq _glapi_Dispatch(%rip), %rax
5854 testq %rax, %rax
5855 je 1f
5856 movq 1328(%rax), %r11
5857 jmp *%r11
5858 1:
5859 pushq %rdi
5860 pushq %rsi
5861 pushq %rbp
5862 call _glapi_get_dispatch
5863 popq %rbp
5864 popq %rsi
5865 popq %rdi
5866 movq 1328(%rax), %r11
5867 jmp *%r11
5868 #endif /* defined(GLX_USE_TLS) */
5869 .size GL_PREFIX(LightModeliv), .-GL_PREFIX(LightModeliv)
5870
5871 .p2align 4,,15
5872 .globl GL_PREFIX(LineStipple)
5873 .type GL_PREFIX(LineStipple), @function
5874 GL_PREFIX(LineStipple):
5875 #if defined(GLX_USE_TLS)
5876 call _x86_64_get_dispatch@PLT
5877 movq 1336(%rax), %r11
5878 jmp *%r11
5879 #elif defined(PTHREADS)
5880 pushq %rdi
5881 pushq %rsi
5882 pushq %rbp
5883 call _x86_64_get_dispatch@PLT
5884 popq %rbp
5885 popq %rsi
5886 popq %rdi
5887 movq 1336(%rax), %r11
5888 jmp *%r11
5889 #else
5890 movq _glapi_Dispatch(%rip), %rax
5891 testq %rax, %rax
5892 je 1f
5893 movq 1336(%rax), %r11
5894 jmp *%r11
5895 1:
5896 pushq %rdi
5897 pushq %rsi
5898 pushq %rbp
5899 call _glapi_get_dispatch
5900 popq %rbp
5901 popq %rsi
5902 popq %rdi
5903 movq 1336(%rax), %r11
5904 jmp *%r11
5905 #endif /* defined(GLX_USE_TLS) */
5906 .size GL_PREFIX(LineStipple), .-GL_PREFIX(LineStipple)
5907
5908 .p2align 4,,15
5909 .globl GL_PREFIX(LineWidth)
5910 .type GL_PREFIX(LineWidth), @function
5911 GL_PREFIX(LineWidth):
5912 #if defined(GLX_USE_TLS)
5913 call _x86_64_get_dispatch@PLT
5914 movq 1344(%rax), %r11
5915 jmp *%r11
5916 #elif defined(PTHREADS)
5917 subq $8, %rsp
5918 movq %xmm0, (%rsp)
5919 call _x86_64_get_dispatch@PLT
5920 movq (%rsp), %xmm0
5921 addq $8, %rsp
5922 movq 1344(%rax), %r11
5923 jmp *%r11
5924 #else
5925 movq _glapi_Dispatch(%rip), %rax
5926 testq %rax, %rax
5927 je 1f
5928 movq 1344(%rax), %r11
5929 jmp *%r11
5930 1:
5931 subq $8, %rsp
5932 movq %xmm0, (%rsp)
5933 call _glapi_get_dispatch
5934 movq (%rsp), %xmm0
5935 addq $8, %rsp
5936 movq 1344(%rax), %r11
5937 jmp *%r11
5938 #endif /* defined(GLX_USE_TLS) */
5939 .size GL_PREFIX(LineWidth), .-GL_PREFIX(LineWidth)
5940
5941 .p2align 4,,15
5942 .globl GL_PREFIX(Materialf)
5943 .type GL_PREFIX(Materialf), @function
5944 GL_PREFIX(Materialf):
5945 #if defined(GLX_USE_TLS)
5946 call _x86_64_get_dispatch@PLT
5947 movq 1352(%rax), %r11
5948 jmp *%r11
5949 #elif defined(PTHREADS)
5950 subq $24, %rsp
5951 movq %rdi, (%rsp)
5952 movq %rsi, 8(%rsp)
5953 movq %xmm0, 16(%rsp)
5954 call _x86_64_get_dispatch@PLT
5955 movq 16(%rsp), %xmm0
5956 movq 8(%rsp), %rsi
5957 movq (%rsp), %rdi
5958 addq $24, %rsp
5959 movq 1352(%rax), %r11
5960 jmp *%r11
5961 #else
5962 movq _glapi_Dispatch(%rip), %rax
5963 testq %rax, %rax
5964 je 1f
5965 movq 1352(%rax), %r11
5966 jmp *%r11
5967 1:
5968 subq $24, %rsp
5969 movq %rdi, (%rsp)
5970 movq %rsi, 8(%rsp)
5971 movq %xmm0, 16(%rsp)
5972 call _glapi_get_dispatch
5973 movq 16(%rsp), %xmm0
5974 movq 8(%rsp), %rsi
5975 movq (%rsp), %rdi
5976 addq $24, %rsp
5977 movq 1352(%rax), %r11
5978 jmp *%r11
5979 #endif /* defined(GLX_USE_TLS) */
5980 .size GL_PREFIX(Materialf), .-GL_PREFIX(Materialf)
5981
5982 .p2align 4,,15
5983 .globl GL_PREFIX(Materialfv)
5984 .type GL_PREFIX(Materialfv), @function
5985 GL_PREFIX(Materialfv):
5986 #if defined(GLX_USE_TLS)
5987 call _x86_64_get_dispatch@PLT
5988 movq 1360(%rax), %r11
5989 jmp *%r11
5990 #elif defined(PTHREADS)
5991 pushq %rdi
5992 pushq %rsi
5993 pushq %rdx
5994 call _x86_64_get_dispatch@PLT
5995 popq %rdx
5996 popq %rsi
5997 popq %rdi
5998 movq 1360(%rax), %r11
5999 jmp *%r11
6000 #else
6001 movq _glapi_Dispatch(%rip), %rax
6002 testq %rax, %rax
6003 je 1f
6004 movq 1360(%rax), %r11
6005 jmp *%r11
6006 1:
6007 pushq %rdi
6008 pushq %rsi
6009 pushq %rdx
6010 call _glapi_get_dispatch
6011 popq %rdx
6012 popq %rsi
6013 popq %rdi
6014 movq 1360(%rax), %r11
6015 jmp *%r11
6016 #endif /* defined(GLX_USE_TLS) */
6017 .size GL_PREFIX(Materialfv), .-GL_PREFIX(Materialfv)
6018
6019 .p2align 4,,15
6020 .globl GL_PREFIX(Materiali)
6021 .type GL_PREFIX(Materiali), @function
6022 GL_PREFIX(Materiali):
6023 #if defined(GLX_USE_TLS)
6024 call _x86_64_get_dispatch@PLT
6025 movq 1368(%rax), %r11
6026 jmp *%r11
6027 #elif defined(PTHREADS)
6028 pushq %rdi
6029 pushq %rsi
6030 pushq %rdx
6031 call _x86_64_get_dispatch@PLT
6032 popq %rdx
6033 popq %rsi
6034 popq %rdi
6035 movq 1368(%rax), %r11
6036 jmp *%r11
6037 #else
6038 movq _glapi_Dispatch(%rip), %rax
6039 testq %rax, %rax
6040 je 1f
6041 movq 1368(%rax), %r11
6042 jmp *%r11
6043 1:
6044 pushq %rdi
6045 pushq %rsi
6046 pushq %rdx
6047 call _glapi_get_dispatch
6048 popq %rdx
6049 popq %rsi
6050 popq %rdi
6051 movq 1368(%rax), %r11
6052 jmp *%r11
6053 #endif /* defined(GLX_USE_TLS) */
6054 .size GL_PREFIX(Materiali), .-GL_PREFIX(Materiali)
6055
6056 .p2align 4,,15
6057 .globl GL_PREFIX(Materialiv)
6058 .type GL_PREFIX(Materialiv), @function
6059 GL_PREFIX(Materialiv):
6060 #if defined(GLX_USE_TLS)
6061 call _x86_64_get_dispatch@PLT
6062 movq 1376(%rax), %r11
6063 jmp *%r11
6064 #elif defined(PTHREADS)
6065 pushq %rdi
6066 pushq %rsi
6067 pushq %rdx
6068 call _x86_64_get_dispatch@PLT
6069 popq %rdx
6070 popq %rsi
6071 popq %rdi
6072 movq 1376(%rax), %r11
6073 jmp *%r11
6074 #else
6075 movq _glapi_Dispatch(%rip), %rax
6076 testq %rax, %rax
6077 je 1f
6078 movq 1376(%rax), %r11
6079 jmp *%r11
6080 1:
6081 pushq %rdi
6082 pushq %rsi
6083 pushq %rdx
6084 call _glapi_get_dispatch
6085 popq %rdx
6086 popq %rsi
6087 popq %rdi
6088 movq 1376(%rax), %r11
6089 jmp *%r11
6090 #endif /* defined(GLX_USE_TLS) */
6091 .size GL_PREFIX(Materialiv), .-GL_PREFIX(Materialiv)
6092
6093 .p2align 4,,15
6094 .globl GL_PREFIX(PointSize)
6095 .type GL_PREFIX(PointSize), @function
6096 GL_PREFIX(PointSize):
6097 #if defined(GLX_USE_TLS)
6098 call _x86_64_get_dispatch@PLT
6099 movq 1384(%rax), %r11
6100 jmp *%r11
6101 #elif defined(PTHREADS)
6102 subq $8, %rsp
6103 movq %xmm0, (%rsp)
6104 call _x86_64_get_dispatch@PLT
6105 movq (%rsp), %xmm0
6106 addq $8, %rsp
6107 movq 1384(%rax), %r11
6108 jmp *%r11
6109 #else
6110 movq _glapi_Dispatch(%rip), %rax
6111 testq %rax, %rax
6112 je 1f
6113 movq 1384(%rax), %r11
6114 jmp *%r11
6115 1:
6116 subq $8, %rsp
6117 movq %xmm0, (%rsp)
6118 call _glapi_get_dispatch
6119 movq (%rsp), %xmm0
6120 addq $8, %rsp
6121 movq 1384(%rax), %r11
6122 jmp *%r11
6123 #endif /* defined(GLX_USE_TLS) */
6124 .size GL_PREFIX(PointSize), .-GL_PREFIX(PointSize)
6125
6126 .p2align 4,,15
6127 .globl GL_PREFIX(PolygonMode)
6128 .type GL_PREFIX(PolygonMode), @function
6129 GL_PREFIX(PolygonMode):
6130 #if defined(GLX_USE_TLS)
6131 call _x86_64_get_dispatch@PLT
6132 movq 1392(%rax), %r11
6133 jmp *%r11
6134 #elif defined(PTHREADS)
6135 pushq %rdi
6136 pushq %rsi
6137 pushq %rbp
6138 call _x86_64_get_dispatch@PLT
6139 popq %rbp
6140 popq %rsi
6141 popq %rdi
6142 movq 1392(%rax), %r11
6143 jmp *%r11
6144 #else
6145 movq _glapi_Dispatch(%rip), %rax
6146 testq %rax, %rax
6147 je 1f
6148 movq 1392(%rax), %r11
6149 jmp *%r11
6150 1:
6151 pushq %rdi
6152 pushq %rsi
6153 pushq %rbp
6154 call _glapi_get_dispatch
6155 popq %rbp
6156 popq %rsi
6157 popq %rdi
6158 movq 1392(%rax), %r11
6159 jmp *%r11
6160 #endif /* defined(GLX_USE_TLS) */
6161 .size GL_PREFIX(PolygonMode), .-GL_PREFIX(PolygonMode)
6162
6163 .p2align 4,,15
6164 .globl GL_PREFIX(PolygonStipple)
6165 .type GL_PREFIX(PolygonStipple), @function
6166 GL_PREFIX(PolygonStipple):
6167 #if defined(GLX_USE_TLS)
6168 call _x86_64_get_dispatch@PLT
6169 movq 1400(%rax), %r11
6170 jmp *%r11
6171 #elif defined(PTHREADS)
6172 pushq %rdi
6173 call _x86_64_get_dispatch@PLT
6174 popq %rdi
6175 movq 1400(%rax), %r11
6176 jmp *%r11
6177 #else
6178 movq _glapi_Dispatch(%rip), %rax
6179 testq %rax, %rax
6180 je 1f
6181 movq 1400(%rax), %r11
6182 jmp *%r11
6183 1:
6184 pushq %rdi
6185 call _glapi_get_dispatch
6186 popq %rdi
6187 movq 1400(%rax), %r11
6188 jmp *%r11
6189 #endif /* defined(GLX_USE_TLS) */
6190 .size GL_PREFIX(PolygonStipple), .-GL_PREFIX(PolygonStipple)
6191
6192 .p2align 4,,15
6193 .globl GL_PREFIX(Scissor)
6194 .type GL_PREFIX(Scissor), @function
6195 GL_PREFIX(Scissor):
6196 #if defined(GLX_USE_TLS)
6197 call _x86_64_get_dispatch@PLT
6198 movq 1408(%rax), %r11
6199 jmp *%r11
6200 #elif defined(PTHREADS)
6201 pushq %rdi
6202 pushq %rsi
6203 pushq %rdx
6204 pushq %rcx
6205 pushq %rbp
6206 call _x86_64_get_dispatch@PLT
6207 popq %rbp
6208 popq %rcx
6209 popq %rdx
6210 popq %rsi
6211 popq %rdi
6212 movq 1408(%rax), %r11
6213 jmp *%r11
6214 #else
6215 movq _glapi_Dispatch(%rip), %rax
6216 testq %rax, %rax
6217 je 1f
6218 movq 1408(%rax), %r11
6219 jmp *%r11
6220 1:
6221 pushq %rdi
6222 pushq %rsi
6223 pushq %rdx
6224 pushq %rcx
6225 pushq %rbp
6226 call _glapi_get_dispatch
6227 popq %rbp
6228 popq %rcx
6229 popq %rdx
6230 popq %rsi
6231 popq %rdi
6232 movq 1408(%rax), %r11
6233 jmp *%r11
6234 #endif /* defined(GLX_USE_TLS) */
6235 .size GL_PREFIX(Scissor), .-GL_PREFIX(Scissor)
6236
6237 .p2align 4,,15
6238 .globl GL_PREFIX(ShadeModel)
6239 .type GL_PREFIX(ShadeModel), @function
6240 GL_PREFIX(ShadeModel):
6241 #if defined(GLX_USE_TLS)
6242 call _x86_64_get_dispatch@PLT
6243 movq 1416(%rax), %r11
6244 jmp *%r11
6245 #elif defined(PTHREADS)
6246 pushq %rdi
6247 call _x86_64_get_dispatch@PLT
6248 popq %rdi
6249 movq 1416(%rax), %r11
6250 jmp *%r11
6251 #else
6252 movq _glapi_Dispatch(%rip), %rax
6253 testq %rax, %rax
6254 je 1f
6255 movq 1416(%rax), %r11
6256 jmp *%r11
6257 1:
6258 pushq %rdi
6259 call _glapi_get_dispatch
6260 popq %rdi
6261 movq 1416(%rax), %r11
6262 jmp *%r11
6263 #endif /* defined(GLX_USE_TLS) */
6264 .size GL_PREFIX(ShadeModel), .-GL_PREFIX(ShadeModel)
6265
6266 .p2align 4,,15
6267 .globl GL_PREFIX(TexParameterf)
6268 .type GL_PREFIX(TexParameterf), @function
6269 GL_PREFIX(TexParameterf):
6270 #if defined(GLX_USE_TLS)
6271 call _x86_64_get_dispatch@PLT
6272 movq 1424(%rax), %r11
6273 jmp *%r11
6274 #elif defined(PTHREADS)
6275 subq $24, %rsp
6276 movq %rdi, (%rsp)
6277 movq %rsi, 8(%rsp)
6278 movq %xmm0, 16(%rsp)
6279 call _x86_64_get_dispatch@PLT
6280 movq 16(%rsp), %xmm0
6281 movq 8(%rsp), %rsi
6282 movq (%rsp), %rdi
6283 addq $24, %rsp
6284 movq 1424(%rax), %r11
6285 jmp *%r11
6286 #else
6287 movq _glapi_Dispatch(%rip), %rax
6288 testq %rax, %rax
6289 je 1f
6290 movq 1424(%rax), %r11
6291 jmp *%r11
6292 1:
6293 subq $24, %rsp
6294 movq %rdi, (%rsp)
6295 movq %rsi, 8(%rsp)
6296 movq %xmm0, 16(%rsp)
6297 call _glapi_get_dispatch
6298 movq 16(%rsp), %xmm0
6299 movq 8(%rsp), %rsi
6300 movq (%rsp), %rdi
6301 addq $24, %rsp
6302 movq 1424(%rax), %r11
6303 jmp *%r11
6304 #endif /* defined(GLX_USE_TLS) */
6305 .size GL_PREFIX(TexParameterf), .-GL_PREFIX(TexParameterf)
6306
6307 .p2align 4,,15
6308 .globl GL_PREFIX(TexParameterfv)
6309 .type GL_PREFIX(TexParameterfv), @function
6310 GL_PREFIX(TexParameterfv):
6311 #if defined(GLX_USE_TLS)
6312 call _x86_64_get_dispatch@PLT
6313 movq 1432(%rax), %r11
6314 jmp *%r11
6315 #elif defined(PTHREADS)
6316 pushq %rdi
6317 pushq %rsi
6318 pushq %rdx
6319 call _x86_64_get_dispatch@PLT
6320 popq %rdx
6321 popq %rsi
6322 popq %rdi
6323 movq 1432(%rax), %r11
6324 jmp *%r11
6325 #else
6326 movq _glapi_Dispatch(%rip), %rax
6327 testq %rax, %rax
6328 je 1f
6329 movq 1432(%rax), %r11
6330 jmp *%r11
6331 1:
6332 pushq %rdi
6333 pushq %rsi
6334 pushq %rdx
6335 call _glapi_get_dispatch
6336 popq %rdx
6337 popq %rsi
6338 popq %rdi
6339 movq 1432(%rax), %r11
6340 jmp *%r11
6341 #endif /* defined(GLX_USE_TLS) */
6342 .size GL_PREFIX(TexParameterfv), .-GL_PREFIX(TexParameterfv)
6343
6344 .p2align 4,,15
6345 .globl GL_PREFIX(TexParameteri)
6346 .type GL_PREFIX(TexParameteri), @function
6347 GL_PREFIX(TexParameteri):
6348 #if defined(GLX_USE_TLS)
6349 call _x86_64_get_dispatch@PLT
6350 movq 1440(%rax), %r11
6351 jmp *%r11
6352 #elif defined(PTHREADS)
6353 pushq %rdi
6354 pushq %rsi
6355 pushq %rdx
6356 call _x86_64_get_dispatch@PLT
6357 popq %rdx
6358 popq %rsi
6359 popq %rdi
6360 movq 1440(%rax), %r11
6361 jmp *%r11
6362 #else
6363 movq _glapi_Dispatch(%rip), %rax
6364 testq %rax, %rax
6365 je 1f
6366 movq 1440(%rax), %r11
6367 jmp *%r11
6368 1:
6369 pushq %rdi
6370 pushq %rsi
6371 pushq %rdx
6372 call _glapi_get_dispatch
6373 popq %rdx
6374 popq %rsi
6375 popq %rdi
6376 movq 1440(%rax), %r11
6377 jmp *%r11
6378 #endif /* defined(GLX_USE_TLS) */
6379 .size GL_PREFIX(TexParameteri), .-GL_PREFIX(TexParameteri)
6380
6381 .p2align 4,,15
6382 .globl GL_PREFIX(TexParameteriv)
6383 .type GL_PREFIX(TexParameteriv), @function
6384 GL_PREFIX(TexParameteriv):
6385 #if defined(GLX_USE_TLS)
6386 call _x86_64_get_dispatch@PLT
6387 movq 1448(%rax), %r11
6388 jmp *%r11
6389 #elif defined(PTHREADS)
6390 pushq %rdi
6391 pushq %rsi
6392 pushq %rdx
6393 call _x86_64_get_dispatch@PLT
6394 popq %rdx
6395 popq %rsi
6396 popq %rdi
6397 movq 1448(%rax), %r11
6398 jmp *%r11
6399 #else
6400 movq _glapi_Dispatch(%rip), %rax
6401 testq %rax, %rax
6402 je 1f
6403 movq 1448(%rax), %r11
6404 jmp *%r11
6405 1:
6406 pushq %rdi
6407 pushq %rsi
6408 pushq %rdx
6409 call _glapi_get_dispatch
6410 popq %rdx
6411 popq %rsi
6412 popq %rdi
6413 movq 1448(%rax), %r11
6414 jmp *%r11
6415 #endif /* defined(GLX_USE_TLS) */
6416 .size GL_PREFIX(TexParameteriv), .-GL_PREFIX(TexParameteriv)
6417
6418 .p2align 4,,15
6419 .globl GL_PREFIX(TexImage1D)
6420 .type GL_PREFIX(TexImage1D), @function
6421 GL_PREFIX(TexImage1D):
6422 #if defined(GLX_USE_TLS)
6423 call _x86_64_get_dispatch@PLT
6424 movq 1456(%rax), %r11
6425 jmp *%r11
6426 #elif defined(PTHREADS)
6427 pushq %rdi
6428 pushq %rsi
6429 pushq %rdx
6430 pushq %rcx
6431 pushq %r8
6432 pushq %r9
6433 pushq %rbp
6434 call _x86_64_get_dispatch@PLT
6435 popq %rbp
6436 popq %r9
6437 popq %r8
6438 popq %rcx
6439 popq %rdx
6440 popq %rsi
6441 popq %rdi
6442 movq 1456(%rax), %r11
6443 jmp *%r11
6444 #else
6445 movq _glapi_Dispatch(%rip), %rax
6446 testq %rax, %rax
6447 je 1f
6448 movq 1456(%rax), %r11
6449 jmp *%r11
6450 1:
6451 pushq %rdi
6452 pushq %rsi
6453 pushq %rdx
6454 pushq %rcx
6455 pushq %r8
6456 pushq %r9
6457 pushq %rbp
6458 call _glapi_get_dispatch
6459 popq %rbp
6460 popq %r9
6461 popq %r8
6462 popq %rcx
6463 popq %rdx
6464 popq %rsi
6465 popq %rdi
6466 movq 1456(%rax), %r11
6467 jmp *%r11
6468 #endif /* defined(GLX_USE_TLS) */
6469 .size GL_PREFIX(TexImage1D), .-GL_PREFIX(TexImage1D)
6470
6471 .p2align 4,,15
6472 .globl GL_PREFIX(TexImage2D)
6473 .type GL_PREFIX(TexImage2D), @function
6474 GL_PREFIX(TexImage2D):
6475 #if defined(GLX_USE_TLS)
6476 call _x86_64_get_dispatch@PLT
6477 movq 1464(%rax), %r11
6478 jmp *%r11
6479 #elif defined(PTHREADS)
6480 pushq %rdi
6481 pushq %rsi
6482 pushq %rdx
6483 pushq %rcx
6484 pushq %r8
6485 pushq %r9
6486 pushq %rbp
6487 call _x86_64_get_dispatch@PLT
6488 popq %rbp
6489 popq %r9
6490 popq %r8
6491 popq %rcx
6492 popq %rdx
6493 popq %rsi
6494 popq %rdi
6495 movq 1464(%rax), %r11
6496 jmp *%r11
6497 #else
6498 movq _glapi_Dispatch(%rip), %rax
6499 testq %rax, %rax
6500 je 1f
6501 movq 1464(%rax), %r11
6502 jmp *%r11
6503 1:
6504 pushq %rdi
6505 pushq %rsi
6506 pushq %rdx
6507 pushq %rcx
6508 pushq %r8
6509 pushq %r9
6510 pushq %rbp
6511 call _glapi_get_dispatch
6512 popq %rbp
6513 popq %r9
6514 popq %r8
6515 popq %rcx
6516 popq %rdx
6517 popq %rsi
6518 popq %rdi
6519 movq 1464(%rax), %r11
6520 jmp *%r11
6521 #endif /* defined(GLX_USE_TLS) */
6522 .size GL_PREFIX(TexImage2D), .-GL_PREFIX(TexImage2D)
6523
6524 .p2align 4,,15
6525 .globl GL_PREFIX(TexEnvf)
6526 .type GL_PREFIX(TexEnvf), @function
6527 GL_PREFIX(TexEnvf):
6528 #if defined(GLX_USE_TLS)
6529 call _x86_64_get_dispatch@PLT
6530 movq 1472(%rax), %r11
6531 jmp *%r11
6532 #elif defined(PTHREADS)
6533 subq $24, %rsp
6534 movq %rdi, (%rsp)
6535 movq %rsi, 8(%rsp)
6536 movq %xmm0, 16(%rsp)
6537 call _x86_64_get_dispatch@PLT
6538 movq 16(%rsp), %xmm0
6539 movq 8(%rsp), %rsi
6540 movq (%rsp), %rdi
6541 addq $24, %rsp
6542 movq 1472(%rax), %r11
6543 jmp *%r11
6544 #else
6545 movq _glapi_Dispatch(%rip), %rax
6546 testq %rax, %rax
6547 je 1f
6548 movq 1472(%rax), %r11
6549 jmp *%r11
6550 1:
6551 subq $24, %rsp
6552 movq %rdi, (%rsp)
6553 movq %rsi, 8(%rsp)
6554 movq %xmm0, 16(%rsp)
6555 call _glapi_get_dispatch
6556 movq 16(%rsp), %xmm0
6557 movq 8(%rsp), %rsi
6558 movq (%rsp), %rdi
6559 addq $24, %rsp
6560 movq 1472(%rax), %r11
6561 jmp *%r11
6562 #endif /* defined(GLX_USE_TLS) */
6563 .size GL_PREFIX(TexEnvf), .-GL_PREFIX(TexEnvf)
6564
6565 .p2align 4,,15
6566 .globl GL_PREFIX(TexEnvfv)
6567 .type GL_PREFIX(TexEnvfv), @function
6568 GL_PREFIX(TexEnvfv):
6569 #if defined(GLX_USE_TLS)
6570 call _x86_64_get_dispatch@PLT
6571 movq 1480(%rax), %r11
6572 jmp *%r11
6573 #elif defined(PTHREADS)
6574 pushq %rdi
6575 pushq %rsi
6576 pushq %rdx
6577 call _x86_64_get_dispatch@PLT
6578 popq %rdx
6579 popq %rsi
6580 popq %rdi
6581 movq 1480(%rax), %r11
6582 jmp *%r11
6583 #else
6584 movq _glapi_Dispatch(%rip), %rax
6585 testq %rax, %rax
6586 je 1f
6587 movq 1480(%rax), %r11
6588 jmp *%r11
6589 1:
6590 pushq %rdi
6591 pushq %rsi
6592 pushq %rdx
6593 call _glapi_get_dispatch
6594 popq %rdx
6595 popq %rsi
6596 popq %rdi
6597 movq 1480(%rax), %r11
6598 jmp *%r11
6599 #endif /* defined(GLX_USE_TLS) */
6600 .size GL_PREFIX(TexEnvfv), .-GL_PREFIX(TexEnvfv)
6601
6602 .p2align 4,,15
6603 .globl GL_PREFIX(TexEnvi)
6604 .type GL_PREFIX(TexEnvi), @function
6605 GL_PREFIX(TexEnvi):
6606 #if defined(GLX_USE_TLS)
6607 call _x86_64_get_dispatch@PLT
6608 movq 1488(%rax), %r11
6609 jmp *%r11
6610 #elif defined(PTHREADS)
6611 pushq %rdi
6612 pushq %rsi
6613 pushq %rdx
6614 call _x86_64_get_dispatch@PLT
6615 popq %rdx
6616 popq %rsi
6617 popq %rdi
6618 movq 1488(%rax), %r11
6619 jmp *%r11
6620 #else
6621 movq _glapi_Dispatch(%rip), %rax
6622 testq %rax, %rax
6623 je 1f
6624 movq 1488(%rax), %r11
6625 jmp *%r11
6626 1:
6627 pushq %rdi
6628 pushq %rsi
6629 pushq %rdx
6630 call _glapi_get_dispatch
6631 popq %rdx
6632 popq %rsi
6633 popq %rdi
6634 movq 1488(%rax), %r11
6635 jmp *%r11
6636 #endif /* defined(GLX_USE_TLS) */
6637 .size GL_PREFIX(TexEnvi), .-GL_PREFIX(TexEnvi)
6638
6639 .p2align 4,,15
6640 .globl GL_PREFIX(TexEnviv)
6641 .type GL_PREFIX(TexEnviv), @function
6642 GL_PREFIX(TexEnviv):
6643 #if defined(GLX_USE_TLS)
6644 call _x86_64_get_dispatch@PLT
6645 movq 1496(%rax), %r11
6646 jmp *%r11
6647 #elif defined(PTHREADS)
6648 pushq %rdi
6649 pushq %rsi
6650 pushq %rdx
6651 call _x86_64_get_dispatch@PLT
6652 popq %rdx
6653 popq %rsi
6654 popq %rdi
6655 movq 1496(%rax), %r11
6656 jmp *%r11
6657 #else
6658 movq _glapi_Dispatch(%rip), %rax
6659 testq %rax, %rax
6660 je 1f
6661 movq 1496(%rax), %r11
6662 jmp *%r11
6663 1:
6664 pushq %rdi
6665 pushq %rsi
6666 pushq %rdx
6667 call _glapi_get_dispatch
6668 popq %rdx
6669 popq %rsi
6670 popq %rdi
6671 movq 1496(%rax), %r11
6672 jmp *%r11
6673 #endif /* defined(GLX_USE_TLS) */
6674 .size GL_PREFIX(TexEnviv), .-GL_PREFIX(TexEnviv)
6675
6676 .p2align 4,,15
6677 .globl GL_PREFIX(TexGend)
6678 .type GL_PREFIX(TexGend), @function
6679 GL_PREFIX(TexGend):
6680 #if defined(GLX_USE_TLS)
6681 call _x86_64_get_dispatch@PLT
6682 movq 1504(%rax), %r11
6683 jmp *%r11
6684 #elif defined(PTHREADS)
6685 subq $24, %rsp
6686 movq %rdi, (%rsp)
6687 movq %rsi, 8(%rsp)
6688 movq %xmm0, 16(%rsp)
6689 call _x86_64_get_dispatch@PLT
6690 movq 16(%rsp), %xmm0
6691 movq 8(%rsp), %rsi
6692 movq (%rsp), %rdi
6693 addq $24, %rsp
6694 movq 1504(%rax), %r11
6695 jmp *%r11
6696 #else
6697 movq _glapi_Dispatch(%rip), %rax
6698 testq %rax, %rax
6699 je 1f
6700 movq 1504(%rax), %r11
6701 jmp *%r11
6702 1:
6703 subq $24, %rsp
6704 movq %rdi, (%rsp)
6705 movq %rsi, 8(%rsp)
6706 movq %xmm0, 16(%rsp)
6707 call _glapi_get_dispatch
6708 movq 16(%rsp), %xmm0
6709 movq 8(%rsp), %rsi
6710 movq (%rsp), %rdi
6711 addq $24, %rsp
6712 movq 1504(%rax), %r11
6713 jmp *%r11
6714 #endif /* defined(GLX_USE_TLS) */
6715 .size GL_PREFIX(TexGend), .-GL_PREFIX(TexGend)
6716
6717 .p2align 4,,15
6718 .globl GL_PREFIX(TexGendv)
6719 .type GL_PREFIX(TexGendv), @function
6720 GL_PREFIX(TexGendv):
6721 #if defined(GLX_USE_TLS)
6722 call _x86_64_get_dispatch@PLT
6723 movq 1512(%rax), %r11
6724 jmp *%r11
6725 #elif defined(PTHREADS)
6726 pushq %rdi
6727 pushq %rsi
6728 pushq %rdx
6729 call _x86_64_get_dispatch@PLT
6730 popq %rdx
6731 popq %rsi
6732 popq %rdi
6733 movq 1512(%rax), %r11
6734 jmp *%r11
6735 #else
6736 movq _glapi_Dispatch(%rip), %rax
6737 testq %rax, %rax
6738 je 1f
6739 movq 1512(%rax), %r11
6740 jmp *%r11
6741 1:
6742 pushq %rdi
6743 pushq %rsi
6744 pushq %rdx
6745 call _glapi_get_dispatch
6746 popq %rdx
6747 popq %rsi
6748 popq %rdi
6749 movq 1512(%rax), %r11
6750 jmp *%r11
6751 #endif /* defined(GLX_USE_TLS) */
6752 .size GL_PREFIX(TexGendv), .-GL_PREFIX(TexGendv)
6753
6754 .p2align 4,,15
6755 .globl GL_PREFIX(TexGenf)
6756 .type GL_PREFIX(TexGenf), @function
6757 GL_PREFIX(TexGenf):
6758 #if defined(GLX_USE_TLS)
6759 call _x86_64_get_dispatch@PLT
6760 movq 1520(%rax), %r11
6761 jmp *%r11
6762 #elif defined(PTHREADS)
6763 subq $24, %rsp
6764 movq %rdi, (%rsp)
6765 movq %rsi, 8(%rsp)
6766 movq %xmm0, 16(%rsp)
6767 call _x86_64_get_dispatch@PLT
6768 movq 16(%rsp), %xmm0
6769 movq 8(%rsp), %rsi
6770 movq (%rsp), %rdi
6771 addq $24, %rsp
6772 movq 1520(%rax), %r11
6773 jmp *%r11
6774 #else
6775 movq _glapi_Dispatch(%rip), %rax
6776 testq %rax, %rax
6777 je 1f
6778 movq 1520(%rax), %r11
6779 jmp *%r11
6780 1:
6781 subq $24, %rsp
6782 movq %rdi, (%rsp)
6783 movq %rsi, 8(%rsp)
6784 movq %xmm0, 16(%rsp)
6785 call _glapi_get_dispatch
6786 movq 16(%rsp), %xmm0
6787 movq 8(%rsp), %rsi
6788 movq (%rsp), %rdi
6789 addq $24, %rsp
6790 movq 1520(%rax), %r11
6791 jmp *%r11
6792 #endif /* defined(GLX_USE_TLS) */
6793 .size GL_PREFIX(TexGenf), .-GL_PREFIX(TexGenf)
6794
6795 .p2align 4,,15
6796 .globl GL_PREFIX(TexGenfv)
6797 .type GL_PREFIX(TexGenfv), @function
6798 GL_PREFIX(TexGenfv):
6799 #if defined(GLX_USE_TLS)
6800 call _x86_64_get_dispatch@PLT
6801 movq 1528(%rax), %r11
6802 jmp *%r11
6803 #elif defined(PTHREADS)
6804 pushq %rdi
6805 pushq %rsi
6806 pushq %rdx
6807 call _x86_64_get_dispatch@PLT
6808 popq %rdx
6809 popq %rsi
6810 popq %rdi
6811 movq 1528(%rax), %r11
6812 jmp *%r11
6813 #else
6814 movq _glapi_Dispatch(%rip), %rax
6815 testq %rax, %rax
6816 je 1f
6817 movq 1528(%rax), %r11
6818 jmp *%r11
6819 1:
6820 pushq %rdi
6821 pushq %rsi
6822 pushq %rdx
6823 call _glapi_get_dispatch
6824 popq %rdx
6825 popq %rsi
6826 popq %rdi
6827 movq 1528(%rax), %r11
6828 jmp *%r11
6829 #endif /* defined(GLX_USE_TLS) */
6830 .size GL_PREFIX(TexGenfv), .-GL_PREFIX(TexGenfv)
6831
6832 .p2align 4,,15
6833 .globl GL_PREFIX(TexGeni)
6834 .type GL_PREFIX(TexGeni), @function
6835 GL_PREFIX(TexGeni):
6836 #if defined(GLX_USE_TLS)
6837 call _x86_64_get_dispatch@PLT
6838 movq 1536(%rax), %r11
6839 jmp *%r11
6840 #elif defined(PTHREADS)
6841 pushq %rdi
6842 pushq %rsi
6843 pushq %rdx
6844 call _x86_64_get_dispatch@PLT
6845 popq %rdx
6846 popq %rsi
6847 popq %rdi
6848 movq 1536(%rax), %r11
6849 jmp *%r11
6850 #else
6851 movq _glapi_Dispatch(%rip), %rax
6852 testq %rax, %rax
6853 je 1f
6854 movq 1536(%rax), %r11
6855 jmp *%r11
6856 1:
6857 pushq %rdi
6858 pushq %rsi
6859 pushq %rdx
6860 call _glapi_get_dispatch
6861 popq %rdx
6862 popq %rsi
6863 popq %rdi
6864 movq 1536(%rax), %r11
6865 jmp *%r11
6866 #endif /* defined(GLX_USE_TLS) */
6867 .size GL_PREFIX(TexGeni), .-GL_PREFIX(TexGeni)
6868
6869 .p2align 4,,15
6870 .globl GL_PREFIX(TexGeniv)
6871 .type GL_PREFIX(TexGeniv), @function
6872 GL_PREFIX(TexGeniv):
6873 #if defined(GLX_USE_TLS)
6874 call _x86_64_get_dispatch@PLT
6875 movq 1544(%rax), %r11
6876 jmp *%r11
6877 #elif defined(PTHREADS)
6878 pushq %rdi
6879 pushq %rsi
6880 pushq %rdx
6881 call _x86_64_get_dispatch@PLT
6882 popq %rdx
6883 popq %rsi
6884 popq %rdi
6885 movq 1544(%rax), %r11
6886 jmp *%r11
6887 #else
6888 movq _glapi_Dispatch(%rip), %rax
6889 testq %rax, %rax
6890 je 1f
6891 movq 1544(%rax), %r11
6892 jmp *%r11
6893 1:
6894 pushq %rdi
6895 pushq %rsi
6896 pushq %rdx
6897 call _glapi_get_dispatch
6898 popq %rdx
6899 popq %rsi
6900 popq %rdi
6901 movq 1544(%rax), %r11
6902 jmp *%r11
6903 #endif /* defined(GLX_USE_TLS) */
6904 .size GL_PREFIX(TexGeniv), .-GL_PREFIX(TexGeniv)
6905
6906 .p2align 4,,15
6907 .globl GL_PREFIX(FeedbackBuffer)
6908 .type GL_PREFIX(FeedbackBuffer), @function
6909 GL_PREFIX(FeedbackBuffer):
6910 #if defined(GLX_USE_TLS)
6911 call _x86_64_get_dispatch@PLT
6912 movq 1552(%rax), %r11
6913 jmp *%r11
6914 #elif defined(PTHREADS)
6915 pushq %rdi
6916 pushq %rsi
6917 pushq %rdx
6918 call _x86_64_get_dispatch@PLT
6919 popq %rdx
6920 popq %rsi
6921 popq %rdi
6922 movq 1552(%rax), %r11
6923 jmp *%r11
6924 #else
6925 movq _glapi_Dispatch(%rip), %rax
6926 testq %rax, %rax
6927 je 1f
6928 movq 1552(%rax), %r11
6929 jmp *%r11
6930 1:
6931 pushq %rdi
6932 pushq %rsi
6933 pushq %rdx
6934 call _glapi_get_dispatch
6935 popq %rdx
6936 popq %rsi
6937 popq %rdi
6938 movq 1552(%rax), %r11
6939 jmp *%r11
6940 #endif /* defined(GLX_USE_TLS) */
6941 .size GL_PREFIX(FeedbackBuffer), .-GL_PREFIX(FeedbackBuffer)
6942
6943 .p2align 4,,15
6944 .globl GL_PREFIX(SelectBuffer)
6945 .type GL_PREFIX(SelectBuffer), @function
6946 GL_PREFIX(SelectBuffer):
6947 #if defined(GLX_USE_TLS)
6948 call _x86_64_get_dispatch@PLT
6949 movq 1560(%rax), %r11
6950 jmp *%r11
6951 #elif defined(PTHREADS)
6952 pushq %rdi
6953 pushq %rsi
6954 pushq %rbp
6955 call _x86_64_get_dispatch@PLT
6956 popq %rbp
6957 popq %rsi
6958 popq %rdi
6959 movq 1560(%rax), %r11
6960 jmp *%r11
6961 #else
6962 movq _glapi_Dispatch(%rip), %rax
6963 testq %rax, %rax
6964 je 1f
6965 movq 1560(%rax), %r11
6966 jmp *%r11
6967 1:
6968 pushq %rdi
6969 pushq %rsi
6970 pushq %rbp
6971 call _glapi_get_dispatch
6972 popq %rbp
6973 popq %rsi
6974 popq %rdi
6975 movq 1560(%rax), %r11
6976 jmp *%r11
6977 #endif /* defined(GLX_USE_TLS) */
6978 .size GL_PREFIX(SelectBuffer), .-GL_PREFIX(SelectBuffer)
6979
6980 .p2align 4,,15
6981 .globl GL_PREFIX(RenderMode)
6982 .type GL_PREFIX(RenderMode), @function
6983 GL_PREFIX(RenderMode):
6984 #if defined(GLX_USE_TLS)
6985 call _x86_64_get_dispatch@PLT
6986 movq 1568(%rax), %r11
6987 jmp *%r11
6988 #elif defined(PTHREADS)
6989 pushq %rdi
6990 call _x86_64_get_dispatch@PLT
6991 popq %rdi
6992 movq 1568(%rax), %r11
6993 jmp *%r11
6994 #else
6995 movq _glapi_Dispatch(%rip), %rax
6996 testq %rax, %rax
6997 je 1f
6998 movq 1568(%rax), %r11
6999 jmp *%r11
7000 1:
7001 pushq %rdi
7002 call _glapi_get_dispatch
7003 popq %rdi
7004 movq 1568(%rax), %r11
7005 jmp *%r11
7006 #endif /* defined(GLX_USE_TLS) */
7007 .size GL_PREFIX(RenderMode), .-GL_PREFIX(RenderMode)
7008
7009 .p2align 4,,15
7010 .globl GL_PREFIX(InitNames)
7011 .type GL_PREFIX(InitNames), @function
7012 GL_PREFIX(InitNames):
7013 #if defined(GLX_USE_TLS)
7014 call _x86_64_get_dispatch@PLT
7015 movq 1576(%rax), %r11
7016 jmp *%r11
7017 #elif defined(PTHREADS)
7018 pushq %rbp
7019 call _x86_64_get_dispatch@PLT
7020 popq %rbp
7021 movq 1576(%rax), %r11
7022 jmp *%r11
7023 #else
7024 movq _glapi_Dispatch(%rip), %rax
7025 testq %rax, %rax
7026 je 1f
7027 movq 1576(%rax), %r11
7028 jmp *%r11
7029 1:
7030 pushq %rbp
7031 call _glapi_get_dispatch
7032 popq %rbp
7033 movq 1576(%rax), %r11
7034 jmp *%r11
7035 #endif /* defined(GLX_USE_TLS) */
7036 .size GL_PREFIX(InitNames), .-GL_PREFIX(InitNames)
7037
7038 .p2align 4,,15
7039 .globl GL_PREFIX(LoadName)
7040 .type GL_PREFIX(LoadName), @function
7041 GL_PREFIX(LoadName):
7042 #if defined(GLX_USE_TLS)
7043 call _x86_64_get_dispatch@PLT
7044 movq 1584(%rax), %r11
7045 jmp *%r11
7046 #elif defined(PTHREADS)
7047 pushq %rdi
7048 call _x86_64_get_dispatch@PLT
7049 popq %rdi
7050 movq 1584(%rax), %r11
7051 jmp *%r11
7052 #else
7053 movq _glapi_Dispatch(%rip), %rax
7054 testq %rax, %rax
7055 je 1f
7056 movq 1584(%rax), %r11
7057 jmp *%r11
7058 1:
7059 pushq %rdi
7060 call _glapi_get_dispatch
7061 popq %rdi
7062 movq 1584(%rax), %r11
7063 jmp *%r11
7064 #endif /* defined(GLX_USE_TLS) */
7065 .size GL_PREFIX(LoadName), .-GL_PREFIX(LoadName)
7066
7067 .p2align 4,,15
7068 .globl GL_PREFIX(PassThrough)
7069 .type GL_PREFIX(PassThrough), @function
7070 GL_PREFIX(PassThrough):
7071 #if defined(GLX_USE_TLS)
7072 call _x86_64_get_dispatch@PLT
7073 movq 1592(%rax), %r11
7074 jmp *%r11
7075 #elif defined(PTHREADS)
7076 subq $8, %rsp
7077 movq %xmm0, (%rsp)
7078 call _x86_64_get_dispatch@PLT
7079 movq (%rsp), %xmm0
7080 addq $8, %rsp
7081 movq 1592(%rax), %r11
7082 jmp *%r11
7083 #else
7084 movq _glapi_Dispatch(%rip), %rax
7085 testq %rax, %rax
7086 je 1f
7087 movq 1592(%rax), %r11
7088 jmp *%r11
7089 1:
7090 subq $8, %rsp
7091 movq %xmm0, (%rsp)
7092 call _glapi_get_dispatch
7093 movq (%rsp), %xmm0
7094 addq $8, %rsp
7095 movq 1592(%rax), %r11
7096 jmp *%r11
7097 #endif /* defined(GLX_USE_TLS) */
7098 .size GL_PREFIX(PassThrough), .-GL_PREFIX(PassThrough)
7099
7100 .p2align 4,,15
7101 .globl GL_PREFIX(PopName)
7102 .type GL_PREFIX(PopName), @function
7103 GL_PREFIX(PopName):
7104 #if defined(GLX_USE_TLS)
7105 call _x86_64_get_dispatch@PLT
7106 movq 1600(%rax), %r11
7107 jmp *%r11
7108 #elif defined(PTHREADS)
7109 pushq %rbp
7110 call _x86_64_get_dispatch@PLT
7111 popq %rbp
7112 movq 1600(%rax), %r11
7113 jmp *%r11
7114 #else
7115 movq _glapi_Dispatch(%rip), %rax
7116 testq %rax, %rax
7117 je 1f
7118 movq 1600(%rax), %r11
7119 jmp *%r11
7120 1:
7121 pushq %rbp
7122 call _glapi_get_dispatch
7123 popq %rbp
7124 movq 1600(%rax), %r11
7125 jmp *%r11
7126 #endif /* defined(GLX_USE_TLS) */
7127 .size GL_PREFIX(PopName), .-GL_PREFIX(PopName)
7128
7129 .p2align 4,,15
7130 .globl GL_PREFIX(PushName)
7131 .type GL_PREFIX(PushName), @function
7132 GL_PREFIX(PushName):
7133 #if defined(GLX_USE_TLS)
7134 call _x86_64_get_dispatch@PLT
7135 movq 1608(%rax), %r11
7136 jmp *%r11
7137 #elif defined(PTHREADS)
7138 pushq %rdi
7139 call _x86_64_get_dispatch@PLT
7140 popq %rdi
7141 movq 1608(%rax), %r11
7142 jmp *%r11
7143 #else
7144 movq _glapi_Dispatch(%rip), %rax
7145 testq %rax, %rax
7146 je 1f
7147 movq 1608(%rax), %r11
7148 jmp *%r11
7149 1:
7150 pushq %rdi
7151 call _glapi_get_dispatch
7152 popq %rdi
7153 movq 1608(%rax), %r11
7154 jmp *%r11
7155 #endif /* defined(GLX_USE_TLS) */
7156 .size GL_PREFIX(PushName), .-GL_PREFIX(PushName)
7157
7158 .p2align 4,,15
7159 .globl GL_PREFIX(DrawBuffer)
7160 .type GL_PREFIX(DrawBuffer), @function
7161 GL_PREFIX(DrawBuffer):
7162 #if defined(GLX_USE_TLS)
7163 call _x86_64_get_dispatch@PLT
7164 movq 1616(%rax), %r11
7165 jmp *%r11
7166 #elif defined(PTHREADS)
7167 pushq %rdi
7168 call _x86_64_get_dispatch@PLT
7169 popq %rdi
7170 movq 1616(%rax), %r11
7171 jmp *%r11
7172 #else
7173 movq _glapi_Dispatch(%rip), %rax
7174 testq %rax, %rax
7175 je 1f
7176 movq 1616(%rax), %r11
7177 jmp *%r11
7178 1:
7179 pushq %rdi
7180 call _glapi_get_dispatch
7181 popq %rdi
7182 movq 1616(%rax), %r11
7183 jmp *%r11
7184 #endif /* defined(GLX_USE_TLS) */
7185 .size GL_PREFIX(DrawBuffer), .-GL_PREFIX(DrawBuffer)
7186
7187 .p2align 4,,15
7188 .globl GL_PREFIX(Clear)
7189 .type GL_PREFIX(Clear), @function
7190 GL_PREFIX(Clear):
7191 #if defined(GLX_USE_TLS)
7192 call _x86_64_get_dispatch@PLT
7193 movq 1624(%rax), %r11
7194 jmp *%r11
7195 #elif defined(PTHREADS)
7196 pushq %rdi
7197 call _x86_64_get_dispatch@PLT
7198 popq %rdi
7199 movq 1624(%rax), %r11
7200 jmp *%r11
7201 #else
7202 movq _glapi_Dispatch(%rip), %rax
7203 testq %rax, %rax
7204 je 1f
7205 movq 1624(%rax), %r11
7206 jmp *%r11
7207 1:
7208 pushq %rdi
7209 call _glapi_get_dispatch
7210 popq %rdi
7211 movq 1624(%rax), %r11
7212 jmp *%r11
7213 #endif /* defined(GLX_USE_TLS) */
7214 .size GL_PREFIX(Clear), .-GL_PREFIX(Clear)
7215
7216 .p2align 4,,15
7217 .globl GL_PREFIX(ClearAccum)
7218 .type GL_PREFIX(ClearAccum), @function
7219 GL_PREFIX(ClearAccum):
7220 #if defined(GLX_USE_TLS)
7221 call _x86_64_get_dispatch@PLT
7222 movq 1632(%rax), %r11
7223 jmp *%r11
7224 #elif defined(PTHREADS)
7225 subq $40, %rsp
7226 movq %xmm0, (%rsp)
7227 movq %xmm1, 8(%rsp)
7228 movq %xmm2, 16(%rsp)
7229 movq %xmm3, 24(%rsp)
7230 call _x86_64_get_dispatch@PLT
7231 movq 24(%rsp), %xmm3
7232 movq 16(%rsp), %xmm2
7233 movq 8(%rsp), %xmm1
7234 movq (%rsp), %xmm0
7235 addq $40, %rsp
7236 movq 1632(%rax), %r11
7237 jmp *%r11
7238 #else
7239 movq _glapi_Dispatch(%rip), %rax
7240 testq %rax, %rax
7241 je 1f
7242 movq 1632(%rax), %r11
7243 jmp *%r11
7244 1:
7245 subq $40, %rsp
7246 movq %xmm0, (%rsp)
7247 movq %xmm1, 8(%rsp)
7248 movq %xmm2, 16(%rsp)
7249 movq %xmm3, 24(%rsp)
7250 call _glapi_get_dispatch
7251 movq 24(%rsp), %xmm3
7252 movq 16(%rsp), %xmm2
7253 movq 8(%rsp), %xmm1
7254 movq (%rsp), %xmm0
7255 addq $40, %rsp
7256 movq 1632(%rax), %r11
7257 jmp *%r11
7258 #endif /* defined(GLX_USE_TLS) */
7259 .size GL_PREFIX(ClearAccum), .-GL_PREFIX(ClearAccum)
7260
7261 .p2align 4,,15
7262 .globl GL_PREFIX(ClearIndex)
7263 .type GL_PREFIX(ClearIndex), @function
7264 GL_PREFIX(ClearIndex):
7265 #if defined(GLX_USE_TLS)
7266 call _x86_64_get_dispatch@PLT
7267 movq 1640(%rax), %r11
7268 jmp *%r11
7269 #elif defined(PTHREADS)
7270 subq $8, %rsp
7271 movq %xmm0, (%rsp)
7272 call _x86_64_get_dispatch@PLT
7273 movq (%rsp), %xmm0
7274 addq $8, %rsp
7275 movq 1640(%rax), %r11
7276 jmp *%r11
7277 #else
7278 movq _glapi_Dispatch(%rip), %rax
7279 testq %rax, %rax
7280 je 1f
7281 movq 1640(%rax), %r11
7282 jmp *%r11
7283 1:
7284 subq $8, %rsp
7285 movq %xmm0, (%rsp)
7286 call _glapi_get_dispatch
7287 movq (%rsp), %xmm0
7288 addq $8, %rsp
7289 movq 1640(%rax), %r11
7290 jmp *%r11
7291 #endif /* defined(GLX_USE_TLS) */
7292 .size GL_PREFIX(ClearIndex), .-GL_PREFIX(ClearIndex)
7293
7294 .p2align 4,,15
7295 .globl GL_PREFIX(ClearColor)
7296 .type GL_PREFIX(ClearColor), @function
7297 GL_PREFIX(ClearColor):
7298 #if defined(GLX_USE_TLS)
7299 call _x86_64_get_dispatch@PLT
7300 movq 1648(%rax), %r11
7301 jmp *%r11
7302 #elif defined(PTHREADS)
7303 pushq %rdi
7304 pushq %rsi
7305 pushq %rdx
7306 pushq %rcx
7307 pushq %rbp
7308 call _x86_64_get_dispatch@PLT
7309 popq %rbp
7310 popq %rcx
7311 popq %rdx
7312 popq %rsi
7313 popq %rdi
7314 movq 1648(%rax), %r11
7315 jmp *%r11
7316 #else
7317 movq _glapi_Dispatch(%rip), %rax
7318 testq %rax, %rax
7319 je 1f
7320 movq 1648(%rax), %r11
7321 jmp *%r11
7322 1:
7323 pushq %rdi
7324 pushq %rsi
7325 pushq %rdx
7326 pushq %rcx
7327 pushq %rbp
7328 call _glapi_get_dispatch
7329 popq %rbp
7330 popq %rcx
7331 popq %rdx
7332 popq %rsi
7333 popq %rdi
7334 movq 1648(%rax), %r11
7335 jmp *%r11
7336 #endif /* defined(GLX_USE_TLS) */
7337 .size GL_PREFIX(ClearColor), .-GL_PREFIX(ClearColor)
7338
7339 .p2align 4,,15
7340 .globl GL_PREFIX(ClearStencil)
7341 .type GL_PREFIX(ClearStencil), @function
7342 GL_PREFIX(ClearStencil):
7343 #if defined(GLX_USE_TLS)
7344 call _x86_64_get_dispatch@PLT
7345 movq 1656(%rax), %r11
7346 jmp *%r11
7347 #elif defined(PTHREADS)
7348 pushq %rdi
7349 call _x86_64_get_dispatch@PLT
7350 popq %rdi
7351 movq 1656(%rax), %r11
7352 jmp *%r11
7353 #else
7354 movq _glapi_Dispatch(%rip), %rax
7355 testq %rax, %rax
7356 je 1f
7357 movq 1656(%rax), %r11
7358 jmp *%r11
7359 1:
7360 pushq %rdi
7361 call _glapi_get_dispatch
7362 popq %rdi
7363 movq 1656(%rax), %r11
7364 jmp *%r11
7365 #endif /* defined(GLX_USE_TLS) */
7366 .size GL_PREFIX(ClearStencil), .-GL_PREFIX(ClearStencil)
7367
7368 .p2align 4,,15
7369 .globl GL_PREFIX(ClearDepth)
7370 .type GL_PREFIX(ClearDepth), @function
7371 GL_PREFIX(ClearDepth):
7372 #if defined(GLX_USE_TLS)
7373 call _x86_64_get_dispatch@PLT
7374 movq 1664(%rax), %r11
7375 jmp *%r11
7376 #elif defined(PTHREADS)
7377 pushq %rdi
7378 call _x86_64_get_dispatch@PLT
7379 popq %rdi
7380 movq 1664(%rax), %r11
7381 jmp *%r11
7382 #else
7383 movq _glapi_Dispatch(%rip), %rax
7384 testq %rax, %rax
7385 je 1f
7386 movq 1664(%rax), %r11
7387 jmp *%r11
7388 1:
7389 pushq %rdi
7390 call _glapi_get_dispatch
7391 popq %rdi
7392 movq 1664(%rax), %r11
7393 jmp *%r11
7394 #endif /* defined(GLX_USE_TLS) */
7395 .size GL_PREFIX(ClearDepth), .-GL_PREFIX(ClearDepth)
7396
7397 .p2align 4,,15
7398 .globl GL_PREFIX(StencilMask)
7399 .type GL_PREFIX(StencilMask), @function
7400 GL_PREFIX(StencilMask):
7401 #if defined(GLX_USE_TLS)
7402 call _x86_64_get_dispatch@PLT
7403 movq 1672(%rax), %r11
7404 jmp *%r11
7405 #elif defined(PTHREADS)
7406 pushq %rdi
7407 call _x86_64_get_dispatch@PLT
7408 popq %rdi
7409 movq 1672(%rax), %r11
7410 jmp *%r11
7411 #else
7412 movq _glapi_Dispatch(%rip), %rax
7413 testq %rax, %rax
7414 je 1f
7415 movq 1672(%rax), %r11
7416 jmp *%r11
7417 1:
7418 pushq %rdi
7419 call _glapi_get_dispatch
7420 popq %rdi
7421 movq 1672(%rax), %r11
7422 jmp *%r11
7423 #endif /* defined(GLX_USE_TLS) */
7424 .size GL_PREFIX(StencilMask), .-GL_PREFIX(StencilMask)
7425
7426 .p2align 4,,15
7427 .globl GL_PREFIX(ColorMask)
7428 .type GL_PREFIX(ColorMask), @function
7429 GL_PREFIX(ColorMask):
7430 #if defined(GLX_USE_TLS)
7431 call _x86_64_get_dispatch@PLT
7432 movq 1680(%rax), %r11
7433 jmp *%r11
7434 #elif defined(PTHREADS)
7435 pushq %rdi
7436 pushq %rsi
7437 pushq %rdx
7438 pushq %rcx
7439 pushq %rbp
7440 call _x86_64_get_dispatch@PLT
7441 popq %rbp
7442 popq %rcx
7443 popq %rdx
7444 popq %rsi
7445 popq %rdi
7446 movq 1680(%rax), %r11
7447 jmp *%r11
7448 #else
7449 movq _glapi_Dispatch(%rip), %rax
7450 testq %rax, %rax
7451 je 1f
7452 movq 1680(%rax), %r11
7453 jmp *%r11
7454 1:
7455 pushq %rdi
7456 pushq %rsi
7457 pushq %rdx
7458 pushq %rcx
7459 pushq %rbp
7460 call _glapi_get_dispatch
7461 popq %rbp
7462 popq %rcx
7463 popq %rdx
7464 popq %rsi
7465 popq %rdi
7466 movq 1680(%rax), %r11
7467 jmp *%r11
7468 #endif /* defined(GLX_USE_TLS) */
7469 .size GL_PREFIX(ColorMask), .-GL_PREFIX(ColorMask)
7470
7471 .p2align 4,,15
7472 .globl GL_PREFIX(DepthMask)
7473 .type GL_PREFIX(DepthMask), @function
7474 GL_PREFIX(DepthMask):
7475 #if defined(GLX_USE_TLS)
7476 call _x86_64_get_dispatch@PLT
7477 movq 1688(%rax), %r11
7478 jmp *%r11
7479 #elif defined(PTHREADS)
7480 pushq %rdi
7481 call _x86_64_get_dispatch@PLT
7482 popq %rdi
7483 movq 1688(%rax), %r11
7484 jmp *%r11
7485 #else
7486 movq _glapi_Dispatch(%rip), %rax
7487 testq %rax, %rax
7488 je 1f
7489 movq 1688(%rax), %r11
7490 jmp *%r11
7491 1:
7492 pushq %rdi
7493 call _glapi_get_dispatch
7494 popq %rdi
7495 movq 1688(%rax), %r11
7496 jmp *%r11
7497 #endif /* defined(GLX_USE_TLS) */
7498 .size GL_PREFIX(DepthMask), .-GL_PREFIX(DepthMask)
7499
7500 .p2align 4,,15
7501 .globl GL_PREFIX(IndexMask)
7502 .type GL_PREFIX(IndexMask), @function
7503 GL_PREFIX(IndexMask):
7504 #if defined(GLX_USE_TLS)
7505 call _x86_64_get_dispatch@PLT
7506 movq 1696(%rax), %r11
7507 jmp *%r11
7508 #elif defined(PTHREADS)
7509 pushq %rdi
7510 call _x86_64_get_dispatch@PLT
7511 popq %rdi
7512 movq 1696(%rax), %r11
7513 jmp *%r11
7514 #else
7515 movq _glapi_Dispatch(%rip), %rax
7516 testq %rax, %rax
7517 je 1f
7518 movq 1696(%rax), %r11
7519 jmp *%r11
7520 1:
7521 pushq %rdi
7522 call _glapi_get_dispatch
7523 popq %rdi
7524 movq 1696(%rax), %r11
7525 jmp *%r11
7526 #endif /* defined(GLX_USE_TLS) */
7527 .size GL_PREFIX(IndexMask), .-GL_PREFIX(IndexMask)
7528
7529 .p2align 4,,15
7530 .globl GL_PREFIX(Accum)
7531 .type GL_PREFIX(Accum), @function
7532 GL_PREFIX(Accum):
7533 #if defined(GLX_USE_TLS)
7534 call _x86_64_get_dispatch@PLT
7535 movq 1704(%rax), %r11
7536 jmp *%r11
7537 #elif defined(PTHREADS)
7538 subq $24, %rsp
7539 movq %rdi, (%rsp)
7540 movq %xmm0, 8(%rsp)
7541 call _x86_64_get_dispatch@PLT
7542 movq 8(%rsp), %xmm0
7543 movq (%rsp), %rdi
7544 addq $24, %rsp
7545 movq 1704(%rax), %r11
7546 jmp *%r11
7547 #else
7548 movq _glapi_Dispatch(%rip), %rax
7549 testq %rax, %rax
7550 je 1f
7551 movq 1704(%rax), %r11
7552 jmp *%r11
7553 1:
7554 subq $24, %rsp
7555 movq %rdi, (%rsp)
7556 movq %xmm0, 8(%rsp)
7557 call _glapi_get_dispatch
7558 movq 8(%rsp), %xmm0
7559 movq (%rsp), %rdi
7560 addq $24, %rsp
7561 movq 1704(%rax), %r11
7562 jmp *%r11
7563 #endif /* defined(GLX_USE_TLS) */
7564 .size GL_PREFIX(Accum), .-GL_PREFIX(Accum)
7565
7566 .p2align 4,,15
7567 .globl GL_PREFIX(Disable)
7568 .type GL_PREFIX(Disable), @function
7569 GL_PREFIX(Disable):
7570 #if defined(GLX_USE_TLS)
7571 call _x86_64_get_dispatch@PLT
7572 movq 1712(%rax), %r11
7573 jmp *%r11
7574 #elif defined(PTHREADS)
7575 pushq %rdi
7576 call _x86_64_get_dispatch@PLT
7577 popq %rdi
7578 movq 1712(%rax), %r11
7579 jmp *%r11
7580 #else
7581 movq _glapi_Dispatch(%rip), %rax
7582 testq %rax, %rax
7583 je 1f
7584 movq 1712(%rax), %r11
7585 jmp *%r11
7586 1:
7587 pushq %rdi
7588 call _glapi_get_dispatch
7589 popq %rdi
7590 movq 1712(%rax), %r11
7591 jmp *%r11
7592 #endif /* defined(GLX_USE_TLS) */
7593 .size GL_PREFIX(Disable), .-GL_PREFIX(Disable)
7594
7595 .p2align 4,,15
7596 .globl GL_PREFIX(Enable)
7597 .type GL_PREFIX(Enable), @function
7598 GL_PREFIX(Enable):
7599 #if defined(GLX_USE_TLS)
7600 call _x86_64_get_dispatch@PLT
7601 movq 1720(%rax), %r11
7602 jmp *%r11
7603 #elif defined(PTHREADS)
7604 pushq %rdi
7605 call _x86_64_get_dispatch@PLT
7606 popq %rdi
7607 movq 1720(%rax), %r11
7608 jmp *%r11
7609 #else
7610 movq _glapi_Dispatch(%rip), %rax
7611 testq %rax, %rax
7612 je 1f
7613 movq 1720(%rax), %r11
7614 jmp *%r11
7615 1:
7616 pushq %rdi
7617 call _glapi_get_dispatch
7618 popq %rdi
7619 movq 1720(%rax), %r11
7620 jmp *%r11
7621 #endif /* defined(GLX_USE_TLS) */
7622 .size GL_PREFIX(Enable), .-GL_PREFIX(Enable)
7623
7624 .p2align 4,,15
7625 .globl GL_PREFIX(Finish)
7626 .type GL_PREFIX(Finish), @function
7627 GL_PREFIX(Finish):
7628 #if defined(GLX_USE_TLS)
7629 call _x86_64_get_dispatch@PLT
7630 movq 1728(%rax), %r11
7631 jmp *%r11
7632 #elif defined(PTHREADS)
7633 pushq %rbp
7634 call _x86_64_get_dispatch@PLT
7635 popq %rbp
7636 movq 1728(%rax), %r11
7637 jmp *%r11
7638 #else
7639 movq _glapi_Dispatch(%rip), %rax
7640 testq %rax, %rax
7641 je 1f
7642 movq 1728(%rax), %r11
7643 jmp *%r11
7644 1:
7645 pushq %rbp
7646 call _glapi_get_dispatch
7647 popq %rbp
7648 movq 1728(%rax), %r11
7649 jmp *%r11
7650 #endif /* defined(GLX_USE_TLS) */
7651 .size GL_PREFIX(Finish), .-GL_PREFIX(Finish)
7652
7653 .p2align 4,,15
7654 .globl GL_PREFIX(Flush)
7655 .type GL_PREFIX(Flush), @function
7656 GL_PREFIX(Flush):
7657 #if defined(GLX_USE_TLS)
7658 call _x86_64_get_dispatch@PLT
7659 movq 1736(%rax), %r11
7660 jmp *%r11
7661 #elif defined(PTHREADS)
7662 pushq %rbp
7663 call _x86_64_get_dispatch@PLT
7664 popq %rbp
7665 movq 1736(%rax), %r11
7666 jmp *%r11
7667 #else
7668 movq _glapi_Dispatch(%rip), %rax
7669 testq %rax, %rax
7670 je 1f
7671 movq 1736(%rax), %r11
7672 jmp *%r11
7673 1:
7674 pushq %rbp
7675 call _glapi_get_dispatch
7676 popq %rbp
7677 movq 1736(%rax), %r11
7678 jmp *%r11
7679 #endif /* defined(GLX_USE_TLS) */
7680 .size GL_PREFIX(Flush), .-GL_PREFIX(Flush)
7681
7682 .p2align 4,,15
7683 .globl GL_PREFIX(PopAttrib)
7684 .type GL_PREFIX(PopAttrib), @function
7685 GL_PREFIX(PopAttrib):
7686 #if defined(GLX_USE_TLS)
7687 call _x86_64_get_dispatch@PLT
7688 movq 1744(%rax), %r11
7689 jmp *%r11
7690 #elif defined(PTHREADS)
7691 pushq %rbp
7692 call _x86_64_get_dispatch@PLT
7693 popq %rbp
7694 movq 1744(%rax), %r11
7695 jmp *%r11
7696 #else
7697 movq _glapi_Dispatch(%rip), %rax
7698 testq %rax, %rax
7699 je 1f
7700 movq 1744(%rax), %r11
7701 jmp *%r11
7702 1:
7703 pushq %rbp
7704 call _glapi_get_dispatch
7705 popq %rbp
7706 movq 1744(%rax), %r11
7707 jmp *%r11
7708 #endif /* defined(GLX_USE_TLS) */
7709 .size GL_PREFIX(PopAttrib), .-GL_PREFIX(PopAttrib)
7710
7711 .p2align 4,,15
7712 .globl GL_PREFIX(PushAttrib)
7713 .type GL_PREFIX(PushAttrib), @function
7714 GL_PREFIX(PushAttrib):
7715 #if defined(GLX_USE_TLS)
7716 call _x86_64_get_dispatch@PLT
7717 movq 1752(%rax), %r11
7718 jmp *%r11
7719 #elif defined(PTHREADS)
7720 pushq %rdi
7721 call _x86_64_get_dispatch@PLT
7722 popq %rdi
7723 movq 1752(%rax), %r11
7724 jmp *%r11
7725 #else
7726 movq _glapi_Dispatch(%rip), %rax
7727 testq %rax, %rax
7728 je 1f
7729 movq 1752(%rax), %r11
7730 jmp *%r11
7731 1:
7732 pushq %rdi
7733 call _glapi_get_dispatch
7734 popq %rdi
7735 movq 1752(%rax), %r11
7736 jmp *%r11
7737 #endif /* defined(GLX_USE_TLS) */
7738 .size GL_PREFIX(PushAttrib), .-GL_PREFIX(PushAttrib)
7739
7740 .p2align 4,,15
7741 .globl GL_PREFIX(Map1d)
7742 .type GL_PREFIX(Map1d), @function
7743 GL_PREFIX(Map1d):
7744 #if defined(GLX_USE_TLS)
7745 call _x86_64_get_dispatch@PLT
7746 movq 1760(%rax), %r11
7747 jmp *%r11
7748 #elif defined(PTHREADS)
7749 subq $56, %rsp
7750 movq %rdi, (%rsp)
7751 movq %xmm0, 8(%rsp)
7752 movq %xmm1, 16(%rsp)
7753 movq %rsi, 24(%rsp)
7754 movq %rdx, 32(%rsp)
7755 movq %rcx, 40(%rsp)
7756 call _x86_64_get_dispatch@PLT
7757 movq 40(%rsp), %rcx
7758 movq 32(%rsp), %rdx
7759 movq 24(%rsp), %rsi
7760 movq 16(%rsp), %xmm1
7761 movq 8(%rsp), %xmm0
7762 movq (%rsp), %rdi
7763 addq $56, %rsp
7764 movq 1760(%rax), %r11
7765 jmp *%r11
7766 #else
7767 movq _glapi_Dispatch(%rip), %rax
7768 testq %rax, %rax
7769 je 1f
7770 movq 1760(%rax), %r11
7771 jmp *%r11
7772 1:
7773 subq $56, %rsp
7774 movq %rdi, (%rsp)
7775 movq %xmm0, 8(%rsp)
7776 movq %xmm1, 16(%rsp)
7777 movq %rsi, 24(%rsp)
7778 movq %rdx, 32(%rsp)
7779 movq %rcx, 40(%rsp)
7780 call _glapi_get_dispatch
7781 movq 40(%rsp), %rcx
7782 movq 32(%rsp), %rdx
7783 movq 24(%rsp), %rsi
7784 movq 16(%rsp), %xmm1
7785 movq 8(%rsp), %xmm0
7786 movq (%rsp), %rdi
7787 addq $56, %rsp
7788 movq 1760(%rax), %r11
7789 jmp *%r11
7790 #endif /* defined(GLX_USE_TLS) */
7791 .size GL_PREFIX(Map1d), .-GL_PREFIX(Map1d)
7792
7793 .p2align 4,,15
7794 .globl GL_PREFIX(Map1f)
7795 .type GL_PREFIX(Map1f), @function
7796 GL_PREFIX(Map1f):
7797 #if defined(GLX_USE_TLS)
7798 call _x86_64_get_dispatch@PLT
7799 movq 1768(%rax), %r11
7800 jmp *%r11
7801 #elif defined(PTHREADS)
7802 subq $56, %rsp
7803 movq %rdi, (%rsp)
7804 movq %xmm0, 8(%rsp)
7805 movq %xmm1, 16(%rsp)
7806 movq %rsi, 24(%rsp)
7807 movq %rdx, 32(%rsp)
7808 movq %rcx, 40(%rsp)
7809 call _x86_64_get_dispatch@PLT
7810 movq 40(%rsp), %rcx
7811 movq 32(%rsp), %rdx
7812 movq 24(%rsp), %rsi
7813 movq 16(%rsp), %xmm1
7814 movq 8(%rsp), %xmm0
7815 movq (%rsp), %rdi
7816 addq $56, %rsp
7817 movq 1768(%rax), %r11
7818 jmp *%r11
7819 #else
7820 movq _glapi_Dispatch(%rip), %rax
7821 testq %rax, %rax
7822 je 1f
7823 movq 1768(%rax), %r11
7824 jmp *%r11
7825 1:
7826 subq $56, %rsp
7827 movq %rdi, (%rsp)
7828 movq %xmm0, 8(%rsp)
7829 movq %xmm1, 16(%rsp)
7830 movq %rsi, 24(%rsp)
7831 movq %rdx, 32(%rsp)
7832 movq %rcx, 40(%rsp)
7833 call _glapi_get_dispatch
7834 movq 40(%rsp), %rcx
7835 movq 32(%rsp), %rdx
7836 movq 24(%rsp), %rsi
7837 movq 16(%rsp), %xmm1
7838 movq 8(%rsp), %xmm0
7839 movq (%rsp), %rdi
7840 addq $56, %rsp
7841 movq 1768(%rax), %r11
7842 jmp *%r11
7843 #endif /* defined(GLX_USE_TLS) */
7844 .size GL_PREFIX(Map1f), .-GL_PREFIX(Map1f)
7845
7846 .p2align 4,,15
7847 .globl GL_PREFIX(Map2d)
7848 .type GL_PREFIX(Map2d), @function
7849 GL_PREFIX(Map2d):
7850 #if defined(GLX_USE_TLS)
7851 call _x86_64_get_dispatch@PLT
7852 movq 1776(%rax), %r11
7853 jmp *%r11
7854 #elif defined(PTHREADS)
7855 subq $88, %rsp
7856 movq %rdi, (%rsp)
7857 movq %xmm0, 8(%rsp)
7858 movq %xmm1, 16(%rsp)
7859 movq %rsi, 24(%rsp)
7860 movq %rdx, 32(%rsp)
7861 movq %xmm2, 40(%rsp)
7862 movq %xmm3, 48(%rsp)
7863 movq %rcx, 56(%rsp)
7864 movq %r8, 64(%rsp)
7865 movq %r9, 72(%rsp)
7866 call _x86_64_get_dispatch@PLT
7867 movq 72(%rsp), %r9
7868 movq 64(%rsp), %r8
7869 movq 56(%rsp), %rcx
7870 movq 48(%rsp), %xmm3
7871 movq 40(%rsp), %xmm2
7872 movq 32(%rsp), %rdx
7873 movq 24(%rsp), %rsi
7874 movq 16(%rsp), %xmm1
7875 movq 8(%rsp), %xmm0
7876 movq (%rsp), %rdi
7877 addq $88, %rsp
7878 movq 1776(%rax), %r11
7879 jmp *%r11
7880 #else
7881 movq _glapi_Dispatch(%rip), %rax
7882 testq %rax, %rax
7883 je 1f
7884 movq 1776(%rax), %r11
7885 jmp *%r11
7886 1:
7887 subq $88, %rsp
7888 movq %rdi, (%rsp)
7889 movq %xmm0, 8(%rsp)
7890 movq %xmm1, 16(%rsp)
7891 movq %rsi, 24(%rsp)
7892 movq %rdx, 32(%rsp)
7893 movq %xmm2, 40(%rsp)
7894 movq %xmm3, 48(%rsp)
7895 movq %rcx, 56(%rsp)
7896 movq %r8, 64(%rsp)
7897 movq %r9, 72(%rsp)
7898 call _glapi_get_dispatch
7899 movq 72(%rsp), %r9
7900 movq 64(%rsp), %r8
7901 movq 56(%rsp), %rcx
7902 movq 48(%rsp), %xmm3
7903 movq 40(%rsp), %xmm2
7904 movq 32(%rsp), %rdx
7905 movq 24(%rsp), %rsi
7906 movq 16(%rsp), %xmm1
7907 movq 8(%rsp), %xmm0
7908 movq (%rsp), %rdi
7909 addq $88, %rsp
7910 movq 1776(%rax), %r11
7911 jmp *%r11
7912 #endif /* defined(GLX_USE_TLS) */
7913 .size GL_PREFIX(Map2d), .-GL_PREFIX(Map2d)
7914
7915 .p2align 4,,15
7916 .globl GL_PREFIX(Map2f)
7917 .type GL_PREFIX(Map2f), @function
7918 GL_PREFIX(Map2f):
7919 #if defined(GLX_USE_TLS)
7920 call _x86_64_get_dispatch@PLT
7921 movq 1784(%rax), %r11
7922 jmp *%r11
7923 #elif defined(PTHREADS)
7924 subq $88, %rsp
7925 movq %rdi, (%rsp)
7926 movq %xmm0, 8(%rsp)
7927 movq %xmm1, 16(%rsp)
7928 movq %rsi, 24(%rsp)
7929 movq %rdx, 32(%rsp)
7930 movq %xmm2, 40(%rsp)
7931 movq %xmm3, 48(%rsp)
7932 movq %rcx, 56(%rsp)
7933 movq %r8, 64(%rsp)
7934 movq %r9, 72(%rsp)
7935 call _x86_64_get_dispatch@PLT
7936 movq 72(%rsp), %r9
7937 movq 64(%rsp), %r8
7938 movq 56(%rsp), %rcx
7939 movq 48(%rsp), %xmm3
7940 movq 40(%rsp), %xmm2
7941 movq 32(%rsp), %rdx
7942 movq 24(%rsp), %rsi
7943 movq 16(%rsp), %xmm1
7944 movq 8(%rsp), %xmm0
7945 movq (%rsp), %rdi
7946 addq $88, %rsp
7947 movq 1784(%rax), %r11
7948 jmp *%r11
7949 #else
7950 movq _glapi_Dispatch(%rip), %rax
7951 testq %rax, %rax
7952 je 1f
7953 movq 1784(%rax), %r11
7954 jmp *%r11
7955 1:
7956 subq $88, %rsp
7957 movq %rdi, (%rsp)
7958 movq %xmm0, 8(%rsp)
7959 movq %xmm1, 16(%rsp)
7960 movq %rsi, 24(%rsp)
7961 movq %rdx, 32(%rsp)
7962 movq %xmm2, 40(%rsp)
7963 movq %xmm3, 48(%rsp)
7964 movq %rcx, 56(%rsp)
7965 movq %r8, 64(%rsp)
7966 movq %r9, 72(%rsp)
7967 call _glapi_get_dispatch
7968 movq 72(%rsp), %r9
7969 movq 64(%rsp), %r8
7970 movq 56(%rsp), %rcx
7971 movq 48(%rsp), %xmm3
7972 movq 40(%rsp), %xmm2
7973 movq 32(%rsp), %rdx
7974 movq 24(%rsp), %rsi
7975 movq 16(%rsp), %xmm1
7976 movq 8(%rsp), %xmm0
7977 movq (%rsp), %rdi
7978 addq $88, %rsp
7979 movq 1784(%rax), %r11
7980 jmp *%r11
7981 #endif /* defined(GLX_USE_TLS) */
7982 .size GL_PREFIX(Map2f), .-GL_PREFIX(Map2f)
7983
7984 .p2align 4,,15
7985 .globl GL_PREFIX(MapGrid1d)
7986 .type GL_PREFIX(MapGrid1d), @function
7987 GL_PREFIX(MapGrid1d):
7988 #if defined(GLX_USE_TLS)
7989 call _x86_64_get_dispatch@PLT
7990 movq 1792(%rax), %r11
7991 jmp *%r11
7992 #elif defined(PTHREADS)
7993 subq $24, %rsp
7994 movq %rdi, (%rsp)
7995 movq %xmm0, 8(%rsp)
7996 movq %xmm1, 16(%rsp)
7997 call _x86_64_get_dispatch@PLT
7998 movq 16(%rsp), %xmm1
7999 movq 8(%rsp), %xmm0
8000 movq (%rsp), %rdi
8001 addq $24, %rsp
8002 movq 1792(%rax), %r11
8003 jmp *%r11
8004 #else
8005 movq _glapi_Dispatch(%rip), %rax
8006 testq %rax, %rax
8007 je 1f
8008 movq 1792(%rax), %r11
8009 jmp *%r11
8010 1:
8011 subq $24, %rsp
8012 movq %rdi, (%rsp)
8013 movq %xmm0, 8(%rsp)
8014 movq %xmm1, 16(%rsp)
8015 call _glapi_get_dispatch
8016 movq 16(%rsp), %xmm1
8017 movq 8(%rsp), %xmm0
8018 movq (%rsp), %rdi
8019 addq $24, %rsp
8020 movq 1792(%rax), %r11
8021 jmp *%r11
8022 #endif /* defined(GLX_USE_TLS) */
8023 .size GL_PREFIX(MapGrid1d), .-GL_PREFIX(MapGrid1d)
8024
8025 .p2align 4,,15
8026 .globl GL_PREFIX(MapGrid1f)
8027 .type GL_PREFIX(MapGrid1f), @function
8028 GL_PREFIX(MapGrid1f):
8029 #if defined(GLX_USE_TLS)
8030 call _x86_64_get_dispatch@PLT
8031 movq 1800(%rax), %r11
8032 jmp *%r11
8033 #elif defined(PTHREADS)
8034 subq $24, %rsp
8035 movq %rdi, (%rsp)
8036 movq %xmm0, 8(%rsp)
8037 movq %xmm1, 16(%rsp)
8038 call _x86_64_get_dispatch@PLT
8039 movq 16(%rsp), %xmm1
8040 movq 8(%rsp), %xmm0
8041 movq (%rsp), %rdi
8042 addq $24, %rsp
8043 movq 1800(%rax), %r11
8044 jmp *%r11
8045 #else
8046 movq _glapi_Dispatch(%rip), %rax
8047 testq %rax, %rax
8048 je 1f
8049 movq 1800(%rax), %r11
8050 jmp *%r11
8051 1:
8052 subq $24, %rsp
8053 movq %rdi, (%rsp)
8054 movq %xmm0, 8(%rsp)
8055 movq %xmm1, 16(%rsp)
8056 call _glapi_get_dispatch
8057 movq 16(%rsp), %xmm1
8058 movq 8(%rsp), %xmm0
8059 movq (%rsp), %rdi
8060 addq $24, %rsp
8061 movq 1800(%rax), %r11
8062 jmp *%r11
8063 #endif /* defined(GLX_USE_TLS) */
8064 .size GL_PREFIX(MapGrid1f), .-GL_PREFIX(MapGrid1f)
8065
8066 .p2align 4,,15
8067 .globl GL_PREFIX(MapGrid2d)
8068 .type GL_PREFIX(MapGrid2d), @function
8069 GL_PREFIX(MapGrid2d):
8070 #if defined(GLX_USE_TLS)
8071 call _x86_64_get_dispatch@PLT
8072 movq 1808(%rax), %r11
8073 jmp *%r11
8074 #elif defined(PTHREADS)
8075 subq $56, %rsp
8076 movq %rdi, (%rsp)
8077 movq %xmm0, 8(%rsp)
8078 movq %xmm1, 16(%rsp)
8079 movq %rsi, 24(%rsp)
8080 movq %xmm2, 32(%rsp)
8081 movq %xmm3, 40(%rsp)
8082 call _x86_64_get_dispatch@PLT
8083 movq 40(%rsp), %xmm3
8084 movq 32(%rsp), %xmm2
8085 movq 24(%rsp), %rsi
8086 movq 16(%rsp), %xmm1
8087 movq 8(%rsp), %xmm0
8088 movq (%rsp), %rdi
8089 addq $56, %rsp
8090 movq 1808(%rax), %r11
8091 jmp *%r11
8092 #else
8093 movq _glapi_Dispatch(%rip), %rax
8094 testq %rax, %rax
8095 je 1f
8096 movq 1808(%rax), %r11
8097 jmp *%r11
8098 1:
8099 subq $56, %rsp
8100 movq %rdi, (%rsp)
8101 movq %xmm0, 8(%rsp)
8102 movq %xmm1, 16(%rsp)
8103 movq %rsi, 24(%rsp)
8104 movq %xmm2, 32(%rsp)
8105 movq %xmm3, 40(%rsp)
8106 call _glapi_get_dispatch
8107 movq 40(%rsp), %xmm3
8108 movq 32(%rsp), %xmm2
8109 movq 24(%rsp), %rsi
8110 movq 16(%rsp), %xmm1
8111 movq 8(%rsp), %xmm0
8112 movq (%rsp), %rdi
8113 addq $56, %rsp
8114 movq 1808(%rax), %r11
8115 jmp *%r11
8116 #endif /* defined(GLX_USE_TLS) */
8117 .size GL_PREFIX(MapGrid2d), .-GL_PREFIX(MapGrid2d)
8118
8119 .p2align 4,,15
8120 .globl GL_PREFIX(MapGrid2f)
8121 .type GL_PREFIX(MapGrid2f), @function
8122 GL_PREFIX(MapGrid2f):
8123 #if defined(GLX_USE_TLS)
8124 call _x86_64_get_dispatch@PLT
8125 movq 1816(%rax), %r11
8126 jmp *%r11
8127 #elif defined(PTHREADS)
8128 subq $56, %rsp
8129 movq %rdi, (%rsp)
8130 movq %xmm0, 8(%rsp)
8131 movq %xmm1, 16(%rsp)
8132 movq %rsi, 24(%rsp)
8133 movq %xmm2, 32(%rsp)
8134 movq %xmm3, 40(%rsp)
8135 call _x86_64_get_dispatch@PLT
8136 movq 40(%rsp), %xmm3
8137 movq 32(%rsp), %xmm2
8138 movq 24(%rsp), %rsi
8139 movq 16(%rsp), %xmm1
8140 movq 8(%rsp), %xmm0
8141 movq (%rsp), %rdi
8142 addq $56, %rsp
8143 movq 1816(%rax), %r11
8144 jmp *%r11
8145 #else
8146 movq _glapi_Dispatch(%rip), %rax
8147 testq %rax, %rax
8148 je 1f
8149 movq 1816(%rax), %r11
8150 jmp *%r11
8151 1:
8152 subq $56, %rsp
8153 movq %rdi, (%rsp)
8154 movq %xmm0, 8(%rsp)
8155 movq %xmm1, 16(%rsp)
8156 movq %rsi, 24(%rsp)
8157 movq %xmm2, 32(%rsp)
8158 movq %xmm3, 40(%rsp)
8159 call _glapi_get_dispatch
8160 movq 40(%rsp), %xmm3
8161 movq 32(%rsp), %xmm2
8162 movq 24(%rsp), %rsi
8163 movq 16(%rsp), %xmm1
8164 movq 8(%rsp), %xmm0
8165 movq (%rsp), %rdi
8166 addq $56, %rsp
8167 movq 1816(%rax), %r11
8168 jmp *%r11
8169 #endif /* defined(GLX_USE_TLS) */
8170 .size GL_PREFIX(MapGrid2f), .-GL_PREFIX(MapGrid2f)
8171
8172 .p2align 4,,15
8173 .globl GL_PREFIX(EvalCoord1d)
8174 .type GL_PREFIX(EvalCoord1d), @function
8175 GL_PREFIX(EvalCoord1d):
8176 #if defined(GLX_USE_TLS)
8177 call _x86_64_get_dispatch@PLT
8178 movq 1824(%rax), %r11
8179 jmp *%r11
8180 #elif defined(PTHREADS)
8181 subq $8, %rsp
8182 movq %xmm0, (%rsp)
8183 call _x86_64_get_dispatch@PLT
8184 movq (%rsp), %xmm0
8185 addq $8, %rsp
8186 movq 1824(%rax), %r11
8187 jmp *%r11
8188 #else
8189 movq _glapi_Dispatch(%rip), %rax
8190 testq %rax, %rax
8191 je 1f
8192 movq 1824(%rax), %r11
8193 jmp *%r11
8194 1:
8195 subq $8, %rsp
8196 movq %xmm0, (%rsp)
8197 call _glapi_get_dispatch
8198 movq (%rsp), %xmm0
8199 addq $8, %rsp
8200 movq 1824(%rax), %r11
8201 jmp *%r11
8202 #endif /* defined(GLX_USE_TLS) */
8203 .size GL_PREFIX(EvalCoord1d), .-GL_PREFIX(EvalCoord1d)
8204
8205 .p2align 4,,15
8206 .globl GL_PREFIX(EvalCoord1dv)
8207 .type GL_PREFIX(EvalCoord1dv), @function
8208 GL_PREFIX(EvalCoord1dv):
8209 #if defined(GLX_USE_TLS)
8210 call _x86_64_get_dispatch@PLT
8211 movq 1832(%rax), %r11
8212 jmp *%r11
8213 #elif defined(PTHREADS)
8214 pushq %rdi
8215 call _x86_64_get_dispatch@PLT
8216 popq %rdi
8217 movq 1832(%rax), %r11
8218 jmp *%r11
8219 #else
8220 movq _glapi_Dispatch(%rip), %rax
8221 testq %rax, %rax
8222 je 1f
8223 movq 1832(%rax), %r11
8224 jmp *%r11
8225 1:
8226 pushq %rdi
8227 call _glapi_get_dispatch
8228 popq %rdi
8229 movq 1832(%rax), %r11
8230 jmp *%r11
8231 #endif /* defined(GLX_USE_TLS) */
8232 .size GL_PREFIX(EvalCoord1dv), .-GL_PREFIX(EvalCoord1dv)
8233
8234 .p2align 4,,15
8235 .globl GL_PREFIX(EvalCoord1f)
8236 .type GL_PREFIX(EvalCoord1f), @function
8237 GL_PREFIX(EvalCoord1f):
8238 #if defined(GLX_USE_TLS)
8239 call _x86_64_get_dispatch@PLT
8240 movq 1840(%rax), %r11
8241 jmp *%r11
8242 #elif defined(PTHREADS)
8243 subq $8, %rsp
8244 movq %xmm0, (%rsp)
8245 call _x86_64_get_dispatch@PLT
8246 movq (%rsp), %xmm0
8247 addq $8, %rsp
8248 movq 1840(%rax), %r11
8249 jmp *%r11
8250 #else
8251 movq _glapi_Dispatch(%rip), %rax
8252 testq %rax, %rax
8253 je 1f
8254 movq 1840(%rax), %r11
8255 jmp *%r11
8256 1:
8257 subq $8, %rsp
8258 movq %xmm0, (%rsp)
8259 call _glapi_get_dispatch
8260 movq (%rsp), %xmm0
8261 addq $8, %rsp
8262 movq 1840(%rax), %r11
8263 jmp *%r11
8264 #endif /* defined(GLX_USE_TLS) */
8265 .size GL_PREFIX(EvalCoord1f), .-GL_PREFIX(EvalCoord1f)
8266
8267 .p2align 4,,15
8268 .globl GL_PREFIX(EvalCoord1fv)
8269 .type GL_PREFIX(EvalCoord1fv), @function
8270 GL_PREFIX(EvalCoord1fv):
8271 #if defined(GLX_USE_TLS)
8272 call _x86_64_get_dispatch@PLT
8273 movq 1848(%rax), %r11
8274 jmp *%r11
8275 #elif defined(PTHREADS)
8276 pushq %rdi
8277 call _x86_64_get_dispatch@PLT
8278 popq %rdi
8279 movq 1848(%rax), %r11
8280 jmp *%r11
8281 #else
8282 movq _glapi_Dispatch(%rip), %rax
8283 testq %rax, %rax
8284 je 1f
8285 movq 1848(%rax), %r11
8286 jmp *%r11
8287 1:
8288 pushq %rdi
8289 call _glapi_get_dispatch
8290 popq %rdi
8291 movq 1848(%rax), %r11
8292 jmp *%r11
8293 #endif /* defined(GLX_USE_TLS) */
8294 .size GL_PREFIX(EvalCoord1fv), .-GL_PREFIX(EvalCoord1fv)
8295
8296 .p2align 4,,15
8297 .globl GL_PREFIX(EvalCoord2d)
8298 .type GL_PREFIX(EvalCoord2d), @function
8299 GL_PREFIX(EvalCoord2d):
8300 #if defined(GLX_USE_TLS)
8301 call _x86_64_get_dispatch@PLT
8302 movq 1856(%rax), %r11
8303 jmp *%r11
8304 #elif defined(PTHREADS)
8305 subq $24, %rsp
8306 movq %xmm0, (%rsp)
8307 movq %xmm1, 8(%rsp)
8308 call _x86_64_get_dispatch@PLT
8309 movq 8(%rsp), %xmm1
8310 movq (%rsp), %xmm0
8311 addq $24, %rsp
8312 movq 1856(%rax), %r11
8313 jmp *%r11
8314 #else
8315 movq _glapi_Dispatch(%rip), %rax
8316 testq %rax, %rax
8317 je 1f
8318 movq 1856(%rax), %r11
8319 jmp *%r11
8320 1:
8321 subq $24, %rsp
8322 movq %xmm0, (%rsp)
8323 movq %xmm1, 8(%rsp)
8324 call _glapi_get_dispatch
8325 movq 8(%rsp), %xmm1
8326 movq (%rsp), %xmm0
8327 addq $24, %rsp
8328 movq 1856(%rax), %r11
8329 jmp *%r11
8330 #endif /* defined(GLX_USE_TLS) */
8331 .size GL_PREFIX(EvalCoord2d), .-GL_PREFIX(EvalCoord2d)
8332
8333 .p2align 4,,15
8334 .globl GL_PREFIX(EvalCoord2dv)
8335 .type GL_PREFIX(EvalCoord2dv), @function
8336 GL_PREFIX(EvalCoord2dv):
8337 #if defined(GLX_USE_TLS)
8338 call _x86_64_get_dispatch@PLT
8339 movq 1864(%rax), %r11
8340 jmp *%r11
8341 #elif defined(PTHREADS)
8342 pushq %rdi
8343 call _x86_64_get_dispatch@PLT
8344 popq %rdi
8345 movq 1864(%rax), %r11
8346 jmp *%r11
8347 #else
8348 movq _glapi_Dispatch(%rip), %rax
8349 testq %rax, %rax
8350 je 1f
8351 movq 1864(%rax), %r11
8352 jmp *%r11
8353 1:
8354 pushq %rdi
8355 call _glapi_get_dispatch
8356 popq %rdi
8357 movq 1864(%rax), %r11
8358 jmp *%r11
8359 #endif /* defined(GLX_USE_TLS) */
8360 .size GL_PREFIX(EvalCoord2dv), .-GL_PREFIX(EvalCoord2dv)
8361
8362 .p2align 4,,15
8363 .globl GL_PREFIX(EvalCoord2f)
8364 .type GL_PREFIX(EvalCoord2f), @function
8365 GL_PREFIX(EvalCoord2f):
8366 #if defined(GLX_USE_TLS)
8367 call _x86_64_get_dispatch@PLT
8368 movq 1872(%rax), %r11
8369 jmp *%r11
8370 #elif defined(PTHREADS)
8371 subq $24, %rsp
8372 movq %xmm0, (%rsp)
8373 movq %xmm1, 8(%rsp)
8374 call _x86_64_get_dispatch@PLT
8375 movq 8(%rsp), %xmm1
8376 movq (%rsp), %xmm0
8377 addq $24, %rsp
8378 movq 1872(%rax), %r11
8379 jmp *%r11
8380 #else
8381 movq _glapi_Dispatch(%rip), %rax
8382 testq %rax, %rax
8383 je 1f
8384 movq 1872(%rax), %r11
8385 jmp *%r11
8386 1:
8387 subq $24, %rsp
8388 movq %xmm0, (%rsp)
8389 movq %xmm1, 8(%rsp)
8390 call _glapi_get_dispatch
8391 movq 8(%rsp), %xmm1
8392 movq (%rsp), %xmm0
8393 addq $24, %rsp
8394 movq 1872(%rax), %r11
8395 jmp *%r11
8396 #endif /* defined(GLX_USE_TLS) */
8397 .size GL_PREFIX(EvalCoord2f), .-GL_PREFIX(EvalCoord2f)
8398
8399 .p2align 4,,15
8400 .globl GL_PREFIX(EvalCoord2fv)
8401 .type GL_PREFIX(EvalCoord2fv), @function
8402 GL_PREFIX(EvalCoord2fv):
8403 #if defined(GLX_USE_TLS)
8404 call _x86_64_get_dispatch@PLT
8405 movq 1880(%rax), %r11
8406 jmp *%r11
8407 #elif defined(PTHREADS)
8408 pushq %rdi
8409 call _x86_64_get_dispatch@PLT
8410 popq %rdi
8411 movq 1880(%rax), %r11
8412 jmp *%r11
8413 #else
8414 movq _glapi_Dispatch(%rip), %rax
8415 testq %rax, %rax
8416 je 1f
8417 movq 1880(%rax), %r11
8418 jmp *%r11
8419 1:
8420 pushq %rdi
8421 call _glapi_get_dispatch
8422 popq %rdi
8423 movq 1880(%rax), %r11
8424 jmp *%r11
8425 #endif /* defined(GLX_USE_TLS) */
8426 .size GL_PREFIX(EvalCoord2fv), .-GL_PREFIX(EvalCoord2fv)
8427
8428 .p2align 4,,15
8429 .globl GL_PREFIX(EvalMesh1)
8430 .type GL_PREFIX(EvalMesh1), @function
8431 GL_PREFIX(EvalMesh1):
8432 #if defined(GLX_USE_TLS)
8433 call _x86_64_get_dispatch@PLT
8434 movq 1888(%rax), %r11
8435 jmp *%r11
8436 #elif defined(PTHREADS)
8437 pushq %rdi
8438 pushq %rsi
8439 pushq %rdx
8440 call _x86_64_get_dispatch@PLT
8441 popq %rdx
8442 popq %rsi
8443 popq %rdi
8444 movq 1888(%rax), %r11
8445 jmp *%r11
8446 #else
8447 movq _glapi_Dispatch(%rip), %rax
8448 testq %rax, %rax
8449 je 1f
8450 movq 1888(%rax), %r11
8451 jmp *%r11
8452 1:
8453 pushq %rdi
8454 pushq %rsi
8455 pushq %rdx
8456 call _glapi_get_dispatch
8457 popq %rdx
8458 popq %rsi
8459 popq %rdi
8460 movq 1888(%rax), %r11
8461 jmp *%r11
8462 #endif /* defined(GLX_USE_TLS) */
8463 .size GL_PREFIX(EvalMesh1), .-GL_PREFIX(EvalMesh1)
8464
8465 .p2align 4,,15
8466 .globl GL_PREFIX(EvalPoint1)
8467 .type GL_PREFIX(EvalPoint1), @function
8468 GL_PREFIX(EvalPoint1):
8469 #if defined(GLX_USE_TLS)
8470 call _x86_64_get_dispatch@PLT
8471 movq 1896(%rax), %r11
8472 jmp *%r11
8473 #elif defined(PTHREADS)
8474 pushq %rdi
8475 call _x86_64_get_dispatch@PLT
8476 popq %rdi
8477 movq 1896(%rax), %r11
8478 jmp *%r11
8479 #else
8480 movq _glapi_Dispatch(%rip), %rax
8481 testq %rax, %rax
8482 je 1f
8483 movq 1896(%rax), %r11
8484 jmp *%r11
8485 1:
8486 pushq %rdi
8487 call _glapi_get_dispatch
8488 popq %rdi
8489 movq 1896(%rax), %r11
8490 jmp *%r11
8491 #endif /* defined(GLX_USE_TLS) */
8492 .size GL_PREFIX(EvalPoint1), .-GL_PREFIX(EvalPoint1)
8493
8494 .p2align 4,,15
8495 .globl GL_PREFIX(EvalMesh2)
8496 .type GL_PREFIX(EvalMesh2), @function
8497 GL_PREFIX(EvalMesh2):
8498 #if defined(GLX_USE_TLS)
8499 call _x86_64_get_dispatch@PLT
8500 movq 1904(%rax), %r11
8501 jmp *%r11
8502 #elif defined(PTHREADS)
8503 pushq %rdi
8504 pushq %rsi
8505 pushq %rdx
8506 pushq %rcx
8507 pushq %r8
8508 call _x86_64_get_dispatch@PLT
8509 popq %r8
8510 popq %rcx
8511 popq %rdx
8512 popq %rsi
8513 popq %rdi
8514 movq 1904(%rax), %r11
8515 jmp *%r11
8516 #else
8517 movq _glapi_Dispatch(%rip), %rax
8518 testq %rax, %rax
8519 je 1f
8520 movq 1904(%rax), %r11
8521 jmp *%r11
8522 1:
8523 pushq %rdi
8524 pushq %rsi
8525 pushq %rdx
8526 pushq %rcx
8527 pushq %r8
8528 call _glapi_get_dispatch
8529 popq %r8
8530 popq %rcx
8531 popq %rdx
8532 popq %rsi
8533 popq %rdi
8534 movq 1904(%rax), %r11
8535 jmp *%r11
8536 #endif /* defined(GLX_USE_TLS) */
8537 .size GL_PREFIX(EvalMesh2), .-GL_PREFIX(EvalMesh2)
8538
8539 .p2align 4,,15
8540 .globl GL_PREFIX(EvalPoint2)
8541 .type GL_PREFIX(EvalPoint2), @function
8542 GL_PREFIX(EvalPoint2):
8543 #if defined(GLX_USE_TLS)
8544 call _x86_64_get_dispatch@PLT
8545 movq 1912(%rax), %r11
8546 jmp *%r11
8547 #elif defined(PTHREADS)
8548 pushq %rdi
8549 pushq %rsi
8550 pushq %rbp
8551 call _x86_64_get_dispatch@PLT
8552 popq %rbp
8553 popq %rsi
8554 popq %rdi
8555 movq 1912(%rax), %r11
8556 jmp *%r11
8557 #else
8558 movq _glapi_Dispatch(%rip), %rax
8559 testq %rax, %rax
8560 je 1f
8561 movq 1912(%rax), %r11
8562 jmp *%r11
8563 1:
8564 pushq %rdi
8565 pushq %rsi
8566 pushq %rbp
8567 call _glapi_get_dispatch
8568 popq %rbp
8569 popq %rsi
8570 popq %rdi
8571 movq 1912(%rax), %r11
8572 jmp *%r11
8573 #endif /* defined(GLX_USE_TLS) */
8574 .size GL_PREFIX(EvalPoint2), .-GL_PREFIX(EvalPoint2)
8575
8576 .p2align 4,,15
8577 .globl GL_PREFIX(AlphaFunc)
8578 .type GL_PREFIX(AlphaFunc), @function
8579 GL_PREFIX(AlphaFunc):
8580 #if defined(GLX_USE_TLS)
8581 call _x86_64_get_dispatch@PLT
8582 movq 1920(%rax), %r11
8583 jmp *%r11
8584 #elif defined(PTHREADS)
8585 pushq %rdi
8586 pushq %rsi
8587 pushq %rbp
8588 call _x86_64_get_dispatch@PLT
8589 popq %rbp
8590 popq %rsi
8591 popq %rdi
8592 movq 1920(%rax), %r11
8593 jmp *%r11
8594 #else
8595 movq _glapi_Dispatch(%rip), %rax
8596 testq %rax, %rax
8597 je 1f
8598 movq 1920(%rax), %r11
8599 jmp *%r11
8600 1:
8601 pushq %rdi
8602 pushq %rsi
8603 pushq %rbp
8604 call _glapi_get_dispatch
8605 popq %rbp
8606 popq %rsi
8607 popq %rdi
8608 movq 1920(%rax), %r11
8609 jmp *%r11
8610 #endif /* defined(GLX_USE_TLS) */
8611 .size GL_PREFIX(AlphaFunc), .-GL_PREFIX(AlphaFunc)
8612
8613 .p2align 4,,15
8614 .globl GL_PREFIX(BlendFunc)
8615 .type GL_PREFIX(BlendFunc), @function
8616 GL_PREFIX(BlendFunc):
8617 #if defined(GLX_USE_TLS)
8618 call _x86_64_get_dispatch@PLT
8619 movq 1928(%rax), %r11
8620 jmp *%r11
8621 #elif defined(PTHREADS)
8622 pushq %rdi
8623 pushq %rsi
8624 pushq %rbp
8625 call _x86_64_get_dispatch@PLT
8626 popq %rbp
8627 popq %rsi
8628 popq %rdi
8629 movq 1928(%rax), %r11
8630 jmp *%r11
8631 #else
8632 movq _glapi_Dispatch(%rip), %rax
8633 testq %rax, %rax
8634 je 1f
8635 movq 1928(%rax), %r11
8636 jmp *%r11
8637 1:
8638 pushq %rdi
8639 pushq %rsi
8640 pushq %rbp
8641 call _glapi_get_dispatch
8642 popq %rbp
8643 popq %rsi
8644 popq %rdi
8645 movq 1928(%rax), %r11
8646 jmp *%r11
8647 #endif /* defined(GLX_USE_TLS) */
8648 .size GL_PREFIX(BlendFunc), .-GL_PREFIX(BlendFunc)
8649
8650 .p2align 4,,15
8651 .globl GL_PREFIX(LogicOp)
8652 .type GL_PREFIX(LogicOp), @function
8653 GL_PREFIX(LogicOp):
8654 #if defined(GLX_USE_TLS)
8655 call _x86_64_get_dispatch@PLT
8656 movq 1936(%rax), %r11
8657 jmp *%r11
8658 #elif defined(PTHREADS)
8659 pushq %rdi
8660 call _x86_64_get_dispatch@PLT
8661 popq %rdi
8662 movq 1936(%rax), %r11
8663 jmp *%r11
8664 #else
8665 movq _glapi_Dispatch(%rip), %rax
8666 testq %rax, %rax
8667 je 1f
8668 movq 1936(%rax), %r11
8669 jmp *%r11
8670 1:
8671 pushq %rdi
8672 call _glapi_get_dispatch
8673 popq %rdi
8674 movq 1936(%rax), %r11
8675 jmp *%r11
8676 #endif /* defined(GLX_USE_TLS) */
8677 .size GL_PREFIX(LogicOp), .-GL_PREFIX(LogicOp)
8678
8679 .p2align 4,,15
8680 .globl GL_PREFIX(StencilFunc)
8681 .type GL_PREFIX(StencilFunc), @function
8682 GL_PREFIX(StencilFunc):
8683 #if defined(GLX_USE_TLS)
8684 call _x86_64_get_dispatch@PLT
8685 movq 1944(%rax), %r11
8686 jmp *%r11
8687 #elif defined(PTHREADS)
8688 pushq %rdi
8689 pushq %rsi
8690 pushq %rdx
8691 call _x86_64_get_dispatch@PLT
8692 popq %rdx
8693 popq %rsi
8694 popq %rdi
8695 movq 1944(%rax), %r11
8696 jmp *%r11
8697 #else
8698 movq _glapi_Dispatch(%rip), %rax
8699 testq %rax, %rax
8700 je 1f
8701 movq 1944(%rax), %r11
8702 jmp *%r11
8703 1:
8704 pushq %rdi
8705 pushq %rsi
8706 pushq %rdx
8707 call _glapi_get_dispatch
8708 popq %rdx
8709 popq %rsi
8710 popq %rdi
8711 movq 1944(%rax), %r11
8712 jmp *%r11
8713 #endif /* defined(GLX_USE_TLS) */
8714 .size GL_PREFIX(StencilFunc), .-GL_PREFIX(StencilFunc)
8715
8716 .p2align 4,,15
8717 .globl GL_PREFIX(StencilOp)
8718 .type GL_PREFIX(StencilOp), @function
8719 GL_PREFIX(StencilOp):
8720 #if defined(GLX_USE_TLS)
8721 call _x86_64_get_dispatch@PLT
8722 movq 1952(%rax), %r11
8723 jmp *%r11
8724 #elif defined(PTHREADS)
8725 pushq %rdi
8726 pushq %rsi
8727 pushq %rdx
8728 call _x86_64_get_dispatch@PLT
8729 popq %rdx
8730 popq %rsi
8731 popq %rdi
8732 movq 1952(%rax), %r11
8733 jmp *%r11
8734 #else
8735 movq _glapi_Dispatch(%rip), %rax
8736 testq %rax, %rax
8737 je 1f
8738 movq 1952(%rax), %r11
8739 jmp *%r11
8740 1:
8741 pushq %rdi
8742 pushq %rsi
8743 pushq %rdx
8744 call _glapi_get_dispatch
8745 popq %rdx
8746 popq %rsi
8747 popq %rdi
8748 movq 1952(%rax), %r11
8749 jmp *%r11
8750 #endif /* defined(GLX_USE_TLS) */
8751 .size GL_PREFIX(StencilOp), .-GL_PREFIX(StencilOp)
8752
8753 .p2align 4,,15
8754 .globl GL_PREFIX(DepthFunc)
8755 .type GL_PREFIX(DepthFunc), @function
8756 GL_PREFIX(DepthFunc):
8757 #if defined(GLX_USE_TLS)
8758 call _x86_64_get_dispatch@PLT
8759 movq 1960(%rax), %r11
8760 jmp *%r11
8761 #elif defined(PTHREADS)
8762 pushq %rdi
8763 call _x86_64_get_dispatch@PLT
8764 popq %rdi
8765 movq 1960(%rax), %r11
8766 jmp *%r11
8767 #else
8768 movq _glapi_Dispatch(%rip), %rax
8769 testq %rax, %rax
8770 je 1f
8771 movq 1960(%rax), %r11
8772 jmp *%r11
8773 1:
8774 pushq %rdi
8775 call _glapi_get_dispatch
8776 popq %rdi
8777 movq 1960(%rax), %r11
8778 jmp *%r11
8779 #endif /* defined(GLX_USE_TLS) */
8780 .size GL_PREFIX(DepthFunc), .-GL_PREFIX(DepthFunc)
8781
8782 .p2align 4,,15
8783 .globl GL_PREFIX(PixelZoom)
8784 .type GL_PREFIX(PixelZoom), @function
8785 GL_PREFIX(PixelZoom):
8786 #if defined(GLX_USE_TLS)
8787 call _x86_64_get_dispatch@PLT
8788 movq 1968(%rax), %r11
8789 jmp *%r11
8790 #elif defined(PTHREADS)
8791 subq $24, %rsp
8792 movq %xmm0, (%rsp)
8793 movq %xmm1, 8(%rsp)
8794 call _x86_64_get_dispatch@PLT
8795 movq 8(%rsp), %xmm1
8796 movq (%rsp), %xmm0
8797 addq $24, %rsp
8798 movq 1968(%rax), %r11
8799 jmp *%r11
8800 #else
8801 movq _glapi_Dispatch(%rip), %rax
8802 testq %rax, %rax
8803 je 1f
8804 movq 1968(%rax), %r11
8805 jmp *%r11
8806 1:
8807 subq $24, %rsp
8808 movq %xmm0, (%rsp)
8809 movq %xmm1, 8(%rsp)
8810 call _glapi_get_dispatch
8811 movq 8(%rsp), %xmm1
8812 movq (%rsp), %xmm0
8813 addq $24, %rsp
8814 movq 1968(%rax), %r11
8815 jmp *%r11
8816 #endif /* defined(GLX_USE_TLS) */
8817 .size GL_PREFIX(PixelZoom), .-GL_PREFIX(PixelZoom)
8818
8819 .p2align 4,,15
8820 .globl GL_PREFIX(PixelTransferf)
8821 .type GL_PREFIX(PixelTransferf), @function
8822 GL_PREFIX(PixelTransferf):
8823 #if defined(GLX_USE_TLS)
8824 call _x86_64_get_dispatch@PLT
8825 movq 1976(%rax), %r11
8826 jmp *%r11
8827 #elif defined(PTHREADS)
8828 subq $24, %rsp
8829 movq %rdi, (%rsp)
8830 movq %xmm0, 8(%rsp)
8831 call _x86_64_get_dispatch@PLT
8832 movq 8(%rsp), %xmm0
8833 movq (%rsp), %rdi
8834 addq $24, %rsp
8835 movq 1976(%rax), %r11
8836 jmp *%r11
8837 #else
8838 movq _glapi_Dispatch(%rip), %rax
8839 testq %rax, %rax
8840 je 1f
8841 movq 1976(%rax), %r11
8842 jmp *%r11
8843 1:
8844 subq $24, %rsp
8845 movq %rdi, (%rsp)
8846 movq %xmm0, 8(%rsp)
8847 call _glapi_get_dispatch
8848 movq 8(%rsp), %xmm0
8849 movq (%rsp), %rdi
8850 addq $24, %rsp
8851 movq 1976(%rax), %r11
8852 jmp *%r11
8853 #endif /* defined(GLX_USE_TLS) */
8854 .size GL_PREFIX(PixelTransferf), .-GL_PREFIX(PixelTransferf)
8855
8856 .p2align 4,,15
8857 .globl GL_PREFIX(PixelTransferi)
8858 .type GL_PREFIX(PixelTransferi), @function
8859 GL_PREFIX(PixelTransferi):
8860 #if defined(GLX_USE_TLS)
8861 call _x86_64_get_dispatch@PLT
8862 movq 1984(%rax), %r11
8863 jmp *%r11
8864 #elif defined(PTHREADS)
8865 pushq %rdi
8866 pushq %rsi
8867 pushq %rbp
8868 call _x86_64_get_dispatch@PLT
8869 popq %rbp
8870 popq %rsi
8871 popq %rdi
8872 movq 1984(%rax), %r11
8873 jmp *%r11
8874 #else
8875 movq _glapi_Dispatch(%rip), %rax
8876 testq %rax, %rax
8877 je 1f
8878 movq 1984(%rax), %r11
8879 jmp *%r11
8880 1:
8881 pushq %rdi
8882 pushq %rsi
8883 pushq %rbp
8884 call _glapi_get_dispatch
8885 popq %rbp
8886 popq %rsi
8887 popq %rdi
8888 movq 1984(%rax), %r11
8889 jmp *%r11
8890 #endif /* defined(GLX_USE_TLS) */
8891 .size GL_PREFIX(PixelTransferi), .-GL_PREFIX(PixelTransferi)
8892
8893 .p2align 4,,15
8894 .globl GL_PREFIX(PixelStoref)
8895 .type GL_PREFIX(PixelStoref), @function
8896 GL_PREFIX(PixelStoref):
8897 #if defined(GLX_USE_TLS)
8898 call _x86_64_get_dispatch@PLT
8899 movq 1992(%rax), %r11
8900 jmp *%r11
8901 #elif defined(PTHREADS)
8902 subq $24, %rsp
8903 movq %rdi, (%rsp)
8904 movq %xmm0, 8(%rsp)
8905 call _x86_64_get_dispatch@PLT
8906 movq 8(%rsp), %xmm0
8907 movq (%rsp), %rdi
8908 addq $24, %rsp
8909 movq 1992(%rax), %r11
8910 jmp *%r11
8911 #else
8912 movq _glapi_Dispatch(%rip), %rax
8913 testq %rax, %rax
8914 je 1f
8915 movq 1992(%rax), %r11
8916 jmp *%r11
8917 1:
8918 subq $24, %rsp
8919 movq %rdi, (%rsp)
8920 movq %xmm0, 8(%rsp)
8921 call _glapi_get_dispatch
8922 movq 8(%rsp), %xmm0
8923 movq (%rsp), %rdi
8924 addq $24, %rsp
8925 movq 1992(%rax), %r11
8926 jmp *%r11
8927 #endif /* defined(GLX_USE_TLS) */
8928 .size GL_PREFIX(PixelStoref), .-GL_PREFIX(PixelStoref)
8929
8930 .p2align 4,,15
8931 .globl GL_PREFIX(PixelStorei)
8932 .type GL_PREFIX(PixelStorei), @function
8933 GL_PREFIX(PixelStorei):
8934 #if defined(GLX_USE_TLS)
8935 call _x86_64_get_dispatch@PLT
8936 movq 2000(%rax), %r11
8937 jmp *%r11
8938 #elif defined(PTHREADS)
8939 pushq %rdi
8940 pushq %rsi
8941 pushq %rbp
8942 call _x86_64_get_dispatch@PLT
8943 popq %rbp
8944 popq %rsi
8945 popq %rdi
8946 movq 2000(%rax), %r11
8947 jmp *%r11
8948 #else
8949 movq _glapi_Dispatch(%rip), %rax
8950 testq %rax, %rax
8951 je 1f
8952 movq 2000(%rax), %r11
8953 jmp *%r11
8954 1:
8955 pushq %rdi
8956 pushq %rsi
8957 pushq %rbp
8958 call _glapi_get_dispatch
8959 popq %rbp
8960 popq %rsi
8961 popq %rdi
8962 movq 2000(%rax), %r11
8963 jmp *%r11
8964 #endif /* defined(GLX_USE_TLS) */
8965 .size GL_PREFIX(PixelStorei), .-GL_PREFIX(PixelStorei)
8966
8967 .p2align 4,,15
8968 .globl GL_PREFIX(PixelMapfv)
8969 .type GL_PREFIX(PixelMapfv), @function
8970 GL_PREFIX(PixelMapfv):
8971 #if defined(GLX_USE_TLS)
8972 call _x86_64_get_dispatch@PLT
8973 movq 2008(%rax), %r11
8974 jmp *%r11
8975 #elif defined(PTHREADS)
8976 pushq %rdi
8977 pushq %rsi
8978 pushq %rdx
8979 call _x86_64_get_dispatch@PLT
8980 popq %rdx
8981 popq %rsi
8982 popq %rdi
8983 movq 2008(%rax), %r11
8984 jmp *%r11
8985 #else
8986 movq _glapi_Dispatch(%rip), %rax
8987 testq %rax, %rax
8988 je 1f
8989 movq 2008(%rax), %r11
8990 jmp *%r11
8991 1:
8992 pushq %rdi
8993 pushq %rsi
8994 pushq %rdx
8995 call _glapi_get_dispatch
8996 popq %rdx
8997 popq %rsi
8998 popq %rdi
8999 movq 2008(%rax), %r11
9000 jmp *%r11
9001 #endif /* defined(GLX_USE_TLS) */
9002 .size GL_PREFIX(PixelMapfv), .-GL_PREFIX(PixelMapfv)
9003
9004 .p2align 4,,15
9005 .globl GL_PREFIX(PixelMapuiv)
9006 .type GL_PREFIX(PixelMapuiv), @function
9007 GL_PREFIX(PixelMapuiv):
9008 #if defined(GLX_USE_TLS)
9009 call _x86_64_get_dispatch@PLT
9010 movq 2016(%rax), %r11
9011 jmp *%r11
9012 #elif defined(PTHREADS)
9013 pushq %rdi
9014 pushq %rsi
9015 pushq %rdx
9016 call _x86_64_get_dispatch@PLT
9017 popq %rdx
9018 popq %rsi
9019 popq %rdi
9020 movq 2016(%rax), %r11
9021 jmp *%r11
9022 #else
9023 movq _glapi_Dispatch(%rip), %rax
9024 testq %rax, %rax
9025 je 1f
9026 movq 2016(%rax), %r11
9027 jmp *%r11
9028 1:
9029 pushq %rdi
9030 pushq %rsi
9031 pushq %rdx
9032 call _glapi_get_dispatch
9033 popq %rdx
9034 popq %rsi
9035 popq %rdi
9036 movq 2016(%rax), %r11
9037 jmp *%r11
9038 #endif /* defined(GLX_USE_TLS) */
9039 .size GL_PREFIX(PixelMapuiv), .-GL_PREFIX(PixelMapuiv)
9040
9041 .p2align 4,,15
9042 .globl GL_PREFIX(PixelMapusv)
9043 .type GL_PREFIX(PixelMapusv), @function
9044 GL_PREFIX(PixelMapusv):
9045 #if defined(GLX_USE_TLS)
9046 call _x86_64_get_dispatch@PLT
9047 movq 2024(%rax), %r11
9048 jmp *%r11
9049 #elif defined(PTHREADS)
9050 pushq %rdi
9051 pushq %rsi
9052 pushq %rdx
9053 call _x86_64_get_dispatch@PLT
9054 popq %rdx
9055 popq %rsi
9056 popq %rdi
9057 movq 2024(%rax), %r11
9058 jmp *%r11
9059 #else
9060 movq _glapi_Dispatch(%rip), %rax
9061 testq %rax, %rax
9062 je 1f
9063 movq 2024(%rax), %r11
9064 jmp *%r11
9065 1:
9066 pushq %rdi
9067 pushq %rsi
9068 pushq %rdx
9069 call _glapi_get_dispatch
9070 popq %rdx
9071 popq %rsi
9072 popq %rdi
9073 movq 2024(%rax), %r11
9074 jmp *%r11
9075 #endif /* defined(GLX_USE_TLS) */
9076 .size GL_PREFIX(PixelMapusv), .-GL_PREFIX(PixelMapusv)
9077
9078 .p2align 4,,15
9079 .globl GL_PREFIX(ReadBuffer)
9080 .type GL_PREFIX(ReadBuffer), @function
9081 GL_PREFIX(ReadBuffer):
9082 #if defined(GLX_USE_TLS)
9083 call _x86_64_get_dispatch@PLT
9084 movq 2032(%rax), %r11
9085 jmp *%r11
9086 #elif defined(PTHREADS)
9087 pushq %rdi
9088 call _x86_64_get_dispatch@PLT
9089 popq %rdi
9090 movq 2032(%rax), %r11
9091 jmp *%r11
9092 #else
9093 movq _glapi_Dispatch(%rip), %rax
9094 testq %rax, %rax
9095 je 1f
9096 movq 2032(%rax), %r11
9097 jmp *%r11
9098 1:
9099 pushq %rdi
9100 call _glapi_get_dispatch
9101 popq %rdi
9102 movq 2032(%rax), %r11
9103 jmp *%r11
9104 #endif /* defined(GLX_USE_TLS) */
9105 .size GL_PREFIX(ReadBuffer), .-GL_PREFIX(ReadBuffer)
9106
9107 .p2align 4,,15
9108 .globl GL_PREFIX(CopyPixels)
9109 .type GL_PREFIX(CopyPixels), @function
9110 GL_PREFIX(CopyPixels):
9111 #if defined(GLX_USE_TLS)
9112 call _x86_64_get_dispatch@PLT
9113 movq 2040(%rax), %r11
9114 jmp *%r11
9115 #elif defined(PTHREADS)
9116 pushq %rdi
9117 pushq %rsi
9118 pushq %rdx
9119 pushq %rcx
9120 pushq %r8
9121 call _x86_64_get_dispatch@PLT
9122 popq %r8
9123 popq %rcx
9124 popq %rdx
9125 popq %rsi
9126 popq %rdi
9127 movq 2040(%rax), %r11
9128 jmp *%r11
9129 #else
9130 movq _glapi_Dispatch(%rip), %rax
9131 testq %rax, %rax
9132 je 1f
9133 movq 2040(%rax), %r11
9134 jmp *%r11
9135 1:
9136 pushq %rdi
9137 pushq %rsi
9138 pushq %rdx
9139 pushq %rcx
9140 pushq %r8
9141 call _glapi_get_dispatch
9142 popq %r8
9143 popq %rcx
9144 popq %rdx
9145 popq %rsi
9146 popq %rdi
9147 movq 2040(%rax), %r11
9148 jmp *%r11
9149 #endif /* defined(GLX_USE_TLS) */
9150 .size GL_PREFIX(CopyPixels), .-GL_PREFIX(CopyPixels)
9151
9152 .p2align 4,,15
9153 .globl GL_PREFIX(ReadPixels)
9154 .type GL_PREFIX(ReadPixels), @function
9155 GL_PREFIX(ReadPixels):
9156 #if defined(GLX_USE_TLS)
9157 call _x86_64_get_dispatch@PLT
9158 movq 2048(%rax), %r11
9159 jmp *%r11
9160 #elif defined(PTHREADS)
9161 pushq %rdi
9162 pushq %rsi
9163 pushq %rdx
9164 pushq %rcx
9165 pushq %r8
9166 pushq %r9
9167 pushq %rbp
9168 call _x86_64_get_dispatch@PLT
9169 popq %rbp
9170 popq %r9
9171 popq %r8
9172 popq %rcx
9173 popq %rdx
9174 popq %rsi
9175 popq %rdi
9176 movq 2048(%rax), %r11
9177 jmp *%r11
9178 #else
9179 movq _glapi_Dispatch(%rip), %rax
9180 testq %rax, %rax
9181 je 1f
9182 movq 2048(%rax), %r11
9183 jmp *%r11
9184 1:
9185 pushq %rdi
9186 pushq %rsi
9187 pushq %rdx
9188 pushq %rcx
9189 pushq %r8
9190 pushq %r9
9191 pushq %rbp
9192 call _glapi_get_dispatch
9193 popq %rbp
9194 popq %r9
9195 popq %r8
9196 popq %rcx
9197 popq %rdx
9198 popq %rsi
9199 popq %rdi
9200 movq 2048(%rax), %r11
9201 jmp *%r11
9202 #endif /* defined(GLX_USE_TLS) */
9203 .size GL_PREFIX(ReadPixels), .-GL_PREFIX(ReadPixels)
9204
9205 .p2align 4,,15
9206 .globl GL_PREFIX(DrawPixels)
9207 .type GL_PREFIX(DrawPixels), @function
9208 GL_PREFIX(DrawPixels):
9209 #if defined(GLX_USE_TLS)
9210 call _x86_64_get_dispatch@PLT
9211 movq 2056(%rax), %r11
9212 jmp *%r11
9213 #elif defined(PTHREADS)
9214 pushq %rdi
9215 pushq %rsi
9216 pushq %rdx
9217 pushq %rcx
9218 pushq %r8
9219 call _x86_64_get_dispatch@PLT
9220 popq %r8
9221 popq %rcx
9222 popq %rdx
9223 popq %rsi
9224 popq %rdi
9225 movq 2056(%rax), %r11
9226 jmp *%r11
9227 #else
9228 movq _glapi_Dispatch(%rip), %rax
9229 testq %rax, %rax
9230 je 1f
9231 movq 2056(%rax), %r11
9232 jmp *%r11
9233 1:
9234 pushq %rdi
9235 pushq %rsi
9236 pushq %rdx
9237 pushq %rcx
9238 pushq %r8
9239 call _glapi_get_dispatch
9240 popq %r8
9241 popq %rcx
9242 popq %rdx
9243 popq %rsi
9244 popq %rdi
9245 movq 2056(%rax), %r11
9246 jmp *%r11
9247 #endif /* defined(GLX_USE_TLS) */
9248 .size GL_PREFIX(DrawPixels), .-GL_PREFIX(DrawPixels)
9249
9250 .p2align 4,,15
9251 .globl GL_PREFIX(GetBooleanv)
9252 .type GL_PREFIX(GetBooleanv), @function
9253 GL_PREFIX(GetBooleanv):
9254 #if defined(GLX_USE_TLS)
9255 call _x86_64_get_dispatch@PLT
9256 movq 2064(%rax), %r11
9257 jmp *%r11
9258 #elif defined(PTHREADS)
9259 pushq %rdi
9260 pushq %rsi
9261 pushq %rbp
9262 call _x86_64_get_dispatch@PLT
9263 popq %rbp
9264 popq %rsi
9265 popq %rdi
9266 movq 2064(%rax), %r11
9267 jmp *%r11
9268 #else
9269 movq _glapi_Dispatch(%rip), %rax
9270 testq %rax, %rax
9271 je 1f
9272 movq 2064(%rax), %r11
9273 jmp *%r11
9274 1:
9275 pushq %rdi
9276 pushq %rsi
9277 pushq %rbp
9278 call _glapi_get_dispatch
9279 popq %rbp
9280 popq %rsi
9281 popq %rdi
9282 movq 2064(%rax), %r11
9283 jmp *%r11
9284 #endif /* defined(GLX_USE_TLS) */
9285 .size GL_PREFIX(GetBooleanv), .-GL_PREFIX(GetBooleanv)
9286
9287 .p2align 4,,15
9288 .globl GL_PREFIX(GetClipPlane)
9289 .type GL_PREFIX(GetClipPlane), @function
9290 GL_PREFIX(GetClipPlane):
9291 #if defined(GLX_USE_TLS)
9292 call _x86_64_get_dispatch@PLT
9293 movq 2072(%rax), %r11
9294 jmp *%r11
9295 #elif defined(PTHREADS)
9296 pushq %rdi
9297 pushq %rsi
9298 pushq %rbp
9299 call _x86_64_get_dispatch@PLT
9300 popq %rbp
9301 popq %rsi
9302 popq %rdi
9303 movq 2072(%rax), %r11
9304 jmp *%r11
9305 #else
9306 movq _glapi_Dispatch(%rip), %rax
9307 testq %rax, %rax
9308 je 1f
9309 movq 2072(%rax), %r11
9310 jmp *%r11
9311 1:
9312 pushq %rdi
9313 pushq %rsi
9314 pushq %rbp
9315 call _glapi_get_dispatch
9316 popq %rbp
9317 popq %rsi
9318 popq %rdi
9319 movq 2072(%rax), %r11
9320 jmp *%r11
9321 #endif /* defined(GLX_USE_TLS) */
9322 .size GL_PREFIX(GetClipPlane), .-GL_PREFIX(GetClipPlane)
9323
9324 .p2align 4,,15
9325 .globl GL_PREFIX(GetDoublev)
9326 .type GL_PREFIX(GetDoublev), @function
9327 GL_PREFIX(GetDoublev):
9328 #if defined(GLX_USE_TLS)
9329 call _x86_64_get_dispatch@PLT
9330 movq 2080(%rax), %r11
9331 jmp *%r11
9332 #elif defined(PTHREADS)
9333 pushq %rdi
9334 pushq %rsi
9335 pushq %rbp
9336 call _x86_64_get_dispatch@PLT
9337 popq %rbp
9338 popq %rsi
9339 popq %rdi
9340 movq 2080(%rax), %r11
9341 jmp *%r11
9342 #else
9343 movq _glapi_Dispatch(%rip), %rax
9344 testq %rax, %rax
9345 je 1f
9346 movq 2080(%rax), %r11
9347 jmp *%r11
9348 1:
9349 pushq %rdi
9350 pushq %rsi
9351 pushq %rbp
9352 call _glapi_get_dispatch
9353 popq %rbp
9354 popq %rsi
9355 popq %rdi
9356 movq 2080(%rax), %r11
9357 jmp *%r11
9358 #endif /* defined(GLX_USE_TLS) */
9359 .size GL_PREFIX(GetDoublev), .-GL_PREFIX(GetDoublev)
9360
9361 .p2align 4,,15
9362 .globl GL_PREFIX(GetError)
9363 .type GL_PREFIX(GetError), @function
9364 GL_PREFIX(GetError):
9365 #if defined(GLX_USE_TLS)
9366 call _x86_64_get_dispatch@PLT
9367 movq 2088(%rax), %r11
9368 jmp *%r11
9369 #elif defined(PTHREADS)
9370 pushq %rbp
9371 call _x86_64_get_dispatch@PLT
9372 popq %rbp
9373 movq 2088(%rax), %r11
9374 jmp *%r11
9375 #else
9376 movq _glapi_Dispatch(%rip), %rax
9377 testq %rax, %rax
9378 je 1f
9379 movq 2088(%rax), %r11
9380 jmp *%r11
9381 1:
9382 pushq %rbp
9383 call _glapi_get_dispatch
9384 popq %rbp
9385 movq 2088(%rax), %r11
9386 jmp *%r11
9387 #endif /* defined(GLX_USE_TLS) */
9388 .size GL_PREFIX(GetError), .-GL_PREFIX(GetError)
9389
9390 .p2align 4,,15
9391 .globl GL_PREFIX(GetFloatv)
9392 .type GL_PREFIX(GetFloatv), @function
9393 GL_PREFIX(GetFloatv):
9394 #if defined(GLX_USE_TLS)
9395 call _x86_64_get_dispatch@PLT
9396 movq 2096(%rax), %r11
9397 jmp *%r11
9398 #elif defined(PTHREADS)
9399 pushq %rdi
9400 pushq %rsi
9401 pushq %rbp
9402 call _x86_64_get_dispatch@PLT
9403 popq %rbp
9404 popq %rsi
9405 popq %rdi
9406 movq 2096(%rax), %r11
9407 jmp *%r11
9408 #else
9409 movq _glapi_Dispatch(%rip), %rax
9410 testq %rax, %rax
9411 je 1f
9412 movq 2096(%rax), %r11
9413 jmp *%r11
9414 1:
9415 pushq %rdi
9416 pushq %rsi
9417 pushq %rbp
9418 call _glapi_get_dispatch
9419 popq %rbp
9420 popq %rsi
9421 popq %rdi
9422 movq 2096(%rax), %r11
9423 jmp *%r11
9424 #endif /* defined(GLX_USE_TLS) */
9425 .size GL_PREFIX(GetFloatv), .-GL_PREFIX(GetFloatv)
9426
9427 .p2align 4,,15
9428 .globl GL_PREFIX(GetIntegerv)
9429 .type GL_PREFIX(GetIntegerv), @function
9430 GL_PREFIX(GetIntegerv):
9431 #if defined(GLX_USE_TLS)
9432 call _x86_64_get_dispatch@PLT
9433 movq 2104(%rax), %r11
9434 jmp *%r11
9435 #elif defined(PTHREADS)
9436 pushq %rdi
9437 pushq %rsi
9438 pushq %rbp
9439 call _x86_64_get_dispatch@PLT
9440 popq %rbp
9441 popq %rsi
9442 popq %rdi
9443 movq 2104(%rax), %r11
9444 jmp *%r11
9445 #else
9446 movq _glapi_Dispatch(%rip), %rax
9447 testq %rax, %rax
9448 je 1f
9449 movq 2104(%rax), %r11
9450 jmp *%r11
9451 1:
9452 pushq %rdi
9453 pushq %rsi
9454 pushq %rbp
9455 call _glapi_get_dispatch
9456 popq %rbp
9457 popq %rsi
9458 popq %rdi
9459 movq 2104(%rax), %r11
9460 jmp *%r11
9461 #endif /* defined(GLX_USE_TLS) */
9462 .size GL_PREFIX(GetIntegerv), .-GL_PREFIX(GetIntegerv)
9463
9464 .p2align 4,,15
9465 .globl GL_PREFIX(GetLightfv)
9466 .type GL_PREFIX(GetLightfv), @function
9467 GL_PREFIX(GetLightfv):
9468 #if defined(GLX_USE_TLS)
9469 call _x86_64_get_dispatch@PLT
9470 movq 2112(%rax), %r11
9471 jmp *%r11
9472 #elif defined(PTHREADS)
9473 pushq %rdi
9474 pushq %rsi
9475 pushq %rdx
9476 call _x86_64_get_dispatch@PLT
9477 popq %rdx
9478 popq %rsi
9479 popq %rdi
9480 movq 2112(%rax), %r11
9481 jmp *%r11
9482 #else
9483 movq _glapi_Dispatch(%rip), %rax
9484 testq %rax, %rax
9485 je 1f
9486 movq 2112(%rax), %r11
9487 jmp *%r11
9488 1:
9489 pushq %rdi
9490 pushq %rsi
9491 pushq %rdx
9492 call _glapi_get_dispatch
9493 popq %rdx
9494 popq %rsi
9495 popq %rdi
9496 movq 2112(%rax), %r11
9497 jmp *%r11
9498 #endif /* defined(GLX_USE_TLS) */
9499 .size GL_PREFIX(GetLightfv), .-GL_PREFIX(GetLightfv)
9500
9501 .p2align 4,,15
9502 .globl GL_PREFIX(GetLightiv)
9503 .type GL_PREFIX(GetLightiv), @function
9504 GL_PREFIX(GetLightiv):
9505 #if defined(GLX_USE_TLS)
9506 call _x86_64_get_dispatch@PLT
9507 movq 2120(%rax), %r11
9508 jmp *%r11
9509 #elif defined(PTHREADS)
9510 pushq %rdi
9511 pushq %rsi
9512 pushq %rdx
9513 call _x86_64_get_dispatch@PLT
9514 popq %rdx
9515 popq %rsi
9516 popq %rdi
9517 movq 2120(%rax), %r11
9518 jmp *%r11
9519 #else
9520 movq _glapi_Dispatch(%rip), %rax
9521 testq %rax, %rax
9522 je 1f
9523 movq 2120(%rax), %r11
9524 jmp *%r11
9525 1:
9526 pushq %rdi
9527 pushq %rsi
9528 pushq %rdx
9529 call _glapi_get_dispatch
9530 popq %rdx
9531 popq %rsi
9532 popq %rdi
9533 movq 2120(%rax), %r11
9534 jmp *%r11
9535 #endif /* defined(GLX_USE_TLS) */
9536 .size GL_PREFIX(GetLightiv), .-GL_PREFIX(GetLightiv)
9537
9538 .p2align 4,,15
9539 .globl GL_PREFIX(GetMapdv)
9540 .type GL_PREFIX(GetMapdv), @function
9541 GL_PREFIX(GetMapdv):
9542 #if defined(GLX_USE_TLS)
9543 call _x86_64_get_dispatch@PLT
9544 movq 2128(%rax), %r11
9545 jmp *%r11
9546 #elif defined(PTHREADS)
9547 pushq %rdi
9548 pushq %rsi
9549 pushq %rdx
9550 call _x86_64_get_dispatch@PLT
9551 popq %rdx
9552 popq %rsi
9553 popq %rdi
9554 movq 2128(%rax), %r11
9555 jmp *%r11
9556 #else
9557 movq _glapi_Dispatch(%rip), %rax
9558 testq %rax, %rax
9559 je 1f
9560 movq 2128(%rax), %r11
9561 jmp *%r11
9562 1:
9563 pushq %rdi
9564 pushq %rsi
9565 pushq %rdx
9566 call _glapi_get_dispatch
9567 popq %rdx
9568 popq %rsi
9569 popq %rdi
9570 movq 2128(%rax), %r11
9571 jmp *%r11
9572 #endif /* defined(GLX_USE_TLS) */
9573 .size GL_PREFIX(GetMapdv), .-GL_PREFIX(GetMapdv)
9574
9575 .p2align 4,,15
9576 .globl GL_PREFIX(GetMapfv)
9577 .type GL_PREFIX(GetMapfv), @function
9578 GL_PREFIX(GetMapfv):
9579 #if defined(GLX_USE_TLS)
9580 call _x86_64_get_dispatch@PLT
9581 movq 2136(%rax), %r11
9582 jmp *%r11
9583 #elif defined(PTHREADS)
9584 pushq %rdi
9585 pushq %rsi
9586 pushq %rdx
9587 call _x86_64_get_dispatch@PLT
9588 popq %rdx
9589 popq %rsi
9590 popq %rdi
9591 movq 2136(%rax), %r11
9592 jmp *%r11
9593 #else
9594 movq _glapi_Dispatch(%rip), %rax
9595 testq %rax, %rax
9596 je 1f
9597 movq 2136(%rax), %r11
9598 jmp *%r11
9599 1:
9600 pushq %rdi
9601 pushq %rsi
9602 pushq %rdx
9603 call _glapi_get_dispatch
9604 popq %rdx
9605 popq %rsi
9606 popq %rdi
9607 movq 2136(%rax), %r11
9608 jmp *%r11
9609 #endif /* defined(GLX_USE_TLS) */
9610 .size GL_PREFIX(GetMapfv), .-GL_PREFIX(GetMapfv)
9611
9612 .p2align 4,,15
9613 .globl GL_PREFIX(GetMapiv)
9614 .type GL_PREFIX(GetMapiv), @function
9615 GL_PREFIX(GetMapiv):
9616 #if defined(GLX_USE_TLS)
9617 call _x86_64_get_dispatch@PLT
9618 movq 2144(%rax), %r11
9619 jmp *%r11
9620 #elif defined(PTHREADS)
9621 pushq %rdi
9622 pushq %rsi
9623 pushq %rdx
9624 call _x86_64_get_dispatch@PLT
9625 popq %rdx
9626 popq %rsi
9627 popq %rdi
9628 movq 2144(%rax), %r11
9629 jmp *%r11
9630 #else
9631 movq _glapi_Dispatch(%rip), %rax
9632 testq %rax, %rax
9633 je 1f
9634 movq 2144(%rax), %r11
9635 jmp *%r11
9636 1:
9637 pushq %rdi
9638 pushq %rsi
9639 pushq %rdx
9640 call _glapi_get_dispatch
9641 popq %rdx
9642 popq %rsi
9643 popq %rdi
9644 movq 2144(%rax), %r11
9645 jmp *%r11
9646 #endif /* defined(GLX_USE_TLS) */
9647 .size GL_PREFIX(GetMapiv), .-GL_PREFIX(GetMapiv)
9648
9649 .p2align 4,,15
9650 .globl GL_PREFIX(GetMaterialfv)
9651 .type GL_PREFIX(GetMaterialfv), @function
9652 GL_PREFIX(GetMaterialfv):
9653 #if defined(GLX_USE_TLS)
9654 call _x86_64_get_dispatch@PLT
9655 movq 2152(%rax), %r11
9656 jmp *%r11
9657 #elif defined(PTHREADS)
9658 pushq %rdi
9659 pushq %rsi
9660 pushq %rdx
9661 call _x86_64_get_dispatch@PLT
9662 popq %rdx
9663 popq %rsi
9664 popq %rdi
9665 movq 2152(%rax), %r11
9666 jmp *%r11
9667 #else
9668 movq _glapi_Dispatch(%rip), %rax
9669 testq %rax, %rax
9670 je 1f
9671 movq 2152(%rax), %r11
9672 jmp *%r11
9673 1:
9674 pushq %rdi
9675 pushq %rsi
9676 pushq %rdx
9677 call _glapi_get_dispatch
9678 popq %rdx
9679 popq %rsi
9680 popq %rdi
9681 movq 2152(%rax), %r11
9682 jmp *%r11
9683 #endif /* defined(GLX_USE_TLS) */
9684 .size GL_PREFIX(GetMaterialfv), .-GL_PREFIX(GetMaterialfv)
9685
9686 .p2align 4,,15
9687 .globl GL_PREFIX(GetMaterialiv)
9688 .type GL_PREFIX(GetMaterialiv), @function
9689 GL_PREFIX(GetMaterialiv):
9690 #if defined(GLX_USE_TLS)
9691 call _x86_64_get_dispatch@PLT
9692 movq 2160(%rax), %r11
9693 jmp *%r11
9694 #elif defined(PTHREADS)
9695 pushq %rdi
9696 pushq %rsi
9697 pushq %rdx
9698 call _x86_64_get_dispatch@PLT
9699 popq %rdx
9700 popq %rsi
9701 popq %rdi
9702 movq 2160(%rax), %r11
9703 jmp *%r11
9704 #else
9705 movq _glapi_Dispatch(%rip), %rax
9706 testq %rax, %rax
9707 je 1f
9708 movq 2160(%rax), %r11
9709 jmp *%r11
9710 1:
9711 pushq %rdi
9712 pushq %rsi
9713 pushq %rdx
9714 call _glapi_get_dispatch
9715 popq %rdx
9716 popq %rsi
9717 popq %rdi
9718 movq 2160(%rax), %r11
9719 jmp *%r11
9720 #endif /* defined(GLX_USE_TLS) */
9721 .size GL_PREFIX(GetMaterialiv), .-GL_PREFIX(GetMaterialiv)
9722
9723 .p2align 4,,15
9724 .globl GL_PREFIX(GetPixelMapfv)
9725 .type GL_PREFIX(GetPixelMapfv), @function
9726 GL_PREFIX(GetPixelMapfv):
9727 #if defined(GLX_USE_TLS)
9728 call _x86_64_get_dispatch@PLT
9729 movq 2168(%rax), %r11
9730 jmp *%r11
9731 #elif defined(PTHREADS)
9732 pushq %rdi
9733 pushq %rsi
9734 pushq %rbp
9735 call _x86_64_get_dispatch@PLT
9736 popq %rbp
9737 popq %rsi
9738 popq %rdi
9739 movq 2168(%rax), %r11
9740 jmp *%r11
9741 #else
9742 movq _glapi_Dispatch(%rip), %rax
9743 testq %rax, %rax
9744 je 1f
9745 movq 2168(%rax), %r11
9746 jmp *%r11
9747 1:
9748 pushq %rdi
9749 pushq %rsi
9750 pushq %rbp
9751 call _glapi_get_dispatch
9752 popq %rbp
9753 popq %rsi
9754 popq %rdi
9755 movq 2168(%rax), %r11
9756 jmp *%r11
9757 #endif /* defined(GLX_USE_TLS) */
9758 .size GL_PREFIX(GetPixelMapfv), .-GL_PREFIX(GetPixelMapfv)
9759
9760 .p2align 4,,15
9761 .globl GL_PREFIX(GetPixelMapuiv)
9762 .type GL_PREFIX(GetPixelMapuiv), @function
9763 GL_PREFIX(GetPixelMapuiv):
9764 #if defined(GLX_USE_TLS)
9765 call _x86_64_get_dispatch@PLT
9766 movq 2176(%rax), %r11
9767 jmp *%r11
9768 #elif defined(PTHREADS)
9769 pushq %rdi
9770 pushq %rsi
9771 pushq %rbp
9772 call _x86_64_get_dispatch@PLT
9773 popq %rbp
9774 popq %rsi
9775 popq %rdi
9776 movq 2176(%rax), %r11
9777 jmp *%r11
9778 #else
9779 movq _glapi_Dispatch(%rip), %rax
9780 testq %rax, %rax
9781 je 1f
9782 movq 2176(%rax), %r11
9783 jmp *%r11
9784 1:
9785 pushq %rdi
9786 pushq %rsi
9787 pushq %rbp
9788 call _glapi_get_dispatch
9789 popq %rbp
9790 popq %rsi
9791 popq %rdi
9792 movq 2176(%rax), %r11
9793 jmp *%r11
9794 #endif /* defined(GLX_USE_TLS) */
9795 .size GL_PREFIX(GetPixelMapuiv), .-GL_PREFIX(GetPixelMapuiv)
9796
9797 .p2align 4,,15
9798 .globl GL_PREFIX(GetPixelMapusv)
9799 .type GL_PREFIX(GetPixelMapusv), @function
9800 GL_PREFIX(GetPixelMapusv):
9801 #if defined(GLX_USE_TLS)
9802 call _x86_64_get_dispatch@PLT
9803 movq 2184(%rax), %r11
9804 jmp *%r11
9805 #elif defined(PTHREADS)
9806 pushq %rdi
9807 pushq %rsi
9808 pushq %rbp
9809 call _x86_64_get_dispatch@PLT
9810 popq %rbp
9811 popq %rsi
9812 popq %rdi
9813 movq 2184(%rax), %r11
9814 jmp *%r11
9815 #else
9816 movq _glapi_Dispatch(%rip), %rax
9817 testq %rax, %rax
9818 je 1f
9819 movq 2184(%rax), %r11
9820 jmp *%r11
9821 1:
9822 pushq %rdi
9823 pushq %rsi
9824 pushq %rbp
9825 call _glapi_get_dispatch
9826 popq %rbp
9827 popq %rsi
9828 popq %rdi
9829 movq 2184(%rax), %r11
9830 jmp *%r11
9831 #endif /* defined(GLX_USE_TLS) */
9832 .size GL_PREFIX(GetPixelMapusv), .-GL_PREFIX(GetPixelMapusv)
9833
9834 .p2align 4,,15
9835 .globl GL_PREFIX(GetPolygonStipple)
9836 .type GL_PREFIX(GetPolygonStipple), @function
9837 GL_PREFIX(GetPolygonStipple):
9838 #if defined(GLX_USE_TLS)
9839 call _x86_64_get_dispatch@PLT
9840 movq 2192(%rax), %r11
9841 jmp *%r11
9842 #elif defined(PTHREADS)
9843 pushq %rdi
9844 call _x86_64_get_dispatch@PLT
9845 popq %rdi
9846 movq 2192(%rax), %r11
9847 jmp *%r11
9848 #else
9849 movq _glapi_Dispatch(%rip), %rax
9850 testq %rax, %rax
9851 je 1f
9852 movq 2192(%rax), %r11
9853 jmp *%r11
9854 1:
9855 pushq %rdi
9856 call _glapi_get_dispatch
9857 popq %rdi
9858 movq 2192(%rax), %r11
9859 jmp *%r11
9860 #endif /* defined(GLX_USE_TLS) */
9861 .size GL_PREFIX(GetPolygonStipple), .-GL_PREFIX(GetPolygonStipple)
9862
9863 .p2align 4,,15
9864 .globl GL_PREFIX(GetString)
9865 .type GL_PREFIX(GetString), @function
9866 GL_PREFIX(GetString):
9867 #if defined(GLX_USE_TLS)
9868 call _x86_64_get_dispatch@PLT
9869 movq 2200(%rax), %r11
9870 jmp *%r11
9871 #elif defined(PTHREADS)
9872 pushq %rdi
9873 call _x86_64_get_dispatch@PLT
9874 popq %rdi
9875 movq 2200(%rax), %r11
9876 jmp *%r11
9877 #else
9878 movq _glapi_Dispatch(%rip), %rax
9879 testq %rax, %rax
9880 je 1f
9881 movq 2200(%rax), %r11
9882 jmp *%r11
9883 1:
9884 pushq %rdi
9885 call _glapi_get_dispatch
9886 popq %rdi
9887 movq 2200(%rax), %r11
9888 jmp *%r11
9889 #endif /* defined(GLX_USE_TLS) */
9890 .size GL_PREFIX(GetString), .-GL_PREFIX(GetString)
9891
9892 .p2align 4,,15
9893 .globl GL_PREFIX(GetTexEnvfv)
9894 .type GL_PREFIX(GetTexEnvfv), @function
9895 GL_PREFIX(GetTexEnvfv):
9896 #if defined(GLX_USE_TLS)
9897 call _x86_64_get_dispatch@PLT
9898 movq 2208(%rax), %r11
9899 jmp *%r11
9900 #elif defined(PTHREADS)
9901 pushq %rdi
9902 pushq %rsi
9903 pushq %rdx
9904 call _x86_64_get_dispatch@PLT
9905 popq %rdx
9906 popq %rsi
9907 popq %rdi
9908 movq 2208(%rax), %r11
9909 jmp *%r11
9910 #else
9911 movq _glapi_Dispatch(%rip), %rax
9912 testq %rax, %rax
9913 je 1f
9914 movq 2208(%rax), %r11
9915 jmp *%r11
9916 1:
9917 pushq %rdi
9918 pushq %rsi
9919 pushq %rdx
9920 call _glapi_get_dispatch
9921 popq %rdx
9922 popq %rsi
9923 popq %rdi
9924 movq 2208(%rax), %r11
9925 jmp *%r11
9926 #endif /* defined(GLX_USE_TLS) */
9927 .size GL_PREFIX(GetTexEnvfv), .-GL_PREFIX(GetTexEnvfv)
9928
9929 .p2align 4,,15
9930 .globl GL_PREFIX(GetTexEnviv)
9931 .type GL_PREFIX(GetTexEnviv), @function
9932 GL_PREFIX(GetTexEnviv):
9933 #if defined(GLX_USE_TLS)
9934 call _x86_64_get_dispatch@PLT
9935 movq 2216(%rax), %r11
9936 jmp *%r11
9937 #elif defined(PTHREADS)
9938 pushq %rdi
9939 pushq %rsi
9940 pushq %rdx
9941 call _x86_64_get_dispatch@PLT
9942 popq %rdx
9943 popq %rsi
9944 popq %rdi
9945 movq 2216(%rax), %r11
9946 jmp *%r11
9947 #else
9948 movq _glapi_Dispatch(%rip), %rax
9949 testq %rax, %rax
9950 je 1f
9951 movq 2216(%rax), %r11
9952 jmp *%r11
9953 1:
9954 pushq %rdi
9955 pushq %rsi
9956 pushq %rdx
9957 call _glapi_get_dispatch
9958 popq %rdx
9959 popq %rsi
9960 popq %rdi
9961 movq 2216(%rax), %r11
9962 jmp *%r11
9963 #endif /* defined(GLX_USE_TLS) */
9964 .size GL_PREFIX(GetTexEnviv), .-GL_PREFIX(GetTexEnviv)
9965
9966 .p2align 4,,15
9967 .globl GL_PREFIX(GetTexGendv)
9968 .type GL_PREFIX(GetTexGendv), @function
9969 GL_PREFIX(GetTexGendv):
9970 #if defined(GLX_USE_TLS)
9971 call _x86_64_get_dispatch@PLT
9972 movq 2224(%rax), %r11
9973 jmp *%r11
9974 #elif defined(PTHREADS)
9975 pushq %rdi
9976 pushq %rsi
9977 pushq %rdx
9978 call _x86_64_get_dispatch@PLT
9979 popq %rdx
9980 popq %rsi
9981 popq %rdi
9982 movq 2224(%rax), %r11
9983 jmp *%r11
9984 #else
9985 movq _glapi_Dispatch(%rip), %rax
9986 testq %rax, %rax
9987 je 1f
9988 movq 2224(%rax), %r11
9989 jmp *%r11
9990 1:
9991 pushq %rdi
9992 pushq %rsi
9993 pushq %rdx
9994 call _glapi_get_dispatch
9995 popq %rdx
9996 popq %rsi
9997 popq %rdi
9998 movq 2224(%rax), %r11
9999 jmp *%r11
10000 #endif /* defined(GLX_USE_TLS) */
10001 .size GL_PREFIX(GetTexGendv), .-GL_PREFIX(GetTexGendv)
10002
10003 .p2align 4,,15
10004 .globl GL_PREFIX(GetTexGenfv)
10005 .type GL_PREFIX(GetTexGenfv), @function
10006 GL_PREFIX(GetTexGenfv):
10007 #if defined(GLX_USE_TLS)
10008 call _x86_64_get_dispatch@PLT
10009 movq 2232(%rax), %r11
10010 jmp *%r11
10011 #elif defined(PTHREADS)
10012 pushq %rdi
10013 pushq %rsi
10014 pushq %rdx
10015 call _x86_64_get_dispatch@PLT
10016 popq %rdx
10017 popq %rsi
10018 popq %rdi
10019 movq 2232(%rax), %r11
10020 jmp *%r11
10021 #else
10022 movq _glapi_Dispatch(%rip), %rax
10023 testq %rax, %rax
10024 je 1f
10025 movq 2232(%rax), %r11
10026 jmp *%r11
10027 1:
10028 pushq %rdi
10029 pushq %rsi
10030 pushq %rdx
10031 call _glapi_get_dispatch
10032 popq %rdx
10033 popq %rsi
10034 popq %rdi
10035 movq 2232(%rax), %r11
10036 jmp *%r11
10037 #endif /* defined(GLX_USE_TLS) */
10038 .size GL_PREFIX(GetTexGenfv), .-GL_PREFIX(GetTexGenfv)
10039
10040 .p2align 4,,15
10041 .globl GL_PREFIX(GetTexGeniv)
10042 .type GL_PREFIX(GetTexGeniv), @function
10043 GL_PREFIX(GetTexGeniv):
10044 #if defined(GLX_USE_TLS)
10045 call _x86_64_get_dispatch@PLT
10046 movq 2240(%rax), %r11
10047 jmp *%r11
10048 #elif defined(PTHREADS)
10049 pushq %rdi
10050 pushq %rsi
10051 pushq %rdx
10052 call _x86_64_get_dispatch@PLT
10053 popq %rdx
10054 popq %rsi
10055 popq %rdi
10056 movq 2240(%rax), %r11
10057 jmp *%r11
10058 #else
10059 movq _glapi_Dispatch(%rip), %rax
10060 testq %rax, %rax
10061 je 1f
10062 movq 2240(%rax), %r11
10063 jmp *%r11
10064 1:
10065 pushq %rdi
10066 pushq %rsi
10067 pushq %rdx
10068 call _glapi_get_dispatch
10069 popq %rdx
10070 popq %rsi
10071 popq %rdi
10072 movq 2240(%rax), %r11
10073 jmp *%r11
10074 #endif /* defined(GLX_USE_TLS) */
10075 .size GL_PREFIX(GetTexGeniv), .-GL_PREFIX(GetTexGeniv)
10076
10077 .p2align 4,,15
10078 .globl GL_PREFIX(GetTexImage)
10079 .type GL_PREFIX(GetTexImage), @function
10080 GL_PREFIX(GetTexImage):
10081 #if defined(GLX_USE_TLS)
10082 call _x86_64_get_dispatch@PLT
10083 movq 2248(%rax), %r11
10084 jmp *%r11
10085 #elif defined(PTHREADS)
10086 pushq %rdi
10087 pushq %rsi
10088 pushq %rdx
10089 pushq %rcx
10090 pushq %r8
10091 call _x86_64_get_dispatch@PLT
10092 popq %r8
10093 popq %rcx
10094 popq %rdx
10095 popq %rsi
10096 popq %rdi
10097 movq 2248(%rax), %r11
10098 jmp *%r11
10099 #else
10100 movq _glapi_Dispatch(%rip), %rax
10101 testq %rax, %rax
10102 je 1f
10103 movq 2248(%rax), %r11
10104 jmp *%r11
10105 1:
10106 pushq %rdi
10107 pushq %rsi
10108 pushq %rdx
10109 pushq %rcx
10110 pushq %r8
10111 call _glapi_get_dispatch
10112 popq %r8
10113 popq %rcx
10114 popq %rdx
10115 popq %rsi
10116 popq %rdi
10117 movq 2248(%rax), %r11
10118 jmp *%r11
10119 #endif /* defined(GLX_USE_TLS) */
10120 .size GL_PREFIX(GetTexImage), .-GL_PREFIX(GetTexImage)
10121
10122 .p2align 4,,15
10123 .globl GL_PREFIX(GetTexParameterfv)
10124 .type GL_PREFIX(GetTexParameterfv), @function
10125 GL_PREFIX(GetTexParameterfv):
10126 #if defined(GLX_USE_TLS)
10127 call _x86_64_get_dispatch@PLT
10128 movq 2256(%rax), %r11
10129 jmp *%r11
10130 #elif defined(PTHREADS)
10131 pushq %rdi
10132 pushq %rsi
10133 pushq %rdx
10134 call _x86_64_get_dispatch@PLT
10135 popq %rdx
10136 popq %rsi
10137 popq %rdi
10138 movq 2256(%rax), %r11
10139 jmp *%r11
10140 #else
10141 movq _glapi_Dispatch(%rip), %rax
10142 testq %rax, %rax
10143 je 1f
10144 movq 2256(%rax), %r11
10145 jmp *%r11
10146 1:
10147 pushq %rdi
10148 pushq %rsi
10149 pushq %rdx
10150 call _glapi_get_dispatch
10151 popq %rdx
10152 popq %rsi
10153 popq %rdi
10154 movq 2256(%rax), %r11
10155 jmp *%r11
10156 #endif /* defined(GLX_USE_TLS) */
10157 .size GL_PREFIX(GetTexParameterfv), .-GL_PREFIX(GetTexParameterfv)
10158
10159 .p2align 4,,15
10160 .globl GL_PREFIX(GetTexParameteriv)
10161 .type GL_PREFIX(GetTexParameteriv), @function
10162 GL_PREFIX(GetTexParameteriv):
10163 #if defined(GLX_USE_TLS)
10164 call _x86_64_get_dispatch@PLT
10165 movq 2264(%rax), %r11
10166 jmp *%r11
10167 #elif defined(PTHREADS)
10168 pushq %rdi
10169 pushq %rsi
10170 pushq %rdx
10171 call _x86_64_get_dispatch@PLT
10172 popq %rdx
10173 popq %rsi
10174 popq %rdi
10175 movq 2264(%rax), %r11
10176 jmp *%r11
10177 #else
10178 movq _glapi_Dispatch(%rip), %rax
10179 testq %rax, %rax
10180 je 1f
10181 movq 2264(%rax), %r11
10182 jmp *%r11
10183 1:
10184 pushq %rdi
10185 pushq %rsi
10186 pushq %rdx
10187 call _glapi_get_dispatch
10188 popq %rdx
10189 popq %rsi
10190 popq %rdi
10191 movq 2264(%rax), %r11
10192 jmp *%r11
10193 #endif /* defined(GLX_USE_TLS) */
10194 .size GL_PREFIX(GetTexParameteriv), .-GL_PREFIX(GetTexParameteriv)
10195
10196 .p2align 4,,15
10197 .globl GL_PREFIX(GetTexLevelParameterfv)
10198 .type GL_PREFIX(GetTexLevelParameterfv), @function
10199 GL_PREFIX(GetTexLevelParameterfv):
10200 #if defined(GLX_USE_TLS)
10201 call _x86_64_get_dispatch@PLT
10202 movq 2272(%rax), %r11
10203 jmp *%r11
10204 #elif defined(PTHREADS)
10205 pushq %rdi
10206 pushq %rsi
10207 pushq %rdx
10208 pushq %rcx
10209 pushq %rbp
10210 call _x86_64_get_dispatch@PLT
10211 popq %rbp
10212 popq %rcx
10213 popq %rdx
10214 popq %rsi
10215 popq %rdi
10216 movq 2272(%rax), %r11
10217 jmp *%r11
10218 #else
10219 movq _glapi_Dispatch(%rip), %rax
10220 testq %rax, %rax
10221 je 1f
10222 movq 2272(%rax), %r11
10223 jmp *%r11
10224 1:
10225 pushq %rdi
10226 pushq %rsi
10227 pushq %rdx
10228 pushq %rcx
10229 pushq %rbp
10230 call _glapi_get_dispatch
10231 popq %rbp
10232 popq %rcx
10233 popq %rdx
10234 popq %rsi
10235 popq %rdi
10236 movq 2272(%rax), %r11
10237 jmp *%r11
10238 #endif /* defined(GLX_USE_TLS) */
10239 .size GL_PREFIX(GetTexLevelParameterfv), .-GL_PREFIX(GetTexLevelParameterfv)
10240
10241 .p2align 4,,15
10242 .globl GL_PREFIX(GetTexLevelParameteriv)
10243 .type GL_PREFIX(GetTexLevelParameteriv), @function
10244 GL_PREFIX(GetTexLevelParameteriv):
10245 #if defined(GLX_USE_TLS)
10246 call _x86_64_get_dispatch@PLT
10247 movq 2280(%rax), %r11
10248 jmp *%r11
10249 #elif defined(PTHREADS)
10250 pushq %rdi
10251 pushq %rsi
10252 pushq %rdx
10253 pushq %rcx
10254 pushq %rbp
10255 call _x86_64_get_dispatch@PLT
10256 popq %rbp
10257 popq %rcx
10258 popq %rdx
10259 popq %rsi
10260 popq %rdi
10261 movq 2280(%rax), %r11
10262 jmp *%r11
10263 #else
10264 movq _glapi_Dispatch(%rip), %rax
10265 testq %rax, %rax
10266 je 1f
10267 movq 2280(%rax), %r11
10268 jmp *%r11
10269 1:
10270 pushq %rdi
10271 pushq %rsi
10272 pushq %rdx
10273 pushq %rcx
10274 pushq %rbp
10275 call _glapi_get_dispatch
10276 popq %rbp
10277 popq %rcx
10278 popq %rdx
10279 popq %rsi
10280 popq %rdi
10281 movq 2280(%rax), %r11
10282 jmp *%r11
10283 #endif /* defined(GLX_USE_TLS) */
10284 .size GL_PREFIX(GetTexLevelParameteriv), .-GL_PREFIX(GetTexLevelParameteriv)
10285
10286 .p2align 4,,15
10287 .globl GL_PREFIX(IsEnabled)
10288 .type GL_PREFIX(IsEnabled), @function
10289 GL_PREFIX(IsEnabled):
10290 #if defined(GLX_USE_TLS)
10291 call _x86_64_get_dispatch@PLT
10292 movq 2288(%rax), %r11
10293 jmp *%r11
10294 #elif defined(PTHREADS)
10295 pushq %rdi
10296 call _x86_64_get_dispatch@PLT
10297 popq %rdi
10298 movq 2288(%rax), %r11
10299 jmp *%r11
10300 #else
10301 movq _glapi_Dispatch(%rip), %rax
10302 testq %rax, %rax
10303 je 1f
10304 movq 2288(%rax), %r11
10305 jmp *%r11
10306 1:
10307 pushq %rdi
10308 call _glapi_get_dispatch
10309 popq %rdi
10310 movq 2288(%rax), %r11
10311 jmp *%r11
10312 #endif /* defined(GLX_USE_TLS) */
10313 .size GL_PREFIX(IsEnabled), .-GL_PREFIX(IsEnabled)
10314
10315 .p2align 4,,15
10316 .globl GL_PREFIX(IsList)
10317 .type GL_PREFIX(IsList), @function
10318 GL_PREFIX(IsList):
10319 #if defined(GLX_USE_TLS)
10320 call _x86_64_get_dispatch@PLT
10321 movq 2296(%rax), %r11
10322 jmp *%r11
10323 #elif defined(PTHREADS)
10324 pushq %rdi
10325 call _x86_64_get_dispatch@PLT
10326 popq %rdi
10327 movq 2296(%rax), %r11
10328 jmp *%r11
10329 #else
10330 movq _glapi_Dispatch(%rip), %rax
10331 testq %rax, %rax
10332 je 1f
10333 movq 2296(%rax), %r11
10334 jmp *%r11
10335 1:
10336 pushq %rdi
10337 call _glapi_get_dispatch
10338 popq %rdi
10339 movq 2296(%rax), %r11
10340 jmp *%r11
10341 #endif /* defined(GLX_USE_TLS) */
10342 .size GL_PREFIX(IsList), .-GL_PREFIX(IsList)
10343
10344 .p2align 4,,15
10345 .globl GL_PREFIX(DepthRange)
10346 .type GL_PREFIX(DepthRange), @function
10347 GL_PREFIX(DepthRange):
10348 #if defined(GLX_USE_TLS)
10349 call _x86_64_get_dispatch@PLT
10350 movq 2304(%rax), %r11
10351 jmp *%r11
10352 #elif defined(PTHREADS)
10353 pushq %rdi
10354 pushq %rsi
10355 pushq %rbp
10356 call _x86_64_get_dispatch@PLT
10357 popq %rbp
10358 popq %rsi
10359 popq %rdi
10360 movq 2304(%rax), %r11
10361 jmp *%r11
10362 #else
10363 movq _glapi_Dispatch(%rip), %rax
10364 testq %rax, %rax
10365 je 1f
10366 movq 2304(%rax), %r11
10367 jmp *%r11
10368 1:
10369 pushq %rdi
10370 pushq %rsi
10371 pushq %rbp
10372 call _glapi_get_dispatch
10373 popq %rbp
10374 popq %rsi
10375 popq %rdi
10376 movq 2304(%rax), %r11
10377 jmp *%r11
10378 #endif /* defined(GLX_USE_TLS) */
10379 .size GL_PREFIX(DepthRange), .-GL_PREFIX(DepthRange)
10380
10381 .p2align 4,,15
10382 .globl GL_PREFIX(Frustum)
10383 .type GL_PREFIX(Frustum), @function
10384 GL_PREFIX(Frustum):
10385 #if defined(GLX_USE_TLS)
10386 call _x86_64_get_dispatch@PLT
10387 movq 2312(%rax), %r11
10388 jmp *%r11
10389 #elif defined(PTHREADS)
10390 subq $56, %rsp
10391 movq %xmm0, (%rsp)
10392 movq %xmm1, 8(%rsp)
10393 movq %xmm2, 16(%rsp)
10394 movq %xmm3, 24(%rsp)
10395 movq %xmm4, 32(%rsp)
10396 movq %xmm5, 40(%rsp)
10397 call _x86_64_get_dispatch@PLT
10398 movq 40(%rsp), %xmm5
10399 movq 32(%rsp), %xmm4
10400 movq 24(%rsp), %xmm3
10401 movq 16(%rsp), %xmm2
10402 movq 8(%rsp), %xmm1
10403 movq (%rsp), %xmm0
10404 addq $56, %rsp
10405 movq 2312(%rax), %r11
10406 jmp *%r11
10407 #else
10408 movq _glapi_Dispatch(%rip), %rax
10409 testq %rax, %rax
10410 je 1f
10411 movq 2312(%rax), %r11
10412 jmp *%r11
10413 1:
10414 subq $56, %rsp
10415 movq %xmm0, (%rsp)
10416 movq %xmm1, 8(%rsp)
10417 movq %xmm2, 16(%rsp)
10418 movq %xmm3, 24(%rsp)
10419 movq %xmm4, 32(%rsp)
10420 movq %xmm5, 40(%rsp)
10421 call _glapi_get_dispatch
10422 movq 40(%rsp), %xmm5
10423 movq 32(%rsp), %xmm4
10424 movq 24(%rsp), %xmm3
10425 movq 16(%rsp), %xmm2
10426 movq 8(%rsp), %xmm1
10427 movq (%rsp), %xmm0
10428 addq $56, %rsp
10429 movq 2312(%rax), %r11
10430 jmp *%r11
10431 #endif /* defined(GLX_USE_TLS) */
10432 .size GL_PREFIX(Frustum), .-GL_PREFIX(Frustum)
10433
10434 .p2align 4,,15
10435 .globl GL_PREFIX(LoadIdentity)
10436 .type GL_PREFIX(LoadIdentity), @function
10437 GL_PREFIX(LoadIdentity):
10438 #if defined(GLX_USE_TLS)
10439 call _x86_64_get_dispatch@PLT
10440 movq 2320(%rax), %r11
10441 jmp *%r11
10442 #elif defined(PTHREADS)
10443 pushq %rbp
10444 call _x86_64_get_dispatch@PLT
10445 popq %rbp
10446 movq 2320(%rax), %r11
10447 jmp *%r11
10448 #else
10449 movq _glapi_Dispatch(%rip), %rax
10450 testq %rax, %rax
10451 je 1f
10452 movq 2320(%rax), %r11
10453 jmp *%r11
10454 1:
10455 pushq %rbp
10456 call _glapi_get_dispatch
10457 popq %rbp
10458 movq 2320(%rax), %r11
10459 jmp *%r11
10460 #endif /* defined(GLX_USE_TLS) */
10461 .size GL_PREFIX(LoadIdentity), .-GL_PREFIX(LoadIdentity)
10462
10463 .p2align 4,,15
10464 .globl GL_PREFIX(LoadMatrixf)
10465 .type GL_PREFIX(LoadMatrixf), @function
10466 GL_PREFIX(LoadMatrixf):
10467 #if defined(GLX_USE_TLS)
10468 call _x86_64_get_dispatch@PLT
10469 movq 2328(%rax), %r11
10470 jmp *%r11
10471 #elif defined(PTHREADS)
10472 pushq %rdi
10473 call _x86_64_get_dispatch@PLT
10474 popq %rdi
10475 movq 2328(%rax), %r11
10476 jmp *%r11
10477 #else
10478 movq _glapi_Dispatch(%rip), %rax
10479 testq %rax, %rax
10480 je 1f
10481 movq 2328(%rax), %r11
10482 jmp *%r11
10483 1:
10484 pushq %rdi
10485 call _glapi_get_dispatch
10486 popq %rdi
10487 movq 2328(%rax), %r11
10488 jmp *%r11
10489 #endif /* defined(GLX_USE_TLS) */
10490 .size GL_PREFIX(LoadMatrixf), .-GL_PREFIX(LoadMatrixf)
10491
10492 .p2align 4,,15
10493 .globl GL_PREFIX(LoadMatrixd)
10494 .type GL_PREFIX(LoadMatrixd), @function
10495 GL_PREFIX(LoadMatrixd):
10496 #if defined(GLX_USE_TLS)
10497 call _x86_64_get_dispatch@PLT
10498 movq 2336(%rax), %r11
10499 jmp *%r11
10500 #elif defined(PTHREADS)
10501 pushq %rdi
10502 call _x86_64_get_dispatch@PLT
10503 popq %rdi
10504 movq 2336(%rax), %r11
10505 jmp *%r11
10506 #else
10507 movq _glapi_Dispatch(%rip), %rax
10508 testq %rax, %rax
10509 je 1f
10510 movq 2336(%rax), %r11
10511 jmp *%r11
10512 1:
10513 pushq %rdi
10514 call _glapi_get_dispatch
10515 popq %rdi
10516 movq 2336(%rax), %r11
10517 jmp *%r11
10518 #endif /* defined(GLX_USE_TLS) */
10519 .size GL_PREFIX(LoadMatrixd), .-GL_PREFIX(LoadMatrixd)
10520
10521 .p2align 4,,15
10522 .globl GL_PREFIX(MatrixMode)
10523 .type GL_PREFIX(MatrixMode), @function
10524 GL_PREFIX(MatrixMode):
10525 #if defined(GLX_USE_TLS)
10526 call _x86_64_get_dispatch@PLT
10527 movq 2344(%rax), %r11
10528 jmp *%r11
10529 #elif defined(PTHREADS)
10530 pushq %rdi
10531 call _x86_64_get_dispatch@PLT
10532 popq %rdi
10533 movq 2344(%rax), %r11
10534 jmp *%r11
10535 #else
10536 movq _glapi_Dispatch(%rip), %rax
10537 testq %rax, %rax
10538 je 1f
10539 movq 2344(%rax), %r11
10540 jmp *%r11
10541 1:
10542 pushq %rdi
10543 call _glapi_get_dispatch
10544 popq %rdi
10545 movq 2344(%rax), %r11
10546 jmp *%r11
10547 #endif /* defined(GLX_USE_TLS) */
10548 .size GL_PREFIX(MatrixMode), .-GL_PREFIX(MatrixMode)
10549
10550 .p2align 4,,15
10551 .globl GL_PREFIX(MultMatrixf)
10552 .type GL_PREFIX(MultMatrixf), @function
10553 GL_PREFIX(MultMatrixf):
10554 #if defined(GLX_USE_TLS)
10555 call _x86_64_get_dispatch@PLT
10556 movq 2352(%rax), %r11
10557 jmp *%r11
10558 #elif defined(PTHREADS)
10559 pushq %rdi
10560 call _x86_64_get_dispatch@PLT
10561 popq %rdi
10562 movq 2352(%rax), %r11
10563 jmp *%r11
10564 #else
10565 movq _glapi_Dispatch(%rip), %rax
10566 testq %rax, %rax
10567 je 1f
10568 movq 2352(%rax), %r11
10569 jmp *%r11
10570 1:
10571 pushq %rdi
10572 call _glapi_get_dispatch
10573 popq %rdi
10574 movq 2352(%rax), %r11
10575 jmp *%r11
10576 #endif /* defined(GLX_USE_TLS) */
10577 .size GL_PREFIX(MultMatrixf), .-GL_PREFIX(MultMatrixf)
10578
10579 .p2align 4,,15
10580 .globl GL_PREFIX(MultMatrixd)
10581 .type GL_PREFIX(MultMatrixd), @function
10582 GL_PREFIX(MultMatrixd):
10583 #if defined(GLX_USE_TLS)
10584 call _x86_64_get_dispatch@PLT
10585 movq 2360(%rax), %r11
10586 jmp *%r11
10587 #elif defined(PTHREADS)
10588 pushq %rdi
10589 call _x86_64_get_dispatch@PLT
10590 popq %rdi
10591 movq 2360(%rax), %r11
10592 jmp *%r11
10593 #else
10594 movq _glapi_Dispatch(%rip), %rax
10595 testq %rax, %rax
10596 je 1f
10597 movq 2360(%rax), %r11
10598 jmp *%r11
10599 1:
10600 pushq %rdi
10601 call _glapi_get_dispatch
10602 popq %rdi
10603 movq 2360(%rax), %r11
10604 jmp *%r11
10605 #endif /* defined(GLX_USE_TLS) */
10606 .size GL_PREFIX(MultMatrixd), .-GL_PREFIX(MultMatrixd)
10607
10608 .p2align 4,,15
10609 .globl GL_PREFIX(Ortho)
10610 .type GL_PREFIX(Ortho), @function
10611 GL_PREFIX(Ortho):
10612 #if defined(GLX_USE_TLS)
10613 call _x86_64_get_dispatch@PLT
10614 movq 2368(%rax), %r11
10615 jmp *%r11
10616 #elif defined(PTHREADS)
10617 subq $56, %rsp
10618 movq %xmm0, (%rsp)
10619 movq %xmm1, 8(%rsp)
10620 movq %xmm2, 16(%rsp)
10621 movq %xmm3, 24(%rsp)
10622 movq %xmm4, 32(%rsp)
10623 movq %xmm5, 40(%rsp)
10624 call _x86_64_get_dispatch@PLT
10625 movq 40(%rsp), %xmm5
10626 movq 32(%rsp), %xmm4
10627 movq 24(%rsp), %xmm3
10628 movq 16(%rsp), %xmm2
10629 movq 8(%rsp), %xmm1
10630 movq (%rsp), %xmm0
10631 addq $56, %rsp
10632 movq 2368(%rax), %r11
10633 jmp *%r11
10634 #else
10635 movq _glapi_Dispatch(%rip), %rax
10636 testq %rax, %rax
10637 je 1f
10638 movq 2368(%rax), %r11
10639 jmp *%r11
10640 1:
10641 subq $56, %rsp
10642 movq %xmm0, (%rsp)
10643 movq %xmm1, 8(%rsp)
10644 movq %xmm2, 16(%rsp)
10645 movq %xmm3, 24(%rsp)
10646 movq %xmm4, 32(%rsp)
10647 movq %xmm5, 40(%rsp)
10648 call _glapi_get_dispatch
10649 movq 40(%rsp), %xmm5
10650 movq 32(%rsp), %xmm4
10651 movq 24(%rsp), %xmm3
10652 movq 16(%rsp), %xmm2
10653 movq 8(%rsp), %xmm1
10654 movq (%rsp), %xmm0
10655 addq $56, %rsp
10656 movq 2368(%rax), %r11
10657 jmp *%r11
10658 #endif /* defined(GLX_USE_TLS) */
10659 .size GL_PREFIX(Ortho), .-GL_PREFIX(Ortho)
10660
10661 .p2align 4,,15
10662 .globl GL_PREFIX(PopMatrix)
10663 .type GL_PREFIX(PopMatrix), @function
10664 GL_PREFIX(PopMatrix):
10665 #if defined(GLX_USE_TLS)
10666 call _x86_64_get_dispatch@PLT
10667 movq 2376(%rax), %r11
10668 jmp *%r11
10669 #elif defined(PTHREADS)
10670 pushq %rbp
10671 call _x86_64_get_dispatch@PLT
10672 popq %rbp
10673 movq 2376(%rax), %r11
10674 jmp *%r11
10675 #else
10676 movq _glapi_Dispatch(%rip), %rax
10677 testq %rax, %rax
10678 je 1f
10679 movq 2376(%rax), %r11
10680 jmp *%r11
10681 1:
10682 pushq %rbp
10683 call _glapi_get_dispatch
10684 popq %rbp
10685 movq 2376(%rax), %r11
10686 jmp *%r11
10687 #endif /* defined(GLX_USE_TLS) */
10688 .size GL_PREFIX(PopMatrix), .-GL_PREFIX(PopMatrix)
10689
10690 .p2align 4,,15
10691 .globl GL_PREFIX(PushMatrix)
10692 .type GL_PREFIX(PushMatrix), @function
10693 GL_PREFIX(PushMatrix):
10694 #if defined(GLX_USE_TLS)
10695 call _x86_64_get_dispatch@PLT
10696 movq 2384(%rax), %r11
10697 jmp *%r11
10698 #elif defined(PTHREADS)
10699 pushq %rbp
10700 call _x86_64_get_dispatch@PLT
10701 popq %rbp
10702 movq 2384(%rax), %r11
10703 jmp *%r11
10704 #else
10705 movq _glapi_Dispatch(%rip), %rax
10706 testq %rax, %rax
10707 je 1f
10708 movq 2384(%rax), %r11
10709 jmp *%r11
10710 1:
10711 pushq %rbp
10712 call _glapi_get_dispatch
10713 popq %rbp
10714 movq 2384(%rax), %r11
10715 jmp *%r11
10716 #endif /* defined(GLX_USE_TLS) */
10717 .size GL_PREFIX(PushMatrix), .-GL_PREFIX(PushMatrix)
10718
10719 .p2align 4,,15
10720 .globl GL_PREFIX(Rotated)
10721 .type GL_PREFIX(Rotated), @function
10722 GL_PREFIX(Rotated):
10723 #if defined(GLX_USE_TLS)
10724 call _x86_64_get_dispatch@PLT
10725 movq 2392(%rax), %r11
10726 jmp *%r11
10727 #elif defined(PTHREADS)
10728 subq $40, %rsp
10729 movq %xmm0, (%rsp)
10730 movq %xmm1, 8(%rsp)
10731 movq %xmm2, 16(%rsp)
10732 movq %xmm3, 24(%rsp)
10733 call _x86_64_get_dispatch@PLT
10734 movq 24(%rsp), %xmm3
10735 movq 16(%rsp), %xmm2
10736 movq 8(%rsp), %xmm1
10737 movq (%rsp), %xmm0
10738 addq $40, %rsp
10739 movq 2392(%rax), %r11
10740 jmp *%r11
10741 #else
10742 movq _glapi_Dispatch(%rip), %rax
10743 testq %rax, %rax
10744 je 1f
10745 movq 2392(%rax), %r11
10746 jmp *%r11
10747 1:
10748 subq $40, %rsp
10749 movq %xmm0, (%rsp)
10750 movq %xmm1, 8(%rsp)
10751 movq %xmm2, 16(%rsp)
10752 movq %xmm3, 24(%rsp)
10753 call _glapi_get_dispatch
10754 movq 24(%rsp), %xmm3
10755 movq 16(%rsp), %xmm2
10756 movq 8(%rsp), %xmm1
10757 movq (%rsp), %xmm0
10758 addq $40, %rsp
10759 movq 2392(%rax), %r11
10760 jmp *%r11
10761 #endif /* defined(GLX_USE_TLS) */
10762 .size GL_PREFIX(Rotated), .-GL_PREFIX(Rotated)
10763
10764 .p2align 4,,15
10765 .globl GL_PREFIX(Rotatef)
10766 .type GL_PREFIX(Rotatef), @function
10767 GL_PREFIX(Rotatef):
10768 #if defined(GLX_USE_TLS)
10769 call _x86_64_get_dispatch@PLT
10770 movq 2400(%rax), %r11
10771 jmp *%r11
10772 #elif defined(PTHREADS)
10773 subq $40, %rsp
10774 movq %xmm0, (%rsp)
10775 movq %xmm1, 8(%rsp)
10776 movq %xmm2, 16(%rsp)
10777 movq %xmm3, 24(%rsp)
10778 call _x86_64_get_dispatch@PLT
10779 movq 24(%rsp), %xmm3
10780 movq 16(%rsp), %xmm2
10781 movq 8(%rsp), %xmm1
10782 movq (%rsp), %xmm0
10783 addq $40, %rsp
10784 movq 2400(%rax), %r11
10785 jmp *%r11
10786 #else
10787 movq _glapi_Dispatch(%rip), %rax
10788 testq %rax, %rax
10789 je 1f
10790 movq 2400(%rax), %r11
10791 jmp *%r11
10792 1:
10793 subq $40, %rsp
10794 movq %xmm0, (%rsp)
10795 movq %xmm1, 8(%rsp)
10796 movq %xmm2, 16(%rsp)
10797 movq %xmm3, 24(%rsp)
10798 call _glapi_get_dispatch
10799 movq 24(%rsp), %xmm3
10800 movq 16(%rsp), %xmm2
10801 movq 8(%rsp), %xmm1
10802 movq (%rsp), %xmm0
10803 addq $40, %rsp
10804 movq 2400(%rax), %r11
10805 jmp *%r11
10806 #endif /* defined(GLX_USE_TLS) */
10807 .size GL_PREFIX(Rotatef), .-GL_PREFIX(Rotatef)
10808
10809 .p2align 4,,15
10810 .globl GL_PREFIX(Scaled)
10811 .type GL_PREFIX(Scaled), @function
10812 GL_PREFIX(Scaled):
10813 #if defined(GLX_USE_TLS)
10814 call _x86_64_get_dispatch@PLT
10815 movq 2408(%rax), %r11
10816 jmp *%r11
10817 #elif defined(PTHREADS)
10818 subq $24, %rsp
10819 movq %xmm0, (%rsp)
10820 movq %xmm1, 8(%rsp)
10821 movq %xmm2, 16(%rsp)
10822 call _x86_64_get_dispatch@PLT
10823 movq 16(%rsp), %xmm2
10824 movq 8(%rsp), %xmm1
10825 movq (%rsp), %xmm0
10826 addq $24, %rsp
10827 movq 2408(%rax), %r11
10828 jmp *%r11
10829 #else
10830 movq _glapi_Dispatch(%rip), %rax
10831 testq %rax, %rax
10832 je 1f
10833 movq 2408(%rax), %r11
10834 jmp *%r11
10835 1:
10836 subq $24, %rsp
10837 movq %xmm0, (%rsp)
10838 movq %xmm1, 8(%rsp)
10839 movq %xmm2, 16(%rsp)
10840 call _glapi_get_dispatch
10841 movq 16(%rsp), %xmm2
10842 movq 8(%rsp), %xmm1
10843 movq (%rsp), %xmm0
10844 addq $24, %rsp
10845 movq 2408(%rax), %r11
10846 jmp *%r11
10847 #endif /* defined(GLX_USE_TLS) */
10848 .size GL_PREFIX(Scaled), .-GL_PREFIX(Scaled)
10849
10850 .p2align 4,,15
10851 .globl GL_PREFIX(Scalef)
10852 .type GL_PREFIX(Scalef), @function
10853 GL_PREFIX(Scalef):
10854 #if defined(GLX_USE_TLS)
10855 call _x86_64_get_dispatch@PLT
10856 movq 2416(%rax), %r11
10857 jmp *%r11
10858 #elif defined(PTHREADS)
10859 subq $24, %rsp
10860 movq %xmm0, (%rsp)
10861 movq %xmm1, 8(%rsp)
10862 movq %xmm2, 16(%rsp)
10863 call _x86_64_get_dispatch@PLT
10864 movq 16(%rsp), %xmm2
10865 movq 8(%rsp), %xmm1
10866 movq (%rsp), %xmm0
10867 addq $24, %rsp
10868 movq 2416(%rax), %r11
10869 jmp *%r11
10870 #else
10871 movq _glapi_Dispatch(%rip), %rax
10872 testq %rax, %rax
10873 je 1f
10874 movq 2416(%rax), %r11
10875 jmp *%r11
10876 1:
10877 subq $24, %rsp
10878 movq %xmm0, (%rsp)
10879 movq %xmm1, 8(%rsp)
10880 movq %xmm2, 16(%rsp)
10881 call _glapi_get_dispatch
10882 movq 16(%rsp), %xmm2
10883 movq 8(%rsp), %xmm1
10884 movq (%rsp), %xmm0
10885 addq $24, %rsp
10886 movq 2416(%rax), %r11
10887 jmp *%r11
10888 #endif /* defined(GLX_USE_TLS) */
10889 .size GL_PREFIX(Scalef), .-GL_PREFIX(Scalef)
10890
10891 .p2align 4,,15
10892 .globl GL_PREFIX(Translated)
10893 .type GL_PREFIX(Translated), @function
10894 GL_PREFIX(Translated):
10895 #if defined(GLX_USE_TLS)
10896 call _x86_64_get_dispatch@PLT
10897 movq 2424(%rax), %r11
10898 jmp *%r11
10899 #elif defined(PTHREADS)
10900 subq $24, %rsp
10901 movq %xmm0, (%rsp)
10902 movq %xmm1, 8(%rsp)
10903 movq %xmm2, 16(%rsp)
10904 call _x86_64_get_dispatch@PLT
10905 movq 16(%rsp), %xmm2
10906 movq 8(%rsp), %xmm1
10907 movq (%rsp), %xmm0
10908 addq $24, %rsp
10909 movq 2424(%rax), %r11
10910 jmp *%r11
10911 #else
10912 movq _glapi_Dispatch(%rip), %rax
10913 testq %rax, %rax
10914 je 1f
10915 movq 2424(%rax), %r11
10916 jmp *%r11
10917 1:
10918 subq $24, %rsp
10919 movq %xmm0, (%rsp)
10920 movq %xmm1, 8(%rsp)
10921 movq %xmm2, 16(%rsp)
10922 call _glapi_get_dispatch
10923 movq 16(%rsp), %xmm2
10924 movq 8(%rsp), %xmm1
10925 movq (%rsp), %xmm0
10926 addq $24, %rsp
10927 movq 2424(%rax), %r11
10928 jmp *%r11
10929 #endif /* defined(GLX_USE_TLS) */
10930 .size GL_PREFIX(Translated), .-GL_PREFIX(Translated)
10931
10932 .p2align 4,,15
10933 .globl GL_PREFIX(Translatef)
10934 .type GL_PREFIX(Translatef), @function
10935 GL_PREFIX(Translatef):
10936 #if defined(GLX_USE_TLS)
10937 call _x86_64_get_dispatch@PLT
10938 movq 2432(%rax), %r11
10939 jmp *%r11
10940 #elif defined(PTHREADS)
10941 subq $24, %rsp
10942 movq %xmm0, (%rsp)
10943 movq %xmm1, 8(%rsp)
10944 movq %xmm2, 16(%rsp)
10945 call _x86_64_get_dispatch@PLT
10946 movq 16(%rsp), %xmm2
10947 movq 8(%rsp), %xmm1
10948 movq (%rsp), %xmm0
10949 addq $24, %rsp
10950 movq 2432(%rax), %r11
10951 jmp *%r11
10952 #else
10953 movq _glapi_Dispatch(%rip), %rax
10954 testq %rax, %rax
10955 je 1f
10956 movq 2432(%rax), %r11
10957 jmp *%r11
10958 1:
10959 subq $24, %rsp
10960 movq %xmm0, (%rsp)
10961 movq %xmm1, 8(%rsp)
10962 movq %xmm2, 16(%rsp)
10963 call _glapi_get_dispatch
10964 movq 16(%rsp), %xmm2
10965 movq 8(%rsp), %xmm1
10966 movq (%rsp), %xmm0
10967 addq $24, %rsp
10968 movq 2432(%rax), %r11
10969 jmp *%r11
10970 #endif /* defined(GLX_USE_TLS) */
10971 .size GL_PREFIX(Translatef), .-GL_PREFIX(Translatef)
10972
10973 .p2align 4,,15
10974 .globl GL_PREFIX(Viewport)
10975 .type GL_PREFIX(Viewport), @function
10976 GL_PREFIX(Viewport):
10977 #if defined(GLX_USE_TLS)
10978 call _x86_64_get_dispatch@PLT
10979 movq 2440(%rax), %r11
10980 jmp *%r11
10981 #elif defined(PTHREADS)
10982 pushq %rdi
10983 pushq %rsi
10984 pushq %rdx
10985 pushq %rcx
10986 pushq %rbp
10987 call _x86_64_get_dispatch@PLT
10988 popq %rbp
10989 popq %rcx
10990 popq %rdx
10991 popq %rsi
10992 popq %rdi
10993 movq 2440(%rax), %r11
10994 jmp *%r11
10995 #else
10996 movq _glapi_Dispatch(%rip), %rax
10997 testq %rax, %rax
10998 je 1f
10999 movq 2440(%rax), %r11
11000 jmp *%r11
11001 1:
11002 pushq %rdi
11003 pushq %rsi
11004 pushq %rdx
11005 pushq %rcx
11006 pushq %rbp
11007 call _glapi_get_dispatch
11008 popq %rbp
11009 popq %rcx
11010 popq %rdx
11011 popq %rsi
11012 popq %rdi
11013 movq 2440(%rax), %r11
11014 jmp *%r11
11015 #endif /* defined(GLX_USE_TLS) */
11016 .size GL_PREFIX(Viewport), .-GL_PREFIX(Viewport)
11017
11018 .p2align 4,,15
11019 .globl GL_PREFIX(ArrayElement)
11020 .type GL_PREFIX(ArrayElement), @function
11021 GL_PREFIX(ArrayElement):
11022 #if defined(GLX_USE_TLS)
11023 call _x86_64_get_dispatch@PLT
11024 movq 2448(%rax), %r11
11025 jmp *%r11
11026 #elif defined(PTHREADS)
11027 pushq %rdi
11028 call _x86_64_get_dispatch@PLT
11029 popq %rdi
11030 movq 2448(%rax), %r11
11031 jmp *%r11
11032 #else
11033 movq _glapi_Dispatch(%rip), %rax
11034 testq %rax, %rax
11035 je 1f
11036 movq 2448(%rax), %r11
11037 jmp *%r11
11038 1:
11039 pushq %rdi
11040 call _glapi_get_dispatch
11041 popq %rdi
11042 movq 2448(%rax), %r11
11043 jmp *%r11
11044 #endif /* defined(GLX_USE_TLS) */
11045 .size GL_PREFIX(ArrayElement), .-GL_PREFIX(ArrayElement)
11046
11047 .p2align 4,,15
11048 .globl GL_PREFIX(BindTexture)
11049 .type GL_PREFIX(BindTexture), @function
11050 GL_PREFIX(BindTexture):
11051 #if defined(GLX_USE_TLS)
11052 call _x86_64_get_dispatch@PLT
11053 movq 2456(%rax), %r11
11054 jmp *%r11
11055 #elif defined(PTHREADS)
11056 pushq %rdi
11057 pushq %rsi
11058 pushq %rbp
11059 call _x86_64_get_dispatch@PLT
11060 popq %rbp
11061 popq %rsi
11062 popq %rdi
11063 movq 2456(%rax), %r11
11064 jmp *%r11
11065 #else
11066 movq _glapi_Dispatch(%rip), %rax
11067 testq %rax, %rax
11068 je 1f
11069 movq 2456(%rax), %r11
11070 jmp *%r11
11071 1:
11072 pushq %rdi
11073 pushq %rsi
11074 pushq %rbp
11075 call _glapi_get_dispatch
11076 popq %rbp
11077 popq %rsi
11078 popq %rdi
11079 movq 2456(%rax), %r11
11080 jmp *%r11
11081 #endif /* defined(GLX_USE_TLS) */
11082 .size GL_PREFIX(BindTexture), .-GL_PREFIX(BindTexture)
11083
11084 .p2align 4,,15
11085 .globl GL_PREFIX(ColorPointer)
11086 .type GL_PREFIX(ColorPointer), @function
11087 GL_PREFIX(ColorPointer):
11088 #if defined(GLX_USE_TLS)
11089 call _x86_64_get_dispatch@PLT
11090 movq 2464(%rax), %r11
11091 jmp *%r11
11092 #elif defined(PTHREADS)
11093 pushq %rdi
11094 pushq %rsi
11095 pushq %rdx
11096 pushq %rcx
11097 pushq %rbp
11098 call _x86_64_get_dispatch@PLT
11099 popq %rbp
11100 popq %rcx
11101 popq %rdx
11102 popq %rsi
11103 popq %rdi
11104 movq 2464(%rax), %r11
11105 jmp *%r11
11106 #else
11107 movq _glapi_Dispatch(%rip), %rax
11108 testq %rax, %rax
11109 je 1f
11110 movq 2464(%rax), %r11
11111 jmp *%r11
11112 1:
11113 pushq %rdi
11114 pushq %rsi
11115 pushq %rdx
11116 pushq %rcx
11117 pushq %rbp
11118 call _glapi_get_dispatch
11119 popq %rbp
11120 popq %rcx
11121 popq %rdx
11122 popq %rsi
11123 popq %rdi
11124 movq 2464(%rax), %r11
11125 jmp *%r11
11126 #endif /* defined(GLX_USE_TLS) */
11127 .size GL_PREFIX(ColorPointer), .-GL_PREFIX(ColorPointer)
11128
11129 .p2align 4,,15
11130 .globl GL_PREFIX(DisableClientState)
11131 .type GL_PREFIX(DisableClientState), @function
11132 GL_PREFIX(DisableClientState):
11133 #if defined(GLX_USE_TLS)
11134 call _x86_64_get_dispatch@PLT
11135 movq 2472(%rax), %r11
11136 jmp *%r11
11137 #elif defined(PTHREADS)
11138 pushq %rdi
11139 call _x86_64_get_dispatch@PLT
11140 popq %rdi
11141 movq 2472(%rax), %r11
11142 jmp *%r11
11143 #else
11144 movq _glapi_Dispatch(%rip), %rax
11145 testq %rax, %rax
11146 je 1f
11147 movq 2472(%rax), %r11
11148 jmp *%r11
11149 1:
11150 pushq %rdi
11151 call _glapi_get_dispatch
11152 popq %rdi
11153 movq 2472(%rax), %r11
11154 jmp *%r11
11155 #endif /* defined(GLX_USE_TLS) */
11156 .size GL_PREFIX(DisableClientState), .-GL_PREFIX(DisableClientState)
11157
11158 .p2align 4,,15
11159 .globl GL_PREFIX(DrawArrays)
11160 .type GL_PREFIX(DrawArrays), @function
11161 GL_PREFIX(DrawArrays):
11162 #if defined(GLX_USE_TLS)
11163 call _x86_64_get_dispatch@PLT
11164 movq 2480(%rax), %r11
11165 jmp *%r11
11166 #elif defined(PTHREADS)
11167 pushq %rdi
11168 pushq %rsi
11169 pushq %rdx
11170 call _x86_64_get_dispatch@PLT
11171 popq %rdx
11172 popq %rsi
11173 popq %rdi
11174 movq 2480(%rax), %r11
11175 jmp *%r11
11176 #else
11177 movq _glapi_Dispatch(%rip), %rax
11178 testq %rax, %rax
11179 je 1f
11180 movq 2480(%rax), %r11
11181 jmp *%r11
11182 1:
11183 pushq %rdi
11184 pushq %rsi
11185 pushq %rdx
11186 call _glapi_get_dispatch
11187 popq %rdx
11188 popq %rsi
11189 popq %rdi
11190 movq 2480(%rax), %r11
11191 jmp *%r11
11192 #endif /* defined(GLX_USE_TLS) */
11193 .size GL_PREFIX(DrawArrays), .-GL_PREFIX(DrawArrays)
11194
11195 .p2align 4,,15
11196 .globl GL_PREFIX(DrawElements)
11197 .type GL_PREFIX(DrawElements), @function
11198 GL_PREFIX(DrawElements):
11199 #if defined(GLX_USE_TLS)
11200 call _x86_64_get_dispatch@PLT
11201 movq 2488(%rax), %r11
11202 jmp *%r11
11203 #elif defined(PTHREADS)
11204 pushq %rdi
11205 pushq %rsi
11206 pushq %rdx
11207 pushq %rcx
11208 pushq %rbp
11209 call _x86_64_get_dispatch@PLT
11210 popq %rbp
11211 popq %rcx
11212 popq %rdx
11213 popq %rsi
11214 popq %rdi
11215 movq 2488(%rax), %r11
11216 jmp *%r11
11217 #else
11218 movq _glapi_Dispatch(%rip), %rax
11219 testq %rax, %rax
11220 je 1f
11221 movq 2488(%rax), %r11
11222 jmp *%r11
11223 1:
11224 pushq %rdi
11225 pushq %rsi
11226 pushq %rdx
11227 pushq %rcx
11228 pushq %rbp
11229 call _glapi_get_dispatch
11230 popq %rbp
11231 popq %rcx
11232 popq %rdx
11233 popq %rsi
11234 popq %rdi
11235 movq 2488(%rax), %r11
11236 jmp *%r11
11237 #endif /* defined(GLX_USE_TLS) */
11238 .size GL_PREFIX(DrawElements), .-GL_PREFIX(DrawElements)
11239
11240 .p2align 4,,15
11241 .globl GL_PREFIX(EdgeFlagPointer)
11242 .type GL_PREFIX(EdgeFlagPointer), @function
11243 GL_PREFIX(EdgeFlagPointer):
11244 #if defined(GLX_USE_TLS)
11245 call _x86_64_get_dispatch@PLT
11246 movq 2496(%rax), %r11
11247 jmp *%r11
11248 #elif defined(PTHREADS)
11249 pushq %rdi
11250 pushq %rsi
11251 pushq %rbp
11252 call _x86_64_get_dispatch@PLT
11253 popq %rbp
11254 popq %rsi
11255 popq %rdi
11256 movq 2496(%rax), %r11
11257 jmp *%r11
11258 #else
11259 movq _glapi_Dispatch(%rip), %rax
11260 testq %rax, %rax
11261 je 1f
11262 movq 2496(%rax), %r11
11263 jmp *%r11
11264 1:
11265 pushq %rdi
11266 pushq %rsi
11267 pushq %rbp
11268 call _glapi_get_dispatch
11269 popq %rbp
11270 popq %rsi
11271 popq %rdi
11272 movq 2496(%rax), %r11
11273 jmp *%r11
11274 #endif /* defined(GLX_USE_TLS) */
11275 .size GL_PREFIX(EdgeFlagPointer), .-GL_PREFIX(EdgeFlagPointer)
11276
11277 .p2align 4,,15
11278 .globl GL_PREFIX(EnableClientState)
11279 .type GL_PREFIX(EnableClientState), @function
11280 GL_PREFIX(EnableClientState):
11281 #if defined(GLX_USE_TLS)
11282 call _x86_64_get_dispatch@PLT
11283 movq 2504(%rax), %r11
11284 jmp *%r11
11285 #elif defined(PTHREADS)
11286 pushq %rdi
11287 call _x86_64_get_dispatch@PLT
11288 popq %rdi
11289 movq 2504(%rax), %r11
11290 jmp *%r11
11291 #else
11292 movq _glapi_Dispatch(%rip), %rax
11293 testq %rax, %rax
11294 je 1f
11295 movq 2504(%rax), %r11
11296 jmp *%r11
11297 1:
11298 pushq %rdi
11299 call _glapi_get_dispatch
11300 popq %rdi
11301 movq 2504(%rax), %r11
11302 jmp *%r11
11303 #endif /* defined(GLX_USE_TLS) */
11304 .size GL_PREFIX(EnableClientState), .-GL_PREFIX(EnableClientState)
11305
11306 .p2align 4,,15
11307 .globl GL_PREFIX(IndexPointer)
11308 .type GL_PREFIX(IndexPointer), @function
11309 GL_PREFIX(IndexPointer):
11310 #if defined(GLX_USE_TLS)
11311 call _x86_64_get_dispatch@PLT
11312 movq 2512(%rax), %r11
11313 jmp *%r11
11314 #elif defined(PTHREADS)
11315 pushq %rdi
11316 pushq %rsi
11317 pushq %rdx
11318 call _x86_64_get_dispatch@PLT
11319 popq %rdx
11320 popq %rsi
11321 popq %rdi
11322 movq 2512(%rax), %r11
11323 jmp *%r11
11324 #else
11325 movq _glapi_Dispatch(%rip), %rax
11326 testq %rax, %rax
11327 je 1f
11328 movq 2512(%rax), %r11
11329 jmp *%r11
11330 1:
11331 pushq %rdi
11332 pushq %rsi
11333 pushq %rdx
11334 call _glapi_get_dispatch
11335 popq %rdx
11336 popq %rsi
11337 popq %rdi
11338 movq 2512(%rax), %r11
11339 jmp *%r11
11340 #endif /* defined(GLX_USE_TLS) */
11341 .size GL_PREFIX(IndexPointer), .-GL_PREFIX(IndexPointer)
11342
11343 .p2align 4,,15
11344 .globl GL_PREFIX(Indexub)
11345 .type GL_PREFIX(Indexub), @function
11346 GL_PREFIX(Indexub):
11347 #if defined(GLX_USE_TLS)
11348 call _x86_64_get_dispatch@PLT
11349 movq 2520(%rax), %r11
11350 jmp *%r11
11351 #elif defined(PTHREADS)
11352 pushq %rdi
11353 call _x86_64_get_dispatch@PLT
11354 popq %rdi
11355 movq 2520(%rax), %r11
11356 jmp *%r11
11357 #else
11358 movq _glapi_Dispatch(%rip), %rax
11359 testq %rax, %rax
11360 je 1f
11361 movq 2520(%rax), %r11
11362 jmp *%r11
11363 1:
11364 pushq %rdi
11365 call _glapi_get_dispatch
11366 popq %rdi
11367 movq 2520(%rax), %r11
11368 jmp *%r11
11369 #endif /* defined(GLX_USE_TLS) */
11370 .size GL_PREFIX(Indexub), .-GL_PREFIX(Indexub)
11371
11372 .p2align 4,,15
11373 .globl GL_PREFIX(Indexubv)
11374 .type GL_PREFIX(Indexubv), @function
11375 GL_PREFIX(Indexubv):
11376 #if defined(GLX_USE_TLS)
11377 call _x86_64_get_dispatch@PLT
11378 movq 2528(%rax), %r11
11379 jmp *%r11
11380 #elif defined(PTHREADS)
11381 pushq %rdi
11382 call _x86_64_get_dispatch@PLT
11383 popq %rdi
11384 movq 2528(%rax), %r11
11385 jmp *%r11
11386 #else
11387 movq _glapi_Dispatch(%rip), %rax
11388 testq %rax, %rax
11389 je 1f
11390 movq 2528(%rax), %r11
11391 jmp *%r11
11392 1:
11393 pushq %rdi
11394 call _glapi_get_dispatch
11395 popq %rdi
11396 movq 2528(%rax), %r11
11397 jmp *%r11
11398 #endif /* defined(GLX_USE_TLS) */
11399 .size GL_PREFIX(Indexubv), .-GL_PREFIX(Indexubv)
11400
11401 .p2align 4,,15
11402 .globl GL_PREFIX(InterleavedArrays)
11403 .type GL_PREFIX(InterleavedArrays), @function
11404 GL_PREFIX(InterleavedArrays):
11405 #if defined(GLX_USE_TLS)
11406 call _x86_64_get_dispatch@PLT
11407 movq 2536(%rax), %r11
11408 jmp *%r11
11409 #elif defined(PTHREADS)
11410 pushq %rdi
11411 pushq %rsi
11412 pushq %rdx
11413 call _x86_64_get_dispatch@PLT
11414 popq %rdx
11415 popq %rsi
11416 popq %rdi
11417 movq 2536(%rax), %r11
11418 jmp *%r11
11419 #else
11420 movq _glapi_Dispatch(%rip), %rax
11421 testq %rax, %rax
11422 je 1f
11423 movq 2536(%rax), %r11
11424 jmp *%r11
11425 1:
11426 pushq %rdi
11427 pushq %rsi
11428 pushq %rdx
11429 call _glapi_get_dispatch
11430 popq %rdx
11431 popq %rsi
11432 popq %rdi
11433 movq 2536(%rax), %r11
11434 jmp *%r11
11435 #endif /* defined(GLX_USE_TLS) */
11436 .size GL_PREFIX(InterleavedArrays), .-GL_PREFIX(InterleavedArrays)
11437
11438 .p2align 4,,15
11439 .globl GL_PREFIX(NormalPointer)
11440 .type GL_PREFIX(NormalPointer), @function
11441 GL_PREFIX(NormalPointer):
11442 #if defined(GLX_USE_TLS)
11443 call _x86_64_get_dispatch@PLT
11444 movq 2544(%rax), %r11
11445 jmp *%r11
11446 #elif defined(PTHREADS)
11447 pushq %rdi
11448 pushq %rsi
11449 pushq %rdx
11450 call _x86_64_get_dispatch@PLT
11451 popq %rdx
11452 popq %rsi
11453 popq %rdi
11454 movq 2544(%rax), %r11
11455 jmp *%r11
11456 #else
11457 movq _glapi_Dispatch(%rip), %rax
11458 testq %rax, %rax
11459 je 1f
11460 movq 2544(%rax), %r11
11461 jmp *%r11
11462 1:
11463 pushq %rdi
11464 pushq %rsi
11465 pushq %rdx
11466 call _glapi_get_dispatch
11467 popq %rdx
11468 popq %rsi
11469 popq %rdi
11470 movq 2544(%rax), %r11
11471 jmp *%r11
11472 #endif /* defined(GLX_USE_TLS) */
11473 .size GL_PREFIX(NormalPointer), .-GL_PREFIX(NormalPointer)
11474
11475 .p2align 4,,15
11476 .globl GL_PREFIX(PolygonOffset)
11477 .type GL_PREFIX(PolygonOffset), @function
11478 GL_PREFIX(PolygonOffset):
11479 #if defined(GLX_USE_TLS)
11480 call _x86_64_get_dispatch@PLT
11481 movq 2552(%rax), %r11
11482 jmp *%r11
11483 #elif defined(PTHREADS)
11484 subq $24, %rsp
11485 movq %xmm0, (%rsp)
11486 movq %xmm1, 8(%rsp)
11487 call _x86_64_get_dispatch@PLT
11488 movq 8(%rsp), %xmm1
11489 movq (%rsp), %xmm0
11490 addq $24, %rsp
11491 movq 2552(%rax), %r11
11492 jmp *%r11
11493 #else
11494 movq _glapi_Dispatch(%rip), %rax
11495 testq %rax, %rax
11496 je 1f
11497 movq 2552(%rax), %r11
11498 jmp *%r11
11499 1:
11500 subq $24, %rsp
11501 movq %xmm0, (%rsp)
11502 movq %xmm1, 8(%rsp)
11503 call _glapi_get_dispatch
11504 movq 8(%rsp), %xmm1
11505 movq (%rsp), %xmm0
11506 addq $24, %rsp
11507 movq 2552(%rax), %r11
11508 jmp *%r11
11509 #endif /* defined(GLX_USE_TLS) */
11510 .size GL_PREFIX(PolygonOffset), .-GL_PREFIX(PolygonOffset)
11511
11512 .p2align 4,,15
11513 .globl GL_PREFIX(TexCoordPointer)
11514 .type GL_PREFIX(TexCoordPointer), @function
11515 GL_PREFIX(TexCoordPointer):
11516 #if defined(GLX_USE_TLS)
11517 call _x86_64_get_dispatch@PLT
11518 movq 2560(%rax), %r11
11519 jmp *%r11
11520 #elif defined(PTHREADS)
11521 pushq %rdi
11522 pushq %rsi
11523 pushq %rdx
11524 pushq %rcx
11525 pushq %rbp
11526 call _x86_64_get_dispatch@PLT
11527 popq %rbp
11528 popq %rcx
11529 popq %rdx
11530 popq %rsi
11531 popq %rdi
11532 movq 2560(%rax), %r11
11533 jmp *%r11
11534 #else
11535 movq _glapi_Dispatch(%rip), %rax
11536 testq %rax, %rax
11537 je 1f
11538 movq 2560(%rax), %r11
11539 jmp *%r11
11540 1:
11541 pushq %rdi
11542 pushq %rsi
11543 pushq %rdx
11544 pushq %rcx
11545 pushq %rbp
11546 call _glapi_get_dispatch
11547 popq %rbp
11548 popq %rcx
11549 popq %rdx
11550 popq %rsi
11551 popq %rdi
11552 movq 2560(%rax), %r11
11553 jmp *%r11
11554 #endif /* defined(GLX_USE_TLS) */
11555 .size GL_PREFIX(TexCoordPointer), .-GL_PREFIX(TexCoordPointer)
11556
11557 .p2align 4,,15
11558 .globl GL_PREFIX(VertexPointer)
11559 .type GL_PREFIX(VertexPointer), @function
11560 GL_PREFIX(VertexPointer):
11561 #if defined(GLX_USE_TLS)
11562 call _x86_64_get_dispatch@PLT
11563 movq 2568(%rax), %r11
11564 jmp *%r11
11565 #elif defined(PTHREADS)
11566 pushq %rdi
11567 pushq %rsi
11568 pushq %rdx
11569 pushq %rcx
11570 pushq %rbp
11571 call _x86_64_get_dispatch@PLT
11572 popq %rbp
11573 popq %rcx
11574 popq %rdx
11575 popq %rsi
11576 popq %rdi
11577 movq 2568(%rax), %r11
11578 jmp *%r11
11579 #else
11580 movq _glapi_Dispatch(%rip), %rax
11581 testq %rax, %rax
11582 je 1f
11583 movq 2568(%rax), %r11
11584 jmp *%r11
11585 1:
11586 pushq %rdi
11587 pushq %rsi
11588 pushq %rdx
11589 pushq %rcx
11590 pushq %rbp
11591 call _glapi_get_dispatch
11592 popq %rbp
11593 popq %rcx
11594 popq %rdx
11595 popq %rsi
11596 popq %rdi
11597 movq 2568(%rax), %r11
11598 jmp *%r11
11599 #endif /* defined(GLX_USE_TLS) */
11600 .size GL_PREFIX(VertexPointer), .-GL_PREFIX(VertexPointer)
11601
11602 .p2align 4,,15
11603 .globl GL_PREFIX(AreTexturesResident)
11604 .type GL_PREFIX(AreTexturesResident), @function
11605 GL_PREFIX(AreTexturesResident):
11606 #if defined(GLX_USE_TLS)
11607 call _x86_64_get_dispatch@PLT
11608 movq 2576(%rax), %r11
11609 jmp *%r11
11610 #elif defined(PTHREADS)
11611 pushq %rdi
11612 pushq %rsi
11613 pushq %rdx
11614 call _x86_64_get_dispatch@PLT
11615 popq %rdx
11616 popq %rsi
11617 popq %rdi
11618 movq 2576(%rax), %r11
11619 jmp *%r11
11620 #else
11621 movq _glapi_Dispatch(%rip), %rax
11622 testq %rax, %rax
11623 je 1f
11624 movq 2576(%rax), %r11
11625 jmp *%r11
11626 1:
11627 pushq %rdi
11628 pushq %rsi
11629 pushq %rdx
11630 call _glapi_get_dispatch
11631 popq %rdx
11632 popq %rsi
11633 popq %rdi
11634 movq 2576(%rax), %r11
11635 jmp *%r11
11636 #endif /* defined(GLX_USE_TLS) */
11637 .size GL_PREFIX(AreTexturesResident), .-GL_PREFIX(AreTexturesResident)
11638
11639 .p2align 4,,15
11640 .globl GL_PREFIX(CopyTexImage1D)
11641 .type GL_PREFIX(CopyTexImage1D), @function
11642 GL_PREFIX(CopyTexImage1D):
11643 #if defined(GLX_USE_TLS)
11644 call _x86_64_get_dispatch@PLT
11645 movq 2584(%rax), %r11
11646 jmp *%r11
11647 #elif defined(PTHREADS)
11648 pushq %rdi
11649 pushq %rsi
11650 pushq %rdx
11651 pushq %rcx
11652 pushq %r8
11653 pushq %r9
11654 pushq %rbp
11655 call _x86_64_get_dispatch@PLT
11656 popq %rbp
11657 popq %r9
11658 popq %r8
11659 popq %rcx
11660 popq %rdx
11661 popq %rsi
11662 popq %rdi
11663 movq 2584(%rax), %r11
11664 jmp *%r11
11665 #else
11666 movq _glapi_Dispatch(%rip), %rax
11667 testq %rax, %rax
11668 je 1f
11669 movq 2584(%rax), %r11
11670 jmp *%r11
11671 1:
11672 pushq %rdi
11673 pushq %rsi
11674 pushq %rdx
11675 pushq %rcx
11676 pushq %r8
11677 pushq %r9
11678 pushq %rbp
11679 call _glapi_get_dispatch
11680 popq %rbp
11681 popq %r9
11682 popq %r8
11683 popq %rcx
11684 popq %rdx
11685 popq %rsi
11686 popq %rdi
11687 movq 2584(%rax), %r11
11688 jmp *%r11
11689 #endif /* defined(GLX_USE_TLS) */
11690 .size GL_PREFIX(CopyTexImage1D), .-GL_PREFIX(CopyTexImage1D)
11691
11692 .p2align 4,,15
11693 .globl GL_PREFIX(CopyTexImage2D)
11694 .type GL_PREFIX(CopyTexImage2D), @function
11695 GL_PREFIX(CopyTexImage2D):
11696 #if defined(GLX_USE_TLS)
11697 call _x86_64_get_dispatch@PLT
11698 movq 2592(%rax), %r11
11699 jmp *%r11
11700 #elif defined(PTHREADS)
11701 pushq %rdi
11702 pushq %rsi
11703 pushq %rdx
11704 pushq %rcx
11705 pushq %r8
11706 pushq %r9
11707 pushq %rbp
11708 call _x86_64_get_dispatch@PLT
11709 popq %rbp
11710 popq %r9
11711 popq %r8
11712 popq %rcx
11713 popq %rdx
11714 popq %rsi
11715 popq %rdi
11716 movq 2592(%rax), %r11
11717 jmp *%r11
11718 #else
11719 movq _glapi_Dispatch(%rip), %rax
11720 testq %rax, %rax
11721 je 1f
11722 movq 2592(%rax), %r11
11723 jmp *%r11
11724 1:
11725 pushq %rdi
11726 pushq %rsi
11727 pushq %rdx
11728 pushq %rcx
11729 pushq %r8
11730 pushq %r9
11731 pushq %rbp
11732 call _glapi_get_dispatch
11733 popq %rbp
11734 popq %r9
11735 popq %r8
11736 popq %rcx
11737 popq %rdx
11738 popq %rsi
11739 popq %rdi
11740 movq 2592(%rax), %r11
11741 jmp *%r11
11742 #endif /* defined(GLX_USE_TLS) */
11743 .size GL_PREFIX(CopyTexImage2D), .-GL_PREFIX(CopyTexImage2D)
11744
11745 .p2align 4,,15
11746 .globl GL_PREFIX(CopyTexSubImage1D)
11747 .type GL_PREFIX(CopyTexSubImage1D), @function
11748 GL_PREFIX(CopyTexSubImage1D):
11749 #if defined(GLX_USE_TLS)
11750 call _x86_64_get_dispatch@PLT
11751 movq 2600(%rax), %r11
11752 jmp *%r11
11753 #elif defined(PTHREADS)
11754 pushq %rdi
11755 pushq %rsi
11756 pushq %rdx
11757 pushq %rcx
11758 pushq %r8
11759 pushq %r9
11760 pushq %rbp
11761 call _x86_64_get_dispatch@PLT
11762 popq %rbp
11763 popq %r9
11764 popq %r8
11765 popq %rcx
11766 popq %rdx
11767 popq %rsi
11768 popq %rdi
11769 movq 2600(%rax), %r11
11770 jmp *%r11
11771 #else
11772 movq _glapi_Dispatch(%rip), %rax
11773 testq %rax, %rax
11774 je 1f
11775 movq 2600(%rax), %r11
11776 jmp *%r11
11777 1:
11778 pushq %rdi
11779 pushq %rsi
11780 pushq %rdx
11781 pushq %rcx
11782 pushq %r8
11783 pushq %r9
11784 pushq %rbp
11785 call _glapi_get_dispatch
11786 popq %rbp
11787 popq %r9
11788 popq %r8
11789 popq %rcx
11790 popq %rdx
11791 popq %rsi
11792 popq %rdi
11793 movq 2600(%rax), %r11
11794 jmp *%r11
11795 #endif /* defined(GLX_USE_TLS) */
11796 .size GL_PREFIX(CopyTexSubImage1D), .-GL_PREFIX(CopyTexSubImage1D)
11797
11798 .p2align 4,,15
11799 .globl GL_PREFIX(CopyTexSubImage2D)
11800 .type GL_PREFIX(CopyTexSubImage2D), @function
11801 GL_PREFIX(CopyTexSubImage2D):
11802 #if defined(GLX_USE_TLS)
11803 call _x86_64_get_dispatch@PLT
11804 movq 2608(%rax), %r11
11805 jmp *%r11
11806 #elif defined(PTHREADS)
11807 pushq %rdi
11808 pushq %rsi
11809 pushq %rdx
11810 pushq %rcx
11811 pushq %r8
11812 pushq %r9
11813 pushq %rbp
11814 call _x86_64_get_dispatch@PLT
11815 popq %rbp
11816 popq %r9
11817 popq %r8
11818 popq %rcx
11819 popq %rdx
11820 popq %rsi
11821 popq %rdi
11822 movq 2608(%rax), %r11
11823 jmp *%r11
11824 #else
11825 movq _glapi_Dispatch(%rip), %rax
11826 testq %rax, %rax
11827 je 1f
11828 movq 2608(%rax), %r11
11829 jmp *%r11
11830 1:
11831 pushq %rdi
11832 pushq %rsi
11833 pushq %rdx
11834 pushq %rcx
11835 pushq %r8
11836 pushq %r9
11837 pushq %rbp
11838 call _glapi_get_dispatch
11839 popq %rbp
11840 popq %r9
11841 popq %r8
11842 popq %rcx
11843 popq %rdx
11844 popq %rsi
11845 popq %rdi
11846 movq 2608(%rax), %r11
11847 jmp *%r11
11848 #endif /* defined(GLX_USE_TLS) */
11849 .size GL_PREFIX(CopyTexSubImage2D), .-GL_PREFIX(CopyTexSubImage2D)
11850
11851 .p2align 4,,15
11852 .globl GL_PREFIX(DeleteTextures)
11853 .type GL_PREFIX(DeleteTextures), @function
11854 GL_PREFIX(DeleteTextures):
11855 #if defined(GLX_USE_TLS)
11856 call _x86_64_get_dispatch@PLT
11857 movq 2616(%rax), %r11
11858 jmp *%r11
11859 #elif defined(PTHREADS)
11860 pushq %rdi
11861 pushq %rsi
11862 pushq %rbp
11863 call _x86_64_get_dispatch@PLT
11864 popq %rbp
11865 popq %rsi
11866 popq %rdi
11867 movq 2616(%rax), %r11
11868 jmp *%r11
11869 #else
11870 movq _glapi_Dispatch(%rip), %rax
11871 testq %rax, %rax
11872 je 1f
11873 movq 2616(%rax), %r11
11874 jmp *%r11
11875 1:
11876 pushq %rdi
11877 pushq %rsi
11878 pushq %rbp
11879 call _glapi_get_dispatch
11880 popq %rbp
11881 popq %rsi
11882 popq %rdi
11883 movq 2616(%rax), %r11
11884 jmp *%r11
11885 #endif /* defined(GLX_USE_TLS) */
11886 .size GL_PREFIX(DeleteTextures), .-GL_PREFIX(DeleteTextures)
11887
11888 .p2align 4,,15
11889 .globl GL_PREFIX(GenTextures)
11890 .type GL_PREFIX(GenTextures), @function
11891 GL_PREFIX(GenTextures):
11892 #if defined(GLX_USE_TLS)
11893 call _x86_64_get_dispatch@PLT
11894 movq 2624(%rax), %r11
11895 jmp *%r11
11896 #elif defined(PTHREADS)
11897 pushq %rdi
11898 pushq %rsi
11899 pushq %rbp
11900 call _x86_64_get_dispatch@PLT
11901 popq %rbp
11902 popq %rsi
11903 popq %rdi
11904 movq 2624(%rax), %r11
11905 jmp *%r11
11906 #else
11907 movq _glapi_Dispatch(%rip), %rax
11908 testq %rax, %rax
11909 je 1f
11910 movq 2624(%rax), %r11
11911 jmp *%r11
11912 1:
11913 pushq %rdi
11914 pushq %rsi
11915 pushq %rbp
11916 call _glapi_get_dispatch
11917 popq %rbp
11918 popq %rsi
11919 popq %rdi
11920 movq 2624(%rax), %r11
11921 jmp *%r11
11922 #endif /* defined(GLX_USE_TLS) */
11923 .size GL_PREFIX(GenTextures), .-GL_PREFIX(GenTextures)
11924
11925 .p2align 4,,15
11926 .globl GL_PREFIX(GetPointerv)
11927 .type GL_PREFIX(GetPointerv), @function
11928 GL_PREFIX(GetPointerv):
11929 #if defined(GLX_USE_TLS)
11930 call _x86_64_get_dispatch@PLT
11931 movq 2632(%rax), %r11
11932 jmp *%r11
11933 #elif defined(PTHREADS)
11934 pushq %rdi
11935 pushq %rsi
11936 pushq %rbp
11937 call _x86_64_get_dispatch@PLT
11938 popq %rbp
11939 popq %rsi
11940 popq %rdi
11941 movq 2632(%rax), %r11
11942 jmp *%r11
11943 #else
11944 movq _glapi_Dispatch(%rip), %rax
11945 testq %rax, %rax
11946 je 1f
11947 movq 2632(%rax), %r11
11948 jmp *%r11
11949 1:
11950 pushq %rdi
11951 pushq %rsi
11952 pushq %rbp
11953 call _glapi_get_dispatch
11954 popq %rbp
11955 popq %rsi
11956 popq %rdi
11957 movq 2632(%rax), %r11
11958 jmp *%r11
11959 #endif /* defined(GLX_USE_TLS) */
11960 .size GL_PREFIX(GetPointerv), .-GL_PREFIX(GetPointerv)
11961
11962 .p2align 4,,15
11963 .globl GL_PREFIX(IsTexture)
11964 .type GL_PREFIX(IsTexture), @function
11965 GL_PREFIX(IsTexture):
11966 #if defined(GLX_USE_TLS)
11967 call _x86_64_get_dispatch@PLT
11968 movq 2640(%rax), %r11
11969 jmp *%r11
11970 #elif defined(PTHREADS)
11971 pushq %rdi
11972 call _x86_64_get_dispatch@PLT
11973 popq %rdi
11974 movq 2640(%rax), %r11
11975 jmp *%r11
11976 #else
11977 movq _glapi_Dispatch(%rip), %rax
11978 testq %rax, %rax
11979 je 1f
11980 movq 2640(%rax), %r11
11981 jmp *%r11
11982 1:
11983 pushq %rdi
11984 call _glapi_get_dispatch
11985 popq %rdi
11986 movq 2640(%rax), %r11
11987 jmp *%r11
11988 #endif /* defined(GLX_USE_TLS) */
11989 .size GL_PREFIX(IsTexture), .-GL_PREFIX(IsTexture)
11990
11991 .p2align 4,,15
11992 .globl GL_PREFIX(PrioritizeTextures)
11993 .type GL_PREFIX(PrioritizeTextures), @function
11994 GL_PREFIX(PrioritizeTextures):
11995 #if defined(GLX_USE_TLS)
11996 call _x86_64_get_dispatch@PLT
11997 movq 2648(%rax), %r11
11998 jmp *%r11
11999 #elif defined(PTHREADS)
12000 pushq %rdi
12001 pushq %rsi
12002 pushq %rdx
12003 call _x86_64_get_dispatch@PLT
12004 popq %rdx
12005 popq %rsi
12006 popq %rdi
12007 movq 2648(%rax), %r11
12008 jmp *%r11
12009 #else
12010 movq _glapi_Dispatch(%rip), %rax
12011 testq %rax, %rax
12012 je 1f
12013 movq 2648(%rax), %r11
12014 jmp *%r11
12015 1:
12016 pushq %rdi
12017 pushq %rsi
12018 pushq %rdx
12019 call _glapi_get_dispatch
12020 popq %rdx
12021 popq %rsi
12022 popq %rdi
12023 movq 2648(%rax), %r11
12024 jmp *%r11
12025 #endif /* defined(GLX_USE_TLS) */
12026 .size GL_PREFIX(PrioritizeTextures), .-GL_PREFIX(PrioritizeTextures)
12027
12028 .p2align 4,,15
12029 .globl GL_PREFIX(TexSubImage1D)
12030 .type GL_PREFIX(TexSubImage1D), @function
12031 GL_PREFIX(TexSubImage1D):
12032 #if defined(GLX_USE_TLS)
12033 call _x86_64_get_dispatch@PLT
12034 movq 2656(%rax), %r11
12035 jmp *%r11
12036 #elif defined(PTHREADS)
12037 pushq %rdi
12038 pushq %rsi
12039 pushq %rdx
12040 pushq %rcx
12041 pushq %r8
12042 pushq %r9
12043 pushq %rbp
12044 call _x86_64_get_dispatch@PLT
12045 popq %rbp
12046 popq %r9
12047 popq %r8
12048 popq %rcx
12049 popq %rdx
12050 popq %rsi
12051 popq %rdi
12052 movq 2656(%rax), %r11
12053 jmp *%r11
12054 #else
12055 movq _glapi_Dispatch(%rip), %rax
12056 testq %rax, %rax
12057 je 1f
12058 movq 2656(%rax), %r11
12059 jmp *%r11
12060 1:
12061 pushq %rdi
12062 pushq %rsi
12063 pushq %rdx
12064 pushq %rcx
12065 pushq %r8
12066 pushq %r9
12067 pushq %rbp
12068 call _glapi_get_dispatch
12069 popq %rbp
12070 popq %r9
12071 popq %r8
12072 popq %rcx
12073 popq %rdx
12074 popq %rsi
12075 popq %rdi
12076 movq 2656(%rax), %r11
12077 jmp *%r11
12078 #endif /* defined(GLX_USE_TLS) */
12079 .size GL_PREFIX(TexSubImage1D), .-GL_PREFIX(TexSubImage1D)
12080
12081 .p2align 4,,15
12082 .globl GL_PREFIX(TexSubImage2D)
12083 .type GL_PREFIX(TexSubImage2D), @function
12084 GL_PREFIX(TexSubImage2D):
12085 #if defined(GLX_USE_TLS)
12086 call _x86_64_get_dispatch@PLT
12087 movq 2664(%rax), %r11
12088 jmp *%r11
12089 #elif defined(PTHREADS)
12090 pushq %rdi
12091 pushq %rsi
12092 pushq %rdx
12093 pushq %rcx
12094 pushq %r8
12095 pushq %r9
12096 pushq %rbp
12097 call _x86_64_get_dispatch@PLT
12098 popq %rbp
12099 popq %r9
12100 popq %r8
12101 popq %rcx
12102 popq %rdx
12103 popq %rsi
12104 popq %rdi
12105 movq 2664(%rax), %r11
12106 jmp *%r11
12107 #else
12108 movq _glapi_Dispatch(%rip), %rax
12109 testq %rax, %rax
12110 je 1f
12111 movq 2664(%rax), %r11
12112 jmp *%r11
12113 1:
12114 pushq %rdi
12115 pushq %rsi
12116 pushq %rdx
12117 pushq %rcx
12118 pushq %r8
12119 pushq %r9
12120 pushq %rbp
12121 call _glapi_get_dispatch
12122 popq %rbp
12123 popq %r9
12124 popq %r8
12125 popq %rcx
12126 popq %rdx
12127 popq %rsi
12128 popq %rdi
12129 movq 2664(%rax), %r11
12130 jmp *%r11
12131 #endif /* defined(GLX_USE_TLS) */
12132 .size GL_PREFIX(TexSubImage2D), .-GL_PREFIX(TexSubImage2D)
12133
12134 .p2align 4,,15
12135 .globl GL_PREFIX(PopClientAttrib)
12136 .type GL_PREFIX(PopClientAttrib), @function
12137 GL_PREFIX(PopClientAttrib):
12138 #if defined(GLX_USE_TLS)
12139 call _x86_64_get_dispatch@PLT
12140 movq 2672(%rax), %r11
12141 jmp *%r11
12142 #elif defined(PTHREADS)
12143 pushq %rbp
12144 call _x86_64_get_dispatch@PLT
12145 popq %rbp
12146 movq 2672(%rax), %r11
12147 jmp *%r11
12148 #else
12149 movq _glapi_Dispatch(%rip), %rax
12150 testq %rax, %rax
12151 je 1f
12152 movq 2672(%rax), %r11
12153 jmp *%r11
12154 1:
12155 pushq %rbp
12156 call _glapi_get_dispatch
12157 popq %rbp
12158 movq 2672(%rax), %r11
12159 jmp *%r11
12160 #endif /* defined(GLX_USE_TLS) */
12161 .size GL_PREFIX(PopClientAttrib), .-GL_PREFIX(PopClientAttrib)
12162
12163 .p2align 4,,15
12164 .globl GL_PREFIX(PushClientAttrib)
12165 .type GL_PREFIX(PushClientAttrib), @function
12166 GL_PREFIX(PushClientAttrib):
12167 #if defined(GLX_USE_TLS)
12168 call _x86_64_get_dispatch@PLT
12169 movq 2680(%rax), %r11
12170 jmp *%r11
12171 #elif defined(PTHREADS)
12172 pushq %rdi
12173 call _x86_64_get_dispatch@PLT
12174 popq %rdi
12175 movq 2680(%rax), %r11
12176 jmp *%r11
12177 #else
12178 movq _glapi_Dispatch(%rip), %rax
12179 testq %rax, %rax
12180 je 1f
12181 movq 2680(%rax), %r11
12182 jmp *%r11
12183 1:
12184 pushq %rdi
12185 call _glapi_get_dispatch
12186 popq %rdi
12187 movq 2680(%rax), %r11
12188 jmp *%r11
12189 #endif /* defined(GLX_USE_TLS) */
12190 .size GL_PREFIX(PushClientAttrib), .-GL_PREFIX(PushClientAttrib)
12191
12192 .p2align 4,,15
12193 .globl GL_PREFIX(BlendColor)
12194 .type GL_PREFIX(BlendColor), @function
12195 GL_PREFIX(BlendColor):
12196 #if defined(GLX_USE_TLS)
12197 call _x86_64_get_dispatch@PLT
12198 movq 2688(%rax), %r11
12199 jmp *%r11
12200 #elif defined(PTHREADS)
12201 pushq %rdi
12202 pushq %rsi
12203 pushq %rdx
12204 pushq %rcx
12205 pushq %rbp
12206 call _x86_64_get_dispatch@PLT
12207 popq %rbp
12208 popq %rcx
12209 popq %rdx
12210 popq %rsi
12211 popq %rdi
12212 movq 2688(%rax), %r11
12213 jmp *%r11
12214 #else
12215 movq _glapi_Dispatch(%rip), %rax
12216 testq %rax, %rax
12217 je 1f
12218 movq 2688(%rax), %r11
12219 jmp *%r11
12220 1:
12221 pushq %rdi
12222 pushq %rsi
12223 pushq %rdx
12224 pushq %rcx
12225 pushq %rbp
12226 call _glapi_get_dispatch
12227 popq %rbp
12228 popq %rcx
12229 popq %rdx
12230 popq %rsi
12231 popq %rdi
12232 movq 2688(%rax), %r11
12233 jmp *%r11
12234 #endif /* defined(GLX_USE_TLS) */
12235 .size GL_PREFIX(BlendColor), .-GL_PREFIX(BlendColor)
12236
12237 .p2align 4,,15
12238 .globl GL_PREFIX(BlendEquation)
12239 .type GL_PREFIX(BlendEquation), @function
12240 GL_PREFIX(BlendEquation):
12241 #if defined(GLX_USE_TLS)
12242 call _x86_64_get_dispatch@PLT
12243 movq 2696(%rax), %r11
12244 jmp *%r11
12245 #elif defined(PTHREADS)
12246 pushq %rdi
12247 call _x86_64_get_dispatch@PLT
12248 popq %rdi
12249 movq 2696(%rax), %r11
12250 jmp *%r11
12251 #else
12252 movq _glapi_Dispatch(%rip), %rax
12253 testq %rax, %rax
12254 je 1f
12255 movq 2696(%rax), %r11
12256 jmp *%r11
12257 1:
12258 pushq %rdi
12259 call _glapi_get_dispatch
12260 popq %rdi
12261 movq 2696(%rax), %r11
12262 jmp *%r11
12263 #endif /* defined(GLX_USE_TLS) */
12264 .size GL_PREFIX(BlendEquation), .-GL_PREFIX(BlendEquation)
12265
12266 .p2align 4,,15
12267 .globl GL_PREFIX(DrawRangeElements)
12268 .type GL_PREFIX(DrawRangeElements), @function
12269 GL_PREFIX(DrawRangeElements):
12270 #if defined(GLX_USE_TLS)
12271 call _x86_64_get_dispatch@PLT
12272 movq 2704(%rax), %r11
12273 jmp *%r11
12274 #elif defined(PTHREADS)
12275 pushq %rdi
12276 pushq %rsi
12277 pushq %rdx
12278 pushq %rcx
12279 pushq %r8
12280 pushq %r9
12281 pushq %rbp
12282 call _x86_64_get_dispatch@PLT
12283 popq %rbp
12284 popq %r9
12285 popq %r8
12286 popq %rcx
12287 popq %rdx
12288 popq %rsi
12289 popq %rdi
12290 movq 2704(%rax), %r11
12291 jmp *%r11
12292 #else
12293 movq _glapi_Dispatch(%rip), %rax
12294 testq %rax, %rax
12295 je 1f
12296 movq 2704(%rax), %r11
12297 jmp *%r11
12298 1:
12299 pushq %rdi
12300 pushq %rsi
12301 pushq %rdx
12302 pushq %rcx
12303 pushq %r8
12304 pushq %r9
12305 pushq %rbp
12306 call _glapi_get_dispatch
12307 popq %rbp
12308 popq %r9
12309 popq %r8
12310 popq %rcx
12311 popq %rdx
12312 popq %rsi
12313 popq %rdi
12314 movq 2704(%rax), %r11
12315 jmp *%r11
12316 #endif /* defined(GLX_USE_TLS) */
12317 .size GL_PREFIX(DrawRangeElements), .-GL_PREFIX(DrawRangeElements)
12318
12319 .p2align 4,,15
12320 .globl GL_PREFIX(ColorTable)
12321 .type GL_PREFIX(ColorTable), @function
12322 GL_PREFIX(ColorTable):
12323 #if defined(GLX_USE_TLS)
12324 call _x86_64_get_dispatch@PLT
12325 movq 2712(%rax), %r11
12326 jmp *%r11
12327 #elif defined(PTHREADS)
12328 pushq %rdi
12329 pushq %rsi
12330 pushq %rdx
12331 pushq %rcx
12332 pushq %r8
12333 pushq %r9
12334 pushq %rbp
12335 call _x86_64_get_dispatch@PLT
12336 popq %rbp
12337 popq %r9
12338 popq %r8
12339 popq %rcx
12340 popq %rdx
12341 popq %rsi
12342 popq %rdi
12343 movq 2712(%rax), %r11
12344 jmp *%r11
12345 #else
12346 movq _glapi_Dispatch(%rip), %rax
12347 testq %rax, %rax
12348 je 1f
12349 movq 2712(%rax), %r11
12350 jmp *%r11
12351 1:
12352 pushq %rdi
12353 pushq %rsi
12354 pushq %rdx
12355 pushq %rcx
12356 pushq %r8
12357 pushq %r9
12358 pushq %rbp
12359 call _glapi_get_dispatch
12360 popq %rbp
12361 popq %r9
12362 popq %r8
12363 popq %rcx
12364 popq %rdx
12365 popq %rsi
12366 popq %rdi
12367 movq 2712(%rax), %r11
12368 jmp *%r11
12369 #endif /* defined(GLX_USE_TLS) */
12370 .size GL_PREFIX(ColorTable), .-GL_PREFIX(ColorTable)
12371
12372 .p2align 4,,15
12373 .globl GL_PREFIX(ColorTableParameterfv)
12374 .type GL_PREFIX(ColorTableParameterfv), @function
12375 GL_PREFIX(ColorTableParameterfv):
12376 #if defined(GLX_USE_TLS)
12377 call _x86_64_get_dispatch@PLT
12378 movq 2720(%rax), %r11
12379 jmp *%r11
12380 #elif defined(PTHREADS)
12381 pushq %rdi
12382 pushq %rsi
12383 pushq %rdx
12384 call _x86_64_get_dispatch@PLT
12385 popq %rdx
12386 popq %rsi
12387 popq %rdi
12388 movq 2720(%rax), %r11
12389 jmp *%r11
12390 #else
12391 movq _glapi_Dispatch(%rip), %rax
12392 testq %rax, %rax
12393 je 1f
12394 movq 2720(%rax), %r11
12395 jmp *%r11
12396 1:
12397 pushq %rdi
12398 pushq %rsi
12399 pushq %rdx
12400 call _glapi_get_dispatch
12401 popq %rdx
12402 popq %rsi
12403 popq %rdi
12404 movq 2720(%rax), %r11
12405 jmp *%r11
12406 #endif /* defined(GLX_USE_TLS) */
12407 .size GL_PREFIX(ColorTableParameterfv), .-GL_PREFIX(ColorTableParameterfv)
12408
12409 .p2align 4,,15
12410 .globl GL_PREFIX(ColorTableParameteriv)
12411 .type GL_PREFIX(ColorTableParameteriv), @function
12412 GL_PREFIX(ColorTableParameteriv):
12413 #if defined(GLX_USE_TLS)
12414 call _x86_64_get_dispatch@PLT
12415 movq 2728(%rax), %r11
12416 jmp *%r11
12417 #elif defined(PTHREADS)
12418 pushq %rdi
12419 pushq %rsi
12420 pushq %rdx
12421 call _x86_64_get_dispatch@PLT
12422 popq %rdx
12423 popq %rsi
12424 popq %rdi
12425 movq 2728(%rax), %r11
12426 jmp *%r11
12427 #else
12428 movq _glapi_Dispatch(%rip), %rax
12429 testq %rax, %rax
12430 je 1f
12431 movq 2728(%rax), %r11
12432 jmp *%r11
12433 1:
12434 pushq %rdi
12435 pushq %rsi
12436 pushq %rdx
12437 call _glapi_get_dispatch
12438 popq %rdx
12439 popq %rsi
12440 popq %rdi
12441 movq 2728(%rax), %r11
12442 jmp *%r11
12443 #endif /* defined(GLX_USE_TLS) */
12444 .size GL_PREFIX(ColorTableParameteriv), .-GL_PREFIX(ColorTableParameteriv)
12445
12446 .p2align 4,,15
12447 .globl GL_PREFIX(CopyColorTable)
12448 .type GL_PREFIX(CopyColorTable), @function
12449 GL_PREFIX(CopyColorTable):
12450 #if defined(GLX_USE_TLS)
12451 call _x86_64_get_dispatch@PLT
12452 movq 2736(%rax), %r11
12453 jmp *%r11
12454 #elif defined(PTHREADS)
12455 pushq %rdi
12456 pushq %rsi
12457 pushq %rdx
12458 pushq %rcx
12459 pushq %r8
12460 call _x86_64_get_dispatch@PLT
12461 popq %r8
12462 popq %rcx
12463 popq %rdx
12464 popq %rsi
12465 popq %rdi
12466 movq 2736(%rax), %r11
12467 jmp *%r11
12468 #else
12469 movq _glapi_Dispatch(%rip), %rax
12470 testq %rax, %rax
12471 je 1f
12472 movq 2736(%rax), %r11
12473 jmp *%r11
12474 1:
12475 pushq %rdi
12476 pushq %rsi
12477 pushq %rdx
12478 pushq %rcx
12479 pushq %r8
12480 call _glapi_get_dispatch
12481 popq %r8
12482 popq %rcx
12483 popq %rdx
12484 popq %rsi
12485 popq %rdi
12486 movq 2736(%rax), %r11
12487 jmp *%r11
12488 #endif /* defined(GLX_USE_TLS) */
12489 .size GL_PREFIX(CopyColorTable), .-GL_PREFIX(CopyColorTable)
12490
12491 .p2align 4,,15
12492 .globl GL_PREFIX(GetColorTable)
12493 .type GL_PREFIX(GetColorTable), @function
12494 GL_PREFIX(GetColorTable):
12495 #if defined(GLX_USE_TLS)
12496 call _x86_64_get_dispatch@PLT
12497 movq 2744(%rax), %r11
12498 jmp *%r11
12499 #elif defined(PTHREADS)
12500 pushq %rdi
12501 pushq %rsi
12502 pushq %rdx
12503 pushq %rcx
12504 pushq %rbp
12505 call _x86_64_get_dispatch@PLT
12506 popq %rbp
12507 popq %rcx
12508 popq %rdx
12509 popq %rsi
12510 popq %rdi
12511 movq 2744(%rax), %r11
12512 jmp *%r11
12513 #else
12514 movq _glapi_Dispatch(%rip), %rax
12515 testq %rax, %rax
12516 je 1f
12517 movq 2744(%rax), %r11
12518 jmp *%r11
12519 1:
12520 pushq %rdi
12521 pushq %rsi
12522 pushq %rdx
12523 pushq %rcx
12524 pushq %rbp
12525 call _glapi_get_dispatch
12526 popq %rbp
12527 popq %rcx
12528 popq %rdx
12529 popq %rsi
12530 popq %rdi
12531 movq 2744(%rax), %r11
12532 jmp *%r11
12533 #endif /* defined(GLX_USE_TLS) */
12534 .size GL_PREFIX(GetColorTable), .-GL_PREFIX(GetColorTable)
12535
12536 .p2align 4,,15
12537 .globl GL_PREFIX(GetColorTableParameterfv)
12538 .type GL_PREFIX(GetColorTableParameterfv), @function
12539 GL_PREFIX(GetColorTableParameterfv):
12540 #if defined(GLX_USE_TLS)
12541 call _x86_64_get_dispatch@PLT
12542 movq 2752(%rax), %r11
12543 jmp *%r11
12544 #elif defined(PTHREADS)
12545 pushq %rdi
12546 pushq %rsi
12547 pushq %rdx
12548 call _x86_64_get_dispatch@PLT
12549 popq %rdx
12550 popq %rsi
12551 popq %rdi
12552 movq 2752(%rax), %r11
12553 jmp *%r11
12554 #else
12555 movq _glapi_Dispatch(%rip), %rax
12556 testq %rax, %rax
12557 je 1f
12558 movq 2752(%rax), %r11
12559 jmp *%r11
12560 1:
12561 pushq %rdi
12562 pushq %rsi
12563 pushq %rdx
12564 call _glapi_get_dispatch
12565 popq %rdx
12566 popq %rsi
12567 popq %rdi
12568 movq 2752(%rax), %r11
12569 jmp *%r11
12570 #endif /* defined(GLX_USE_TLS) */
12571 .size GL_PREFIX(GetColorTableParameterfv), .-GL_PREFIX(GetColorTableParameterfv)
12572
12573 .p2align 4,,15
12574 .globl GL_PREFIX(GetColorTableParameteriv)
12575 .type GL_PREFIX(GetColorTableParameteriv), @function
12576 GL_PREFIX(GetColorTableParameteriv):
12577 #if defined(GLX_USE_TLS)
12578 call _x86_64_get_dispatch@PLT
12579 movq 2760(%rax), %r11
12580 jmp *%r11
12581 #elif defined(PTHREADS)
12582 pushq %rdi
12583 pushq %rsi
12584 pushq %rdx
12585 call _x86_64_get_dispatch@PLT
12586 popq %rdx
12587 popq %rsi
12588 popq %rdi
12589 movq 2760(%rax), %r11
12590 jmp *%r11
12591 #else
12592 movq _glapi_Dispatch(%rip), %rax
12593 testq %rax, %rax
12594 je 1f
12595 movq 2760(%rax), %r11
12596 jmp *%r11
12597 1:
12598 pushq %rdi
12599 pushq %rsi
12600 pushq %rdx
12601 call _glapi_get_dispatch
12602 popq %rdx
12603 popq %rsi
12604 popq %rdi
12605 movq 2760(%rax), %r11
12606 jmp *%r11
12607 #endif /* defined(GLX_USE_TLS) */
12608 .size GL_PREFIX(GetColorTableParameteriv), .-GL_PREFIX(GetColorTableParameteriv)
12609
12610 .p2align 4,,15
12611 .globl GL_PREFIX(ColorSubTable)
12612 .type GL_PREFIX(ColorSubTable), @function
12613 GL_PREFIX(ColorSubTable):
12614 #if defined(GLX_USE_TLS)
12615 call _x86_64_get_dispatch@PLT
12616 movq 2768(%rax), %r11
12617 jmp *%r11
12618 #elif defined(PTHREADS)
12619 pushq %rdi
12620 pushq %rsi
12621 pushq %rdx
12622 pushq %rcx
12623 pushq %r8
12624 pushq %r9
12625 pushq %rbp
12626 call _x86_64_get_dispatch@PLT
12627 popq %rbp
12628 popq %r9
12629 popq %r8
12630 popq %rcx
12631 popq %rdx
12632 popq %rsi
12633 popq %rdi
12634 movq 2768(%rax), %r11
12635 jmp *%r11
12636 #else
12637 movq _glapi_Dispatch(%rip), %rax
12638 testq %rax, %rax
12639 je 1f
12640 movq 2768(%rax), %r11
12641 jmp *%r11
12642 1:
12643 pushq %rdi
12644 pushq %rsi
12645 pushq %rdx
12646 pushq %rcx
12647 pushq %r8
12648 pushq %r9
12649 pushq %rbp
12650 call _glapi_get_dispatch
12651 popq %rbp
12652 popq %r9
12653 popq %r8
12654 popq %rcx
12655 popq %rdx
12656 popq %rsi
12657 popq %rdi
12658 movq 2768(%rax), %r11
12659 jmp *%r11
12660 #endif /* defined(GLX_USE_TLS) */
12661 .size GL_PREFIX(ColorSubTable), .-GL_PREFIX(ColorSubTable)
12662
12663 .p2align 4,,15
12664 .globl GL_PREFIX(CopyColorSubTable)
12665 .type GL_PREFIX(CopyColorSubTable), @function
12666 GL_PREFIX(CopyColorSubTable):
12667 #if defined(GLX_USE_TLS)
12668 call _x86_64_get_dispatch@PLT
12669 movq 2776(%rax), %r11
12670 jmp *%r11
12671 #elif defined(PTHREADS)
12672 pushq %rdi
12673 pushq %rsi
12674 pushq %rdx
12675 pushq %rcx
12676 pushq %r8
12677 call _x86_64_get_dispatch@PLT
12678 popq %r8
12679 popq %rcx
12680 popq %rdx
12681 popq %rsi
12682 popq %rdi
12683 movq 2776(%rax), %r11
12684 jmp *%r11
12685 #else
12686 movq _glapi_Dispatch(%rip), %rax
12687 testq %rax, %rax
12688 je 1f
12689 movq 2776(%rax), %r11
12690 jmp *%r11
12691 1:
12692 pushq %rdi
12693 pushq %rsi
12694 pushq %rdx
12695 pushq %rcx
12696 pushq %r8
12697 call _glapi_get_dispatch
12698 popq %r8
12699 popq %rcx
12700 popq %rdx
12701 popq %rsi
12702 popq %rdi
12703 movq 2776(%rax), %r11
12704 jmp *%r11
12705 #endif /* defined(GLX_USE_TLS) */
12706 .size GL_PREFIX(CopyColorSubTable), .-GL_PREFIX(CopyColorSubTable)
12707
12708 .p2align 4,,15
12709 .globl GL_PREFIX(ConvolutionFilter1D)
12710 .type GL_PREFIX(ConvolutionFilter1D), @function
12711 GL_PREFIX(ConvolutionFilter1D):
12712 #if defined(GLX_USE_TLS)
12713 call _x86_64_get_dispatch@PLT
12714 movq 2784(%rax), %r11
12715 jmp *%r11
12716 #elif defined(PTHREADS)
12717 pushq %rdi
12718 pushq %rsi
12719 pushq %rdx
12720 pushq %rcx
12721 pushq %r8
12722 pushq %r9
12723 pushq %rbp
12724 call _x86_64_get_dispatch@PLT
12725 popq %rbp
12726 popq %r9
12727 popq %r8
12728 popq %rcx
12729 popq %rdx
12730 popq %rsi
12731 popq %rdi
12732 movq 2784(%rax), %r11
12733 jmp *%r11
12734 #else
12735 movq _glapi_Dispatch(%rip), %rax
12736 testq %rax, %rax
12737 je 1f
12738 movq 2784(%rax), %r11
12739 jmp *%r11
12740 1:
12741 pushq %rdi
12742 pushq %rsi
12743 pushq %rdx
12744 pushq %rcx
12745 pushq %r8
12746 pushq %r9
12747 pushq %rbp
12748 call _glapi_get_dispatch
12749 popq %rbp
12750 popq %r9
12751 popq %r8
12752 popq %rcx
12753 popq %rdx
12754 popq %rsi
12755 popq %rdi
12756 movq 2784(%rax), %r11
12757 jmp *%r11
12758 #endif /* defined(GLX_USE_TLS) */
12759 .size GL_PREFIX(ConvolutionFilter1D), .-GL_PREFIX(ConvolutionFilter1D)
12760
12761 .p2align 4,,15
12762 .globl GL_PREFIX(ConvolutionFilter2D)
12763 .type GL_PREFIX(ConvolutionFilter2D), @function
12764 GL_PREFIX(ConvolutionFilter2D):
12765 #if defined(GLX_USE_TLS)
12766 call _x86_64_get_dispatch@PLT
12767 movq 2792(%rax), %r11
12768 jmp *%r11
12769 #elif defined(PTHREADS)
12770 pushq %rdi
12771 pushq %rsi
12772 pushq %rdx
12773 pushq %rcx
12774 pushq %r8
12775 pushq %r9
12776 pushq %rbp
12777 call _x86_64_get_dispatch@PLT
12778 popq %rbp
12779 popq %r9
12780 popq %r8
12781 popq %rcx
12782 popq %rdx
12783 popq %rsi
12784 popq %rdi
12785 movq 2792(%rax), %r11
12786 jmp *%r11
12787 #else
12788 movq _glapi_Dispatch(%rip), %rax
12789 testq %rax, %rax
12790 je 1f
12791 movq 2792(%rax), %r11
12792 jmp *%r11
12793 1:
12794 pushq %rdi
12795 pushq %rsi
12796 pushq %rdx
12797 pushq %rcx
12798 pushq %r8
12799 pushq %r9
12800 pushq %rbp
12801 call _glapi_get_dispatch
12802 popq %rbp
12803 popq %r9
12804 popq %r8
12805 popq %rcx
12806 popq %rdx
12807 popq %rsi
12808 popq %rdi
12809 movq 2792(%rax), %r11
12810 jmp *%r11
12811 #endif /* defined(GLX_USE_TLS) */
12812 .size GL_PREFIX(ConvolutionFilter2D), .-GL_PREFIX(ConvolutionFilter2D)
12813
12814 .p2align 4,,15
12815 .globl GL_PREFIX(ConvolutionParameterf)
12816 .type GL_PREFIX(ConvolutionParameterf), @function
12817 GL_PREFIX(ConvolutionParameterf):
12818 #if defined(GLX_USE_TLS)
12819 call _x86_64_get_dispatch@PLT
12820 movq 2800(%rax), %r11
12821 jmp *%r11
12822 #elif defined(PTHREADS)
12823 subq $24, %rsp
12824 movq %rdi, (%rsp)
12825 movq %rsi, 8(%rsp)
12826 movq %xmm0, 16(%rsp)
12827 call _x86_64_get_dispatch@PLT
12828 movq 16(%rsp), %xmm0
12829 movq 8(%rsp), %rsi
12830 movq (%rsp), %rdi
12831 addq $24, %rsp
12832 movq 2800(%rax), %r11
12833 jmp *%r11
12834 #else
12835 movq _glapi_Dispatch(%rip), %rax
12836 testq %rax, %rax
12837 je 1f
12838 movq 2800(%rax), %r11
12839 jmp *%r11
12840 1:
12841 subq $24, %rsp
12842 movq %rdi, (%rsp)
12843 movq %rsi, 8(%rsp)
12844 movq %xmm0, 16(%rsp)
12845 call _glapi_get_dispatch
12846 movq 16(%rsp), %xmm0
12847 movq 8(%rsp), %rsi
12848 movq (%rsp), %rdi
12849 addq $24, %rsp
12850 movq 2800(%rax), %r11
12851 jmp *%r11
12852 #endif /* defined(GLX_USE_TLS) */
12853 .size GL_PREFIX(ConvolutionParameterf), .-GL_PREFIX(ConvolutionParameterf)
12854
12855 .p2align 4,,15
12856 .globl GL_PREFIX(ConvolutionParameterfv)
12857 .type GL_PREFIX(ConvolutionParameterfv), @function
12858 GL_PREFIX(ConvolutionParameterfv):
12859 #if defined(GLX_USE_TLS)
12860 call _x86_64_get_dispatch@PLT
12861 movq 2808(%rax), %r11
12862 jmp *%r11
12863 #elif defined(PTHREADS)
12864 pushq %rdi
12865 pushq %rsi
12866 pushq %rdx
12867 call _x86_64_get_dispatch@PLT
12868 popq %rdx
12869 popq %rsi
12870 popq %rdi
12871 movq 2808(%rax), %r11
12872 jmp *%r11
12873 #else
12874 movq _glapi_Dispatch(%rip), %rax
12875 testq %rax, %rax
12876 je 1f
12877 movq 2808(%rax), %r11
12878 jmp *%r11
12879 1:
12880 pushq %rdi
12881 pushq %rsi
12882 pushq %rdx
12883 call _glapi_get_dispatch
12884 popq %rdx
12885 popq %rsi
12886 popq %rdi
12887 movq 2808(%rax), %r11
12888 jmp *%r11
12889 #endif /* defined(GLX_USE_TLS) */
12890 .size GL_PREFIX(ConvolutionParameterfv), .-GL_PREFIX(ConvolutionParameterfv)
12891
12892 .p2align 4,,15
12893 .globl GL_PREFIX(ConvolutionParameteri)
12894 .type GL_PREFIX(ConvolutionParameteri), @function
12895 GL_PREFIX(ConvolutionParameteri):
12896 #if defined(GLX_USE_TLS)
12897 call _x86_64_get_dispatch@PLT
12898 movq 2816(%rax), %r11
12899 jmp *%r11
12900 #elif defined(PTHREADS)
12901 pushq %rdi
12902 pushq %rsi
12903 pushq %rdx
12904 call _x86_64_get_dispatch@PLT
12905 popq %rdx
12906 popq %rsi
12907 popq %rdi
12908 movq 2816(%rax), %r11
12909 jmp *%r11
12910 #else
12911 movq _glapi_Dispatch(%rip), %rax
12912 testq %rax, %rax
12913 je 1f
12914 movq 2816(%rax), %r11
12915 jmp *%r11
12916 1:
12917 pushq %rdi
12918 pushq %rsi
12919 pushq %rdx
12920 call _glapi_get_dispatch
12921 popq %rdx
12922 popq %rsi
12923 popq %rdi
12924 movq 2816(%rax), %r11
12925 jmp *%r11
12926 #endif /* defined(GLX_USE_TLS) */
12927 .size GL_PREFIX(ConvolutionParameteri), .-GL_PREFIX(ConvolutionParameteri)
12928
12929 .p2align 4,,15
12930 .globl GL_PREFIX(ConvolutionParameteriv)
12931 .type GL_PREFIX(ConvolutionParameteriv), @function
12932 GL_PREFIX(ConvolutionParameteriv):
12933 #if defined(GLX_USE_TLS)
12934 call _x86_64_get_dispatch@PLT
12935 movq 2824(%rax), %r11
12936 jmp *%r11
12937 #elif defined(PTHREADS)
12938 pushq %rdi
12939 pushq %rsi
12940 pushq %rdx
12941 call _x86_64_get_dispatch@PLT
12942 popq %rdx
12943 popq %rsi
12944 popq %rdi
12945 movq 2824(%rax), %r11
12946 jmp *%r11
12947 #else
12948 movq _glapi_Dispatch(%rip), %rax
12949 testq %rax, %rax
12950 je 1f
12951 movq 2824(%rax), %r11
12952 jmp *%r11
12953 1:
12954 pushq %rdi
12955 pushq %rsi
12956 pushq %rdx
12957 call _glapi_get_dispatch
12958 popq %rdx
12959 popq %rsi
12960 popq %rdi
12961 movq 2824(%rax), %r11
12962 jmp *%r11
12963 #endif /* defined(GLX_USE_TLS) */
12964 .size GL_PREFIX(ConvolutionParameteriv), .-GL_PREFIX(ConvolutionParameteriv)
12965
12966 .p2align 4,,15
12967 .globl GL_PREFIX(CopyConvolutionFilter1D)
12968 .type GL_PREFIX(CopyConvolutionFilter1D), @function
12969 GL_PREFIX(CopyConvolutionFilter1D):
12970 #if defined(GLX_USE_TLS)
12971 call _x86_64_get_dispatch@PLT
12972 movq 2832(%rax), %r11
12973 jmp *%r11
12974 #elif defined(PTHREADS)
12975 pushq %rdi
12976 pushq %rsi
12977 pushq %rdx
12978 pushq %rcx
12979 pushq %r8
12980 call _x86_64_get_dispatch@PLT
12981 popq %r8
12982 popq %rcx
12983 popq %rdx
12984 popq %rsi
12985 popq %rdi
12986 movq 2832(%rax), %r11
12987 jmp *%r11
12988 #else
12989 movq _glapi_Dispatch(%rip), %rax
12990 testq %rax, %rax
12991 je 1f
12992 movq 2832(%rax), %r11
12993 jmp *%r11
12994 1:
12995 pushq %rdi
12996 pushq %rsi
12997 pushq %rdx
12998 pushq %rcx
12999 pushq %r8
13000 call _glapi_get_dispatch
13001 popq %r8
13002 popq %rcx
13003 popq %rdx
13004 popq %rsi
13005 popq %rdi
13006 movq 2832(%rax), %r11
13007 jmp *%r11
13008 #endif /* defined(GLX_USE_TLS) */
13009 .size GL_PREFIX(CopyConvolutionFilter1D), .-GL_PREFIX(CopyConvolutionFilter1D)
13010
13011 .p2align 4,,15
13012 .globl GL_PREFIX(CopyConvolutionFilter2D)
13013 .type GL_PREFIX(CopyConvolutionFilter2D), @function
13014 GL_PREFIX(CopyConvolutionFilter2D):
13015 #if defined(GLX_USE_TLS)
13016 call _x86_64_get_dispatch@PLT
13017 movq 2840(%rax), %r11
13018 jmp *%r11
13019 #elif defined(PTHREADS)
13020 pushq %rdi
13021 pushq %rsi
13022 pushq %rdx
13023 pushq %rcx
13024 pushq %r8
13025 pushq %r9
13026 pushq %rbp
13027 call _x86_64_get_dispatch@PLT
13028 popq %rbp
13029 popq %r9
13030 popq %r8
13031 popq %rcx
13032 popq %rdx
13033 popq %rsi
13034 popq %rdi
13035 movq 2840(%rax), %r11
13036 jmp *%r11
13037 #else
13038 movq _glapi_Dispatch(%rip), %rax
13039 testq %rax, %rax
13040 je 1f
13041 movq 2840(%rax), %r11
13042 jmp *%r11
13043 1:
13044 pushq %rdi
13045 pushq %rsi
13046 pushq %rdx
13047 pushq %rcx
13048 pushq %r8
13049 pushq %r9
13050 pushq %rbp
13051 call _glapi_get_dispatch
13052 popq %rbp
13053 popq %r9
13054 popq %r8
13055 popq %rcx
13056 popq %rdx
13057 popq %rsi
13058 popq %rdi
13059 movq 2840(%rax), %r11
13060 jmp *%r11
13061 #endif /* defined(GLX_USE_TLS) */
13062 .size GL_PREFIX(CopyConvolutionFilter2D), .-GL_PREFIX(CopyConvolutionFilter2D)
13063
13064 .p2align 4,,15
13065 .globl GL_PREFIX(GetConvolutionFilter)
13066 .type GL_PREFIX(GetConvolutionFilter), @function
13067 GL_PREFIX(GetConvolutionFilter):
13068 #if defined(GLX_USE_TLS)
13069 call _x86_64_get_dispatch@PLT
13070 movq 2848(%rax), %r11
13071 jmp *%r11
13072 #elif defined(PTHREADS)
13073 pushq %rdi
13074 pushq %rsi
13075 pushq %rdx
13076 pushq %rcx
13077 pushq %rbp
13078 call _x86_64_get_dispatch@PLT
13079 popq %rbp
13080 popq %rcx
13081 popq %rdx
13082 popq %rsi
13083 popq %rdi
13084 movq 2848(%rax), %r11
13085 jmp *%r11
13086 #else
13087 movq _glapi_Dispatch(%rip), %rax
13088 testq %rax, %rax
13089 je 1f
13090 movq 2848(%rax), %r11
13091 jmp *%r11
13092 1:
13093 pushq %rdi
13094 pushq %rsi
13095 pushq %rdx
13096 pushq %rcx
13097 pushq %rbp
13098 call _glapi_get_dispatch
13099 popq %rbp
13100 popq %rcx
13101 popq %rdx
13102 popq %rsi
13103 popq %rdi
13104 movq 2848(%rax), %r11
13105 jmp *%r11
13106 #endif /* defined(GLX_USE_TLS) */
13107 .size GL_PREFIX(GetConvolutionFilter), .-GL_PREFIX(GetConvolutionFilter)
13108
13109 .p2align 4,,15
13110 .globl GL_PREFIX(GetConvolutionParameterfv)
13111 .type GL_PREFIX(GetConvolutionParameterfv), @function
13112 GL_PREFIX(GetConvolutionParameterfv):
13113 #if defined(GLX_USE_TLS)
13114 call _x86_64_get_dispatch@PLT
13115 movq 2856(%rax), %r11
13116 jmp *%r11
13117 #elif defined(PTHREADS)
13118 pushq %rdi
13119 pushq %rsi
13120 pushq %rdx
13121 call _x86_64_get_dispatch@PLT
13122 popq %rdx
13123 popq %rsi
13124 popq %rdi
13125 movq 2856(%rax), %r11
13126 jmp *%r11
13127 #else
13128 movq _glapi_Dispatch(%rip), %rax
13129 testq %rax, %rax
13130 je 1f
13131 movq 2856(%rax), %r11
13132 jmp *%r11
13133 1:
13134 pushq %rdi
13135 pushq %rsi
13136 pushq %rdx
13137 call _glapi_get_dispatch
13138 popq %rdx
13139 popq %rsi
13140 popq %rdi
13141 movq 2856(%rax), %r11
13142 jmp *%r11
13143 #endif /* defined(GLX_USE_TLS) */
13144 .size GL_PREFIX(GetConvolutionParameterfv), .-GL_PREFIX(GetConvolutionParameterfv)
13145
13146 .p2align 4,,15
13147 .globl GL_PREFIX(GetConvolutionParameteriv)
13148 .type GL_PREFIX(GetConvolutionParameteriv), @function
13149 GL_PREFIX(GetConvolutionParameteriv):
13150 #if defined(GLX_USE_TLS)
13151 call _x86_64_get_dispatch@PLT
13152 movq 2864(%rax), %r11
13153 jmp *%r11
13154 #elif defined(PTHREADS)
13155 pushq %rdi
13156 pushq %rsi
13157 pushq %rdx
13158 call _x86_64_get_dispatch@PLT
13159 popq %rdx
13160 popq %rsi
13161 popq %rdi
13162 movq 2864(%rax), %r11
13163 jmp *%r11
13164 #else
13165 movq _glapi_Dispatch(%rip), %rax
13166 testq %rax, %rax
13167 je 1f
13168 movq 2864(%rax), %r11
13169 jmp *%r11
13170 1:
13171 pushq %rdi
13172 pushq %rsi
13173 pushq %rdx
13174 call _glapi_get_dispatch
13175 popq %rdx
13176 popq %rsi
13177 popq %rdi
13178 movq 2864(%rax), %r11
13179 jmp *%r11
13180 #endif /* defined(GLX_USE_TLS) */
13181 .size GL_PREFIX(GetConvolutionParameteriv), .-GL_PREFIX(GetConvolutionParameteriv)
13182
13183 .p2align 4,,15
13184 .globl GL_PREFIX(GetSeparableFilter)
13185 .type GL_PREFIX(GetSeparableFilter), @function
13186 GL_PREFIX(GetSeparableFilter):
13187 #if defined(GLX_USE_TLS)
13188 call _x86_64_get_dispatch@PLT
13189 movq 2872(%rax), %r11
13190 jmp *%r11
13191 #elif defined(PTHREADS)
13192 pushq %rdi
13193 pushq %rsi
13194 pushq %rdx
13195 pushq %rcx
13196 pushq %r8
13197 pushq %r9
13198 pushq %rbp
13199 call _x86_64_get_dispatch@PLT
13200 popq %rbp
13201 popq %r9
13202 popq %r8
13203 popq %rcx
13204 popq %rdx
13205 popq %rsi
13206 popq %rdi
13207 movq 2872(%rax), %r11
13208 jmp *%r11
13209 #else
13210 movq _glapi_Dispatch(%rip), %rax
13211 testq %rax, %rax
13212 je 1f
13213 movq 2872(%rax), %r11
13214 jmp *%r11
13215 1:
13216 pushq %rdi
13217 pushq %rsi
13218 pushq %rdx
13219 pushq %rcx
13220 pushq %r8
13221 pushq %r9
13222 pushq %rbp
13223 call _glapi_get_dispatch
13224 popq %rbp
13225 popq %r9
13226 popq %r8
13227 popq %rcx
13228 popq %rdx
13229 popq %rsi
13230 popq %rdi
13231 movq 2872(%rax), %r11
13232 jmp *%r11
13233 #endif /* defined(GLX_USE_TLS) */
13234 .size GL_PREFIX(GetSeparableFilter), .-GL_PREFIX(GetSeparableFilter)
13235
13236 .p2align 4,,15
13237 .globl GL_PREFIX(SeparableFilter2D)
13238 .type GL_PREFIX(SeparableFilter2D), @function
13239 GL_PREFIX(SeparableFilter2D):
13240 #if defined(GLX_USE_TLS)
13241 call _x86_64_get_dispatch@PLT
13242 movq 2880(%rax), %r11
13243 jmp *%r11
13244 #elif defined(PTHREADS)
13245 pushq %rdi
13246 pushq %rsi
13247 pushq %rdx
13248 pushq %rcx
13249 pushq %r8
13250 pushq %r9
13251 pushq %rbp
13252 call _x86_64_get_dispatch@PLT
13253 popq %rbp
13254 popq %r9
13255 popq %r8
13256 popq %rcx
13257 popq %rdx
13258 popq %rsi
13259 popq %rdi
13260 movq 2880(%rax), %r11
13261 jmp *%r11
13262 #else
13263 movq _glapi_Dispatch(%rip), %rax
13264 testq %rax, %rax
13265 je 1f
13266 movq 2880(%rax), %r11
13267 jmp *%r11
13268 1:
13269 pushq %rdi
13270 pushq %rsi
13271 pushq %rdx
13272 pushq %rcx
13273 pushq %r8
13274 pushq %r9
13275 pushq %rbp
13276 call _glapi_get_dispatch
13277 popq %rbp
13278 popq %r9
13279 popq %r8
13280 popq %rcx
13281 popq %rdx
13282 popq %rsi
13283 popq %rdi
13284 movq 2880(%rax), %r11
13285 jmp *%r11
13286 #endif /* defined(GLX_USE_TLS) */
13287 .size GL_PREFIX(SeparableFilter2D), .-GL_PREFIX(SeparableFilter2D)
13288
13289 .p2align 4,,15
13290 .globl GL_PREFIX(GetHistogram)
13291 .type GL_PREFIX(GetHistogram), @function
13292 GL_PREFIX(GetHistogram):
13293 #if defined(GLX_USE_TLS)
13294 call _x86_64_get_dispatch@PLT
13295 movq 2888(%rax), %r11
13296 jmp *%r11
13297 #elif defined(PTHREADS)
13298 pushq %rdi
13299 pushq %rsi
13300 pushq %rdx
13301 pushq %rcx
13302 pushq %r8
13303 call _x86_64_get_dispatch@PLT
13304 popq %r8
13305 popq %rcx
13306 popq %rdx
13307 popq %rsi
13308 popq %rdi
13309 movq 2888(%rax), %r11
13310 jmp *%r11
13311 #else
13312 movq _glapi_Dispatch(%rip), %rax
13313 testq %rax, %rax
13314 je 1f
13315 movq 2888(%rax), %r11
13316 jmp *%r11
13317 1:
13318 pushq %rdi
13319 pushq %rsi
13320 pushq %rdx
13321 pushq %rcx
13322 pushq %r8
13323 call _glapi_get_dispatch
13324 popq %r8
13325 popq %rcx
13326 popq %rdx
13327 popq %rsi
13328 popq %rdi
13329 movq 2888(%rax), %r11
13330 jmp *%r11
13331 #endif /* defined(GLX_USE_TLS) */
13332 .size GL_PREFIX(GetHistogram), .-GL_PREFIX(GetHistogram)
13333
13334 .p2align 4,,15
13335 .globl GL_PREFIX(GetHistogramParameterfv)
13336 .type GL_PREFIX(GetHistogramParameterfv), @function
13337 GL_PREFIX(GetHistogramParameterfv):
13338 #if defined(GLX_USE_TLS)
13339 call _x86_64_get_dispatch@PLT
13340 movq 2896(%rax), %r11
13341 jmp *%r11
13342 #elif defined(PTHREADS)
13343 pushq %rdi
13344 pushq %rsi
13345 pushq %rdx
13346 call _x86_64_get_dispatch@PLT
13347 popq %rdx
13348 popq %rsi
13349 popq %rdi
13350 movq 2896(%rax), %r11
13351 jmp *%r11
13352 #else
13353 movq _glapi_Dispatch(%rip), %rax
13354 testq %rax, %rax
13355 je 1f
13356 movq 2896(%rax), %r11
13357 jmp *%r11
13358 1:
13359 pushq %rdi
13360 pushq %rsi
13361 pushq %rdx
13362 call _glapi_get_dispatch
13363 popq %rdx
13364 popq %rsi
13365 popq %rdi
13366 movq 2896(%rax), %r11
13367 jmp *%r11
13368 #endif /* defined(GLX_USE_TLS) */
13369 .size GL_PREFIX(GetHistogramParameterfv), .-GL_PREFIX(GetHistogramParameterfv)
13370
13371 .p2align 4,,15
13372 .globl GL_PREFIX(GetHistogramParameteriv)
13373 .type GL_PREFIX(GetHistogramParameteriv), @function
13374 GL_PREFIX(GetHistogramParameteriv):
13375 #if defined(GLX_USE_TLS)
13376 call _x86_64_get_dispatch@PLT
13377 movq 2904(%rax), %r11
13378 jmp *%r11
13379 #elif defined(PTHREADS)
13380 pushq %rdi
13381 pushq %rsi
13382 pushq %rdx
13383 call _x86_64_get_dispatch@PLT
13384 popq %rdx
13385 popq %rsi
13386 popq %rdi
13387 movq 2904(%rax), %r11
13388 jmp *%r11
13389 #else
13390 movq _glapi_Dispatch(%rip), %rax
13391 testq %rax, %rax
13392 je 1f
13393 movq 2904(%rax), %r11
13394 jmp *%r11
13395 1:
13396 pushq %rdi
13397 pushq %rsi
13398 pushq %rdx
13399 call _glapi_get_dispatch
13400 popq %rdx
13401 popq %rsi
13402 popq %rdi
13403 movq 2904(%rax), %r11
13404 jmp *%r11
13405 #endif /* defined(GLX_USE_TLS) */
13406 .size GL_PREFIX(GetHistogramParameteriv), .-GL_PREFIX(GetHistogramParameteriv)
13407
13408 .p2align 4,,15
13409 .globl GL_PREFIX(GetMinmax)
13410 .type GL_PREFIX(GetMinmax), @function
13411 GL_PREFIX(GetMinmax):
13412 #if defined(GLX_USE_TLS)
13413 call _x86_64_get_dispatch@PLT
13414 movq 2912(%rax), %r11
13415 jmp *%r11
13416 #elif defined(PTHREADS)
13417 pushq %rdi
13418 pushq %rsi
13419 pushq %rdx
13420 pushq %rcx
13421 pushq %r8
13422 call _x86_64_get_dispatch@PLT
13423 popq %r8
13424 popq %rcx
13425 popq %rdx
13426 popq %rsi
13427 popq %rdi
13428 movq 2912(%rax), %r11
13429 jmp *%r11
13430 #else
13431 movq _glapi_Dispatch(%rip), %rax
13432 testq %rax, %rax
13433 je 1f
13434 movq 2912(%rax), %r11
13435 jmp *%r11
13436 1:
13437 pushq %rdi
13438 pushq %rsi
13439 pushq %rdx
13440 pushq %rcx
13441 pushq %r8
13442 call _glapi_get_dispatch
13443 popq %r8
13444 popq %rcx
13445 popq %rdx
13446 popq %rsi
13447 popq %rdi
13448 movq 2912(%rax), %r11
13449 jmp *%r11
13450 #endif /* defined(GLX_USE_TLS) */
13451 .size GL_PREFIX(GetMinmax), .-GL_PREFIX(GetMinmax)
13452
13453 .p2align 4,,15
13454 .globl GL_PREFIX(GetMinmaxParameterfv)
13455 .type GL_PREFIX(GetMinmaxParameterfv), @function
13456 GL_PREFIX(GetMinmaxParameterfv):
13457 #if defined(GLX_USE_TLS)
13458 call _x86_64_get_dispatch@PLT
13459 movq 2920(%rax), %r11
13460 jmp *%r11
13461 #elif defined(PTHREADS)
13462 pushq %rdi
13463 pushq %rsi
13464 pushq %rdx
13465 call _x86_64_get_dispatch@PLT
13466 popq %rdx
13467 popq %rsi
13468 popq %rdi
13469 movq 2920(%rax), %r11
13470 jmp *%r11
13471 #else
13472 movq _glapi_Dispatch(%rip), %rax
13473 testq %rax, %rax
13474 je 1f
13475 movq 2920(%rax), %r11
13476 jmp *%r11
13477 1:
13478 pushq %rdi
13479 pushq %rsi
13480 pushq %rdx
13481 call _glapi_get_dispatch
13482 popq %rdx
13483 popq %rsi
13484 popq %rdi
13485 movq 2920(%rax), %r11
13486 jmp *%r11
13487 #endif /* defined(GLX_USE_TLS) */
13488 .size GL_PREFIX(GetMinmaxParameterfv), .-GL_PREFIX(GetMinmaxParameterfv)
13489
13490 .p2align 4,,15
13491 .globl GL_PREFIX(GetMinmaxParameteriv)
13492 .type GL_PREFIX(GetMinmaxParameteriv), @function
13493 GL_PREFIX(GetMinmaxParameteriv):
13494 #if defined(GLX_USE_TLS)
13495 call _x86_64_get_dispatch@PLT
13496 movq 2928(%rax), %r11
13497 jmp *%r11
13498 #elif defined(PTHREADS)
13499 pushq %rdi
13500 pushq %rsi
13501 pushq %rdx
13502 call _x86_64_get_dispatch@PLT
13503 popq %rdx
13504 popq %rsi
13505 popq %rdi
13506 movq 2928(%rax), %r11
13507 jmp *%r11
13508 #else
13509 movq _glapi_Dispatch(%rip), %rax
13510 testq %rax, %rax
13511 je 1f
13512 movq 2928(%rax), %r11
13513 jmp *%r11
13514 1:
13515 pushq %rdi
13516 pushq %rsi
13517 pushq %rdx
13518 call _glapi_get_dispatch
13519 popq %rdx
13520 popq %rsi
13521 popq %rdi
13522 movq 2928(%rax), %r11
13523 jmp *%r11
13524 #endif /* defined(GLX_USE_TLS) */
13525 .size GL_PREFIX(GetMinmaxParameteriv), .-GL_PREFIX(GetMinmaxParameteriv)
13526
13527 .p2align 4,,15
13528 .globl GL_PREFIX(Histogram)
13529 .type GL_PREFIX(Histogram), @function
13530 GL_PREFIX(Histogram):
13531 #if defined(GLX_USE_TLS)
13532 call _x86_64_get_dispatch@PLT
13533 movq 2936(%rax), %r11
13534 jmp *%r11
13535 #elif defined(PTHREADS)
13536 pushq %rdi
13537 pushq %rsi
13538 pushq %rdx
13539 pushq %rcx
13540 pushq %rbp
13541 call _x86_64_get_dispatch@PLT
13542 popq %rbp
13543 popq %rcx
13544 popq %rdx
13545 popq %rsi
13546 popq %rdi
13547 movq 2936(%rax), %r11
13548 jmp *%r11
13549 #else
13550 movq _glapi_Dispatch(%rip), %rax
13551 testq %rax, %rax
13552 je 1f
13553 movq 2936(%rax), %r11
13554 jmp *%r11
13555 1:
13556 pushq %rdi
13557 pushq %rsi
13558 pushq %rdx
13559 pushq %rcx
13560 pushq %rbp
13561 call _glapi_get_dispatch
13562 popq %rbp
13563 popq %rcx
13564 popq %rdx
13565 popq %rsi
13566 popq %rdi
13567 movq 2936(%rax), %r11
13568 jmp *%r11
13569 #endif /* defined(GLX_USE_TLS) */
13570 .size GL_PREFIX(Histogram), .-GL_PREFIX(Histogram)
13571
13572 .p2align 4,,15
13573 .globl GL_PREFIX(Minmax)
13574 .type GL_PREFIX(Minmax), @function
13575 GL_PREFIX(Minmax):
13576 #if defined(GLX_USE_TLS)
13577 call _x86_64_get_dispatch@PLT
13578 movq 2944(%rax), %r11
13579 jmp *%r11
13580 #elif defined(PTHREADS)
13581 pushq %rdi
13582 pushq %rsi
13583 pushq %rdx
13584 call _x86_64_get_dispatch@PLT
13585 popq %rdx
13586 popq %rsi
13587 popq %rdi
13588 movq 2944(%rax), %r11
13589 jmp *%r11
13590 #else
13591 movq _glapi_Dispatch(%rip), %rax
13592 testq %rax, %rax
13593 je 1f
13594 movq 2944(%rax), %r11
13595 jmp *%r11
13596 1:
13597 pushq %rdi
13598 pushq %rsi
13599 pushq %rdx
13600 call _glapi_get_dispatch
13601 popq %rdx
13602 popq %rsi
13603 popq %rdi
13604 movq 2944(%rax), %r11
13605 jmp *%r11
13606 #endif /* defined(GLX_USE_TLS) */
13607 .size GL_PREFIX(Minmax), .-GL_PREFIX(Minmax)
13608
13609 .p2align 4,,15
13610 .globl GL_PREFIX(ResetHistogram)
13611 .type GL_PREFIX(ResetHistogram), @function
13612 GL_PREFIX(ResetHistogram):
13613 #if defined(GLX_USE_TLS)
13614 call _x86_64_get_dispatch@PLT
13615 movq 2952(%rax), %r11
13616 jmp *%r11
13617 #elif defined(PTHREADS)
13618 pushq %rdi
13619 call _x86_64_get_dispatch@PLT
13620 popq %rdi
13621 movq 2952(%rax), %r11
13622 jmp *%r11
13623 #else
13624 movq _glapi_Dispatch(%rip), %rax
13625 testq %rax, %rax
13626 je 1f
13627 movq 2952(%rax), %r11
13628 jmp *%r11
13629 1:
13630 pushq %rdi
13631 call _glapi_get_dispatch
13632 popq %rdi
13633 movq 2952(%rax), %r11
13634 jmp *%r11
13635 #endif /* defined(GLX_USE_TLS) */
13636 .size GL_PREFIX(ResetHistogram), .-GL_PREFIX(ResetHistogram)
13637
13638 .p2align 4,,15
13639 .globl GL_PREFIX(ResetMinmax)
13640 .type GL_PREFIX(ResetMinmax), @function
13641 GL_PREFIX(ResetMinmax):
13642 #if defined(GLX_USE_TLS)
13643 call _x86_64_get_dispatch@PLT
13644 movq 2960(%rax), %r11
13645 jmp *%r11
13646 #elif defined(PTHREADS)
13647 pushq %rdi
13648 call _x86_64_get_dispatch@PLT
13649 popq %rdi
13650 movq 2960(%rax), %r11
13651 jmp *%r11
13652 #else
13653 movq _glapi_Dispatch(%rip), %rax
13654 testq %rax, %rax
13655 je 1f
13656 movq 2960(%rax), %r11
13657 jmp *%r11
13658 1:
13659 pushq %rdi
13660 call _glapi_get_dispatch
13661 popq %rdi
13662 movq 2960(%rax), %r11
13663 jmp *%r11
13664 #endif /* defined(GLX_USE_TLS) */
13665 .size GL_PREFIX(ResetMinmax), .-GL_PREFIX(ResetMinmax)
13666
13667 .p2align 4,,15
13668 .globl GL_PREFIX(TexImage3D)
13669 .type GL_PREFIX(TexImage3D), @function
13670 GL_PREFIX(TexImage3D):
13671 #if defined(GLX_USE_TLS)
13672 call _x86_64_get_dispatch@PLT
13673 movq 2968(%rax), %r11
13674 jmp *%r11
13675 #elif defined(PTHREADS)
13676 pushq %rdi
13677 pushq %rsi
13678 pushq %rdx
13679 pushq %rcx
13680 pushq %r8
13681 pushq %r9
13682 pushq %rbp
13683 call _x86_64_get_dispatch@PLT
13684 popq %rbp
13685 popq %r9
13686 popq %r8
13687 popq %rcx
13688 popq %rdx
13689 popq %rsi
13690 popq %rdi
13691 movq 2968(%rax), %r11
13692 jmp *%r11
13693 #else
13694 movq _glapi_Dispatch(%rip), %rax
13695 testq %rax, %rax
13696 je 1f
13697 movq 2968(%rax), %r11
13698 jmp *%r11
13699 1:
13700 pushq %rdi
13701 pushq %rsi
13702 pushq %rdx
13703 pushq %rcx
13704 pushq %r8
13705 pushq %r9
13706 pushq %rbp
13707 call _glapi_get_dispatch
13708 popq %rbp
13709 popq %r9
13710 popq %r8
13711 popq %rcx
13712 popq %rdx
13713 popq %rsi
13714 popq %rdi
13715 movq 2968(%rax), %r11
13716 jmp *%r11
13717 #endif /* defined(GLX_USE_TLS) */
13718 .size GL_PREFIX(TexImage3D), .-GL_PREFIX(TexImage3D)
13719
13720 .p2align 4,,15
13721 .globl GL_PREFIX(TexSubImage3D)
13722 .type GL_PREFIX(TexSubImage3D), @function
13723 GL_PREFIX(TexSubImage3D):
13724 #if defined(GLX_USE_TLS)
13725 call _x86_64_get_dispatch@PLT
13726 movq 2976(%rax), %r11
13727 jmp *%r11
13728 #elif defined(PTHREADS)
13729 pushq %rdi
13730 pushq %rsi
13731 pushq %rdx
13732 pushq %rcx
13733 pushq %r8
13734 pushq %r9
13735 pushq %rbp
13736 call _x86_64_get_dispatch@PLT
13737 popq %rbp
13738 popq %r9
13739 popq %r8
13740 popq %rcx
13741 popq %rdx
13742 popq %rsi
13743 popq %rdi
13744 movq 2976(%rax), %r11
13745 jmp *%r11
13746 #else
13747 movq _glapi_Dispatch(%rip), %rax
13748 testq %rax, %rax
13749 je 1f
13750 movq 2976(%rax), %r11
13751 jmp *%r11
13752 1:
13753 pushq %rdi
13754 pushq %rsi
13755 pushq %rdx
13756 pushq %rcx
13757 pushq %r8
13758 pushq %r9
13759 pushq %rbp
13760 call _glapi_get_dispatch
13761 popq %rbp
13762 popq %r9
13763 popq %r8
13764 popq %rcx
13765 popq %rdx
13766 popq %rsi
13767 popq %rdi
13768 movq 2976(%rax), %r11
13769 jmp *%r11
13770 #endif /* defined(GLX_USE_TLS) */
13771 .size GL_PREFIX(TexSubImage3D), .-GL_PREFIX(TexSubImage3D)
13772
13773 .p2align 4,,15
13774 .globl GL_PREFIX(CopyTexSubImage3D)
13775 .type GL_PREFIX(CopyTexSubImage3D), @function
13776 GL_PREFIX(CopyTexSubImage3D):
13777 #if defined(GLX_USE_TLS)
13778 call _x86_64_get_dispatch@PLT
13779 movq 2984(%rax), %r11
13780 jmp *%r11
13781 #elif defined(PTHREADS)
13782 pushq %rdi
13783 pushq %rsi
13784 pushq %rdx
13785 pushq %rcx
13786 pushq %r8
13787 pushq %r9
13788 pushq %rbp
13789 call _x86_64_get_dispatch@PLT
13790 popq %rbp
13791 popq %r9
13792 popq %r8
13793 popq %rcx
13794 popq %rdx
13795 popq %rsi
13796 popq %rdi
13797 movq 2984(%rax), %r11
13798 jmp *%r11
13799 #else
13800 movq _glapi_Dispatch(%rip), %rax
13801 testq %rax, %rax
13802 je 1f
13803 movq 2984(%rax), %r11
13804 jmp *%r11
13805 1:
13806 pushq %rdi
13807 pushq %rsi
13808 pushq %rdx
13809 pushq %rcx
13810 pushq %r8
13811 pushq %r9
13812 pushq %rbp
13813 call _glapi_get_dispatch
13814 popq %rbp
13815 popq %r9
13816 popq %r8
13817 popq %rcx
13818 popq %rdx
13819 popq %rsi
13820 popq %rdi
13821 movq 2984(%rax), %r11
13822 jmp *%r11
13823 #endif /* defined(GLX_USE_TLS) */
13824 .size GL_PREFIX(CopyTexSubImage3D), .-GL_PREFIX(CopyTexSubImage3D)
13825
13826 .p2align 4,,15
13827 .globl GL_PREFIX(ActiveTextureARB)
13828 .type GL_PREFIX(ActiveTextureARB), @function
13829 GL_PREFIX(ActiveTextureARB):
13830 #if defined(GLX_USE_TLS)
13831 call _x86_64_get_dispatch@PLT
13832 movq 2992(%rax), %r11
13833 jmp *%r11
13834 #elif defined(PTHREADS)
13835 pushq %rdi
13836 call _x86_64_get_dispatch@PLT
13837 popq %rdi
13838 movq 2992(%rax), %r11
13839 jmp *%r11
13840 #else
13841 movq _glapi_Dispatch(%rip), %rax
13842 testq %rax, %rax
13843 je 1f
13844 movq 2992(%rax), %r11
13845 jmp *%r11
13846 1:
13847 pushq %rdi
13848 call _glapi_get_dispatch
13849 popq %rdi
13850 movq 2992(%rax), %r11
13851 jmp *%r11
13852 #endif /* defined(GLX_USE_TLS) */
13853 .size GL_PREFIX(ActiveTextureARB), .-GL_PREFIX(ActiveTextureARB)
13854
13855 .p2align 4,,15
13856 .globl GL_PREFIX(ClientActiveTextureARB)
13857 .type GL_PREFIX(ClientActiveTextureARB), @function
13858 GL_PREFIX(ClientActiveTextureARB):
13859 #if defined(GLX_USE_TLS)
13860 call _x86_64_get_dispatch@PLT
13861 movq 3000(%rax), %r11
13862 jmp *%r11
13863 #elif defined(PTHREADS)
13864 pushq %rdi
13865 call _x86_64_get_dispatch@PLT
13866 popq %rdi
13867 movq 3000(%rax), %r11
13868 jmp *%r11
13869 #else
13870 movq _glapi_Dispatch(%rip), %rax
13871 testq %rax, %rax
13872 je 1f
13873 movq 3000(%rax), %r11
13874 jmp *%r11
13875 1:
13876 pushq %rdi
13877 call _glapi_get_dispatch
13878 popq %rdi
13879 movq 3000(%rax), %r11
13880 jmp *%r11
13881 #endif /* defined(GLX_USE_TLS) */
13882 .size GL_PREFIX(ClientActiveTextureARB), .-GL_PREFIX(ClientActiveTextureARB)
13883
13884 .p2align 4,,15
13885 .globl GL_PREFIX(MultiTexCoord1dARB)
13886 .type GL_PREFIX(MultiTexCoord1dARB), @function
13887 GL_PREFIX(MultiTexCoord1dARB):
13888 #if defined(GLX_USE_TLS)
13889 call _x86_64_get_dispatch@PLT
13890 movq 3008(%rax), %r11
13891 jmp *%r11
13892 #elif defined(PTHREADS)
13893 subq $24, %rsp
13894 movq %rdi, (%rsp)
13895 movq %xmm0, 8(%rsp)
13896 call _x86_64_get_dispatch@PLT
13897 movq 8(%rsp), %xmm0
13898 movq (%rsp), %rdi
13899 addq $24, %rsp
13900 movq 3008(%rax), %r11
13901 jmp *%r11
13902 #else
13903 movq _glapi_Dispatch(%rip), %rax
13904 testq %rax, %rax
13905 je 1f
13906 movq 3008(%rax), %r11
13907 jmp *%r11
13908 1:
13909 subq $24, %rsp
13910 movq %rdi, (%rsp)
13911 movq %xmm0, 8(%rsp)
13912 call _glapi_get_dispatch
13913 movq 8(%rsp), %xmm0
13914 movq (%rsp), %rdi
13915 addq $24, %rsp
13916 movq 3008(%rax), %r11
13917 jmp *%r11
13918 #endif /* defined(GLX_USE_TLS) */
13919 .size GL_PREFIX(MultiTexCoord1dARB), .-GL_PREFIX(MultiTexCoord1dARB)
13920
13921 .p2align 4,,15
13922 .globl GL_PREFIX(MultiTexCoord1dvARB)
13923 .type GL_PREFIX(MultiTexCoord1dvARB), @function
13924 GL_PREFIX(MultiTexCoord1dvARB):
13925 #if defined(GLX_USE_TLS)
13926 call _x86_64_get_dispatch@PLT
13927 movq 3016(%rax), %r11
13928 jmp *%r11
13929 #elif defined(PTHREADS)
13930 pushq %rdi
13931 pushq %rsi
13932 pushq %rbp
13933 call _x86_64_get_dispatch@PLT
13934 popq %rbp
13935 popq %rsi
13936 popq %rdi
13937 movq 3016(%rax), %r11
13938 jmp *%r11
13939 #else
13940 movq _glapi_Dispatch(%rip), %rax
13941 testq %rax, %rax
13942 je 1f
13943 movq 3016(%rax), %r11
13944 jmp *%r11
13945 1:
13946 pushq %rdi
13947 pushq %rsi
13948 pushq %rbp
13949 call _glapi_get_dispatch
13950 popq %rbp
13951 popq %rsi
13952 popq %rdi
13953 movq 3016(%rax), %r11
13954 jmp *%r11
13955 #endif /* defined(GLX_USE_TLS) */
13956 .size GL_PREFIX(MultiTexCoord1dvARB), .-GL_PREFIX(MultiTexCoord1dvARB)
13957
13958 .p2align 4,,15
13959 .globl GL_PREFIX(MultiTexCoord1fARB)
13960 .type GL_PREFIX(MultiTexCoord1fARB), @function
13961 GL_PREFIX(MultiTexCoord1fARB):
13962 #if defined(GLX_USE_TLS)
13963 call _x86_64_get_dispatch@PLT
13964 movq 3024(%rax), %r11
13965 jmp *%r11
13966 #elif defined(PTHREADS)
13967 subq $24, %rsp
13968 movq %rdi, (%rsp)
13969 movq %xmm0, 8(%rsp)
13970 call _x86_64_get_dispatch@PLT
13971 movq 8(%rsp), %xmm0
13972 movq (%rsp), %rdi
13973 addq $24, %rsp
13974 movq 3024(%rax), %r11
13975 jmp *%r11
13976 #else
13977 movq _glapi_Dispatch(%rip), %rax
13978 testq %rax, %rax
13979 je 1f
13980 movq 3024(%rax), %r11
13981 jmp *%r11
13982 1:
13983 subq $24, %rsp
13984 movq %rdi, (%rsp)
13985 movq %xmm0, 8(%rsp)
13986 call _glapi_get_dispatch
13987 movq 8(%rsp), %xmm0
13988 movq (%rsp), %rdi
13989 addq $24, %rsp
13990 movq 3024(%rax), %r11
13991 jmp *%r11
13992 #endif /* defined(GLX_USE_TLS) */
13993 .size GL_PREFIX(MultiTexCoord1fARB), .-GL_PREFIX(MultiTexCoord1fARB)
13994
13995 .p2align 4,,15
13996 .globl GL_PREFIX(MultiTexCoord1fvARB)
13997 .type GL_PREFIX(MultiTexCoord1fvARB), @function
13998 GL_PREFIX(MultiTexCoord1fvARB):
13999 #if defined(GLX_USE_TLS)
14000 call _x86_64_get_dispatch@PLT
14001 movq 3032(%rax), %r11
14002 jmp *%r11
14003 #elif defined(PTHREADS)
14004 pushq %rdi
14005 pushq %rsi
14006 pushq %rbp
14007 call _x86_64_get_dispatch@PLT
14008 popq %rbp
14009 popq %rsi
14010 popq %rdi
14011 movq 3032(%rax), %r11
14012 jmp *%r11
14013 #else
14014 movq _glapi_Dispatch(%rip), %rax
14015 testq %rax, %rax
14016 je 1f
14017 movq 3032(%rax), %r11
14018 jmp *%r11
14019 1:
14020 pushq %rdi
14021 pushq %rsi
14022 pushq %rbp
14023 call _glapi_get_dispatch
14024 popq %rbp
14025 popq %rsi
14026 popq %rdi
14027 movq 3032(%rax), %r11
14028 jmp *%r11
14029 #endif /* defined(GLX_USE_TLS) */
14030 .size GL_PREFIX(MultiTexCoord1fvARB), .-GL_PREFIX(MultiTexCoord1fvARB)
14031
14032 .p2align 4,,15
14033 .globl GL_PREFIX(MultiTexCoord1iARB)
14034 .type GL_PREFIX(MultiTexCoord1iARB), @function
14035 GL_PREFIX(MultiTexCoord1iARB):
14036 #if defined(GLX_USE_TLS)
14037 call _x86_64_get_dispatch@PLT
14038 movq 3040(%rax), %r11
14039 jmp *%r11
14040 #elif defined(PTHREADS)
14041 pushq %rdi
14042 pushq %rsi
14043 pushq %rbp
14044 call _x86_64_get_dispatch@PLT
14045 popq %rbp
14046 popq %rsi
14047 popq %rdi
14048 movq 3040(%rax), %r11
14049 jmp *%r11
14050 #else
14051 movq _glapi_Dispatch(%rip), %rax
14052 testq %rax, %rax
14053 je 1f
14054 movq 3040(%rax), %r11
14055 jmp *%r11
14056 1:
14057 pushq %rdi
14058 pushq %rsi
14059 pushq %rbp
14060 call _glapi_get_dispatch
14061 popq %rbp
14062 popq %rsi
14063 popq %rdi
14064 movq 3040(%rax), %r11
14065 jmp *%r11
14066 #endif /* defined(GLX_USE_TLS) */
14067 .size GL_PREFIX(MultiTexCoord1iARB), .-GL_PREFIX(MultiTexCoord1iARB)
14068
14069 .p2align 4,,15
14070 .globl GL_PREFIX(MultiTexCoord1ivARB)
14071 .type GL_PREFIX(MultiTexCoord1ivARB), @function
14072 GL_PREFIX(MultiTexCoord1ivARB):
14073 #if defined(GLX_USE_TLS)
14074 call _x86_64_get_dispatch@PLT
14075 movq 3048(%rax), %r11
14076 jmp *%r11
14077 #elif defined(PTHREADS)
14078 pushq %rdi
14079 pushq %rsi
14080 pushq %rbp
14081 call _x86_64_get_dispatch@PLT
14082 popq %rbp
14083 popq %rsi
14084 popq %rdi
14085 movq 3048(%rax), %r11
14086 jmp *%r11
14087 #else
14088 movq _glapi_Dispatch(%rip), %rax
14089 testq %rax, %rax
14090 je 1f
14091 movq 3048(%rax), %r11
14092 jmp *%r11
14093 1:
14094 pushq %rdi
14095 pushq %rsi
14096 pushq %rbp
14097 call _glapi_get_dispatch
14098 popq %rbp
14099 popq %rsi
14100 popq %rdi
14101 movq 3048(%rax), %r11
14102 jmp *%r11
14103 #endif /* defined(GLX_USE_TLS) */
14104 .size GL_PREFIX(MultiTexCoord1ivARB), .-GL_PREFIX(MultiTexCoord1ivARB)
14105
14106 .p2align 4,,15
14107 .globl GL_PREFIX(MultiTexCoord1sARB)
14108 .type GL_PREFIX(MultiTexCoord1sARB), @function
14109 GL_PREFIX(MultiTexCoord1sARB):
14110 #if defined(GLX_USE_TLS)
14111 call _x86_64_get_dispatch@PLT
14112 movq 3056(%rax), %r11
14113 jmp *%r11
14114 #elif defined(PTHREADS)
14115 pushq %rdi
14116 pushq %rsi
14117 pushq %rbp
14118 call _x86_64_get_dispatch@PLT
14119 popq %rbp
14120 popq %rsi
14121 popq %rdi
14122 movq 3056(%rax), %r11
14123 jmp *%r11
14124 #else
14125 movq _glapi_Dispatch(%rip), %rax
14126 testq %rax, %rax
14127 je 1f
14128 movq 3056(%rax), %r11
14129 jmp *%r11
14130 1:
14131 pushq %rdi
14132 pushq %rsi
14133 pushq %rbp
14134 call _glapi_get_dispatch
14135 popq %rbp
14136 popq %rsi
14137 popq %rdi
14138 movq 3056(%rax), %r11
14139 jmp *%r11
14140 #endif /* defined(GLX_USE_TLS) */
14141 .size GL_PREFIX(MultiTexCoord1sARB), .-GL_PREFIX(MultiTexCoord1sARB)
14142
14143 .p2align 4,,15
14144 .globl GL_PREFIX(MultiTexCoord1svARB)
14145 .type GL_PREFIX(MultiTexCoord1svARB), @function
14146 GL_PREFIX(MultiTexCoord1svARB):
14147 #if defined(GLX_USE_TLS)
14148 call _x86_64_get_dispatch@PLT
14149 movq 3064(%rax), %r11
14150 jmp *%r11
14151 #elif defined(PTHREADS)
14152 pushq %rdi
14153 pushq %rsi
14154 pushq %rbp
14155 call _x86_64_get_dispatch@PLT
14156 popq %rbp
14157 popq %rsi
14158 popq %rdi
14159 movq 3064(%rax), %r11
14160 jmp *%r11
14161 #else
14162 movq _glapi_Dispatch(%rip), %rax
14163 testq %rax, %rax
14164 je 1f
14165 movq 3064(%rax), %r11
14166 jmp *%r11
14167 1:
14168 pushq %rdi
14169 pushq %rsi
14170 pushq %rbp
14171 call _glapi_get_dispatch
14172 popq %rbp
14173 popq %rsi
14174 popq %rdi
14175 movq 3064(%rax), %r11
14176 jmp *%r11
14177 #endif /* defined(GLX_USE_TLS) */
14178 .size GL_PREFIX(MultiTexCoord1svARB), .-GL_PREFIX(MultiTexCoord1svARB)
14179
14180 .p2align 4,,15
14181 .globl GL_PREFIX(MultiTexCoord2dARB)
14182 .type GL_PREFIX(MultiTexCoord2dARB), @function
14183 GL_PREFIX(MultiTexCoord2dARB):
14184 #if defined(GLX_USE_TLS)
14185 call _x86_64_get_dispatch@PLT
14186 movq 3072(%rax), %r11
14187 jmp *%r11
14188 #elif defined(PTHREADS)
14189 subq $24, %rsp
14190 movq %rdi, (%rsp)
14191 movq %xmm0, 8(%rsp)
14192 movq %xmm1, 16(%rsp)
14193 call _x86_64_get_dispatch@PLT
14194 movq 16(%rsp), %xmm1
14195 movq 8(%rsp), %xmm0
14196 movq (%rsp), %rdi
14197 addq $24, %rsp
14198 movq 3072(%rax), %r11
14199 jmp *%r11
14200 #else
14201 movq _glapi_Dispatch(%rip), %rax
14202 testq %rax, %rax
14203 je 1f
14204 movq 3072(%rax), %r11
14205 jmp *%r11
14206 1:
14207 subq $24, %rsp
14208 movq %rdi, (%rsp)
14209 movq %xmm0, 8(%rsp)
14210 movq %xmm1, 16(%rsp)
14211 call _glapi_get_dispatch
14212 movq 16(%rsp), %xmm1
14213 movq 8(%rsp), %xmm0
14214 movq (%rsp), %rdi
14215 addq $24, %rsp
14216 movq 3072(%rax), %r11
14217 jmp *%r11
14218 #endif /* defined(GLX_USE_TLS) */
14219 .size GL_PREFIX(MultiTexCoord2dARB), .-GL_PREFIX(MultiTexCoord2dARB)
14220
14221 .p2align 4,,15
14222 .globl GL_PREFIX(MultiTexCoord2dvARB)
14223 .type GL_PREFIX(MultiTexCoord2dvARB), @function
14224 GL_PREFIX(MultiTexCoord2dvARB):
14225 #if defined(GLX_USE_TLS)
14226 call _x86_64_get_dispatch@PLT
14227 movq 3080(%rax), %r11
14228 jmp *%r11
14229 #elif defined(PTHREADS)
14230 pushq %rdi
14231 pushq %rsi
14232 pushq %rbp
14233 call _x86_64_get_dispatch@PLT
14234 popq %rbp
14235 popq %rsi
14236 popq %rdi
14237 movq 3080(%rax), %r11
14238 jmp *%r11
14239 #else
14240 movq _glapi_Dispatch(%rip), %rax
14241 testq %rax, %rax
14242 je 1f
14243 movq 3080(%rax), %r11
14244 jmp *%r11
14245 1:
14246 pushq %rdi
14247 pushq %rsi
14248 pushq %rbp
14249 call _glapi_get_dispatch
14250 popq %rbp
14251 popq %rsi
14252 popq %rdi
14253 movq 3080(%rax), %r11
14254 jmp *%r11
14255 #endif /* defined(GLX_USE_TLS) */
14256 .size GL_PREFIX(MultiTexCoord2dvARB), .-GL_PREFIX(MultiTexCoord2dvARB)
14257
14258 .p2align 4,,15
14259 .globl GL_PREFIX(MultiTexCoord2fARB)
14260 .type GL_PREFIX(MultiTexCoord2fARB), @function
14261 GL_PREFIX(MultiTexCoord2fARB):
14262 #if defined(GLX_USE_TLS)
14263 call _x86_64_get_dispatch@PLT
14264 movq 3088(%rax), %r11
14265 jmp *%r11
14266 #elif defined(PTHREADS)
14267 subq $24, %rsp
14268 movq %rdi, (%rsp)
14269 movq %xmm0, 8(%rsp)
14270 movq %xmm1, 16(%rsp)
14271 call _x86_64_get_dispatch@PLT
14272 movq 16(%rsp), %xmm1
14273 movq 8(%rsp), %xmm0
14274 movq (%rsp), %rdi
14275 addq $24, %rsp
14276 movq 3088(%rax), %r11
14277 jmp *%r11
14278 #else
14279 movq _glapi_Dispatch(%rip), %rax
14280 testq %rax, %rax
14281 je 1f
14282 movq 3088(%rax), %r11
14283 jmp *%r11
14284 1:
14285 subq $24, %rsp
14286 movq %rdi, (%rsp)
14287 movq %xmm0, 8(%rsp)
14288 movq %xmm1, 16(%rsp)
14289 call _glapi_get_dispatch
14290 movq 16(%rsp), %xmm1
14291 movq 8(%rsp), %xmm0
14292 movq (%rsp), %rdi
14293 addq $24, %rsp
14294 movq 3088(%rax), %r11
14295 jmp *%r11
14296 #endif /* defined(GLX_USE_TLS) */
14297 .size GL_PREFIX(MultiTexCoord2fARB), .-GL_PREFIX(MultiTexCoord2fARB)
14298
14299 .p2align 4,,15
14300 .globl GL_PREFIX(MultiTexCoord2fvARB)
14301 .type GL_PREFIX(MultiTexCoord2fvARB), @function
14302 GL_PREFIX(MultiTexCoord2fvARB):
14303 #if defined(GLX_USE_TLS)
14304 call _x86_64_get_dispatch@PLT
14305 movq 3096(%rax), %r11
14306 jmp *%r11
14307 #elif defined(PTHREADS)
14308 pushq %rdi
14309 pushq %rsi
14310 pushq %rbp
14311 call _x86_64_get_dispatch@PLT
14312 popq %rbp
14313 popq %rsi
14314 popq %rdi
14315 movq 3096(%rax), %r11
14316 jmp *%r11
14317 #else
14318 movq _glapi_Dispatch(%rip), %rax
14319 testq %rax, %rax
14320 je 1f
14321 movq 3096(%rax), %r11
14322 jmp *%r11
14323 1:
14324 pushq %rdi
14325 pushq %rsi
14326 pushq %rbp
14327 call _glapi_get_dispatch
14328 popq %rbp
14329 popq %rsi
14330 popq %rdi
14331 movq 3096(%rax), %r11
14332 jmp *%r11
14333 #endif /* defined(GLX_USE_TLS) */
14334 .size GL_PREFIX(MultiTexCoord2fvARB), .-GL_PREFIX(MultiTexCoord2fvARB)
14335
14336 .p2align 4,,15
14337 .globl GL_PREFIX(MultiTexCoord2iARB)
14338 .type GL_PREFIX(MultiTexCoord2iARB), @function
14339 GL_PREFIX(MultiTexCoord2iARB):
14340 #if defined(GLX_USE_TLS)
14341 call _x86_64_get_dispatch@PLT
14342 movq 3104(%rax), %r11
14343 jmp *%r11
14344 #elif defined(PTHREADS)
14345 pushq %rdi
14346 pushq %rsi
14347 pushq %rdx
14348 call _x86_64_get_dispatch@PLT
14349 popq %rdx
14350 popq %rsi
14351 popq %rdi
14352 movq 3104(%rax), %r11
14353 jmp *%r11
14354 #else
14355 movq _glapi_Dispatch(%rip), %rax
14356 testq %rax, %rax
14357 je 1f
14358 movq 3104(%rax), %r11
14359 jmp *%r11
14360 1:
14361 pushq %rdi
14362 pushq %rsi
14363 pushq %rdx
14364 call _glapi_get_dispatch
14365 popq %rdx
14366 popq %rsi
14367 popq %rdi
14368 movq 3104(%rax), %r11
14369 jmp *%r11
14370 #endif /* defined(GLX_USE_TLS) */
14371 .size GL_PREFIX(MultiTexCoord2iARB), .-GL_PREFIX(MultiTexCoord2iARB)
14372
14373 .p2align 4,,15
14374 .globl GL_PREFIX(MultiTexCoord2ivARB)
14375 .type GL_PREFIX(MultiTexCoord2ivARB), @function
14376 GL_PREFIX(MultiTexCoord2ivARB):
14377 #if defined(GLX_USE_TLS)
14378 call _x86_64_get_dispatch@PLT
14379 movq 3112(%rax), %r11
14380 jmp *%r11
14381 #elif defined(PTHREADS)
14382 pushq %rdi
14383 pushq %rsi
14384 pushq %rbp
14385 call _x86_64_get_dispatch@PLT
14386 popq %rbp
14387 popq %rsi
14388 popq %rdi
14389 movq 3112(%rax), %r11
14390 jmp *%r11
14391 #else
14392 movq _glapi_Dispatch(%rip), %rax
14393 testq %rax, %rax
14394 je 1f
14395 movq 3112(%rax), %r11
14396 jmp *%r11
14397 1:
14398 pushq %rdi
14399 pushq %rsi
14400 pushq %rbp
14401 call _glapi_get_dispatch
14402 popq %rbp
14403 popq %rsi
14404 popq %rdi
14405 movq 3112(%rax), %r11
14406 jmp *%r11
14407 #endif /* defined(GLX_USE_TLS) */
14408 .size GL_PREFIX(MultiTexCoord2ivARB), .-GL_PREFIX(MultiTexCoord2ivARB)
14409
14410 .p2align 4,,15
14411 .globl GL_PREFIX(MultiTexCoord2sARB)
14412 .type GL_PREFIX(MultiTexCoord2sARB), @function
14413 GL_PREFIX(MultiTexCoord2sARB):
14414 #if defined(GLX_USE_TLS)
14415 call _x86_64_get_dispatch@PLT
14416 movq 3120(%rax), %r11
14417 jmp *%r11
14418 #elif defined(PTHREADS)
14419 pushq %rdi
14420 pushq %rsi
14421 pushq %rdx
14422 call _x86_64_get_dispatch@PLT
14423 popq %rdx
14424 popq %rsi
14425 popq %rdi
14426 movq 3120(%rax), %r11
14427 jmp *%r11
14428 #else
14429 movq _glapi_Dispatch(%rip), %rax
14430 testq %rax, %rax
14431 je 1f
14432 movq 3120(%rax), %r11
14433 jmp *%r11
14434 1:
14435 pushq %rdi
14436 pushq %rsi
14437 pushq %rdx
14438 call _glapi_get_dispatch
14439 popq %rdx
14440 popq %rsi
14441 popq %rdi
14442 movq 3120(%rax), %r11
14443 jmp *%r11
14444 #endif /* defined(GLX_USE_TLS) */
14445 .size GL_PREFIX(MultiTexCoord2sARB), .-GL_PREFIX(MultiTexCoord2sARB)
14446
14447 .p2align 4,,15
14448 .globl GL_PREFIX(MultiTexCoord2svARB)
14449 .type GL_PREFIX(MultiTexCoord2svARB), @function
14450 GL_PREFIX(MultiTexCoord2svARB):
14451 #if defined(GLX_USE_TLS)
14452 call _x86_64_get_dispatch@PLT
14453 movq 3128(%rax), %r11
14454 jmp *%r11
14455 #elif defined(PTHREADS)
14456 pushq %rdi
14457 pushq %rsi
14458 pushq %rbp
14459 call _x86_64_get_dispatch@PLT
14460 popq %rbp
14461 popq %rsi
14462 popq %rdi
14463 movq 3128(%rax), %r11
14464 jmp *%r11
14465 #else
14466 movq _glapi_Dispatch(%rip), %rax
14467 testq %rax, %rax
14468 je 1f
14469 movq 3128(%rax), %r11
14470 jmp *%r11
14471 1:
14472 pushq %rdi
14473 pushq %rsi
14474 pushq %rbp
14475 call _glapi_get_dispatch
14476 popq %rbp
14477 popq %rsi
14478 popq %rdi
14479 movq 3128(%rax), %r11
14480 jmp *%r11
14481 #endif /* defined(GLX_USE_TLS) */
14482 .size GL_PREFIX(MultiTexCoord2svARB), .-GL_PREFIX(MultiTexCoord2svARB)
14483
14484 .p2align 4,,15
14485 .globl GL_PREFIX(MultiTexCoord3dARB)
14486 .type GL_PREFIX(MultiTexCoord3dARB), @function
14487 GL_PREFIX(MultiTexCoord3dARB):
14488 #if defined(GLX_USE_TLS)
14489 call _x86_64_get_dispatch@PLT
14490 movq 3136(%rax), %r11
14491 jmp *%r11
14492 #elif defined(PTHREADS)
14493 subq $40, %rsp
14494 movq %rdi, (%rsp)
14495 movq %xmm0, 8(%rsp)
14496 movq %xmm1, 16(%rsp)
14497 movq %xmm2, 24(%rsp)
14498 call _x86_64_get_dispatch@PLT
14499 movq 24(%rsp), %xmm2
14500 movq 16(%rsp), %xmm1
14501 movq 8(%rsp), %xmm0
14502 movq (%rsp), %rdi
14503 addq $40, %rsp
14504 movq 3136(%rax), %r11
14505 jmp *%r11
14506 #else
14507 movq _glapi_Dispatch(%rip), %rax
14508 testq %rax, %rax
14509 je 1f
14510 movq 3136(%rax), %r11
14511 jmp *%r11
14512 1:
14513 subq $40, %rsp
14514 movq %rdi, (%rsp)
14515 movq %xmm0, 8(%rsp)
14516 movq %xmm1, 16(%rsp)
14517 movq %xmm2, 24(%rsp)
14518 call _glapi_get_dispatch
14519 movq 24(%rsp), %xmm2
14520 movq 16(%rsp), %xmm1
14521 movq 8(%rsp), %xmm0
14522 movq (%rsp), %rdi
14523 addq $40, %rsp
14524 movq 3136(%rax), %r11
14525 jmp *%r11
14526 #endif /* defined(GLX_USE_TLS) */
14527 .size GL_PREFIX(MultiTexCoord3dARB), .-GL_PREFIX(MultiTexCoord3dARB)
14528
14529 .p2align 4,,15
14530 .globl GL_PREFIX(MultiTexCoord3dvARB)
14531 .type GL_PREFIX(MultiTexCoord3dvARB), @function
14532 GL_PREFIX(MultiTexCoord3dvARB):
14533 #if defined(GLX_USE_TLS)
14534 call _x86_64_get_dispatch@PLT
14535 movq 3144(%rax), %r11
14536 jmp *%r11
14537 #elif defined(PTHREADS)
14538 pushq %rdi
14539 pushq %rsi
14540 pushq %rbp
14541 call _x86_64_get_dispatch@PLT
14542 popq %rbp
14543 popq %rsi
14544 popq %rdi
14545 movq 3144(%rax), %r11
14546 jmp *%r11
14547 #else
14548 movq _glapi_Dispatch(%rip), %rax
14549 testq %rax, %rax
14550 je 1f
14551 movq 3144(%rax), %r11
14552 jmp *%r11
14553 1:
14554 pushq %rdi
14555 pushq %rsi
14556 pushq %rbp
14557 call _glapi_get_dispatch
14558 popq %rbp
14559 popq %rsi
14560 popq %rdi
14561 movq 3144(%rax), %r11
14562 jmp *%r11
14563 #endif /* defined(GLX_USE_TLS) */
14564 .size GL_PREFIX(MultiTexCoord3dvARB), .-GL_PREFIX(MultiTexCoord3dvARB)
14565
14566 .p2align 4,,15
14567 .globl GL_PREFIX(MultiTexCoord3fARB)
14568 .type GL_PREFIX(MultiTexCoord3fARB), @function
14569 GL_PREFIX(MultiTexCoord3fARB):
14570 #if defined(GLX_USE_TLS)
14571 call _x86_64_get_dispatch@PLT
14572 movq 3152(%rax), %r11
14573 jmp *%r11
14574 #elif defined(PTHREADS)
14575 subq $40, %rsp
14576 movq %rdi, (%rsp)
14577 movq %xmm0, 8(%rsp)
14578 movq %xmm1, 16(%rsp)
14579 movq %xmm2, 24(%rsp)
14580 call _x86_64_get_dispatch@PLT
14581 movq 24(%rsp), %xmm2
14582 movq 16(%rsp), %xmm1
14583 movq 8(%rsp), %xmm0
14584 movq (%rsp), %rdi
14585 addq $40, %rsp
14586 movq 3152(%rax), %r11
14587 jmp *%r11
14588 #else
14589 movq _glapi_Dispatch(%rip), %rax
14590 testq %rax, %rax
14591 je 1f
14592 movq 3152(%rax), %r11
14593 jmp *%r11
14594 1:
14595 subq $40, %rsp
14596 movq %rdi, (%rsp)
14597 movq %xmm0, 8(%rsp)
14598 movq %xmm1, 16(%rsp)
14599 movq %xmm2, 24(%rsp)
14600 call _glapi_get_dispatch
14601 movq 24(%rsp), %xmm2
14602 movq 16(%rsp), %xmm1
14603 movq 8(%rsp), %xmm0
14604 movq (%rsp), %rdi
14605 addq $40, %rsp
14606 movq 3152(%rax), %r11
14607 jmp *%r11
14608 #endif /* defined(GLX_USE_TLS) */
14609 .size GL_PREFIX(MultiTexCoord3fARB), .-GL_PREFIX(MultiTexCoord3fARB)
14610
14611 .p2align 4,,15
14612 .globl GL_PREFIX(MultiTexCoord3fvARB)
14613 .type GL_PREFIX(MultiTexCoord3fvARB), @function
14614 GL_PREFIX(MultiTexCoord3fvARB):
14615 #if defined(GLX_USE_TLS)
14616 call _x86_64_get_dispatch@PLT
14617 movq 3160(%rax), %r11
14618 jmp *%r11
14619 #elif defined(PTHREADS)
14620 pushq %rdi
14621 pushq %rsi
14622 pushq %rbp
14623 call _x86_64_get_dispatch@PLT
14624 popq %rbp
14625 popq %rsi
14626 popq %rdi
14627 movq 3160(%rax), %r11
14628 jmp *%r11
14629 #else
14630 movq _glapi_Dispatch(%rip), %rax
14631 testq %rax, %rax
14632 je 1f
14633 movq 3160(%rax), %r11
14634 jmp *%r11
14635 1:
14636 pushq %rdi
14637 pushq %rsi
14638 pushq %rbp
14639 call _glapi_get_dispatch
14640 popq %rbp
14641 popq %rsi
14642 popq %rdi
14643 movq 3160(%rax), %r11
14644 jmp *%r11
14645 #endif /* defined(GLX_USE_TLS) */
14646 .size GL_PREFIX(MultiTexCoord3fvARB), .-GL_PREFIX(MultiTexCoord3fvARB)
14647
14648 .p2align 4,,15
14649 .globl GL_PREFIX(MultiTexCoord3iARB)
14650 .type GL_PREFIX(MultiTexCoord3iARB), @function
14651 GL_PREFIX(MultiTexCoord3iARB):
14652 #if defined(GLX_USE_TLS)
14653 call _x86_64_get_dispatch@PLT
14654 movq 3168(%rax), %r11
14655 jmp *%r11
14656 #elif defined(PTHREADS)
14657 pushq %rdi
14658 pushq %rsi
14659 pushq %rdx
14660 pushq %rcx
14661 pushq %rbp
14662 call _x86_64_get_dispatch@PLT
14663 popq %rbp
14664 popq %rcx
14665 popq %rdx
14666 popq %rsi
14667 popq %rdi
14668 movq 3168(%rax), %r11
14669 jmp *%r11
14670 #else
14671 movq _glapi_Dispatch(%rip), %rax
14672 testq %rax, %rax
14673 je 1f
14674 movq 3168(%rax), %r11
14675 jmp *%r11
14676 1:
14677 pushq %rdi
14678 pushq %rsi
14679 pushq %rdx
14680 pushq %rcx
14681 pushq %rbp
14682 call _glapi_get_dispatch
14683 popq %rbp
14684 popq %rcx
14685 popq %rdx
14686 popq %rsi
14687 popq %rdi
14688 movq 3168(%rax), %r11
14689 jmp *%r11
14690 #endif /* defined(GLX_USE_TLS) */
14691 .size GL_PREFIX(MultiTexCoord3iARB), .-GL_PREFIX(MultiTexCoord3iARB)
14692
14693 .p2align 4,,15
14694 .globl GL_PREFIX(MultiTexCoord3ivARB)
14695 .type GL_PREFIX(MultiTexCoord3ivARB), @function
14696 GL_PREFIX(MultiTexCoord3ivARB):
14697 #if defined(GLX_USE_TLS)
14698 call _x86_64_get_dispatch@PLT
14699 movq 3176(%rax), %r11
14700 jmp *%r11
14701 #elif defined(PTHREADS)
14702 pushq %rdi
14703 pushq %rsi
14704 pushq %rbp
14705 call _x86_64_get_dispatch@PLT
14706 popq %rbp
14707 popq %rsi
14708 popq %rdi
14709 movq 3176(%rax), %r11
14710 jmp *%r11
14711 #else
14712 movq _glapi_Dispatch(%rip), %rax
14713 testq %rax, %rax
14714 je 1f
14715 movq 3176(%rax), %r11
14716 jmp *%r11
14717 1:
14718 pushq %rdi
14719 pushq %rsi
14720 pushq %rbp
14721 call _glapi_get_dispatch
14722 popq %rbp
14723 popq %rsi
14724 popq %rdi
14725 movq 3176(%rax), %r11
14726 jmp *%r11
14727 #endif /* defined(GLX_USE_TLS) */
14728 .size GL_PREFIX(MultiTexCoord3ivARB), .-GL_PREFIX(MultiTexCoord3ivARB)
14729
14730 .p2align 4,,15
14731 .globl GL_PREFIX(MultiTexCoord3sARB)
14732 .type GL_PREFIX(MultiTexCoord3sARB), @function
14733 GL_PREFIX(MultiTexCoord3sARB):
14734 #if defined(GLX_USE_TLS)
14735 call _x86_64_get_dispatch@PLT
14736 movq 3184(%rax), %r11
14737 jmp *%r11
14738 #elif defined(PTHREADS)
14739 pushq %rdi
14740 pushq %rsi
14741 pushq %rdx
14742 pushq %rcx
14743 pushq %rbp
14744 call _x86_64_get_dispatch@PLT
14745 popq %rbp
14746 popq %rcx
14747 popq %rdx
14748 popq %rsi
14749 popq %rdi
14750 movq 3184(%rax), %r11
14751 jmp *%r11
14752 #else
14753 movq _glapi_Dispatch(%rip), %rax
14754 testq %rax, %rax
14755 je 1f
14756 movq 3184(%rax), %r11
14757 jmp *%r11
14758 1:
14759 pushq %rdi
14760 pushq %rsi
14761 pushq %rdx
14762 pushq %rcx
14763 pushq %rbp
14764 call _glapi_get_dispatch
14765 popq %rbp
14766 popq %rcx
14767 popq %rdx
14768 popq %rsi
14769 popq %rdi
14770 movq 3184(%rax), %r11
14771 jmp *%r11
14772 #endif /* defined(GLX_USE_TLS) */
14773 .size GL_PREFIX(MultiTexCoord3sARB), .-GL_PREFIX(MultiTexCoord3sARB)
14774
14775 .p2align 4,,15
14776 .globl GL_PREFIX(MultiTexCoord3svARB)
14777 .type GL_PREFIX(MultiTexCoord3svARB), @function
14778 GL_PREFIX(MultiTexCoord3svARB):
14779 #if defined(GLX_USE_TLS)
14780 call _x86_64_get_dispatch@PLT
14781 movq 3192(%rax), %r11
14782 jmp *%r11
14783 #elif defined(PTHREADS)
14784 pushq %rdi
14785 pushq %rsi
14786 pushq %rbp
14787 call _x86_64_get_dispatch@PLT
14788 popq %rbp
14789 popq %rsi
14790 popq %rdi
14791 movq 3192(%rax), %r11
14792 jmp *%r11
14793 #else
14794 movq _glapi_Dispatch(%rip), %rax
14795 testq %rax, %rax
14796 je 1f
14797 movq 3192(%rax), %r11
14798 jmp *%r11
14799 1:
14800 pushq %rdi
14801 pushq %rsi
14802 pushq %rbp
14803 call _glapi_get_dispatch
14804 popq %rbp
14805 popq %rsi
14806 popq %rdi
14807 movq 3192(%rax), %r11
14808 jmp *%r11
14809 #endif /* defined(GLX_USE_TLS) */
14810 .size GL_PREFIX(MultiTexCoord3svARB), .-GL_PREFIX(MultiTexCoord3svARB)
14811
14812 .p2align 4,,15
14813 .globl GL_PREFIX(MultiTexCoord4dARB)
14814 .type GL_PREFIX(MultiTexCoord4dARB), @function
14815 GL_PREFIX(MultiTexCoord4dARB):
14816 #if defined(GLX_USE_TLS)
14817 call _x86_64_get_dispatch@PLT
14818 movq 3200(%rax), %r11
14819 jmp *%r11
14820 #elif defined(PTHREADS)
14821 subq $40, %rsp
14822 movq %rdi, (%rsp)
14823 movq %xmm0, 8(%rsp)
14824 movq %xmm1, 16(%rsp)
14825 movq %xmm2, 24(%rsp)
14826 movq %xmm3, 32(%rsp)
14827 call _x86_64_get_dispatch@PLT
14828 movq 32(%rsp), %xmm3
14829 movq 24(%rsp), %xmm2
14830 movq 16(%rsp), %xmm1
14831 movq 8(%rsp), %xmm0
14832 movq (%rsp), %rdi
14833 addq $40, %rsp
14834 movq 3200(%rax), %r11
14835 jmp *%r11
14836 #else
14837 movq _glapi_Dispatch(%rip), %rax
14838 testq %rax, %rax
14839 je 1f
14840 movq 3200(%rax), %r11
14841 jmp *%r11
14842 1:
14843 subq $40, %rsp
14844 movq %rdi, (%rsp)
14845 movq %xmm0, 8(%rsp)
14846 movq %xmm1, 16(%rsp)
14847 movq %xmm2, 24(%rsp)
14848 movq %xmm3, 32(%rsp)
14849 call _glapi_get_dispatch
14850 movq 32(%rsp), %xmm3
14851 movq 24(%rsp), %xmm2
14852 movq 16(%rsp), %xmm1
14853 movq 8(%rsp), %xmm0
14854 movq (%rsp), %rdi
14855 addq $40, %rsp
14856 movq 3200(%rax), %r11
14857 jmp *%r11
14858 #endif /* defined(GLX_USE_TLS) */
14859 .size GL_PREFIX(MultiTexCoord4dARB), .-GL_PREFIX(MultiTexCoord4dARB)
14860
14861 .p2align 4,,15
14862 .globl GL_PREFIX(MultiTexCoord4dvARB)
14863 .type GL_PREFIX(MultiTexCoord4dvARB), @function
14864 GL_PREFIX(MultiTexCoord4dvARB):
14865 #if defined(GLX_USE_TLS)
14866 call _x86_64_get_dispatch@PLT
14867 movq 3208(%rax), %r11
14868 jmp *%r11
14869 #elif defined(PTHREADS)
14870 pushq %rdi
14871 pushq %rsi
14872 pushq %rbp
14873 call _x86_64_get_dispatch@PLT
14874 popq %rbp
14875 popq %rsi
14876 popq %rdi
14877 movq 3208(%rax), %r11
14878 jmp *%r11
14879 #else
14880 movq _glapi_Dispatch(%rip), %rax
14881 testq %rax, %rax
14882 je 1f
14883 movq 3208(%rax), %r11
14884 jmp *%r11
14885 1:
14886 pushq %rdi
14887 pushq %rsi
14888 pushq %rbp
14889 call _glapi_get_dispatch
14890 popq %rbp
14891 popq %rsi
14892 popq %rdi
14893 movq 3208(%rax), %r11
14894 jmp *%r11
14895 #endif /* defined(GLX_USE_TLS) */
14896 .size GL_PREFIX(MultiTexCoord4dvARB), .-GL_PREFIX(MultiTexCoord4dvARB)
14897
14898 .p2align 4,,15
14899 .globl GL_PREFIX(MultiTexCoord4fARB)
14900 .type GL_PREFIX(MultiTexCoord4fARB), @function
14901 GL_PREFIX(MultiTexCoord4fARB):
14902 #if defined(GLX_USE_TLS)
14903 call _x86_64_get_dispatch@PLT
14904 movq 3216(%rax), %r11
14905 jmp *%r11
14906 #elif defined(PTHREADS)
14907 subq $40, %rsp
14908 movq %rdi, (%rsp)
14909 movq %xmm0, 8(%rsp)
14910 movq %xmm1, 16(%rsp)
14911 movq %xmm2, 24(%rsp)
14912 movq %xmm3, 32(%rsp)
14913 call _x86_64_get_dispatch@PLT
14914 movq 32(%rsp), %xmm3
14915 movq 24(%rsp), %xmm2
14916 movq 16(%rsp), %xmm1
14917 movq 8(%rsp), %xmm0
14918 movq (%rsp), %rdi
14919 addq $40, %rsp
14920 movq 3216(%rax), %r11
14921 jmp *%r11
14922 #else
14923 movq _glapi_Dispatch(%rip), %rax
14924 testq %rax, %rax
14925 je 1f
14926 movq 3216(%rax), %r11
14927 jmp *%r11
14928 1:
14929 subq $40, %rsp
14930 movq %rdi, (%rsp)
14931 movq %xmm0, 8(%rsp)
14932 movq %xmm1, 16(%rsp)
14933 movq %xmm2, 24(%rsp)
14934 movq %xmm3, 32(%rsp)
14935 call _glapi_get_dispatch
14936 movq 32(%rsp), %xmm3
14937 movq 24(%rsp), %xmm2
14938 movq 16(%rsp), %xmm1
14939 movq 8(%rsp), %xmm0
14940 movq (%rsp), %rdi
14941 addq $40, %rsp
14942 movq 3216(%rax), %r11
14943 jmp *%r11
14944 #endif /* defined(GLX_USE_TLS) */
14945 .size GL_PREFIX(MultiTexCoord4fARB), .-GL_PREFIX(MultiTexCoord4fARB)
14946
14947 .p2align 4,,15
14948 .globl GL_PREFIX(MultiTexCoord4fvARB)
14949 .type GL_PREFIX(MultiTexCoord4fvARB), @function
14950 GL_PREFIX(MultiTexCoord4fvARB):
14951 #if defined(GLX_USE_TLS)
14952 call _x86_64_get_dispatch@PLT
14953 movq 3224(%rax), %r11
14954 jmp *%r11
14955 #elif defined(PTHREADS)
14956 pushq %rdi
14957 pushq %rsi
14958 pushq %rbp
14959 call _x86_64_get_dispatch@PLT
14960 popq %rbp
14961 popq %rsi
14962 popq %rdi
14963 movq 3224(%rax), %r11
14964 jmp *%r11
14965 #else
14966 movq _glapi_Dispatch(%rip), %rax
14967 testq %rax, %rax
14968 je 1f
14969 movq 3224(%rax), %r11
14970 jmp *%r11
14971 1:
14972 pushq %rdi
14973 pushq %rsi
14974 pushq %rbp
14975 call _glapi_get_dispatch
14976 popq %rbp
14977 popq %rsi
14978 popq %rdi
14979 movq 3224(%rax), %r11
14980 jmp *%r11
14981 #endif /* defined(GLX_USE_TLS) */
14982 .size GL_PREFIX(MultiTexCoord4fvARB), .-GL_PREFIX(MultiTexCoord4fvARB)
14983
14984 .p2align 4,,15
14985 .globl GL_PREFIX(MultiTexCoord4iARB)
14986 .type GL_PREFIX(MultiTexCoord4iARB), @function
14987 GL_PREFIX(MultiTexCoord4iARB):
14988 #if defined(GLX_USE_TLS)
14989 call _x86_64_get_dispatch@PLT
14990 movq 3232(%rax), %r11
14991 jmp *%r11
14992 #elif defined(PTHREADS)
14993 pushq %rdi
14994 pushq %rsi
14995 pushq %rdx
14996 pushq %rcx
14997 pushq %r8
14998 call _x86_64_get_dispatch@PLT
14999 popq %r8
15000 popq %rcx
15001 popq %rdx
15002 popq %rsi
15003 popq %rdi
15004 movq 3232(%rax), %r11
15005 jmp *%r11
15006 #else
15007 movq _glapi_Dispatch(%rip), %rax
15008 testq %rax, %rax
15009 je 1f
15010 movq 3232(%rax), %r11
15011 jmp *%r11
15012 1:
15013 pushq %rdi
15014 pushq %rsi
15015 pushq %rdx
15016 pushq %rcx
15017 pushq %r8
15018 call _glapi_get_dispatch
15019 popq %r8
15020 popq %rcx
15021 popq %rdx
15022 popq %rsi
15023 popq %rdi
15024 movq 3232(%rax), %r11
15025 jmp *%r11
15026 #endif /* defined(GLX_USE_TLS) */
15027 .size GL_PREFIX(MultiTexCoord4iARB), .-GL_PREFIX(MultiTexCoord4iARB)
15028
15029 .p2align 4,,15
15030 .globl GL_PREFIX(MultiTexCoord4ivARB)
15031 .type GL_PREFIX(MultiTexCoord4ivARB), @function
15032 GL_PREFIX(MultiTexCoord4ivARB):
15033 #if defined(GLX_USE_TLS)
15034 call _x86_64_get_dispatch@PLT
15035 movq 3240(%rax), %r11
15036 jmp *%r11
15037 #elif defined(PTHREADS)
15038 pushq %rdi
15039 pushq %rsi
15040 pushq %rbp
15041 call _x86_64_get_dispatch@PLT
15042 popq %rbp
15043 popq %rsi
15044 popq %rdi
15045 movq 3240(%rax), %r11
15046 jmp *%r11
15047 #else
15048 movq _glapi_Dispatch(%rip), %rax
15049 testq %rax, %rax
15050 je 1f
15051 movq 3240(%rax), %r11
15052 jmp *%r11
15053 1:
15054 pushq %rdi
15055 pushq %rsi
15056 pushq %rbp
15057 call _glapi_get_dispatch
15058 popq %rbp
15059 popq %rsi
15060 popq %rdi
15061 movq 3240(%rax), %r11
15062 jmp *%r11
15063 #endif /* defined(GLX_USE_TLS) */
15064 .size GL_PREFIX(MultiTexCoord4ivARB), .-GL_PREFIX(MultiTexCoord4ivARB)
15065
15066 .p2align 4,,15
15067 .globl GL_PREFIX(MultiTexCoord4sARB)
15068 .type GL_PREFIX(MultiTexCoord4sARB), @function
15069 GL_PREFIX(MultiTexCoord4sARB):
15070 #if defined(GLX_USE_TLS)
15071 call _x86_64_get_dispatch@PLT
15072 movq 3248(%rax), %r11
15073 jmp *%r11
15074 #elif defined(PTHREADS)
15075 pushq %rdi
15076 pushq %rsi
15077 pushq %rdx
15078 pushq %rcx
15079 pushq %r8
15080 call _x86_64_get_dispatch@PLT
15081 popq %r8
15082 popq %rcx
15083 popq %rdx
15084 popq %rsi
15085 popq %rdi
15086 movq 3248(%rax), %r11
15087 jmp *%r11
15088 #else
15089 movq _glapi_Dispatch(%rip), %rax
15090 testq %rax, %rax
15091 je 1f
15092 movq 3248(%rax), %r11
15093 jmp *%r11
15094 1:
15095 pushq %rdi
15096 pushq %rsi
15097 pushq %rdx
15098 pushq %rcx
15099 pushq %r8
15100 call _glapi_get_dispatch
15101 popq %r8
15102 popq %rcx
15103 popq %rdx
15104 popq %rsi
15105 popq %rdi
15106 movq 3248(%rax), %r11
15107 jmp *%r11
15108 #endif /* defined(GLX_USE_TLS) */
15109 .size GL_PREFIX(MultiTexCoord4sARB), .-GL_PREFIX(MultiTexCoord4sARB)
15110
15111 .p2align 4,,15
15112 .globl GL_PREFIX(MultiTexCoord4svARB)
15113 .type GL_PREFIX(MultiTexCoord4svARB), @function
15114 GL_PREFIX(MultiTexCoord4svARB):
15115 #if defined(GLX_USE_TLS)
15116 call _x86_64_get_dispatch@PLT
15117 movq 3256(%rax), %r11
15118 jmp *%r11
15119 #elif defined(PTHREADS)
15120 pushq %rdi
15121 pushq %rsi
15122 pushq %rbp
15123 call _x86_64_get_dispatch@PLT
15124 popq %rbp
15125 popq %rsi
15126 popq %rdi
15127 movq 3256(%rax), %r11
15128 jmp *%r11
15129 #else
15130 movq _glapi_Dispatch(%rip), %rax
15131 testq %rax, %rax
15132 je 1f
15133 movq 3256(%rax), %r11
15134 jmp *%r11
15135 1:
15136 pushq %rdi
15137 pushq %rsi
15138 pushq %rbp
15139 call _glapi_get_dispatch
15140 popq %rbp
15141 popq %rsi
15142 popq %rdi
15143 movq 3256(%rax), %r11
15144 jmp *%r11
15145 #endif /* defined(GLX_USE_TLS) */
15146 .size GL_PREFIX(MultiTexCoord4svARB), .-GL_PREFIX(MultiTexCoord4svARB)
15147
15148 .p2align 4,,15
15149 .globl GL_PREFIX(StencilFuncSeparate)
15150 .type GL_PREFIX(StencilFuncSeparate), @function
15151 GL_PREFIX(StencilFuncSeparate):
15152 #if defined(GLX_USE_TLS)
15153 call _x86_64_get_dispatch@PLT
15154 movq 3264(%rax), %r11
15155 jmp *%r11
15156 #elif defined(PTHREADS)
15157 pushq %rdi
15158 pushq %rsi
15159 pushq %rdx
15160 pushq %rcx
15161 pushq %rbp
15162 call _x86_64_get_dispatch@PLT
15163 popq %rbp
15164 popq %rcx
15165 popq %rdx
15166 popq %rsi
15167 popq %rdi
15168 movq 3264(%rax), %r11
15169 jmp *%r11
15170 #else
15171 movq _glapi_Dispatch(%rip), %rax
15172 testq %rax, %rax
15173 je 1f
15174 movq 3264(%rax), %r11
15175 jmp *%r11
15176 1:
15177 pushq %rdi
15178 pushq %rsi
15179 pushq %rdx
15180 pushq %rcx
15181 pushq %rbp
15182 call _glapi_get_dispatch
15183 popq %rbp
15184 popq %rcx
15185 popq %rdx
15186 popq %rsi
15187 popq %rdi
15188 movq 3264(%rax), %r11
15189 jmp *%r11
15190 #endif /* defined(GLX_USE_TLS) */
15191 .size GL_PREFIX(StencilFuncSeparate), .-GL_PREFIX(StencilFuncSeparate)
15192
15193 .p2align 4,,15
15194 .globl GL_PREFIX(StencilMaskSeparate)
15195 .type GL_PREFIX(StencilMaskSeparate), @function
15196 GL_PREFIX(StencilMaskSeparate):
15197 #if defined(GLX_USE_TLS)
15198 call _x86_64_get_dispatch@PLT
15199 movq 3272(%rax), %r11
15200 jmp *%r11
15201 #elif defined(PTHREADS)
15202 pushq %rdi
15203 pushq %rsi
15204 pushq %rbp
15205 call _x86_64_get_dispatch@PLT
15206 popq %rbp
15207 popq %rsi
15208 popq %rdi
15209 movq 3272(%rax), %r11
15210 jmp *%r11
15211 #else
15212 movq _glapi_Dispatch(%rip), %rax
15213 testq %rax, %rax
15214 je 1f
15215 movq 3272(%rax), %r11
15216 jmp *%r11
15217 1:
15218 pushq %rdi
15219 pushq %rsi
15220 pushq %rbp
15221 call _glapi_get_dispatch
15222 popq %rbp
15223 popq %rsi
15224 popq %rdi
15225 movq 3272(%rax), %r11
15226 jmp *%r11
15227 #endif /* defined(GLX_USE_TLS) */
15228 .size GL_PREFIX(StencilMaskSeparate), .-GL_PREFIX(StencilMaskSeparate)
15229
15230 .p2align 4,,15
15231 .globl GL_PREFIX(StencilOpSeparate)
15232 .type GL_PREFIX(StencilOpSeparate), @function
15233 GL_PREFIX(StencilOpSeparate):
15234 #if defined(GLX_USE_TLS)
15235 call _x86_64_get_dispatch@PLT
15236 movq 3280(%rax), %r11
15237 jmp *%r11
15238 #elif defined(PTHREADS)
15239 pushq %rdi
15240 pushq %rsi
15241 pushq %rdx
15242 pushq %rcx
15243 pushq %rbp
15244 call _x86_64_get_dispatch@PLT
15245 popq %rbp
15246 popq %rcx
15247 popq %rdx
15248 popq %rsi
15249 popq %rdi
15250 movq 3280(%rax), %r11
15251 jmp *%r11
15252 #else
15253 movq _glapi_Dispatch(%rip), %rax
15254 testq %rax, %rax
15255 je 1f
15256 movq 3280(%rax), %r11
15257 jmp *%r11
15258 1:
15259 pushq %rdi
15260 pushq %rsi
15261 pushq %rdx
15262 pushq %rcx
15263 pushq %rbp
15264 call _glapi_get_dispatch
15265 popq %rbp
15266 popq %rcx
15267 popq %rdx
15268 popq %rsi
15269 popq %rdi
15270 movq 3280(%rax), %r11
15271 jmp *%r11
15272 #endif /* defined(GLX_USE_TLS) */
15273 .size GL_PREFIX(StencilOpSeparate), .-GL_PREFIX(StencilOpSeparate)
15274
15275 .p2align 4,,15
15276 .globl GL_PREFIX(LoadTransposeMatrixdARB)
15277 .type GL_PREFIX(LoadTransposeMatrixdARB), @function
15278 GL_PREFIX(LoadTransposeMatrixdARB):
15279 #if defined(GLX_USE_TLS)
15280 call _x86_64_get_dispatch@PLT
15281 movq 3288(%rax), %r11
15282 jmp *%r11
15283 #elif defined(PTHREADS)
15284 pushq %rdi
15285 call _x86_64_get_dispatch@PLT
15286 popq %rdi
15287 movq 3288(%rax), %r11
15288 jmp *%r11
15289 #else
15290 movq _glapi_Dispatch(%rip), %rax
15291 testq %rax, %rax
15292 je 1f
15293 movq 3288(%rax), %r11
15294 jmp *%r11
15295 1:
15296 pushq %rdi
15297 call _glapi_get_dispatch
15298 popq %rdi
15299 movq 3288(%rax), %r11
15300 jmp *%r11
15301 #endif /* defined(GLX_USE_TLS) */
15302 .size GL_PREFIX(LoadTransposeMatrixdARB), .-GL_PREFIX(LoadTransposeMatrixdARB)
15303
15304 .p2align 4,,15
15305 .globl GL_PREFIX(LoadTransposeMatrixfARB)
15306 .type GL_PREFIX(LoadTransposeMatrixfARB), @function
15307 GL_PREFIX(LoadTransposeMatrixfARB):
15308 #if defined(GLX_USE_TLS)
15309 call _x86_64_get_dispatch@PLT
15310 movq 3296(%rax), %r11
15311 jmp *%r11
15312 #elif defined(PTHREADS)
15313 pushq %rdi
15314 call _x86_64_get_dispatch@PLT
15315 popq %rdi
15316 movq 3296(%rax), %r11
15317 jmp *%r11
15318 #else
15319 movq _glapi_Dispatch(%rip), %rax
15320 testq %rax, %rax
15321 je 1f
15322 movq 3296(%rax), %r11
15323 jmp *%r11
15324 1:
15325 pushq %rdi
15326 call _glapi_get_dispatch
15327 popq %rdi
15328 movq 3296(%rax), %r11
15329 jmp *%r11
15330 #endif /* defined(GLX_USE_TLS) */
15331 .size GL_PREFIX(LoadTransposeMatrixfARB), .-GL_PREFIX(LoadTransposeMatrixfARB)
15332
15333 .p2align 4,,15
15334 .globl GL_PREFIX(MultTransposeMatrixdARB)
15335 .type GL_PREFIX(MultTransposeMatrixdARB), @function
15336 GL_PREFIX(MultTransposeMatrixdARB):
15337 #if defined(GLX_USE_TLS)
15338 call _x86_64_get_dispatch@PLT
15339 movq 3304(%rax), %r11
15340 jmp *%r11
15341 #elif defined(PTHREADS)
15342 pushq %rdi
15343 call _x86_64_get_dispatch@PLT
15344 popq %rdi
15345 movq 3304(%rax), %r11
15346 jmp *%r11
15347 #else
15348 movq _glapi_Dispatch(%rip), %rax
15349 testq %rax, %rax
15350 je 1f
15351 movq 3304(%rax), %r11
15352 jmp *%r11
15353 1:
15354 pushq %rdi
15355 call _glapi_get_dispatch
15356 popq %rdi
15357 movq 3304(%rax), %r11
15358 jmp *%r11
15359 #endif /* defined(GLX_USE_TLS) */
15360 .size GL_PREFIX(MultTransposeMatrixdARB), .-GL_PREFIX(MultTransposeMatrixdARB)
15361
15362 .p2align 4,,15
15363 .globl GL_PREFIX(MultTransposeMatrixfARB)
15364 .type GL_PREFIX(MultTransposeMatrixfARB), @function
15365 GL_PREFIX(MultTransposeMatrixfARB):
15366 #if defined(GLX_USE_TLS)
15367 call _x86_64_get_dispatch@PLT
15368 movq 3312(%rax), %r11
15369 jmp *%r11
15370 #elif defined(PTHREADS)
15371 pushq %rdi
15372 call _x86_64_get_dispatch@PLT
15373 popq %rdi
15374 movq 3312(%rax), %r11
15375 jmp *%r11
15376 #else
15377 movq _glapi_Dispatch(%rip), %rax
15378 testq %rax, %rax
15379 je 1f
15380 movq 3312(%rax), %r11
15381 jmp *%r11
15382 1:
15383 pushq %rdi
15384 call _glapi_get_dispatch
15385 popq %rdi
15386 movq 3312(%rax), %r11
15387 jmp *%r11
15388 #endif /* defined(GLX_USE_TLS) */
15389 .size GL_PREFIX(MultTransposeMatrixfARB), .-GL_PREFIX(MultTransposeMatrixfARB)
15390
15391 .p2align 4,,15
15392 .globl GL_PREFIX(SampleCoverageARB)
15393 .type GL_PREFIX(SampleCoverageARB), @function
15394 GL_PREFIX(SampleCoverageARB):
15395 #if defined(GLX_USE_TLS)
15396 call _x86_64_get_dispatch@PLT
15397 movq 3320(%rax), %r11
15398 jmp *%r11
15399 #elif defined(PTHREADS)
15400 pushq %rdi
15401 pushq %rsi
15402 pushq %rbp
15403 call _x86_64_get_dispatch@PLT
15404 popq %rbp
15405 popq %rsi
15406 popq %rdi
15407 movq 3320(%rax), %r11
15408 jmp *%r11
15409 #else
15410 movq _glapi_Dispatch(%rip), %rax
15411 testq %rax, %rax
15412 je 1f
15413 movq 3320(%rax), %r11
15414 jmp *%r11
15415 1:
15416 pushq %rdi
15417 pushq %rsi
15418 pushq %rbp
15419 call _glapi_get_dispatch
15420 popq %rbp
15421 popq %rsi
15422 popq %rdi
15423 movq 3320(%rax), %r11
15424 jmp *%r11
15425 #endif /* defined(GLX_USE_TLS) */
15426 .size GL_PREFIX(SampleCoverageARB), .-GL_PREFIX(SampleCoverageARB)
15427
15428 .p2align 4,,15
15429 .globl GL_PREFIX(CompressedTexImage1DARB)
15430 .type GL_PREFIX(CompressedTexImage1DARB), @function
15431 GL_PREFIX(CompressedTexImage1DARB):
15432 #if defined(GLX_USE_TLS)
15433 call _x86_64_get_dispatch@PLT
15434 movq 3328(%rax), %r11
15435 jmp *%r11
15436 #elif defined(PTHREADS)
15437 pushq %rdi
15438 pushq %rsi
15439 pushq %rdx
15440 pushq %rcx
15441 pushq %r8
15442 pushq %r9
15443 pushq %rbp
15444 call _x86_64_get_dispatch@PLT
15445 popq %rbp
15446 popq %r9
15447 popq %r8
15448 popq %rcx
15449 popq %rdx
15450 popq %rsi
15451 popq %rdi
15452 movq 3328(%rax), %r11
15453 jmp *%r11
15454 #else
15455 movq _glapi_Dispatch(%rip), %rax
15456 testq %rax, %rax
15457 je 1f
15458 movq 3328(%rax), %r11
15459 jmp *%r11
15460 1:
15461 pushq %rdi
15462 pushq %rsi
15463 pushq %rdx
15464 pushq %rcx
15465 pushq %r8
15466 pushq %r9
15467 pushq %rbp
15468 call _glapi_get_dispatch
15469 popq %rbp
15470 popq %r9
15471 popq %r8
15472 popq %rcx
15473 popq %rdx
15474 popq %rsi
15475 popq %rdi
15476 movq 3328(%rax), %r11
15477 jmp *%r11
15478 #endif /* defined(GLX_USE_TLS) */
15479 .size GL_PREFIX(CompressedTexImage1DARB), .-GL_PREFIX(CompressedTexImage1DARB)
15480
15481 .p2align 4,,15
15482 .globl GL_PREFIX(CompressedTexImage2DARB)
15483 .type GL_PREFIX(CompressedTexImage2DARB), @function
15484 GL_PREFIX(CompressedTexImage2DARB):
15485 #if defined(GLX_USE_TLS)
15486 call _x86_64_get_dispatch@PLT
15487 movq 3336(%rax), %r11
15488 jmp *%r11
15489 #elif defined(PTHREADS)
15490 pushq %rdi
15491 pushq %rsi
15492 pushq %rdx
15493 pushq %rcx
15494 pushq %r8
15495 pushq %r9
15496 pushq %rbp
15497 call _x86_64_get_dispatch@PLT
15498 popq %rbp
15499 popq %r9
15500 popq %r8
15501 popq %rcx
15502 popq %rdx
15503 popq %rsi
15504 popq %rdi
15505 movq 3336(%rax), %r11
15506 jmp *%r11
15507 #else
15508 movq _glapi_Dispatch(%rip), %rax
15509 testq %rax, %rax
15510 je 1f
15511 movq 3336(%rax), %r11
15512 jmp *%r11
15513 1:
15514 pushq %rdi
15515 pushq %rsi
15516 pushq %rdx
15517 pushq %rcx
15518 pushq %r8
15519 pushq %r9
15520 pushq %rbp
15521 call _glapi_get_dispatch
15522 popq %rbp
15523 popq %r9
15524 popq %r8
15525 popq %rcx
15526 popq %rdx
15527 popq %rsi
15528 popq %rdi
15529 movq 3336(%rax), %r11
15530 jmp *%r11
15531 #endif /* defined(GLX_USE_TLS) */
15532 .size GL_PREFIX(CompressedTexImage2DARB), .-GL_PREFIX(CompressedTexImage2DARB)
15533
15534 .p2align 4,,15
15535 .globl GL_PREFIX(CompressedTexImage3DARB)
15536 .type GL_PREFIX(CompressedTexImage3DARB), @function
15537 GL_PREFIX(CompressedTexImage3DARB):
15538 #if defined(GLX_USE_TLS)
15539 call _x86_64_get_dispatch@PLT
15540 movq 3344(%rax), %r11
15541 jmp *%r11
15542 #elif defined(PTHREADS)
15543 pushq %rdi
15544 pushq %rsi
15545 pushq %rdx
15546 pushq %rcx
15547 pushq %r8
15548 pushq %r9
15549 pushq %rbp
15550 call _x86_64_get_dispatch@PLT
15551 popq %rbp
15552 popq %r9
15553 popq %r8
15554 popq %rcx
15555 popq %rdx
15556 popq %rsi
15557 popq %rdi
15558 movq 3344(%rax), %r11
15559 jmp *%r11
15560 #else
15561 movq _glapi_Dispatch(%rip), %rax
15562 testq %rax, %rax
15563 je 1f
15564 movq 3344(%rax), %r11
15565 jmp *%r11
15566 1:
15567 pushq %rdi
15568 pushq %rsi
15569 pushq %rdx
15570 pushq %rcx
15571 pushq %r8
15572 pushq %r9
15573 pushq %rbp
15574 call _glapi_get_dispatch
15575 popq %rbp
15576 popq %r9
15577 popq %r8
15578 popq %rcx
15579 popq %rdx
15580 popq %rsi
15581 popq %rdi
15582 movq 3344(%rax), %r11
15583 jmp *%r11
15584 #endif /* defined(GLX_USE_TLS) */
15585 .size GL_PREFIX(CompressedTexImage3DARB), .-GL_PREFIX(CompressedTexImage3DARB)
15586
15587 .p2align 4,,15
15588 .globl GL_PREFIX(CompressedTexSubImage1DARB)
15589 .type GL_PREFIX(CompressedTexSubImage1DARB), @function
15590 GL_PREFIX(CompressedTexSubImage1DARB):
15591 #if defined(GLX_USE_TLS)
15592 call _x86_64_get_dispatch@PLT
15593 movq 3352(%rax), %r11
15594 jmp *%r11
15595 #elif defined(PTHREADS)
15596 pushq %rdi
15597 pushq %rsi
15598 pushq %rdx
15599 pushq %rcx
15600 pushq %r8
15601 pushq %r9
15602 pushq %rbp
15603 call _x86_64_get_dispatch@PLT
15604 popq %rbp
15605 popq %r9
15606 popq %r8
15607 popq %rcx
15608 popq %rdx
15609 popq %rsi
15610 popq %rdi
15611 movq 3352(%rax), %r11
15612 jmp *%r11
15613 #else
15614 movq _glapi_Dispatch(%rip), %rax
15615 testq %rax, %rax
15616 je 1f
15617 movq 3352(%rax), %r11
15618 jmp *%r11
15619 1:
15620 pushq %rdi
15621 pushq %rsi
15622 pushq %rdx
15623 pushq %rcx
15624 pushq %r8
15625 pushq %r9
15626 pushq %rbp
15627 call _glapi_get_dispatch
15628 popq %rbp
15629 popq %r9
15630 popq %r8
15631 popq %rcx
15632 popq %rdx
15633 popq %rsi
15634 popq %rdi
15635 movq 3352(%rax), %r11
15636 jmp *%r11
15637 #endif /* defined(GLX_USE_TLS) */
15638 .size GL_PREFIX(CompressedTexSubImage1DARB), .-GL_PREFIX(CompressedTexSubImage1DARB)
15639
15640 .p2align 4,,15
15641 .globl GL_PREFIX(CompressedTexSubImage2DARB)
15642 .type GL_PREFIX(CompressedTexSubImage2DARB), @function
15643 GL_PREFIX(CompressedTexSubImage2DARB):
15644 #if defined(GLX_USE_TLS)
15645 call _x86_64_get_dispatch@PLT
15646 movq 3360(%rax), %r11
15647 jmp *%r11
15648 #elif defined(PTHREADS)
15649 pushq %rdi
15650 pushq %rsi
15651 pushq %rdx
15652 pushq %rcx
15653 pushq %r8
15654 pushq %r9
15655 pushq %rbp
15656 call _x86_64_get_dispatch@PLT
15657 popq %rbp
15658 popq %r9
15659 popq %r8
15660 popq %rcx
15661 popq %rdx
15662 popq %rsi
15663 popq %rdi
15664 movq 3360(%rax), %r11
15665 jmp *%r11
15666 #else
15667 movq _glapi_Dispatch(%rip), %rax
15668 testq %rax, %rax
15669 je 1f
15670 movq 3360(%rax), %r11
15671 jmp *%r11
15672 1:
15673 pushq %rdi
15674 pushq %rsi
15675 pushq %rdx
15676 pushq %rcx
15677 pushq %r8
15678 pushq %r9
15679 pushq %rbp
15680 call _glapi_get_dispatch
15681 popq %rbp
15682 popq %r9
15683 popq %r8
15684 popq %rcx
15685 popq %rdx
15686 popq %rsi
15687 popq %rdi
15688 movq 3360(%rax), %r11
15689 jmp *%r11
15690 #endif /* defined(GLX_USE_TLS) */
15691 .size GL_PREFIX(CompressedTexSubImage2DARB), .-GL_PREFIX(CompressedTexSubImage2DARB)
15692
15693 .p2align 4,,15
15694 .globl GL_PREFIX(CompressedTexSubImage3DARB)
15695 .type GL_PREFIX(CompressedTexSubImage3DARB), @function
15696 GL_PREFIX(CompressedTexSubImage3DARB):
15697 #if defined(GLX_USE_TLS)
15698 call _x86_64_get_dispatch@PLT
15699 movq 3368(%rax), %r11
15700 jmp *%r11
15701 #elif defined(PTHREADS)
15702 pushq %rdi
15703 pushq %rsi
15704 pushq %rdx
15705 pushq %rcx
15706 pushq %r8
15707 pushq %r9
15708 pushq %rbp
15709 call _x86_64_get_dispatch@PLT
15710 popq %rbp
15711 popq %r9
15712 popq %r8
15713 popq %rcx
15714 popq %rdx
15715 popq %rsi
15716 popq %rdi
15717 movq 3368(%rax), %r11
15718 jmp *%r11
15719 #else
15720 movq _glapi_Dispatch(%rip), %rax
15721 testq %rax, %rax
15722 je 1f
15723 movq 3368(%rax), %r11
15724 jmp *%r11
15725 1:
15726 pushq %rdi
15727 pushq %rsi
15728 pushq %rdx
15729 pushq %rcx
15730 pushq %r8
15731 pushq %r9
15732 pushq %rbp
15733 call _glapi_get_dispatch
15734 popq %rbp
15735 popq %r9
15736 popq %r8
15737 popq %rcx
15738 popq %rdx
15739 popq %rsi
15740 popq %rdi
15741 movq 3368(%rax), %r11
15742 jmp *%r11
15743 #endif /* defined(GLX_USE_TLS) */
15744 .size GL_PREFIX(CompressedTexSubImage3DARB), .-GL_PREFIX(CompressedTexSubImage3DARB)
15745
15746 .p2align 4,,15
15747 .globl GL_PREFIX(GetCompressedTexImageARB)
15748 .type GL_PREFIX(GetCompressedTexImageARB), @function
15749 GL_PREFIX(GetCompressedTexImageARB):
15750 #if defined(GLX_USE_TLS)
15751 call _x86_64_get_dispatch@PLT
15752 movq 3376(%rax), %r11
15753 jmp *%r11
15754 #elif defined(PTHREADS)
15755 pushq %rdi
15756 pushq %rsi
15757 pushq %rdx
15758 call _x86_64_get_dispatch@PLT
15759 popq %rdx
15760 popq %rsi
15761 popq %rdi
15762 movq 3376(%rax), %r11
15763 jmp *%r11
15764 #else
15765 movq _glapi_Dispatch(%rip), %rax
15766 testq %rax, %rax
15767 je 1f
15768 movq 3376(%rax), %r11
15769 jmp *%r11
15770 1:
15771 pushq %rdi
15772 pushq %rsi
15773 pushq %rdx
15774 call _glapi_get_dispatch
15775 popq %rdx
15776 popq %rsi
15777 popq %rdi
15778 movq 3376(%rax), %r11
15779 jmp *%r11
15780 #endif /* defined(GLX_USE_TLS) */
15781 .size GL_PREFIX(GetCompressedTexImageARB), .-GL_PREFIX(GetCompressedTexImageARB)
15782
15783 .p2align 4,,15
15784 .globl GL_PREFIX(DisableVertexAttribArrayARB)
15785 .type GL_PREFIX(DisableVertexAttribArrayARB), @function
15786 GL_PREFIX(DisableVertexAttribArrayARB):
15787 #if defined(GLX_USE_TLS)
15788 call _x86_64_get_dispatch@PLT
15789 movq 3384(%rax), %r11
15790 jmp *%r11
15791 #elif defined(PTHREADS)
15792 pushq %rdi
15793 call _x86_64_get_dispatch@PLT
15794 popq %rdi
15795 movq 3384(%rax), %r11
15796 jmp *%r11
15797 #else
15798 movq _glapi_Dispatch(%rip), %rax
15799 testq %rax, %rax
15800 je 1f
15801 movq 3384(%rax), %r11
15802 jmp *%r11
15803 1:
15804 pushq %rdi
15805 call _glapi_get_dispatch
15806 popq %rdi
15807 movq 3384(%rax), %r11
15808 jmp *%r11
15809 #endif /* defined(GLX_USE_TLS) */
15810 .size GL_PREFIX(DisableVertexAttribArrayARB), .-GL_PREFIX(DisableVertexAttribArrayARB)
15811
15812 .p2align 4,,15
15813 .globl GL_PREFIX(EnableVertexAttribArrayARB)
15814 .type GL_PREFIX(EnableVertexAttribArrayARB), @function
15815 GL_PREFIX(EnableVertexAttribArrayARB):
15816 #if defined(GLX_USE_TLS)
15817 call _x86_64_get_dispatch@PLT
15818 movq 3392(%rax), %r11
15819 jmp *%r11
15820 #elif defined(PTHREADS)
15821 pushq %rdi
15822 call _x86_64_get_dispatch@PLT
15823 popq %rdi
15824 movq 3392(%rax), %r11
15825 jmp *%r11
15826 #else
15827 movq _glapi_Dispatch(%rip), %rax
15828 testq %rax, %rax
15829 je 1f
15830 movq 3392(%rax), %r11
15831 jmp *%r11
15832 1:
15833 pushq %rdi
15834 call _glapi_get_dispatch
15835 popq %rdi
15836 movq 3392(%rax), %r11
15837 jmp *%r11
15838 #endif /* defined(GLX_USE_TLS) */
15839 .size GL_PREFIX(EnableVertexAttribArrayARB), .-GL_PREFIX(EnableVertexAttribArrayARB)
15840
15841 .p2align 4,,15
15842 .globl GL_PREFIX(GetProgramEnvParameterdvARB)
15843 .type GL_PREFIX(GetProgramEnvParameterdvARB), @function
15844 GL_PREFIX(GetProgramEnvParameterdvARB):
15845 #if defined(GLX_USE_TLS)
15846 call _x86_64_get_dispatch@PLT
15847 movq 3400(%rax), %r11
15848 jmp *%r11
15849 #elif defined(PTHREADS)
15850 pushq %rdi
15851 pushq %rsi
15852 pushq %rdx
15853 call _x86_64_get_dispatch@PLT
15854 popq %rdx
15855 popq %rsi
15856 popq %rdi
15857 movq 3400(%rax), %r11
15858 jmp *%r11
15859 #else
15860 movq _glapi_Dispatch(%rip), %rax
15861 testq %rax, %rax
15862 je 1f
15863 movq 3400(%rax), %r11
15864 jmp *%r11
15865 1:
15866 pushq %rdi
15867 pushq %rsi
15868 pushq %rdx
15869 call _glapi_get_dispatch
15870 popq %rdx
15871 popq %rsi
15872 popq %rdi
15873 movq 3400(%rax), %r11
15874 jmp *%r11
15875 #endif /* defined(GLX_USE_TLS) */
15876 .size GL_PREFIX(GetProgramEnvParameterdvARB), .-GL_PREFIX(GetProgramEnvParameterdvARB)
15877
15878 .p2align 4,,15
15879 .globl GL_PREFIX(GetProgramEnvParameterfvARB)
15880 .type GL_PREFIX(GetProgramEnvParameterfvARB), @function
15881 GL_PREFIX(GetProgramEnvParameterfvARB):
15882 #if defined(GLX_USE_TLS)
15883 call _x86_64_get_dispatch@PLT
15884 movq 3408(%rax), %r11
15885 jmp *%r11
15886 #elif defined(PTHREADS)
15887 pushq %rdi
15888 pushq %rsi
15889 pushq %rdx
15890 call _x86_64_get_dispatch@PLT
15891 popq %rdx
15892 popq %rsi
15893 popq %rdi
15894 movq 3408(%rax), %r11
15895 jmp *%r11
15896 #else
15897 movq _glapi_Dispatch(%rip), %rax
15898 testq %rax, %rax
15899 je 1f
15900 movq 3408(%rax), %r11
15901 jmp *%r11
15902 1:
15903 pushq %rdi
15904 pushq %rsi
15905 pushq %rdx
15906 call _glapi_get_dispatch
15907 popq %rdx
15908 popq %rsi
15909 popq %rdi
15910 movq 3408(%rax), %r11
15911 jmp *%r11
15912 #endif /* defined(GLX_USE_TLS) */
15913 .size GL_PREFIX(GetProgramEnvParameterfvARB), .-GL_PREFIX(GetProgramEnvParameterfvARB)
15914
15915 .p2align 4,,15
15916 .globl GL_PREFIX(GetProgramLocalParameterdvARB)
15917 .type GL_PREFIX(GetProgramLocalParameterdvARB), @function
15918 GL_PREFIX(GetProgramLocalParameterdvARB):
15919 #if defined(GLX_USE_TLS)
15920 call _x86_64_get_dispatch@PLT
15921 movq 3416(%rax), %r11
15922 jmp *%r11
15923 #elif defined(PTHREADS)
15924 pushq %rdi
15925 pushq %rsi
15926 pushq %rdx
15927 call _x86_64_get_dispatch@PLT
15928 popq %rdx
15929 popq %rsi
15930 popq %rdi
15931 movq 3416(%rax), %r11
15932 jmp *%r11
15933 #else
15934 movq _glapi_Dispatch(%rip), %rax
15935 testq %rax, %rax
15936 je 1f
15937 movq 3416(%rax), %r11
15938 jmp *%r11
15939 1:
15940 pushq %rdi
15941 pushq %rsi
15942 pushq %rdx
15943 call _glapi_get_dispatch
15944 popq %rdx
15945 popq %rsi
15946 popq %rdi
15947 movq 3416(%rax), %r11
15948 jmp *%r11
15949 #endif /* defined(GLX_USE_TLS) */
15950 .size GL_PREFIX(GetProgramLocalParameterdvARB), .-GL_PREFIX(GetProgramLocalParameterdvARB)
15951
15952 .p2align 4,,15
15953 .globl GL_PREFIX(GetProgramLocalParameterfvARB)
15954 .type GL_PREFIX(GetProgramLocalParameterfvARB), @function
15955 GL_PREFIX(GetProgramLocalParameterfvARB):
15956 #if defined(GLX_USE_TLS)
15957 call _x86_64_get_dispatch@PLT
15958 movq 3424(%rax), %r11
15959 jmp *%r11
15960 #elif defined(PTHREADS)
15961 pushq %rdi
15962 pushq %rsi
15963 pushq %rdx
15964 call _x86_64_get_dispatch@PLT
15965 popq %rdx
15966 popq %rsi
15967 popq %rdi
15968 movq 3424(%rax), %r11
15969 jmp *%r11
15970 #else
15971 movq _glapi_Dispatch(%rip), %rax
15972 testq %rax, %rax
15973 je 1f
15974 movq 3424(%rax), %r11
15975 jmp *%r11
15976 1:
15977 pushq %rdi
15978 pushq %rsi
15979 pushq %rdx
15980 call _glapi_get_dispatch
15981 popq %rdx
15982 popq %rsi
15983 popq %rdi
15984 movq 3424(%rax), %r11
15985 jmp *%r11
15986 #endif /* defined(GLX_USE_TLS) */
15987 .size GL_PREFIX(GetProgramLocalParameterfvARB), .-GL_PREFIX(GetProgramLocalParameterfvARB)
15988
15989 .p2align 4,,15
15990 .globl GL_PREFIX(GetProgramStringARB)
15991 .type GL_PREFIX(GetProgramStringARB), @function
15992 GL_PREFIX(GetProgramStringARB):
15993 #if defined(GLX_USE_TLS)
15994 call _x86_64_get_dispatch@PLT
15995 movq 3432(%rax), %r11
15996 jmp *%r11
15997 #elif defined(PTHREADS)
15998 pushq %rdi
15999 pushq %rsi
16000 pushq %rdx
16001 call _x86_64_get_dispatch@PLT
16002 popq %rdx
16003 popq %rsi
16004 popq %rdi
16005 movq 3432(%rax), %r11
16006 jmp *%r11
16007 #else
16008 movq _glapi_Dispatch(%rip), %rax
16009 testq %rax, %rax
16010 je 1f
16011 movq 3432(%rax), %r11
16012 jmp *%r11
16013 1:
16014 pushq %rdi
16015 pushq %rsi
16016 pushq %rdx
16017 call _glapi_get_dispatch
16018 popq %rdx
16019 popq %rsi
16020 popq %rdi
16021 movq 3432(%rax), %r11
16022 jmp *%r11
16023 #endif /* defined(GLX_USE_TLS) */
16024 .size GL_PREFIX(GetProgramStringARB), .-GL_PREFIX(GetProgramStringARB)
16025
16026 .p2align 4,,15
16027 .globl GL_PREFIX(GetProgramivARB)
16028 .type GL_PREFIX(GetProgramivARB), @function
16029 GL_PREFIX(GetProgramivARB):
16030 #if defined(GLX_USE_TLS)
16031 call _x86_64_get_dispatch@PLT
16032 movq 3440(%rax), %r11
16033 jmp *%r11
16034 #elif defined(PTHREADS)
16035 pushq %rdi
16036 pushq %rsi
16037 pushq %rdx
16038 call _x86_64_get_dispatch@PLT
16039 popq %rdx
16040 popq %rsi
16041 popq %rdi
16042 movq 3440(%rax), %r11
16043 jmp *%r11
16044 #else
16045 movq _glapi_Dispatch(%rip), %rax
16046 testq %rax, %rax
16047 je 1f
16048 movq 3440(%rax), %r11
16049 jmp *%r11
16050 1:
16051 pushq %rdi
16052 pushq %rsi
16053 pushq %rdx
16054 call _glapi_get_dispatch
16055 popq %rdx
16056 popq %rsi
16057 popq %rdi
16058 movq 3440(%rax), %r11
16059 jmp *%r11
16060 #endif /* defined(GLX_USE_TLS) */
16061 .size GL_PREFIX(GetProgramivARB), .-GL_PREFIX(GetProgramivARB)
16062
16063 .p2align 4,,15
16064 .globl GL_PREFIX(GetVertexAttribdvARB)
16065 .type GL_PREFIX(GetVertexAttribdvARB), @function
16066 GL_PREFIX(GetVertexAttribdvARB):
16067 #if defined(GLX_USE_TLS)
16068 call _x86_64_get_dispatch@PLT
16069 movq 3448(%rax), %r11
16070 jmp *%r11
16071 #elif defined(PTHREADS)
16072 pushq %rdi
16073 pushq %rsi
16074 pushq %rdx
16075 call _x86_64_get_dispatch@PLT
16076 popq %rdx
16077 popq %rsi
16078 popq %rdi
16079 movq 3448(%rax), %r11
16080 jmp *%r11
16081 #else
16082 movq _glapi_Dispatch(%rip), %rax
16083 testq %rax, %rax
16084 je 1f
16085 movq 3448(%rax), %r11
16086 jmp *%r11
16087 1:
16088 pushq %rdi
16089 pushq %rsi
16090 pushq %rdx
16091 call _glapi_get_dispatch
16092 popq %rdx
16093 popq %rsi
16094 popq %rdi
16095 movq 3448(%rax), %r11
16096 jmp *%r11
16097 #endif /* defined(GLX_USE_TLS) */
16098 .size GL_PREFIX(GetVertexAttribdvARB), .-GL_PREFIX(GetVertexAttribdvARB)
16099
16100 .p2align 4,,15
16101 .globl GL_PREFIX(GetVertexAttribfvARB)
16102 .type GL_PREFIX(GetVertexAttribfvARB), @function
16103 GL_PREFIX(GetVertexAttribfvARB):
16104 #if defined(GLX_USE_TLS)
16105 call _x86_64_get_dispatch@PLT
16106 movq 3456(%rax), %r11
16107 jmp *%r11
16108 #elif defined(PTHREADS)
16109 pushq %rdi
16110 pushq %rsi
16111 pushq %rdx
16112 call _x86_64_get_dispatch@PLT
16113 popq %rdx
16114 popq %rsi
16115 popq %rdi
16116 movq 3456(%rax), %r11
16117 jmp *%r11
16118 #else
16119 movq _glapi_Dispatch(%rip), %rax
16120 testq %rax, %rax
16121 je 1f
16122 movq 3456(%rax), %r11
16123 jmp *%r11
16124 1:
16125 pushq %rdi
16126 pushq %rsi
16127 pushq %rdx
16128 call _glapi_get_dispatch
16129 popq %rdx
16130 popq %rsi
16131 popq %rdi
16132 movq 3456(%rax), %r11
16133 jmp *%r11
16134 #endif /* defined(GLX_USE_TLS) */
16135 .size GL_PREFIX(GetVertexAttribfvARB), .-GL_PREFIX(GetVertexAttribfvARB)
16136
16137 .p2align 4,,15
16138 .globl GL_PREFIX(GetVertexAttribivARB)
16139 .type GL_PREFIX(GetVertexAttribivARB), @function
16140 GL_PREFIX(GetVertexAttribivARB):
16141 #if defined(GLX_USE_TLS)
16142 call _x86_64_get_dispatch@PLT
16143 movq 3464(%rax), %r11
16144 jmp *%r11
16145 #elif defined(PTHREADS)
16146 pushq %rdi
16147 pushq %rsi
16148 pushq %rdx
16149 call _x86_64_get_dispatch@PLT
16150 popq %rdx
16151 popq %rsi
16152 popq %rdi
16153 movq 3464(%rax), %r11
16154 jmp *%r11
16155 #else
16156 movq _glapi_Dispatch(%rip), %rax
16157 testq %rax, %rax
16158 je 1f
16159 movq 3464(%rax), %r11
16160 jmp *%r11
16161 1:
16162 pushq %rdi
16163 pushq %rsi
16164 pushq %rdx
16165 call _glapi_get_dispatch
16166 popq %rdx
16167 popq %rsi
16168 popq %rdi
16169 movq 3464(%rax), %r11
16170 jmp *%r11
16171 #endif /* defined(GLX_USE_TLS) */
16172 .size GL_PREFIX(GetVertexAttribivARB), .-GL_PREFIX(GetVertexAttribivARB)
16173
16174 .p2align 4,,15
16175 .globl GL_PREFIX(ProgramEnvParameter4dARB)
16176 .type GL_PREFIX(ProgramEnvParameter4dARB), @function
16177 GL_PREFIX(ProgramEnvParameter4dARB):
16178 #if defined(GLX_USE_TLS)
16179 call _x86_64_get_dispatch@PLT
16180 movq 3472(%rax), %r11
16181 jmp *%r11
16182 #elif defined(PTHREADS)
16183 subq $56, %rsp
16184 movq %rdi, (%rsp)
16185 movq %rsi, 8(%rsp)
16186 movq %xmm0, 16(%rsp)
16187 movq %xmm1, 24(%rsp)
16188 movq %xmm2, 32(%rsp)
16189 movq %xmm3, 40(%rsp)
16190 call _x86_64_get_dispatch@PLT
16191 movq 40(%rsp), %xmm3
16192 movq 32(%rsp), %xmm2
16193 movq 24(%rsp), %xmm1
16194 movq 16(%rsp), %xmm0
16195 movq 8(%rsp), %rsi
16196 movq (%rsp), %rdi
16197 addq $56, %rsp
16198 movq 3472(%rax), %r11
16199 jmp *%r11
16200 #else
16201 movq _glapi_Dispatch(%rip), %rax
16202 testq %rax, %rax
16203 je 1f
16204 movq 3472(%rax), %r11
16205 jmp *%r11
16206 1:
16207 subq $56, %rsp
16208 movq %rdi, (%rsp)
16209 movq %rsi, 8(%rsp)
16210 movq %xmm0, 16(%rsp)
16211 movq %xmm1, 24(%rsp)
16212 movq %xmm2, 32(%rsp)
16213 movq %xmm3, 40(%rsp)
16214 call _glapi_get_dispatch
16215 movq 40(%rsp), %xmm3
16216 movq 32(%rsp), %xmm2
16217 movq 24(%rsp), %xmm1
16218 movq 16(%rsp), %xmm0
16219 movq 8(%rsp), %rsi
16220 movq (%rsp), %rdi
16221 addq $56, %rsp
16222 movq 3472(%rax), %r11
16223 jmp *%r11
16224 #endif /* defined(GLX_USE_TLS) */
16225 .size GL_PREFIX(ProgramEnvParameter4dARB), .-GL_PREFIX(ProgramEnvParameter4dARB)
16226
16227 .p2align 4,,15
16228 .globl GL_PREFIX(ProgramEnvParameter4dvARB)
16229 .type GL_PREFIX(ProgramEnvParameter4dvARB), @function
16230 GL_PREFIX(ProgramEnvParameter4dvARB):
16231 #if defined(GLX_USE_TLS)
16232 call _x86_64_get_dispatch@PLT
16233 movq 3480(%rax), %r11
16234 jmp *%r11
16235 #elif defined(PTHREADS)
16236 pushq %rdi
16237 pushq %rsi
16238 pushq %rdx
16239 call _x86_64_get_dispatch@PLT
16240 popq %rdx
16241 popq %rsi
16242 popq %rdi
16243 movq 3480(%rax), %r11
16244 jmp *%r11
16245 #else
16246 movq _glapi_Dispatch(%rip), %rax
16247 testq %rax, %rax
16248 je 1f
16249 movq 3480(%rax), %r11
16250 jmp *%r11
16251 1:
16252 pushq %rdi
16253 pushq %rsi
16254 pushq %rdx
16255 call _glapi_get_dispatch
16256 popq %rdx
16257 popq %rsi
16258 popq %rdi
16259 movq 3480(%rax), %r11
16260 jmp *%r11
16261 #endif /* defined(GLX_USE_TLS) */
16262 .size GL_PREFIX(ProgramEnvParameter4dvARB), .-GL_PREFIX(ProgramEnvParameter4dvARB)
16263
16264 .p2align 4,,15
16265 .globl GL_PREFIX(ProgramEnvParameter4fARB)
16266 .type GL_PREFIX(ProgramEnvParameter4fARB), @function
16267 GL_PREFIX(ProgramEnvParameter4fARB):
16268 #if defined(GLX_USE_TLS)
16269 call _x86_64_get_dispatch@PLT
16270 movq 3488(%rax), %r11
16271 jmp *%r11
16272 #elif defined(PTHREADS)
16273 subq $56, %rsp
16274 movq %rdi, (%rsp)
16275 movq %rsi, 8(%rsp)
16276 movq %xmm0, 16(%rsp)
16277 movq %xmm1, 24(%rsp)
16278 movq %xmm2, 32(%rsp)
16279 movq %xmm3, 40(%rsp)
16280 call _x86_64_get_dispatch@PLT
16281 movq 40(%rsp), %xmm3
16282 movq 32(%rsp), %xmm2
16283 movq 24(%rsp), %xmm1
16284 movq 16(%rsp), %xmm0
16285 movq 8(%rsp), %rsi
16286 movq (%rsp), %rdi
16287 addq $56, %rsp
16288 movq 3488(%rax), %r11
16289 jmp *%r11
16290 #else
16291 movq _glapi_Dispatch(%rip), %rax
16292 testq %rax, %rax
16293 je 1f
16294 movq 3488(%rax), %r11
16295 jmp *%r11
16296 1:
16297 subq $56, %rsp
16298 movq %rdi, (%rsp)
16299 movq %rsi, 8(%rsp)
16300 movq %xmm0, 16(%rsp)
16301 movq %xmm1, 24(%rsp)
16302 movq %xmm2, 32(%rsp)
16303 movq %xmm3, 40(%rsp)
16304 call _glapi_get_dispatch
16305 movq 40(%rsp), %xmm3
16306 movq 32(%rsp), %xmm2
16307 movq 24(%rsp), %xmm1
16308 movq 16(%rsp), %xmm0
16309 movq 8(%rsp), %rsi
16310 movq (%rsp), %rdi
16311 addq $56, %rsp
16312 movq 3488(%rax), %r11
16313 jmp *%r11
16314 #endif /* defined(GLX_USE_TLS) */
16315 .size GL_PREFIX(ProgramEnvParameter4fARB), .-GL_PREFIX(ProgramEnvParameter4fARB)
16316
16317 .p2align 4,,15
16318 .globl GL_PREFIX(ProgramEnvParameter4fvARB)
16319 .type GL_PREFIX(ProgramEnvParameter4fvARB), @function
16320 GL_PREFIX(ProgramEnvParameter4fvARB):
16321 #if defined(GLX_USE_TLS)
16322 call _x86_64_get_dispatch@PLT
16323 movq 3496(%rax), %r11
16324 jmp *%r11
16325 #elif defined(PTHREADS)
16326 pushq %rdi
16327 pushq %rsi
16328 pushq %rdx
16329 call _x86_64_get_dispatch@PLT
16330 popq %rdx
16331 popq %rsi
16332 popq %rdi
16333 movq 3496(%rax), %r11
16334 jmp *%r11
16335 #else
16336 movq _glapi_Dispatch(%rip), %rax
16337 testq %rax, %rax
16338 je 1f
16339 movq 3496(%rax), %r11
16340 jmp *%r11
16341 1:
16342 pushq %rdi
16343 pushq %rsi
16344 pushq %rdx
16345 call _glapi_get_dispatch
16346 popq %rdx
16347 popq %rsi
16348 popq %rdi
16349 movq 3496(%rax), %r11
16350 jmp *%r11
16351 #endif /* defined(GLX_USE_TLS) */
16352 .size GL_PREFIX(ProgramEnvParameter4fvARB), .-GL_PREFIX(ProgramEnvParameter4fvARB)
16353
16354 .p2align 4,,15
16355 .globl GL_PREFIX(ProgramLocalParameter4dARB)
16356 .type GL_PREFIX(ProgramLocalParameter4dARB), @function
16357 GL_PREFIX(ProgramLocalParameter4dARB):
16358 #if defined(GLX_USE_TLS)
16359 call _x86_64_get_dispatch@PLT
16360 movq 3504(%rax), %r11
16361 jmp *%r11
16362 #elif defined(PTHREADS)
16363 subq $56, %rsp
16364 movq %rdi, (%rsp)
16365 movq %rsi, 8(%rsp)
16366 movq %xmm0, 16(%rsp)
16367 movq %xmm1, 24(%rsp)
16368 movq %xmm2, 32(%rsp)
16369 movq %xmm3, 40(%rsp)
16370 call _x86_64_get_dispatch@PLT
16371 movq 40(%rsp), %xmm3
16372 movq 32(%rsp), %xmm2
16373 movq 24(%rsp), %xmm1
16374 movq 16(%rsp), %xmm0
16375 movq 8(%rsp), %rsi
16376 movq (%rsp), %rdi
16377 addq $56, %rsp
16378 movq 3504(%rax), %r11
16379 jmp *%r11
16380 #else
16381 movq _glapi_Dispatch(%rip), %rax
16382 testq %rax, %rax
16383 je 1f
16384 movq 3504(%rax), %r11
16385 jmp *%r11
16386 1:
16387 subq $56, %rsp
16388 movq %rdi, (%rsp)
16389 movq %rsi, 8(%rsp)
16390 movq %xmm0, 16(%rsp)
16391 movq %xmm1, 24(%rsp)
16392 movq %xmm2, 32(%rsp)
16393 movq %xmm3, 40(%rsp)
16394 call _glapi_get_dispatch
16395 movq 40(%rsp), %xmm3
16396 movq 32(%rsp), %xmm2
16397 movq 24(%rsp), %xmm1
16398 movq 16(%rsp), %xmm0
16399 movq 8(%rsp), %rsi
16400 movq (%rsp), %rdi
16401 addq $56, %rsp
16402 movq 3504(%rax), %r11
16403 jmp *%r11
16404 #endif /* defined(GLX_USE_TLS) */
16405 .size GL_PREFIX(ProgramLocalParameter4dARB), .-GL_PREFIX(ProgramLocalParameter4dARB)
16406
16407 .p2align 4,,15
16408 .globl GL_PREFIX(ProgramLocalParameter4dvARB)
16409 .type GL_PREFIX(ProgramLocalParameter4dvARB), @function
16410 GL_PREFIX(ProgramLocalParameter4dvARB):
16411 #if defined(GLX_USE_TLS)
16412 call _x86_64_get_dispatch@PLT
16413 movq 3512(%rax), %r11
16414 jmp *%r11
16415 #elif defined(PTHREADS)
16416 pushq %rdi
16417 pushq %rsi
16418 pushq %rdx
16419 call _x86_64_get_dispatch@PLT
16420 popq %rdx
16421 popq %rsi
16422 popq %rdi
16423 movq 3512(%rax), %r11
16424 jmp *%r11
16425 #else
16426 movq _glapi_Dispatch(%rip), %rax
16427 testq %rax, %rax
16428 je 1f
16429 movq 3512(%rax), %r11
16430 jmp *%r11
16431 1:
16432 pushq %rdi
16433 pushq %rsi
16434 pushq %rdx
16435 call _glapi_get_dispatch
16436 popq %rdx
16437 popq %rsi
16438 popq %rdi
16439 movq 3512(%rax), %r11
16440 jmp *%r11
16441 #endif /* defined(GLX_USE_TLS) */
16442 .size GL_PREFIX(ProgramLocalParameter4dvARB), .-GL_PREFIX(ProgramLocalParameter4dvARB)
16443
16444 .p2align 4,,15
16445 .globl GL_PREFIX(ProgramLocalParameter4fARB)
16446 .type GL_PREFIX(ProgramLocalParameter4fARB), @function
16447 GL_PREFIX(ProgramLocalParameter4fARB):
16448 #if defined(GLX_USE_TLS)
16449 call _x86_64_get_dispatch@PLT
16450 movq 3520(%rax), %r11
16451 jmp *%r11
16452 #elif defined(PTHREADS)
16453 subq $56, %rsp
16454 movq %rdi, (%rsp)
16455 movq %rsi, 8(%rsp)
16456 movq %xmm0, 16(%rsp)
16457 movq %xmm1, 24(%rsp)
16458 movq %xmm2, 32(%rsp)
16459 movq %xmm3, 40(%rsp)
16460 call _x86_64_get_dispatch@PLT
16461 movq 40(%rsp), %xmm3
16462 movq 32(%rsp), %xmm2
16463 movq 24(%rsp), %xmm1
16464 movq 16(%rsp), %xmm0
16465 movq 8(%rsp), %rsi
16466 movq (%rsp), %rdi
16467 addq $56, %rsp
16468 movq 3520(%rax), %r11
16469 jmp *%r11
16470 #else
16471 movq _glapi_Dispatch(%rip), %rax
16472 testq %rax, %rax
16473 je 1f
16474 movq 3520(%rax), %r11
16475 jmp *%r11
16476 1:
16477 subq $56, %rsp
16478 movq %rdi, (%rsp)
16479 movq %rsi, 8(%rsp)
16480 movq %xmm0, 16(%rsp)
16481 movq %xmm1, 24(%rsp)
16482 movq %xmm2, 32(%rsp)
16483 movq %xmm3, 40(%rsp)
16484 call _glapi_get_dispatch
16485 movq 40(%rsp), %xmm3
16486 movq 32(%rsp), %xmm2
16487 movq 24(%rsp), %xmm1
16488 movq 16(%rsp), %xmm0
16489 movq 8(%rsp), %rsi
16490 movq (%rsp), %rdi
16491 addq $56, %rsp
16492 movq 3520(%rax), %r11
16493 jmp *%r11
16494 #endif /* defined(GLX_USE_TLS) */
16495 .size GL_PREFIX(ProgramLocalParameter4fARB), .-GL_PREFIX(ProgramLocalParameter4fARB)
16496
16497 .p2align 4,,15
16498 .globl GL_PREFIX(ProgramLocalParameter4fvARB)
16499 .type GL_PREFIX(ProgramLocalParameter4fvARB), @function
16500 GL_PREFIX(ProgramLocalParameter4fvARB):
16501 #if defined(GLX_USE_TLS)
16502 call _x86_64_get_dispatch@PLT
16503 movq 3528(%rax), %r11
16504 jmp *%r11
16505 #elif defined(PTHREADS)
16506 pushq %rdi
16507 pushq %rsi
16508 pushq %rdx
16509 call _x86_64_get_dispatch@PLT
16510 popq %rdx
16511 popq %rsi
16512 popq %rdi
16513 movq 3528(%rax), %r11
16514 jmp *%r11
16515 #else
16516 movq _glapi_Dispatch(%rip), %rax
16517 testq %rax, %rax
16518 je 1f
16519 movq 3528(%rax), %r11
16520 jmp *%r11
16521 1:
16522 pushq %rdi
16523 pushq %rsi
16524 pushq %rdx
16525 call _glapi_get_dispatch
16526 popq %rdx
16527 popq %rsi
16528 popq %rdi
16529 movq 3528(%rax), %r11
16530 jmp *%r11
16531 #endif /* defined(GLX_USE_TLS) */
16532 .size GL_PREFIX(ProgramLocalParameter4fvARB), .-GL_PREFIX(ProgramLocalParameter4fvARB)
16533
16534 .p2align 4,,15
16535 .globl GL_PREFIX(ProgramStringARB)
16536 .type GL_PREFIX(ProgramStringARB), @function
16537 GL_PREFIX(ProgramStringARB):
16538 #if defined(GLX_USE_TLS)
16539 call _x86_64_get_dispatch@PLT
16540 movq 3536(%rax), %r11
16541 jmp *%r11
16542 #elif defined(PTHREADS)
16543 pushq %rdi
16544 pushq %rsi
16545 pushq %rdx
16546 pushq %rcx
16547 pushq %rbp
16548 call _x86_64_get_dispatch@PLT
16549 popq %rbp
16550 popq %rcx
16551 popq %rdx
16552 popq %rsi
16553 popq %rdi
16554 movq 3536(%rax), %r11
16555 jmp *%r11
16556 #else
16557 movq _glapi_Dispatch(%rip), %rax
16558 testq %rax, %rax
16559 je 1f
16560 movq 3536(%rax), %r11
16561 jmp *%r11
16562 1:
16563 pushq %rdi
16564 pushq %rsi
16565 pushq %rdx
16566 pushq %rcx
16567 pushq %rbp
16568 call _glapi_get_dispatch
16569 popq %rbp
16570 popq %rcx
16571 popq %rdx
16572 popq %rsi
16573 popq %rdi
16574 movq 3536(%rax), %r11
16575 jmp *%r11
16576 #endif /* defined(GLX_USE_TLS) */
16577 .size GL_PREFIX(ProgramStringARB), .-GL_PREFIX(ProgramStringARB)
16578
16579 .p2align 4,,15
16580 .globl GL_PREFIX(VertexAttrib1dARB)
16581 .type GL_PREFIX(VertexAttrib1dARB), @function
16582 GL_PREFIX(VertexAttrib1dARB):
16583 #if defined(GLX_USE_TLS)
16584 call _x86_64_get_dispatch@PLT
16585 movq 3544(%rax), %r11
16586 jmp *%r11
16587 #elif defined(PTHREADS)
16588 subq $24, %rsp
16589 movq %rdi, (%rsp)
16590 movq %xmm0, 8(%rsp)
16591 call _x86_64_get_dispatch@PLT
16592 movq 8(%rsp), %xmm0
16593 movq (%rsp), %rdi
16594 addq $24, %rsp
16595 movq 3544(%rax), %r11
16596 jmp *%r11
16597 #else
16598 movq _glapi_Dispatch(%rip), %rax
16599 testq %rax, %rax
16600 je 1f
16601 movq 3544(%rax), %r11
16602 jmp *%r11
16603 1:
16604 subq $24, %rsp
16605 movq %rdi, (%rsp)
16606 movq %xmm0, 8(%rsp)
16607 call _glapi_get_dispatch
16608 movq 8(%rsp), %xmm0
16609 movq (%rsp), %rdi
16610 addq $24, %rsp
16611 movq 3544(%rax), %r11
16612 jmp *%r11
16613 #endif /* defined(GLX_USE_TLS) */
16614 .size GL_PREFIX(VertexAttrib1dARB), .-GL_PREFIX(VertexAttrib1dARB)
16615
16616 .p2align 4,,15
16617 .globl GL_PREFIX(VertexAttrib1dvARB)
16618 .type GL_PREFIX(VertexAttrib1dvARB), @function
16619 GL_PREFIX(VertexAttrib1dvARB):
16620 #if defined(GLX_USE_TLS)
16621 call _x86_64_get_dispatch@PLT
16622 movq 3552(%rax), %r11
16623 jmp *%r11
16624 #elif defined(PTHREADS)
16625 pushq %rdi
16626 pushq %rsi
16627 pushq %rbp
16628 call _x86_64_get_dispatch@PLT
16629 popq %rbp
16630 popq %rsi
16631 popq %rdi
16632 movq 3552(%rax), %r11
16633 jmp *%r11
16634 #else
16635 movq _glapi_Dispatch(%rip), %rax
16636 testq %rax, %rax
16637 je 1f
16638 movq 3552(%rax), %r11
16639 jmp *%r11
16640 1:
16641 pushq %rdi
16642 pushq %rsi
16643 pushq %rbp
16644 call _glapi_get_dispatch
16645 popq %rbp
16646 popq %rsi
16647 popq %rdi
16648 movq 3552(%rax), %r11
16649 jmp *%r11
16650 #endif /* defined(GLX_USE_TLS) */
16651 .size GL_PREFIX(VertexAttrib1dvARB), .-GL_PREFIX(VertexAttrib1dvARB)
16652
16653 .p2align 4,,15
16654 .globl GL_PREFIX(VertexAttrib1fARB)
16655 .type GL_PREFIX(VertexAttrib1fARB), @function
16656 GL_PREFIX(VertexAttrib1fARB):
16657 #if defined(GLX_USE_TLS)
16658 call _x86_64_get_dispatch@PLT
16659 movq 3560(%rax), %r11
16660 jmp *%r11
16661 #elif defined(PTHREADS)
16662 subq $24, %rsp
16663 movq %rdi, (%rsp)
16664 movq %xmm0, 8(%rsp)
16665 call _x86_64_get_dispatch@PLT
16666 movq 8(%rsp), %xmm0
16667 movq (%rsp), %rdi
16668 addq $24, %rsp
16669 movq 3560(%rax), %r11
16670 jmp *%r11
16671 #else
16672 movq _glapi_Dispatch(%rip), %rax
16673 testq %rax, %rax
16674 je 1f
16675 movq 3560(%rax), %r11
16676 jmp *%r11
16677 1:
16678 subq $24, %rsp
16679 movq %rdi, (%rsp)
16680 movq %xmm0, 8(%rsp)
16681 call _glapi_get_dispatch
16682 movq 8(%rsp), %xmm0
16683 movq (%rsp), %rdi
16684 addq $24, %rsp
16685 movq 3560(%rax), %r11
16686 jmp *%r11
16687 #endif /* defined(GLX_USE_TLS) */
16688 .size GL_PREFIX(VertexAttrib1fARB), .-GL_PREFIX(VertexAttrib1fARB)
16689
16690 .p2align 4,,15
16691 .globl GL_PREFIX(VertexAttrib1fvARB)
16692 .type GL_PREFIX(VertexAttrib1fvARB), @function
16693 GL_PREFIX(VertexAttrib1fvARB):
16694 #if defined(GLX_USE_TLS)
16695 call _x86_64_get_dispatch@PLT
16696 movq 3568(%rax), %r11
16697 jmp *%r11
16698 #elif defined(PTHREADS)
16699 pushq %rdi
16700 pushq %rsi
16701 pushq %rbp
16702 call _x86_64_get_dispatch@PLT
16703 popq %rbp
16704 popq %rsi
16705 popq %rdi
16706 movq 3568(%rax), %r11
16707 jmp *%r11
16708 #else
16709 movq _glapi_Dispatch(%rip), %rax
16710 testq %rax, %rax
16711 je 1f
16712 movq 3568(%rax), %r11
16713 jmp *%r11
16714 1:
16715 pushq %rdi
16716 pushq %rsi
16717 pushq %rbp
16718 call _glapi_get_dispatch
16719 popq %rbp
16720 popq %rsi
16721 popq %rdi
16722 movq 3568(%rax), %r11
16723 jmp *%r11
16724 #endif /* defined(GLX_USE_TLS) */
16725 .size GL_PREFIX(VertexAttrib1fvARB), .-GL_PREFIX(VertexAttrib1fvARB)
16726
16727 .p2align 4,,15
16728 .globl GL_PREFIX(VertexAttrib1sARB)
16729 .type GL_PREFIX(VertexAttrib1sARB), @function
16730 GL_PREFIX(VertexAttrib1sARB):
16731 #if defined(GLX_USE_TLS)
16732 call _x86_64_get_dispatch@PLT
16733 movq 3576(%rax), %r11
16734 jmp *%r11
16735 #elif defined(PTHREADS)
16736 pushq %rdi
16737 pushq %rsi
16738 pushq %rbp
16739 call _x86_64_get_dispatch@PLT
16740 popq %rbp
16741 popq %rsi
16742 popq %rdi
16743 movq 3576(%rax), %r11
16744 jmp *%r11
16745 #else
16746 movq _glapi_Dispatch(%rip), %rax
16747 testq %rax, %rax
16748 je 1f
16749 movq 3576(%rax), %r11
16750 jmp *%r11
16751 1:
16752 pushq %rdi
16753 pushq %rsi
16754 pushq %rbp
16755 call _glapi_get_dispatch
16756 popq %rbp
16757 popq %rsi
16758 popq %rdi
16759 movq 3576(%rax), %r11
16760 jmp *%r11
16761 #endif /* defined(GLX_USE_TLS) */
16762 .size GL_PREFIX(VertexAttrib1sARB), .-GL_PREFIX(VertexAttrib1sARB)
16763
16764 .p2align 4,,15
16765 .globl GL_PREFIX(VertexAttrib1svARB)
16766 .type GL_PREFIX(VertexAttrib1svARB), @function
16767 GL_PREFIX(VertexAttrib1svARB):
16768 #if defined(GLX_USE_TLS)
16769 call _x86_64_get_dispatch@PLT
16770 movq 3584(%rax), %r11
16771 jmp *%r11
16772 #elif defined(PTHREADS)
16773 pushq %rdi
16774 pushq %rsi
16775 pushq %rbp
16776 call _x86_64_get_dispatch@PLT
16777 popq %rbp
16778 popq %rsi
16779 popq %rdi
16780 movq 3584(%rax), %r11
16781 jmp *%r11
16782 #else
16783 movq _glapi_Dispatch(%rip), %rax
16784 testq %rax, %rax
16785 je 1f
16786 movq 3584(%rax), %r11
16787 jmp *%r11
16788 1:
16789 pushq %rdi
16790 pushq %rsi
16791 pushq %rbp
16792 call _glapi_get_dispatch
16793 popq %rbp
16794 popq %rsi
16795 popq %rdi
16796 movq 3584(%rax), %r11
16797 jmp *%r11
16798 #endif /* defined(GLX_USE_TLS) */
16799 .size GL_PREFIX(VertexAttrib1svARB), .-GL_PREFIX(VertexAttrib1svARB)
16800
16801 .p2align 4,,15
16802 .globl GL_PREFIX(VertexAttrib2dARB)
16803 .type GL_PREFIX(VertexAttrib2dARB), @function
16804 GL_PREFIX(VertexAttrib2dARB):
16805 #if defined(GLX_USE_TLS)
16806 call _x86_64_get_dispatch@PLT
16807 movq 3592(%rax), %r11
16808 jmp *%r11
16809 #elif defined(PTHREADS)
16810 subq $24, %rsp
16811 movq %rdi, (%rsp)
16812 movq %xmm0, 8(%rsp)
16813 movq %xmm1, 16(%rsp)
16814 call _x86_64_get_dispatch@PLT
16815 movq 16(%rsp), %xmm1
16816 movq 8(%rsp), %xmm0
16817 movq (%rsp), %rdi
16818 addq $24, %rsp
16819 movq 3592(%rax), %r11
16820 jmp *%r11
16821 #else
16822 movq _glapi_Dispatch(%rip), %rax
16823 testq %rax, %rax
16824 je 1f
16825 movq 3592(%rax), %r11
16826 jmp *%r11
16827 1:
16828 subq $24, %rsp
16829 movq %rdi, (%rsp)
16830 movq %xmm0, 8(%rsp)
16831 movq %xmm1, 16(%rsp)
16832 call _glapi_get_dispatch
16833 movq 16(%rsp), %xmm1
16834 movq 8(%rsp), %xmm0
16835 movq (%rsp), %rdi
16836 addq $24, %rsp
16837 movq 3592(%rax), %r11
16838 jmp *%r11
16839 #endif /* defined(GLX_USE_TLS) */
16840 .size GL_PREFIX(VertexAttrib2dARB), .-GL_PREFIX(VertexAttrib2dARB)
16841
16842 .p2align 4,,15
16843 .globl GL_PREFIX(VertexAttrib2dvARB)
16844 .type GL_PREFIX(VertexAttrib2dvARB), @function
16845 GL_PREFIX(VertexAttrib2dvARB):
16846 #if defined(GLX_USE_TLS)
16847 call _x86_64_get_dispatch@PLT
16848 movq 3600(%rax), %r11
16849 jmp *%r11
16850 #elif defined(PTHREADS)
16851 pushq %rdi
16852 pushq %rsi
16853 pushq %rbp
16854 call _x86_64_get_dispatch@PLT
16855 popq %rbp
16856 popq %rsi
16857 popq %rdi
16858 movq 3600(%rax), %r11
16859 jmp *%r11
16860 #else
16861 movq _glapi_Dispatch(%rip), %rax
16862 testq %rax, %rax
16863 je 1f
16864 movq 3600(%rax), %r11
16865 jmp *%r11
16866 1:
16867 pushq %rdi
16868 pushq %rsi
16869 pushq %rbp
16870 call _glapi_get_dispatch
16871 popq %rbp
16872 popq %rsi
16873 popq %rdi
16874 movq 3600(%rax), %r11
16875 jmp *%r11
16876 #endif /* defined(GLX_USE_TLS) */
16877 .size GL_PREFIX(VertexAttrib2dvARB), .-GL_PREFIX(VertexAttrib2dvARB)
16878
16879 .p2align 4,,15
16880 .globl GL_PREFIX(VertexAttrib2fARB)
16881 .type GL_PREFIX(VertexAttrib2fARB), @function
16882 GL_PREFIX(VertexAttrib2fARB):
16883 #if defined(GLX_USE_TLS)
16884 call _x86_64_get_dispatch@PLT
16885 movq 3608(%rax), %r11
16886 jmp *%r11
16887 #elif defined(PTHREADS)
16888 subq $24, %rsp
16889 movq %rdi, (%rsp)
16890 movq %xmm0, 8(%rsp)
16891 movq %xmm1, 16(%rsp)
16892 call _x86_64_get_dispatch@PLT
16893 movq 16(%rsp), %xmm1
16894 movq 8(%rsp), %xmm0
16895 movq (%rsp), %rdi
16896 addq $24, %rsp
16897 movq 3608(%rax), %r11
16898 jmp *%r11
16899 #else
16900 movq _glapi_Dispatch(%rip), %rax
16901 testq %rax, %rax
16902 je 1f
16903 movq 3608(%rax), %r11
16904 jmp *%r11
16905 1:
16906 subq $24, %rsp
16907 movq %rdi, (%rsp)
16908 movq %xmm0, 8(%rsp)
16909 movq %xmm1, 16(%rsp)
16910 call _glapi_get_dispatch
16911 movq 16(%rsp), %xmm1
16912 movq 8(%rsp), %xmm0
16913 movq (%rsp), %rdi
16914 addq $24, %rsp
16915 movq 3608(%rax), %r11
16916 jmp *%r11
16917 #endif /* defined(GLX_USE_TLS) */
16918 .size GL_PREFIX(VertexAttrib2fARB), .-GL_PREFIX(VertexAttrib2fARB)
16919
16920 .p2align 4,,15
16921 .globl GL_PREFIX(VertexAttrib2fvARB)
16922 .type GL_PREFIX(VertexAttrib2fvARB), @function
16923 GL_PREFIX(VertexAttrib2fvARB):
16924 #if defined(GLX_USE_TLS)
16925 call _x86_64_get_dispatch@PLT
16926 movq 3616(%rax), %r11
16927 jmp *%r11
16928 #elif defined(PTHREADS)
16929 pushq %rdi
16930 pushq %rsi
16931 pushq %rbp
16932 call _x86_64_get_dispatch@PLT
16933 popq %rbp
16934 popq %rsi
16935 popq %rdi
16936 movq 3616(%rax), %r11
16937 jmp *%r11
16938 #else
16939 movq _glapi_Dispatch(%rip), %rax
16940 testq %rax, %rax
16941 je 1f
16942 movq 3616(%rax), %r11
16943 jmp *%r11
16944 1:
16945 pushq %rdi
16946 pushq %rsi
16947 pushq %rbp
16948 call _glapi_get_dispatch
16949 popq %rbp
16950 popq %rsi
16951 popq %rdi
16952 movq 3616(%rax), %r11
16953 jmp *%r11
16954 #endif /* defined(GLX_USE_TLS) */
16955 .size GL_PREFIX(VertexAttrib2fvARB), .-GL_PREFIX(VertexAttrib2fvARB)
16956
16957 .p2align 4,,15
16958 .globl GL_PREFIX(VertexAttrib2sARB)
16959 .type GL_PREFIX(VertexAttrib2sARB), @function
16960 GL_PREFIX(VertexAttrib2sARB):
16961 #if defined(GLX_USE_TLS)
16962 call _x86_64_get_dispatch@PLT
16963 movq 3624(%rax), %r11
16964 jmp *%r11
16965 #elif defined(PTHREADS)
16966 pushq %rdi
16967 pushq %rsi
16968 pushq %rdx
16969 call _x86_64_get_dispatch@PLT
16970 popq %rdx
16971 popq %rsi
16972 popq %rdi
16973 movq 3624(%rax), %r11
16974 jmp *%r11
16975 #else
16976 movq _glapi_Dispatch(%rip), %rax
16977 testq %rax, %rax
16978 je 1f
16979 movq 3624(%rax), %r11
16980 jmp *%r11
16981 1:
16982 pushq %rdi
16983 pushq %rsi
16984 pushq %rdx
16985 call _glapi_get_dispatch
16986 popq %rdx
16987 popq %rsi
16988 popq %rdi
16989 movq 3624(%rax), %r11
16990 jmp *%r11
16991 #endif /* defined(GLX_USE_TLS) */
16992 .size GL_PREFIX(VertexAttrib2sARB), .-GL_PREFIX(VertexAttrib2sARB)
16993
16994 .p2align 4,,15
16995 .globl GL_PREFIX(VertexAttrib2svARB)
16996 .type GL_PREFIX(VertexAttrib2svARB), @function
16997 GL_PREFIX(VertexAttrib2svARB):
16998 #if defined(GLX_USE_TLS)
16999 call _x86_64_get_dispatch@PLT
17000 movq 3632(%rax), %r11
17001 jmp *%r11
17002 #elif defined(PTHREADS)
17003 pushq %rdi
17004 pushq %rsi
17005 pushq %rbp
17006 call _x86_64_get_dispatch@PLT
17007 popq %rbp
17008 popq %rsi
17009 popq %rdi
17010 movq 3632(%rax), %r11
17011 jmp *%r11
17012 #else
17013 movq _glapi_Dispatch(%rip), %rax
17014 testq %rax, %rax
17015 je 1f
17016 movq 3632(%rax), %r11
17017 jmp *%r11
17018 1:
17019 pushq %rdi
17020 pushq %rsi
17021 pushq %rbp
17022 call _glapi_get_dispatch
17023 popq %rbp
17024 popq %rsi
17025 popq %rdi
17026 movq 3632(%rax), %r11
17027 jmp *%r11
17028 #endif /* defined(GLX_USE_TLS) */
17029 .size GL_PREFIX(VertexAttrib2svARB), .-GL_PREFIX(VertexAttrib2svARB)
17030
17031 .p2align 4,,15
17032 .globl GL_PREFIX(VertexAttrib3dARB)
17033 .type GL_PREFIX(VertexAttrib3dARB), @function
17034 GL_PREFIX(VertexAttrib3dARB):
17035 #if defined(GLX_USE_TLS)
17036 call _x86_64_get_dispatch@PLT
17037 movq 3640(%rax), %r11
17038 jmp *%r11
17039 #elif defined(PTHREADS)
17040 subq $40, %rsp
17041 movq %rdi, (%rsp)
17042 movq %xmm0, 8(%rsp)
17043 movq %xmm1, 16(%rsp)
17044 movq %xmm2, 24(%rsp)
17045 call _x86_64_get_dispatch@PLT
17046 movq 24(%rsp), %xmm2
17047 movq 16(%rsp), %xmm1
17048 movq 8(%rsp), %xmm0
17049 movq (%rsp), %rdi
17050 addq $40, %rsp
17051 movq 3640(%rax), %r11
17052 jmp *%r11
17053 #else
17054 movq _glapi_Dispatch(%rip), %rax
17055 testq %rax, %rax
17056 je 1f
17057 movq 3640(%rax), %r11
17058 jmp *%r11
17059 1:
17060 subq $40, %rsp
17061 movq %rdi, (%rsp)
17062 movq %xmm0, 8(%rsp)
17063 movq %xmm1, 16(%rsp)
17064 movq %xmm2, 24(%rsp)
17065 call _glapi_get_dispatch
17066 movq 24(%rsp), %xmm2
17067 movq 16(%rsp), %xmm1
17068 movq 8(%rsp), %xmm0
17069 movq (%rsp), %rdi
17070 addq $40, %rsp
17071 movq 3640(%rax), %r11
17072 jmp *%r11
17073 #endif /* defined(GLX_USE_TLS) */
17074 .size GL_PREFIX(VertexAttrib3dARB), .-GL_PREFIX(VertexAttrib3dARB)
17075
17076 .p2align 4,,15
17077 .globl GL_PREFIX(VertexAttrib3dvARB)
17078 .type GL_PREFIX(VertexAttrib3dvARB), @function
17079 GL_PREFIX(VertexAttrib3dvARB):
17080 #if defined(GLX_USE_TLS)
17081 call _x86_64_get_dispatch@PLT
17082 movq 3648(%rax), %r11
17083 jmp *%r11
17084 #elif defined(PTHREADS)
17085 pushq %rdi
17086 pushq %rsi
17087 pushq %rbp
17088 call _x86_64_get_dispatch@PLT
17089 popq %rbp
17090 popq %rsi
17091 popq %rdi
17092 movq 3648(%rax), %r11
17093 jmp *%r11
17094 #else
17095 movq _glapi_Dispatch(%rip), %rax
17096 testq %rax, %rax
17097 je 1f
17098 movq 3648(%rax), %r11
17099 jmp *%r11
17100 1:
17101 pushq %rdi
17102 pushq %rsi
17103 pushq %rbp
17104 call _glapi_get_dispatch
17105 popq %rbp
17106 popq %rsi
17107 popq %rdi
17108 movq 3648(%rax), %r11
17109 jmp *%r11
17110 #endif /* defined(GLX_USE_TLS) */
17111 .size GL_PREFIX(VertexAttrib3dvARB), .-GL_PREFIX(VertexAttrib3dvARB)
17112
17113 .p2align 4,,15
17114 .globl GL_PREFIX(VertexAttrib3fARB)
17115 .type GL_PREFIX(VertexAttrib3fARB), @function
17116 GL_PREFIX(VertexAttrib3fARB):
17117 #if defined(GLX_USE_TLS)
17118 call _x86_64_get_dispatch@PLT
17119 movq 3656(%rax), %r11
17120 jmp *%r11
17121 #elif defined(PTHREADS)
17122 subq $40, %rsp
17123 movq %rdi, (%rsp)
17124 movq %xmm0, 8(%rsp)
17125 movq %xmm1, 16(%rsp)
17126 movq %xmm2, 24(%rsp)
17127 call _x86_64_get_dispatch@PLT
17128 movq 24(%rsp), %xmm2
17129 movq 16(%rsp), %xmm1
17130 movq 8(%rsp), %xmm0
17131 movq (%rsp), %rdi
17132 addq $40, %rsp
17133 movq 3656(%rax), %r11
17134 jmp *%r11
17135 #else
17136 movq _glapi_Dispatch(%rip), %rax
17137 testq %rax, %rax
17138 je 1f
17139 movq 3656(%rax), %r11
17140 jmp *%r11
17141 1:
17142 subq $40, %rsp
17143 movq %rdi, (%rsp)
17144 movq %xmm0, 8(%rsp)
17145 movq %xmm1, 16(%rsp)
17146 movq %xmm2, 24(%rsp)
17147 call _glapi_get_dispatch
17148 movq 24(%rsp), %xmm2
17149 movq 16(%rsp), %xmm1
17150 movq 8(%rsp), %xmm0
17151 movq (%rsp), %rdi
17152 addq $40, %rsp
17153 movq 3656(%rax), %r11
17154 jmp *%r11
17155 #endif /* defined(GLX_USE_TLS) */
17156 .size GL_PREFIX(VertexAttrib3fARB), .-GL_PREFIX(VertexAttrib3fARB)
17157
17158 .p2align 4,,15
17159 .globl GL_PREFIX(VertexAttrib3fvARB)
17160 .type GL_PREFIX(VertexAttrib3fvARB), @function
17161 GL_PREFIX(VertexAttrib3fvARB):
17162 #if defined(GLX_USE_TLS)
17163 call _x86_64_get_dispatch@PLT
17164 movq 3664(%rax), %r11
17165 jmp *%r11
17166 #elif defined(PTHREADS)
17167 pushq %rdi
17168 pushq %rsi
17169 pushq %rbp
17170 call _x86_64_get_dispatch@PLT
17171 popq %rbp
17172 popq %rsi
17173 popq %rdi
17174 movq 3664(%rax), %r11
17175 jmp *%r11
17176 #else
17177 movq _glapi_Dispatch(%rip), %rax
17178 testq %rax, %rax
17179 je 1f
17180 movq 3664(%rax), %r11
17181 jmp *%r11
17182 1:
17183 pushq %rdi
17184 pushq %rsi
17185 pushq %rbp
17186 call _glapi_get_dispatch
17187 popq %rbp
17188 popq %rsi
17189 popq %rdi
17190 movq 3664(%rax), %r11
17191 jmp *%r11
17192 #endif /* defined(GLX_USE_TLS) */
17193 .size GL_PREFIX(VertexAttrib3fvARB), .-GL_PREFIX(VertexAttrib3fvARB)
17194
17195 .p2align 4,,15
17196 .globl GL_PREFIX(VertexAttrib3sARB)
17197 .type GL_PREFIX(VertexAttrib3sARB), @function
17198 GL_PREFIX(VertexAttrib3sARB):
17199 #if defined(GLX_USE_TLS)
17200 call _x86_64_get_dispatch@PLT
17201 movq 3672(%rax), %r11
17202 jmp *%r11
17203 #elif defined(PTHREADS)
17204 pushq %rdi
17205 pushq %rsi
17206 pushq %rdx
17207 pushq %rcx
17208 pushq %rbp
17209 call _x86_64_get_dispatch@PLT
17210 popq %rbp
17211 popq %rcx
17212 popq %rdx
17213 popq %rsi
17214 popq %rdi
17215 movq 3672(%rax), %r11
17216 jmp *%r11
17217 #else
17218 movq _glapi_Dispatch(%rip), %rax
17219 testq %rax, %rax
17220 je 1f
17221 movq 3672(%rax), %r11
17222 jmp *%r11
17223 1:
17224 pushq %rdi
17225 pushq %rsi
17226 pushq %rdx
17227 pushq %rcx
17228 pushq %rbp
17229 call _glapi_get_dispatch
17230 popq %rbp
17231 popq %rcx
17232 popq %rdx
17233 popq %rsi
17234 popq %rdi
17235 movq 3672(%rax), %r11
17236 jmp *%r11
17237 #endif /* defined(GLX_USE_TLS) */
17238 .size GL_PREFIX(VertexAttrib3sARB), .-GL_PREFIX(VertexAttrib3sARB)
17239
17240 .p2align 4,,15
17241 .globl GL_PREFIX(VertexAttrib3svARB)
17242 .type GL_PREFIX(VertexAttrib3svARB), @function
17243 GL_PREFIX(VertexAttrib3svARB):
17244 #if defined(GLX_USE_TLS)
17245 call _x86_64_get_dispatch@PLT
17246 movq 3680(%rax), %r11
17247 jmp *%r11
17248 #elif defined(PTHREADS)
17249 pushq %rdi
17250 pushq %rsi
17251 pushq %rbp
17252 call _x86_64_get_dispatch@PLT
17253 popq %rbp
17254 popq %rsi
17255 popq %rdi
17256 movq 3680(%rax), %r11
17257 jmp *%r11
17258 #else
17259 movq _glapi_Dispatch(%rip), %rax
17260 testq %rax, %rax
17261 je 1f
17262 movq 3680(%rax), %r11
17263 jmp *%r11
17264 1:
17265 pushq %rdi
17266 pushq %rsi
17267 pushq %rbp
17268 call _glapi_get_dispatch
17269 popq %rbp
17270 popq %rsi
17271 popq %rdi
17272 movq 3680(%rax), %r11
17273 jmp *%r11
17274 #endif /* defined(GLX_USE_TLS) */
17275 .size GL_PREFIX(VertexAttrib3svARB), .-GL_PREFIX(VertexAttrib3svARB)
17276
17277 .p2align 4,,15
17278 .globl GL_PREFIX(VertexAttrib4NbvARB)
17279 .type GL_PREFIX(VertexAttrib4NbvARB), @function
17280 GL_PREFIX(VertexAttrib4NbvARB):
17281 #if defined(GLX_USE_TLS)
17282 call _x86_64_get_dispatch@PLT
17283 movq 3688(%rax), %r11
17284 jmp *%r11
17285 #elif defined(PTHREADS)
17286 pushq %rdi
17287 pushq %rsi
17288 pushq %rbp
17289 call _x86_64_get_dispatch@PLT
17290 popq %rbp
17291 popq %rsi
17292 popq %rdi
17293 movq 3688(%rax), %r11
17294 jmp *%r11
17295 #else
17296 movq _glapi_Dispatch(%rip), %rax
17297 testq %rax, %rax
17298 je 1f
17299 movq 3688(%rax), %r11
17300 jmp *%r11
17301 1:
17302 pushq %rdi
17303 pushq %rsi
17304 pushq %rbp
17305 call _glapi_get_dispatch
17306 popq %rbp
17307 popq %rsi
17308 popq %rdi
17309 movq 3688(%rax), %r11
17310 jmp *%r11
17311 #endif /* defined(GLX_USE_TLS) */
17312 .size GL_PREFIX(VertexAttrib4NbvARB), .-GL_PREFIX(VertexAttrib4NbvARB)
17313
17314 .p2align 4,,15
17315 .globl GL_PREFIX(VertexAttrib4NivARB)
17316 .type GL_PREFIX(VertexAttrib4NivARB), @function
17317 GL_PREFIX(VertexAttrib4NivARB):
17318 #if defined(GLX_USE_TLS)
17319 call _x86_64_get_dispatch@PLT
17320 movq 3696(%rax), %r11
17321 jmp *%r11
17322 #elif defined(PTHREADS)
17323 pushq %rdi
17324 pushq %rsi
17325 pushq %rbp
17326 call _x86_64_get_dispatch@PLT
17327 popq %rbp
17328 popq %rsi
17329 popq %rdi
17330 movq 3696(%rax), %r11
17331 jmp *%r11
17332 #else
17333 movq _glapi_Dispatch(%rip), %rax
17334 testq %rax, %rax
17335 je 1f
17336 movq 3696(%rax), %r11
17337 jmp *%r11
17338 1:
17339 pushq %rdi
17340 pushq %rsi
17341 pushq %rbp
17342 call _glapi_get_dispatch
17343 popq %rbp
17344 popq %rsi
17345 popq %rdi
17346 movq 3696(%rax), %r11
17347 jmp *%r11
17348 #endif /* defined(GLX_USE_TLS) */
17349 .size GL_PREFIX(VertexAttrib4NivARB), .-GL_PREFIX(VertexAttrib4NivARB)
17350
17351 .p2align 4,,15
17352 .globl GL_PREFIX(VertexAttrib4NsvARB)
17353 .type GL_PREFIX(VertexAttrib4NsvARB), @function
17354 GL_PREFIX(VertexAttrib4NsvARB):
17355 #if defined(GLX_USE_TLS)
17356 call _x86_64_get_dispatch@PLT
17357 movq 3704(%rax), %r11
17358 jmp *%r11
17359 #elif defined(PTHREADS)
17360 pushq %rdi
17361 pushq %rsi
17362 pushq %rbp
17363 call _x86_64_get_dispatch@PLT
17364 popq %rbp
17365 popq %rsi
17366 popq %rdi
17367 movq 3704(%rax), %r11
17368 jmp *%r11
17369 #else
17370 movq _glapi_Dispatch(%rip), %rax
17371 testq %rax, %rax
17372 je 1f
17373 movq 3704(%rax), %r11
17374 jmp *%r11
17375 1:
17376 pushq %rdi
17377 pushq %rsi
17378 pushq %rbp
17379 call _glapi_get_dispatch
17380 popq %rbp
17381 popq %rsi
17382 popq %rdi
17383 movq 3704(%rax), %r11
17384 jmp *%r11
17385 #endif /* defined(GLX_USE_TLS) */
17386 .size GL_PREFIX(VertexAttrib4NsvARB), .-GL_PREFIX(VertexAttrib4NsvARB)
17387
17388 .p2align 4,,15
17389 .globl GL_PREFIX(VertexAttrib4NubARB)
17390 .type GL_PREFIX(VertexAttrib4NubARB), @function
17391 GL_PREFIX(VertexAttrib4NubARB):
17392 #if defined(GLX_USE_TLS)
17393 call _x86_64_get_dispatch@PLT
17394 movq 3712(%rax), %r11
17395 jmp *%r11
17396 #elif defined(PTHREADS)
17397 pushq %rdi
17398 pushq %rsi
17399 pushq %rdx
17400 pushq %rcx
17401 pushq %r8
17402 call _x86_64_get_dispatch@PLT
17403 popq %r8
17404 popq %rcx
17405 popq %rdx
17406 popq %rsi
17407 popq %rdi
17408 movq 3712(%rax), %r11
17409 jmp *%r11
17410 #else
17411 movq _glapi_Dispatch(%rip), %rax
17412 testq %rax, %rax
17413 je 1f
17414 movq 3712(%rax), %r11
17415 jmp *%r11
17416 1:
17417 pushq %rdi
17418 pushq %rsi
17419 pushq %rdx
17420 pushq %rcx
17421 pushq %r8
17422 call _glapi_get_dispatch
17423 popq %r8
17424 popq %rcx
17425 popq %rdx
17426 popq %rsi
17427 popq %rdi
17428 movq 3712(%rax), %r11
17429 jmp *%r11
17430 #endif /* defined(GLX_USE_TLS) */
17431 .size GL_PREFIX(VertexAttrib4NubARB), .-GL_PREFIX(VertexAttrib4NubARB)
17432
17433 .p2align 4,,15
17434 .globl GL_PREFIX(VertexAttrib4NubvARB)
17435 .type GL_PREFIX(VertexAttrib4NubvARB), @function
17436 GL_PREFIX(VertexAttrib4NubvARB):
17437 #if defined(GLX_USE_TLS)
17438 call _x86_64_get_dispatch@PLT
17439 movq 3720(%rax), %r11
17440 jmp *%r11
17441 #elif defined(PTHREADS)
17442 pushq %rdi
17443 pushq %rsi
17444 pushq %rbp
17445 call _x86_64_get_dispatch@PLT
17446 popq %rbp
17447 popq %rsi
17448 popq %rdi
17449 movq 3720(%rax), %r11
17450 jmp *%r11
17451 #else
17452 movq _glapi_Dispatch(%rip), %rax
17453 testq %rax, %rax
17454 je 1f
17455 movq 3720(%rax), %r11
17456 jmp *%r11
17457 1:
17458 pushq %rdi
17459 pushq %rsi
17460 pushq %rbp
17461 call _glapi_get_dispatch
17462 popq %rbp
17463 popq %rsi
17464 popq %rdi
17465 movq 3720(%rax), %r11
17466 jmp *%r11
17467 #endif /* defined(GLX_USE_TLS) */
17468 .size GL_PREFIX(VertexAttrib4NubvARB), .-GL_PREFIX(VertexAttrib4NubvARB)
17469
17470 .p2align 4,,15
17471 .globl GL_PREFIX(VertexAttrib4NuivARB)
17472 .type GL_PREFIX(VertexAttrib4NuivARB), @function
17473 GL_PREFIX(VertexAttrib4NuivARB):
17474 #if defined(GLX_USE_TLS)
17475 call _x86_64_get_dispatch@PLT
17476 movq 3728(%rax), %r11
17477 jmp *%r11
17478 #elif defined(PTHREADS)
17479 pushq %rdi
17480 pushq %rsi
17481 pushq %rbp
17482 call _x86_64_get_dispatch@PLT
17483 popq %rbp
17484 popq %rsi
17485 popq %rdi
17486 movq 3728(%rax), %r11
17487 jmp *%r11
17488 #else
17489 movq _glapi_Dispatch(%rip), %rax
17490 testq %rax, %rax
17491 je 1f
17492 movq 3728(%rax), %r11
17493 jmp *%r11
17494 1:
17495 pushq %rdi
17496 pushq %rsi
17497 pushq %rbp
17498 call _glapi_get_dispatch
17499 popq %rbp
17500 popq %rsi
17501 popq %rdi
17502 movq 3728(%rax), %r11
17503 jmp *%r11
17504 #endif /* defined(GLX_USE_TLS) */
17505 .size GL_PREFIX(VertexAttrib4NuivARB), .-GL_PREFIX(VertexAttrib4NuivARB)
17506
17507 .p2align 4,,15
17508 .globl GL_PREFIX(VertexAttrib4NusvARB)
17509 .type GL_PREFIX(VertexAttrib4NusvARB), @function
17510 GL_PREFIX(VertexAttrib4NusvARB):
17511 #if defined(GLX_USE_TLS)
17512 call _x86_64_get_dispatch@PLT
17513 movq 3736(%rax), %r11
17514 jmp *%r11
17515 #elif defined(PTHREADS)
17516 pushq %rdi
17517 pushq %rsi
17518 pushq %rbp
17519 call _x86_64_get_dispatch@PLT
17520 popq %rbp
17521 popq %rsi
17522 popq %rdi
17523 movq 3736(%rax), %r11
17524 jmp *%r11
17525 #else
17526 movq _glapi_Dispatch(%rip), %rax
17527 testq %rax, %rax
17528 je 1f
17529 movq 3736(%rax), %r11
17530 jmp *%r11
17531 1:
17532 pushq %rdi
17533 pushq %rsi
17534 pushq %rbp
17535 call _glapi_get_dispatch
17536 popq %rbp
17537 popq %rsi
17538 popq %rdi
17539 movq 3736(%rax), %r11
17540 jmp *%r11
17541 #endif /* defined(GLX_USE_TLS) */
17542 .size GL_PREFIX(VertexAttrib4NusvARB), .-GL_PREFIX(VertexAttrib4NusvARB)
17543
17544 .p2align 4,,15
17545 .globl GL_PREFIX(VertexAttrib4bvARB)
17546 .type GL_PREFIX(VertexAttrib4bvARB), @function
17547 GL_PREFIX(VertexAttrib4bvARB):
17548 #if defined(GLX_USE_TLS)
17549 call _x86_64_get_dispatch@PLT
17550 movq 3744(%rax), %r11
17551 jmp *%r11
17552 #elif defined(PTHREADS)
17553 pushq %rdi
17554 pushq %rsi
17555 pushq %rbp
17556 call _x86_64_get_dispatch@PLT
17557 popq %rbp
17558 popq %rsi
17559 popq %rdi
17560 movq 3744(%rax), %r11
17561 jmp *%r11
17562 #else
17563 movq _glapi_Dispatch(%rip), %rax
17564 testq %rax, %rax
17565 je 1f
17566 movq 3744(%rax), %r11
17567 jmp *%r11
17568 1:
17569 pushq %rdi
17570 pushq %rsi
17571 pushq %rbp
17572 call _glapi_get_dispatch
17573 popq %rbp
17574 popq %rsi
17575 popq %rdi
17576 movq 3744(%rax), %r11
17577 jmp *%r11
17578 #endif /* defined(GLX_USE_TLS) */
17579 .size GL_PREFIX(VertexAttrib4bvARB), .-GL_PREFIX(VertexAttrib4bvARB)
17580
17581 .p2align 4,,15
17582 .globl GL_PREFIX(VertexAttrib4dARB)
17583 .type GL_PREFIX(VertexAttrib4dARB), @function
17584 GL_PREFIX(VertexAttrib4dARB):
17585 #if defined(GLX_USE_TLS)
17586 call _x86_64_get_dispatch@PLT
17587 movq 3752(%rax), %r11
17588 jmp *%r11
17589 #elif defined(PTHREADS)
17590 subq $40, %rsp
17591 movq %rdi, (%rsp)
17592 movq %xmm0, 8(%rsp)
17593 movq %xmm1, 16(%rsp)
17594 movq %xmm2, 24(%rsp)
17595 movq %xmm3, 32(%rsp)
17596 call _x86_64_get_dispatch@PLT
17597 movq 32(%rsp), %xmm3
17598 movq 24(%rsp), %xmm2
17599 movq 16(%rsp), %xmm1
17600 movq 8(%rsp), %xmm0
17601 movq (%rsp), %rdi
17602 addq $40, %rsp
17603 movq 3752(%rax), %r11
17604 jmp *%r11
17605 #else
17606 movq _glapi_Dispatch(%rip), %rax
17607 testq %rax, %rax
17608 je 1f
17609 movq 3752(%rax), %r11
17610 jmp *%r11
17611 1:
17612 subq $40, %rsp
17613 movq %rdi, (%rsp)
17614 movq %xmm0, 8(%rsp)
17615 movq %xmm1, 16(%rsp)
17616 movq %xmm2, 24(%rsp)
17617 movq %xmm3, 32(%rsp)
17618 call _glapi_get_dispatch
17619 movq 32(%rsp), %xmm3
17620 movq 24(%rsp), %xmm2
17621 movq 16(%rsp), %xmm1
17622 movq 8(%rsp), %xmm0
17623 movq (%rsp), %rdi
17624 addq $40, %rsp
17625 movq 3752(%rax), %r11
17626 jmp *%r11
17627 #endif /* defined(GLX_USE_TLS) */
17628 .size GL_PREFIX(VertexAttrib4dARB), .-GL_PREFIX(VertexAttrib4dARB)
17629
17630 .p2align 4,,15
17631 .globl GL_PREFIX(VertexAttrib4dvARB)
17632 .type GL_PREFIX(VertexAttrib4dvARB), @function
17633 GL_PREFIX(VertexAttrib4dvARB):
17634 #if defined(GLX_USE_TLS)
17635 call _x86_64_get_dispatch@PLT
17636 movq 3760(%rax), %r11
17637 jmp *%r11
17638 #elif defined(PTHREADS)
17639 pushq %rdi
17640 pushq %rsi
17641 pushq %rbp
17642 call _x86_64_get_dispatch@PLT
17643 popq %rbp
17644 popq %rsi
17645 popq %rdi
17646 movq 3760(%rax), %r11
17647 jmp *%r11
17648 #else
17649 movq _glapi_Dispatch(%rip), %rax
17650 testq %rax, %rax
17651 je 1f
17652 movq 3760(%rax), %r11
17653 jmp *%r11
17654 1:
17655 pushq %rdi
17656 pushq %rsi
17657 pushq %rbp
17658 call _glapi_get_dispatch
17659 popq %rbp
17660 popq %rsi
17661 popq %rdi
17662 movq 3760(%rax), %r11
17663 jmp *%r11
17664 #endif /* defined(GLX_USE_TLS) */
17665 .size GL_PREFIX(VertexAttrib4dvARB), .-GL_PREFIX(VertexAttrib4dvARB)
17666
17667 .p2align 4,,15
17668 .globl GL_PREFIX(VertexAttrib4fARB)
17669 .type GL_PREFIX(VertexAttrib4fARB), @function
17670 GL_PREFIX(VertexAttrib4fARB):
17671 #if defined(GLX_USE_TLS)
17672 call _x86_64_get_dispatch@PLT
17673 movq 3768(%rax), %r11
17674 jmp *%r11
17675 #elif defined(PTHREADS)
17676 subq $40, %rsp
17677 movq %rdi, (%rsp)
17678 movq %xmm0, 8(%rsp)
17679 movq %xmm1, 16(%rsp)
17680 movq %xmm2, 24(%rsp)
17681 movq %xmm3, 32(%rsp)
17682 call _x86_64_get_dispatch@PLT
17683 movq 32(%rsp), %xmm3
17684 movq 24(%rsp), %xmm2
17685 movq 16(%rsp), %xmm1
17686 movq 8(%rsp), %xmm0
17687 movq (%rsp), %rdi
17688 addq $40, %rsp
17689 movq 3768(%rax), %r11
17690 jmp *%r11
17691 #else
17692 movq _glapi_Dispatch(%rip), %rax
17693 testq %rax, %rax
17694 je 1f
17695 movq 3768(%rax), %r11
17696 jmp *%r11
17697 1:
17698 subq $40, %rsp
17699 movq %rdi, (%rsp)
17700 movq %xmm0, 8(%rsp)
17701 movq %xmm1, 16(%rsp)
17702 movq %xmm2, 24(%rsp)
17703 movq %xmm3, 32(%rsp)
17704 call _glapi_get_dispatch
17705 movq 32(%rsp), %xmm3
17706 movq 24(%rsp), %xmm2
17707 movq 16(%rsp), %xmm1
17708 movq 8(%rsp), %xmm0
17709 movq (%rsp), %rdi
17710 addq $40, %rsp
17711 movq 3768(%rax), %r11
17712 jmp *%r11
17713 #endif /* defined(GLX_USE_TLS) */
17714 .size GL_PREFIX(VertexAttrib4fARB), .-GL_PREFIX(VertexAttrib4fARB)
17715
17716 .p2align 4,,15
17717 .globl GL_PREFIX(VertexAttrib4fvARB)
17718 .type GL_PREFIX(VertexAttrib4fvARB), @function
17719 GL_PREFIX(VertexAttrib4fvARB):
17720 #if defined(GLX_USE_TLS)
17721 call _x86_64_get_dispatch@PLT
17722 movq 3776(%rax), %r11
17723 jmp *%r11
17724 #elif defined(PTHREADS)
17725 pushq %rdi
17726 pushq %rsi
17727 pushq %rbp
17728 call _x86_64_get_dispatch@PLT
17729 popq %rbp
17730 popq %rsi
17731 popq %rdi
17732 movq 3776(%rax), %r11
17733 jmp *%r11
17734 #else
17735 movq _glapi_Dispatch(%rip), %rax
17736 testq %rax, %rax
17737 je 1f
17738 movq 3776(%rax), %r11
17739 jmp *%r11
17740 1:
17741 pushq %rdi
17742 pushq %rsi
17743 pushq %rbp
17744 call _glapi_get_dispatch
17745 popq %rbp
17746 popq %rsi
17747 popq %rdi
17748 movq 3776(%rax), %r11
17749 jmp *%r11
17750 #endif /* defined(GLX_USE_TLS) */
17751 .size GL_PREFIX(VertexAttrib4fvARB), .-GL_PREFIX(VertexAttrib4fvARB)
17752
17753 .p2align 4,,15
17754 .globl GL_PREFIX(VertexAttrib4ivARB)
17755 .type GL_PREFIX(VertexAttrib4ivARB), @function
17756 GL_PREFIX(VertexAttrib4ivARB):
17757 #if defined(GLX_USE_TLS)
17758 call _x86_64_get_dispatch@PLT
17759 movq 3784(%rax), %r11
17760 jmp *%r11
17761 #elif defined(PTHREADS)
17762 pushq %rdi
17763 pushq %rsi
17764 pushq %rbp
17765 call _x86_64_get_dispatch@PLT
17766 popq %rbp
17767 popq %rsi
17768 popq %rdi
17769 movq 3784(%rax), %r11
17770 jmp *%r11
17771 #else
17772 movq _glapi_Dispatch(%rip), %rax
17773 testq %rax, %rax
17774 je 1f
17775 movq 3784(%rax), %r11
17776 jmp *%r11
17777 1:
17778 pushq %rdi
17779 pushq %rsi
17780 pushq %rbp
17781 call _glapi_get_dispatch
17782 popq %rbp
17783 popq %rsi
17784 popq %rdi
17785 movq 3784(%rax), %r11
17786 jmp *%r11
17787 #endif /* defined(GLX_USE_TLS) */
17788 .size GL_PREFIX(VertexAttrib4ivARB), .-GL_PREFIX(VertexAttrib4ivARB)
17789
17790 .p2align 4,,15
17791 .globl GL_PREFIX(VertexAttrib4sARB)
17792 .type GL_PREFIX(VertexAttrib4sARB), @function
17793 GL_PREFIX(VertexAttrib4sARB):
17794 #if defined(GLX_USE_TLS)
17795 call _x86_64_get_dispatch@PLT
17796 movq 3792(%rax), %r11
17797 jmp *%r11
17798 #elif defined(PTHREADS)
17799 pushq %rdi
17800 pushq %rsi
17801 pushq %rdx
17802 pushq %rcx
17803 pushq %r8
17804 call _x86_64_get_dispatch@PLT
17805 popq %r8
17806 popq %rcx
17807 popq %rdx
17808 popq %rsi
17809 popq %rdi
17810 movq 3792(%rax), %r11
17811 jmp *%r11
17812 #else
17813 movq _glapi_Dispatch(%rip), %rax
17814 testq %rax, %rax
17815 je 1f
17816 movq 3792(%rax), %r11
17817 jmp *%r11
17818 1:
17819 pushq %rdi
17820 pushq %rsi
17821 pushq %rdx
17822 pushq %rcx
17823 pushq %r8
17824 call _glapi_get_dispatch
17825 popq %r8
17826 popq %rcx
17827 popq %rdx
17828 popq %rsi
17829 popq %rdi
17830 movq 3792(%rax), %r11
17831 jmp *%r11
17832 #endif /* defined(GLX_USE_TLS) */
17833 .size GL_PREFIX(VertexAttrib4sARB), .-GL_PREFIX(VertexAttrib4sARB)
17834
17835 .p2align 4,,15
17836 .globl GL_PREFIX(VertexAttrib4svARB)
17837 .type GL_PREFIX(VertexAttrib4svARB), @function
17838 GL_PREFIX(VertexAttrib4svARB):
17839 #if defined(GLX_USE_TLS)
17840 call _x86_64_get_dispatch@PLT
17841 movq 3800(%rax), %r11
17842 jmp *%r11
17843 #elif defined(PTHREADS)
17844 pushq %rdi
17845 pushq %rsi
17846 pushq %rbp
17847 call _x86_64_get_dispatch@PLT
17848 popq %rbp
17849 popq %rsi
17850 popq %rdi
17851 movq 3800(%rax), %r11
17852 jmp *%r11
17853 #else
17854 movq _glapi_Dispatch(%rip), %rax
17855 testq %rax, %rax
17856 je 1f
17857 movq 3800(%rax), %r11
17858 jmp *%r11
17859 1:
17860 pushq %rdi
17861 pushq %rsi
17862 pushq %rbp
17863 call _glapi_get_dispatch
17864 popq %rbp
17865 popq %rsi
17866 popq %rdi
17867 movq 3800(%rax), %r11
17868 jmp *%r11
17869 #endif /* defined(GLX_USE_TLS) */
17870 .size GL_PREFIX(VertexAttrib4svARB), .-GL_PREFIX(VertexAttrib4svARB)
17871
17872 .p2align 4,,15
17873 .globl GL_PREFIX(VertexAttrib4ubvARB)
17874 .type GL_PREFIX(VertexAttrib4ubvARB), @function
17875 GL_PREFIX(VertexAttrib4ubvARB):
17876 #if defined(GLX_USE_TLS)
17877 call _x86_64_get_dispatch@PLT
17878 movq 3808(%rax), %r11
17879 jmp *%r11
17880 #elif defined(PTHREADS)
17881 pushq %rdi
17882 pushq %rsi
17883 pushq %rbp
17884 call _x86_64_get_dispatch@PLT
17885 popq %rbp
17886 popq %rsi
17887 popq %rdi
17888 movq 3808(%rax), %r11
17889 jmp *%r11
17890 #else
17891 movq _glapi_Dispatch(%rip), %rax
17892 testq %rax, %rax
17893 je 1f
17894 movq 3808(%rax), %r11
17895 jmp *%r11
17896 1:
17897 pushq %rdi
17898 pushq %rsi
17899 pushq %rbp
17900 call _glapi_get_dispatch
17901 popq %rbp
17902 popq %rsi
17903 popq %rdi
17904 movq 3808(%rax), %r11
17905 jmp *%r11
17906 #endif /* defined(GLX_USE_TLS) */
17907 .size GL_PREFIX(VertexAttrib4ubvARB), .-GL_PREFIX(VertexAttrib4ubvARB)
17908
17909 .p2align 4,,15
17910 .globl GL_PREFIX(VertexAttrib4uivARB)
17911 .type GL_PREFIX(VertexAttrib4uivARB), @function
17912 GL_PREFIX(VertexAttrib4uivARB):
17913 #if defined(GLX_USE_TLS)
17914 call _x86_64_get_dispatch@PLT
17915 movq 3816(%rax), %r11
17916 jmp *%r11
17917 #elif defined(PTHREADS)
17918 pushq %rdi
17919 pushq %rsi
17920 pushq %rbp
17921 call _x86_64_get_dispatch@PLT
17922 popq %rbp
17923 popq %rsi
17924 popq %rdi
17925 movq 3816(%rax), %r11
17926 jmp *%r11
17927 #else
17928 movq _glapi_Dispatch(%rip), %rax
17929 testq %rax, %rax
17930 je 1f
17931 movq 3816(%rax), %r11
17932 jmp *%r11
17933 1:
17934 pushq %rdi
17935 pushq %rsi
17936 pushq %rbp
17937 call _glapi_get_dispatch
17938 popq %rbp
17939 popq %rsi
17940 popq %rdi
17941 movq 3816(%rax), %r11
17942 jmp *%r11
17943 #endif /* defined(GLX_USE_TLS) */
17944 .size GL_PREFIX(VertexAttrib4uivARB), .-GL_PREFIX(VertexAttrib4uivARB)
17945
17946 .p2align 4,,15
17947 .globl GL_PREFIX(VertexAttrib4usvARB)
17948 .type GL_PREFIX(VertexAttrib4usvARB), @function
17949 GL_PREFIX(VertexAttrib4usvARB):
17950 #if defined(GLX_USE_TLS)
17951 call _x86_64_get_dispatch@PLT
17952 movq 3824(%rax), %r11
17953 jmp *%r11
17954 #elif defined(PTHREADS)
17955 pushq %rdi
17956 pushq %rsi
17957 pushq %rbp
17958 call _x86_64_get_dispatch@PLT
17959 popq %rbp
17960 popq %rsi
17961 popq %rdi
17962 movq 3824(%rax), %r11
17963 jmp *%r11
17964 #else
17965 movq _glapi_Dispatch(%rip), %rax
17966 testq %rax, %rax
17967 je 1f
17968 movq 3824(%rax), %r11
17969 jmp *%r11
17970 1:
17971 pushq %rdi
17972 pushq %rsi
17973 pushq %rbp
17974 call _glapi_get_dispatch
17975 popq %rbp
17976 popq %rsi
17977 popq %rdi
17978 movq 3824(%rax), %r11
17979 jmp *%r11
17980 #endif /* defined(GLX_USE_TLS) */
17981 .size GL_PREFIX(VertexAttrib4usvARB), .-GL_PREFIX(VertexAttrib4usvARB)
17982
17983 .p2align 4,,15
17984 .globl GL_PREFIX(VertexAttribPointerARB)
17985 .type GL_PREFIX(VertexAttribPointerARB), @function
17986 GL_PREFIX(VertexAttribPointerARB):
17987 #if defined(GLX_USE_TLS)
17988 call _x86_64_get_dispatch@PLT
17989 movq 3832(%rax), %r11
17990 jmp *%r11
17991 #elif defined(PTHREADS)
17992 pushq %rdi
17993 pushq %rsi
17994 pushq %rdx
17995 pushq %rcx
17996 pushq %r8
17997 pushq %r9
17998 pushq %rbp
17999 call _x86_64_get_dispatch@PLT
18000 popq %rbp
18001 popq %r9
18002 popq %r8
18003 popq %rcx
18004 popq %rdx
18005 popq %rsi
18006 popq %rdi
18007 movq 3832(%rax), %r11
18008 jmp *%r11
18009 #else
18010 movq _glapi_Dispatch(%rip), %rax
18011 testq %rax, %rax
18012 je 1f
18013 movq 3832(%rax), %r11
18014 jmp *%r11
18015 1:
18016 pushq %rdi
18017 pushq %rsi
18018 pushq %rdx
18019 pushq %rcx
18020 pushq %r8
18021 pushq %r9
18022 pushq %rbp
18023 call _glapi_get_dispatch
18024 popq %rbp
18025 popq %r9
18026 popq %r8
18027 popq %rcx
18028 popq %rdx
18029 popq %rsi
18030 popq %rdi
18031 movq 3832(%rax), %r11
18032 jmp *%r11
18033 #endif /* defined(GLX_USE_TLS) */
18034 .size GL_PREFIX(VertexAttribPointerARB), .-GL_PREFIX(VertexAttribPointerARB)
18035
18036 .p2align 4,,15
18037 .globl GL_PREFIX(BindBufferARB)
18038 .type GL_PREFIX(BindBufferARB), @function
18039 GL_PREFIX(BindBufferARB):
18040 #if defined(GLX_USE_TLS)
18041 call _x86_64_get_dispatch@PLT
18042 movq 3840(%rax), %r11
18043 jmp *%r11
18044 #elif defined(PTHREADS)
18045 pushq %rdi
18046 pushq %rsi
18047 pushq %rbp
18048 call _x86_64_get_dispatch@PLT
18049 popq %rbp
18050 popq %rsi
18051 popq %rdi
18052 movq 3840(%rax), %r11
18053 jmp *%r11
18054 #else
18055 movq _glapi_Dispatch(%rip), %rax
18056 testq %rax, %rax
18057 je 1f
18058 movq 3840(%rax), %r11
18059 jmp *%r11
18060 1:
18061 pushq %rdi
18062 pushq %rsi
18063 pushq %rbp
18064 call _glapi_get_dispatch
18065 popq %rbp
18066 popq %rsi
18067 popq %rdi
18068 movq 3840(%rax), %r11
18069 jmp *%r11
18070 #endif /* defined(GLX_USE_TLS) */
18071 .size GL_PREFIX(BindBufferARB), .-GL_PREFIX(BindBufferARB)
18072
18073 .p2align 4,,15
18074 .globl GL_PREFIX(BufferDataARB)
18075 .type GL_PREFIX(BufferDataARB), @function
18076 GL_PREFIX(BufferDataARB):
18077 #if defined(GLX_USE_TLS)
18078 call _x86_64_get_dispatch@PLT
18079 movq 3848(%rax), %r11
18080 jmp *%r11
18081 #elif defined(PTHREADS)
18082 pushq %rdi
18083 pushq %rsi
18084 pushq %rdx
18085 pushq %rcx
18086 pushq %rbp
18087 call _x86_64_get_dispatch@PLT
18088 popq %rbp
18089 popq %rcx
18090 popq %rdx
18091 popq %rsi
18092 popq %rdi
18093 movq 3848(%rax), %r11
18094 jmp *%r11
18095 #else
18096 movq _glapi_Dispatch(%rip), %rax
18097 testq %rax, %rax
18098 je 1f
18099 movq 3848(%rax), %r11
18100 jmp *%r11
18101 1:
18102 pushq %rdi
18103 pushq %rsi
18104 pushq %rdx
18105 pushq %rcx
18106 pushq %rbp
18107 call _glapi_get_dispatch
18108 popq %rbp
18109 popq %rcx
18110 popq %rdx
18111 popq %rsi
18112 popq %rdi
18113 movq 3848(%rax), %r11
18114 jmp *%r11
18115 #endif /* defined(GLX_USE_TLS) */
18116 .size GL_PREFIX(BufferDataARB), .-GL_PREFIX(BufferDataARB)
18117
18118 .p2align 4,,15
18119 .globl GL_PREFIX(BufferSubDataARB)
18120 .type GL_PREFIX(BufferSubDataARB), @function
18121 GL_PREFIX(BufferSubDataARB):
18122 #if defined(GLX_USE_TLS)
18123 call _x86_64_get_dispatch@PLT
18124 movq 3856(%rax), %r11
18125 jmp *%r11
18126 #elif defined(PTHREADS)
18127 pushq %rdi
18128 pushq %rsi
18129 pushq %rdx
18130 pushq %rcx
18131 pushq %rbp
18132 call _x86_64_get_dispatch@PLT
18133 popq %rbp
18134 popq %rcx
18135 popq %rdx
18136 popq %rsi
18137 popq %rdi
18138 movq 3856(%rax), %r11
18139 jmp *%r11
18140 #else
18141 movq _glapi_Dispatch(%rip), %rax
18142 testq %rax, %rax
18143 je 1f
18144 movq 3856(%rax), %r11
18145 jmp *%r11
18146 1:
18147 pushq %rdi
18148 pushq %rsi
18149 pushq %rdx
18150 pushq %rcx
18151 pushq %rbp
18152 call _glapi_get_dispatch
18153 popq %rbp
18154 popq %rcx
18155 popq %rdx
18156 popq %rsi
18157 popq %rdi
18158 movq 3856(%rax), %r11
18159 jmp *%r11
18160 #endif /* defined(GLX_USE_TLS) */
18161 .size GL_PREFIX(BufferSubDataARB), .-GL_PREFIX(BufferSubDataARB)
18162
18163 .p2align 4,,15
18164 .globl GL_PREFIX(DeleteBuffersARB)
18165 .type GL_PREFIX(DeleteBuffersARB), @function
18166 GL_PREFIX(DeleteBuffersARB):
18167 #if defined(GLX_USE_TLS)
18168 call _x86_64_get_dispatch@PLT
18169 movq 3864(%rax), %r11
18170 jmp *%r11
18171 #elif defined(PTHREADS)
18172 pushq %rdi
18173 pushq %rsi
18174 pushq %rbp
18175 call _x86_64_get_dispatch@PLT
18176 popq %rbp
18177 popq %rsi
18178 popq %rdi
18179 movq 3864(%rax), %r11
18180 jmp *%r11
18181 #else
18182 movq _glapi_Dispatch(%rip), %rax
18183 testq %rax, %rax
18184 je 1f
18185 movq 3864(%rax), %r11
18186 jmp *%r11
18187 1:
18188 pushq %rdi
18189 pushq %rsi
18190 pushq %rbp
18191 call _glapi_get_dispatch
18192 popq %rbp
18193 popq %rsi
18194 popq %rdi
18195 movq 3864(%rax), %r11
18196 jmp *%r11
18197 #endif /* defined(GLX_USE_TLS) */
18198 .size GL_PREFIX(DeleteBuffersARB), .-GL_PREFIX(DeleteBuffersARB)
18199
18200 .p2align 4,,15
18201 .globl GL_PREFIX(GenBuffersARB)
18202 .type GL_PREFIX(GenBuffersARB), @function
18203 GL_PREFIX(GenBuffersARB):
18204 #if defined(GLX_USE_TLS)
18205 call _x86_64_get_dispatch@PLT
18206 movq 3872(%rax), %r11
18207 jmp *%r11
18208 #elif defined(PTHREADS)
18209 pushq %rdi
18210 pushq %rsi
18211 pushq %rbp
18212 call _x86_64_get_dispatch@PLT
18213 popq %rbp
18214 popq %rsi
18215 popq %rdi
18216 movq 3872(%rax), %r11
18217 jmp *%r11
18218 #else
18219 movq _glapi_Dispatch(%rip), %rax
18220 testq %rax, %rax
18221 je 1f
18222 movq 3872(%rax), %r11
18223 jmp *%r11
18224 1:
18225 pushq %rdi
18226 pushq %rsi
18227 pushq %rbp
18228 call _glapi_get_dispatch
18229 popq %rbp
18230 popq %rsi
18231 popq %rdi
18232 movq 3872(%rax), %r11
18233 jmp *%r11
18234 #endif /* defined(GLX_USE_TLS) */
18235 .size GL_PREFIX(GenBuffersARB), .-GL_PREFIX(GenBuffersARB)
18236
18237 .p2align 4,,15
18238 .globl GL_PREFIX(GetBufferParameterivARB)
18239 .type GL_PREFIX(GetBufferParameterivARB), @function
18240 GL_PREFIX(GetBufferParameterivARB):
18241 #if defined(GLX_USE_TLS)
18242 call _x86_64_get_dispatch@PLT
18243 movq 3880(%rax), %r11
18244 jmp *%r11
18245 #elif defined(PTHREADS)
18246 pushq %rdi
18247 pushq %rsi
18248 pushq %rdx
18249 call _x86_64_get_dispatch@PLT
18250 popq %rdx
18251 popq %rsi
18252 popq %rdi
18253 movq 3880(%rax), %r11
18254 jmp *%r11
18255 #else
18256 movq _glapi_Dispatch(%rip), %rax
18257 testq %rax, %rax
18258 je 1f
18259 movq 3880(%rax), %r11
18260 jmp *%r11
18261 1:
18262 pushq %rdi
18263 pushq %rsi
18264 pushq %rdx
18265 call _glapi_get_dispatch
18266 popq %rdx
18267 popq %rsi
18268 popq %rdi
18269 movq 3880(%rax), %r11
18270 jmp *%r11
18271 #endif /* defined(GLX_USE_TLS) */
18272 .size GL_PREFIX(GetBufferParameterivARB), .-GL_PREFIX(GetBufferParameterivARB)
18273
18274 .p2align 4,,15
18275 .globl GL_PREFIX(GetBufferPointervARB)
18276 .type GL_PREFIX(GetBufferPointervARB), @function
18277 GL_PREFIX(GetBufferPointervARB):
18278 #if defined(GLX_USE_TLS)
18279 call _x86_64_get_dispatch@PLT
18280 movq 3888(%rax), %r11
18281 jmp *%r11
18282 #elif defined(PTHREADS)
18283 pushq %rdi
18284 pushq %rsi
18285 pushq %rdx
18286 call _x86_64_get_dispatch@PLT
18287 popq %rdx
18288 popq %rsi
18289 popq %rdi
18290 movq 3888(%rax), %r11
18291 jmp *%r11
18292 #else
18293 movq _glapi_Dispatch(%rip), %rax
18294 testq %rax, %rax
18295 je 1f
18296 movq 3888(%rax), %r11
18297 jmp *%r11
18298 1:
18299 pushq %rdi
18300 pushq %rsi
18301 pushq %rdx
18302 call _glapi_get_dispatch
18303 popq %rdx
18304 popq %rsi
18305 popq %rdi
18306 movq 3888(%rax), %r11
18307 jmp *%r11
18308 #endif /* defined(GLX_USE_TLS) */
18309 .size GL_PREFIX(GetBufferPointervARB), .-GL_PREFIX(GetBufferPointervARB)
18310
18311 .p2align 4,,15
18312 .globl GL_PREFIX(GetBufferSubDataARB)
18313 .type GL_PREFIX(GetBufferSubDataARB), @function
18314 GL_PREFIX(GetBufferSubDataARB):
18315 #if defined(GLX_USE_TLS)
18316 call _x86_64_get_dispatch@PLT
18317 movq 3896(%rax), %r11
18318 jmp *%r11
18319 #elif defined(PTHREADS)
18320 pushq %rdi
18321 pushq %rsi
18322 pushq %rdx
18323 pushq %rcx
18324 pushq %rbp
18325 call _x86_64_get_dispatch@PLT
18326 popq %rbp
18327 popq %rcx
18328 popq %rdx
18329 popq %rsi
18330 popq %rdi
18331 movq 3896(%rax), %r11
18332 jmp *%r11
18333 #else
18334 movq _glapi_Dispatch(%rip), %rax
18335 testq %rax, %rax
18336 je 1f
18337 movq 3896(%rax), %r11
18338 jmp *%r11
18339 1:
18340 pushq %rdi
18341 pushq %rsi
18342 pushq %rdx
18343 pushq %rcx
18344 pushq %rbp
18345 call _glapi_get_dispatch
18346 popq %rbp
18347 popq %rcx
18348 popq %rdx
18349 popq %rsi
18350 popq %rdi
18351 movq 3896(%rax), %r11
18352 jmp *%r11
18353 #endif /* defined(GLX_USE_TLS) */
18354 .size GL_PREFIX(GetBufferSubDataARB), .-GL_PREFIX(GetBufferSubDataARB)
18355
18356 .p2align 4,,15
18357 .globl GL_PREFIX(IsBufferARB)
18358 .type GL_PREFIX(IsBufferARB), @function
18359 GL_PREFIX(IsBufferARB):
18360 #if defined(GLX_USE_TLS)
18361 call _x86_64_get_dispatch@PLT
18362 movq 3904(%rax), %r11
18363 jmp *%r11
18364 #elif defined(PTHREADS)
18365 pushq %rdi
18366 call _x86_64_get_dispatch@PLT
18367 popq %rdi
18368 movq 3904(%rax), %r11
18369 jmp *%r11
18370 #else
18371 movq _glapi_Dispatch(%rip), %rax
18372 testq %rax, %rax
18373 je 1f
18374 movq 3904(%rax), %r11
18375 jmp *%r11
18376 1:
18377 pushq %rdi
18378 call _glapi_get_dispatch
18379 popq %rdi
18380 movq 3904(%rax), %r11
18381 jmp *%r11
18382 #endif /* defined(GLX_USE_TLS) */
18383 .size GL_PREFIX(IsBufferARB), .-GL_PREFIX(IsBufferARB)
18384
18385 .p2align 4,,15
18386 .globl GL_PREFIX(MapBufferARB)
18387 .type GL_PREFIX(MapBufferARB), @function
18388 GL_PREFIX(MapBufferARB):
18389 #if defined(GLX_USE_TLS)
18390 call _x86_64_get_dispatch@PLT
18391 movq 3912(%rax), %r11
18392 jmp *%r11
18393 #elif defined(PTHREADS)
18394 pushq %rdi
18395 pushq %rsi
18396 pushq %rbp
18397 call _x86_64_get_dispatch@PLT
18398 popq %rbp
18399 popq %rsi
18400 popq %rdi
18401 movq 3912(%rax), %r11
18402 jmp *%r11
18403 #else
18404 movq _glapi_Dispatch(%rip), %rax
18405 testq %rax, %rax
18406 je 1f
18407 movq 3912(%rax), %r11
18408 jmp *%r11
18409 1:
18410 pushq %rdi
18411 pushq %rsi
18412 pushq %rbp
18413 call _glapi_get_dispatch
18414 popq %rbp
18415 popq %rsi
18416 popq %rdi
18417 movq 3912(%rax), %r11
18418 jmp *%r11
18419 #endif /* defined(GLX_USE_TLS) */
18420 .size GL_PREFIX(MapBufferARB), .-GL_PREFIX(MapBufferARB)
18421
18422 .p2align 4,,15
18423 .globl GL_PREFIX(UnmapBufferARB)
18424 .type GL_PREFIX(UnmapBufferARB), @function
18425 GL_PREFIX(UnmapBufferARB):
18426 #if defined(GLX_USE_TLS)
18427 call _x86_64_get_dispatch@PLT
18428 movq 3920(%rax), %r11
18429 jmp *%r11
18430 #elif defined(PTHREADS)
18431 pushq %rdi
18432 call _x86_64_get_dispatch@PLT
18433 popq %rdi
18434 movq 3920(%rax), %r11
18435 jmp *%r11
18436 #else
18437 movq _glapi_Dispatch(%rip), %rax
18438 testq %rax, %rax
18439 je 1f
18440 movq 3920(%rax), %r11
18441 jmp *%r11
18442 1:
18443 pushq %rdi
18444 call _glapi_get_dispatch
18445 popq %rdi
18446 movq 3920(%rax), %r11
18447 jmp *%r11
18448 #endif /* defined(GLX_USE_TLS) */
18449 .size GL_PREFIX(UnmapBufferARB), .-GL_PREFIX(UnmapBufferARB)
18450
18451 .p2align 4,,15
18452 .globl GL_PREFIX(BeginQueryARB)
18453 .type GL_PREFIX(BeginQueryARB), @function
18454 GL_PREFIX(BeginQueryARB):
18455 #if defined(GLX_USE_TLS)
18456 call _x86_64_get_dispatch@PLT
18457 movq 3928(%rax), %r11
18458 jmp *%r11
18459 #elif defined(PTHREADS)
18460 pushq %rdi
18461 pushq %rsi
18462 pushq %rbp
18463 call _x86_64_get_dispatch@PLT
18464 popq %rbp
18465 popq %rsi
18466 popq %rdi
18467 movq 3928(%rax), %r11
18468 jmp *%r11
18469 #else
18470 movq _glapi_Dispatch(%rip), %rax
18471 testq %rax, %rax
18472 je 1f
18473 movq 3928(%rax), %r11
18474 jmp *%r11
18475 1:
18476 pushq %rdi
18477 pushq %rsi
18478 pushq %rbp
18479 call _glapi_get_dispatch
18480 popq %rbp
18481 popq %rsi
18482 popq %rdi
18483 movq 3928(%rax), %r11
18484 jmp *%r11
18485 #endif /* defined(GLX_USE_TLS) */
18486 .size GL_PREFIX(BeginQueryARB), .-GL_PREFIX(BeginQueryARB)
18487
18488 .p2align 4,,15
18489 .globl GL_PREFIX(DeleteQueriesARB)
18490 .type GL_PREFIX(DeleteQueriesARB), @function
18491 GL_PREFIX(DeleteQueriesARB):
18492 #if defined(GLX_USE_TLS)
18493 call _x86_64_get_dispatch@PLT
18494 movq 3936(%rax), %r11
18495 jmp *%r11
18496 #elif defined(PTHREADS)
18497 pushq %rdi
18498 pushq %rsi
18499 pushq %rbp
18500 call _x86_64_get_dispatch@PLT
18501 popq %rbp
18502 popq %rsi
18503 popq %rdi
18504 movq 3936(%rax), %r11
18505 jmp *%r11
18506 #else
18507 movq _glapi_Dispatch(%rip), %rax
18508 testq %rax, %rax
18509 je 1f
18510 movq 3936(%rax), %r11
18511 jmp *%r11
18512 1:
18513 pushq %rdi
18514 pushq %rsi
18515 pushq %rbp
18516 call _glapi_get_dispatch
18517 popq %rbp
18518 popq %rsi
18519 popq %rdi
18520 movq 3936(%rax), %r11
18521 jmp *%r11
18522 #endif /* defined(GLX_USE_TLS) */
18523 .size GL_PREFIX(DeleteQueriesARB), .-GL_PREFIX(DeleteQueriesARB)
18524
18525 .p2align 4,,15
18526 .globl GL_PREFIX(EndQueryARB)
18527 .type GL_PREFIX(EndQueryARB), @function
18528 GL_PREFIX(EndQueryARB):
18529 #if defined(GLX_USE_TLS)
18530 call _x86_64_get_dispatch@PLT
18531 movq 3944(%rax), %r11
18532 jmp *%r11
18533 #elif defined(PTHREADS)
18534 pushq %rdi
18535 call _x86_64_get_dispatch@PLT
18536 popq %rdi
18537 movq 3944(%rax), %r11
18538 jmp *%r11
18539 #else
18540 movq _glapi_Dispatch(%rip), %rax
18541 testq %rax, %rax
18542 je 1f
18543 movq 3944(%rax), %r11
18544 jmp *%r11
18545 1:
18546 pushq %rdi
18547 call _glapi_get_dispatch
18548 popq %rdi
18549 movq 3944(%rax), %r11
18550 jmp *%r11
18551 #endif /* defined(GLX_USE_TLS) */
18552 .size GL_PREFIX(EndQueryARB), .-GL_PREFIX(EndQueryARB)
18553
18554 .p2align 4,,15
18555 .globl GL_PREFIX(GenQueriesARB)
18556 .type GL_PREFIX(GenQueriesARB), @function
18557 GL_PREFIX(GenQueriesARB):
18558 #if defined(GLX_USE_TLS)
18559 call _x86_64_get_dispatch@PLT
18560 movq 3952(%rax), %r11
18561 jmp *%r11
18562 #elif defined(PTHREADS)
18563 pushq %rdi
18564 pushq %rsi
18565 pushq %rbp
18566 call _x86_64_get_dispatch@PLT
18567 popq %rbp
18568 popq %rsi
18569 popq %rdi
18570 movq 3952(%rax), %r11
18571 jmp *%r11
18572 #else
18573 movq _glapi_Dispatch(%rip), %rax
18574 testq %rax, %rax
18575 je 1f
18576 movq 3952(%rax), %r11
18577 jmp *%r11
18578 1:
18579 pushq %rdi
18580 pushq %rsi
18581 pushq %rbp
18582 call _glapi_get_dispatch
18583 popq %rbp
18584 popq %rsi
18585 popq %rdi
18586 movq 3952(%rax), %r11
18587 jmp *%r11
18588 #endif /* defined(GLX_USE_TLS) */
18589 .size GL_PREFIX(GenQueriesARB), .-GL_PREFIX(GenQueriesARB)
18590
18591 .p2align 4,,15
18592 .globl GL_PREFIX(GetQueryObjectivARB)
18593 .type GL_PREFIX(GetQueryObjectivARB), @function
18594 GL_PREFIX(GetQueryObjectivARB):
18595 #if defined(GLX_USE_TLS)
18596 call _x86_64_get_dispatch@PLT
18597 movq 3960(%rax), %r11
18598 jmp *%r11
18599 #elif defined(PTHREADS)
18600 pushq %rdi
18601 pushq %rsi
18602 pushq %rdx
18603 call _x86_64_get_dispatch@PLT
18604 popq %rdx
18605 popq %rsi
18606 popq %rdi
18607 movq 3960(%rax), %r11
18608 jmp *%r11
18609 #else
18610 movq _glapi_Dispatch(%rip), %rax
18611 testq %rax, %rax
18612 je 1f
18613 movq 3960(%rax), %r11
18614 jmp *%r11
18615 1:
18616 pushq %rdi
18617 pushq %rsi
18618 pushq %rdx
18619 call _glapi_get_dispatch
18620 popq %rdx
18621 popq %rsi
18622 popq %rdi
18623 movq 3960(%rax), %r11
18624 jmp *%r11
18625 #endif /* defined(GLX_USE_TLS) */
18626 .size GL_PREFIX(GetQueryObjectivARB), .-GL_PREFIX(GetQueryObjectivARB)
18627
18628 .p2align 4,,15
18629 .globl GL_PREFIX(GetQueryObjectuivARB)
18630 .type GL_PREFIX(GetQueryObjectuivARB), @function
18631 GL_PREFIX(GetQueryObjectuivARB):
18632 #if defined(GLX_USE_TLS)
18633 call _x86_64_get_dispatch@PLT
18634 movq 3968(%rax), %r11
18635 jmp *%r11
18636 #elif defined(PTHREADS)
18637 pushq %rdi
18638 pushq %rsi
18639 pushq %rdx
18640 call _x86_64_get_dispatch@PLT
18641 popq %rdx
18642 popq %rsi
18643 popq %rdi
18644 movq 3968(%rax), %r11
18645 jmp *%r11
18646 #else
18647 movq _glapi_Dispatch(%rip), %rax
18648 testq %rax, %rax
18649 je 1f
18650 movq 3968(%rax), %r11
18651 jmp *%r11
18652 1:
18653 pushq %rdi
18654 pushq %rsi
18655 pushq %rdx
18656 call _glapi_get_dispatch
18657 popq %rdx
18658 popq %rsi
18659 popq %rdi
18660 movq 3968(%rax), %r11
18661 jmp *%r11
18662 #endif /* defined(GLX_USE_TLS) */
18663 .size GL_PREFIX(GetQueryObjectuivARB), .-GL_PREFIX(GetQueryObjectuivARB)
18664
18665 .p2align 4,,15
18666 .globl GL_PREFIX(GetQueryivARB)
18667 .type GL_PREFIX(GetQueryivARB), @function
18668 GL_PREFIX(GetQueryivARB):
18669 #if defined(GLX_USE_TLS)
18670 call _x86_64_get_dispatch@PLT
18671 movq 3976(%rax), %r11
18672 jmp *%r11
18673 #elif defined(PTHREADS)
18674 pushq %rdi
18675 pushq %rsi
18676 pushq %rdx
18677 call _x86_64_get_dispatch@PLT
18678 popq %rdx
18679 popq %rsi
18680 popq %rdi
18681 movq 3976(%rax), %r11
18682 jmp *%r11
18683 #else
18684 movq _glapi_Dispatch(%rip), %rax
18685 testq %rax, %rax
18686 je 1f
18687 movq 3976(%rax), %r11
18688 jmp *%r11
18689 1:
18690 pushq %rdi
18691 pushq %rsi
18692 pushq %rdx
18693 call _glapi_get_dispatch
18694 popq %rdx
18695 popq %rsi
18696 popq %rdi
18697 movq 3976(%rax), %r11
18698 jmp *%r11
18699 #endif /* defined(GLX_USE_TLS) */
18700 .size GL_PREFIX(GetQueryivARB), .-GL_PREFIX(GetQueryivARB)
18701
18702 .p2align 4,,15
18703 .globl GL_PREFIX(IsQueryARB)
18704 .type GL_PREFIX(IsQueryARB), @function
18705 GL_PREFIX(IsQueryARB):
18706 #if defined(GLX_USE_TLS)
18707 call _x86_64_get_dispatch@PLT
18708 movq 3984(%rax), %r11
18709 jmp *%r11
18710 #elif defined(PTHREADS)
18711 pushq %rdi
18712 call _x86_64_get_dispatch@PLT
18713 popq %rdi
18714 movq 3984(%rax), %r11
18715 jmp *%r11
18716 #else
18717 movq _glapi_Dispatch(%rip), %rax
18718 testq %rax, %rax
18719 je 1f
18720 movq 3984(%rax), %r11
18721 jmp *%r11
18722 1:
18723 pushq %rdi
18724 call _glapi_get_dispatch
18725 popq %rdi
18726 movq 3984(%rax), %r11
18727 jmp *%r11
18728 #endif /* defined(GLX_USE_TLS) */
18729 .size GL_PREFIX(IsQueryARB), .-GL_PREFIX(IsQueryARB)
18730
18731 .p2align 4,,15
18732 .globl GL_PREFIX(AttachObjectARB)
18733 .type GL_PREFIX(AttachObjectARB), @function
18734 GL_PREFIX(AttachObjectARB):
18735 #if defined(GLX_USE_TLS)
18736 call _x86_64_get_dispatch@PLT
18737 movq 3992(%rax), %r11
18738 jmp *%r11
18739 #elif defined(PTHREADS)
18740 pushq %rdi
18741 pushq %rsi
18742 pushq %rbp
18743 call _x86_64_get_dispatch@PLT
18744 popq %rbp
18745 popq %rsi
18746 popq %rdi
18747 movq 3992(%rax), %r11
18748 jmp *%r11
18749 #else
18750 movq _glapi_Dispatch(%rip), %rax
18751 testq %rax, %rax
18752 je 1f
18753 movq 3992(%rax), %r11
18754 jmp *%r11
18755 1:
18756 pushq %rdi
18757 pushq %rsi
18758 pushq %rbp
18759 call _glapi_get_dispatch
18760 popq %rbp
18761 popq %rsi
18762 popq %rdi
18763 movq 3992(%rax), %r11
18764 jmp *%r11
18765 #endif /* defined(GLX_USE_TLS) */
18766 .size GL_PREFIX(AttachObjectARB), .-GL_PREFIX(AttachObjectARB)
18767
18768 .p2align 4,,15
18769 .globl GL_PREFIX(CompileShaderARB)
18770 .type GL_PREFIX(CompileShaderARB), @function
18771 GL_PREFIX(CompileShaderARB):
18772 #if defined(GLX_USE_TLS)
18773 call _x86_64_get_dispatch@PLT
18774 movq 4000(%rax), %r11
18775 jmp *%r11
18776 #elif defined(PTHREADS)
18777 pushq %rdi
18778 call _x86_64_get_dispatch@PLT
18779 popq %rdi
18780 movq 4000(%rax), %r11
18781 jmp *%r11
18782 #else
18783 movq _glapi_Dispatch(%rip), %rax
18784 testq %rax, %rax
18785 je 1f
18786 movq 4000(%rax), %r11
18787 jmp *%r11
18788 1:
18789 pushq %rdi
18790 call _glapi_get_dispatch
18791 popq %rdi
18792 movq 4000(%rax), %r11
18793 jmp *%r11
18794 #endif /* defined(GLX_USE_TLS) */
18795 .size GL_PREFIX(CompileShaderARB), .-GL_PREFIX(CompileShaderARB)
18796
18797 .p2align 4,,15
18798 .globl GL_PREFIX(CreateProgramObjectARB)
18799 .type GL_PREFIX(CreateProgramObjectARB), @function
18800 GL_PREFIX(CreateProgramObjectARB):
18801 #if defined(GLX_USE_TLS)
18802 call _x86_64_get_dispatch@PLT
18803 movq 4008(%rax), %r11
18804 jmp *%r11
18805 #elif defined(PTHREADS)
18806 pushq %rbp
18807 call _x86_64_get_dispatch@PLT
18808 popq %rbp
18809 movq 4008(%rax), %r11
18810 jmp *%r11
18811 #else
18812 movq _glapi_Dispatch(%rip), %rax
18813 testq %rax, %rax
18814 je 1f
18815 movq 4008(%rax), %r11
18816 jmp *%r11
18817 1:
18818 pushq %rbp
18819 call _glapi_get_dispatch
18820 popq %rbp
18821 movq 4008(%rax), %r11
18822 jmp *%r11
18823 #endif /* defined(GLX_USE_TLS) */
18824 .size GL_PREFIX(CreateProgramObjectARB), .-GL_PREFIX(CreateProgramObjectARB)
18825
18826 .p2align 4,,15
18827 .globl GL_PREFIX(CreateShaderObjectARB)
18828 .type GL_PREFIX(CreateShaderObjectARB), @function
18829 GL_PREFIX(CreateShaderObjectARB):
18830 #if defined(GLX_USE_TLS)
18831 call _x86_64_get_dispatch@PLT
18832 movq 4016(%rax), %r11
18833 jmp *%r11
18834 #elif defined(PTHREADS)
18835 pushq %rdi
18836 call _x86_64_get_dispatch@PLT
18837 popq %rdi
18838 movq 4016(%rax), %r11
18839 jmp *%r11
18840 #else
18841 movq _glapi_Dispatch(%rip), %rax
18842 testq %rax, %rax
18843 je 1f
18844 movq 4016(%rax), %r11
18845 jmp *%r11
18846 1:
18847 pushq %rdi
18848 call _glapi_get_dispatch
18849 popq %rdi
18850 movq 4016(%rax), %r11
18851 jmp *%r11
18852 #endif /* defined(GLX_USE_TLS) */
18853 .size GL_PREFIX(CreateShaderObjectARB), .-GL_PREFIX(CreateShaderObjectARB)
18854
18855 .p2align 4,,15
18856 .globl GL_PREFIX(DeleteObjectARB)
18857 .type GL_PREFIX(DeleteObjectARB), @function
18858 GL_PREFIX(DeleteObjectARB):
18859 #if defined(GLX_USE_TLS)
18860 call _x86_64_get_dispatch@PLT
18861 movq 4024(%rax), %r11
18862 jmp *%r11
18863 #elif defined(PTHREADS)
18864 pushq %rdi
18865 call _x86_64_get_dispatch@PLT
18866 popq %rdi
18867 movq 4024(%rax), %r11
18868 jmp *%r11
18869 #else
18870 movq _glapi_Dispatch(%rip), %rax
18871 testq %rax, %rax
18872 je 1f
18873 movq 4024(%rax), %r11
18874 jmp *%r11
18875 1:
18876 pushq %rdi
18877 call _glapi_get_dispatch
18878 popq %rdi
18879 movq 4024(%rax), %r11
18880 jmp *%r11
18881 #endif /* defined(GLX_USE_TLS) */
18882 .size GL_PREFIX(DeleteObjectARB), .-GL_PREFIX(DeleteObjectARB)
18883
18884 .p2align 4,,15
18885 .globl GL_PREFIX(DetachObjectARB)
18886 .type GL_PREFIX(DetachObjectARB), @function
18887 GL_PREFIX(DetachObjectARB):
18888 #if defined(GLX_USE_TLS)
18889 call _x86_64_get_dispatch@PLT
18890 movq 4032(%rax), %r11
18891 jmp *%r11
18892 #elif defined(PTHREADS)
18893 pushq %rdi
18894 pushq %rsi
18895 pushq %rbp
18896 call _x86_64_get_dispatch@PLT
18897 popq %rbp
18898 popq %rsi
18899 popq %rdi
18900 movq 4032(%rax), %r11
18901 jmp *%r11
18902 #else
18903 movq _glapi_Dispatch(%rip), %rax
18904 testq %rax, %rax
18905 je 1f
18906 movq 4032(%rax), %r11
18907 jmp *%r11
18908 1:
18909 pushq %rdi
18910 pushq %rsi
18911 pushq %rbp
18912 call _glapi_get_dispatch
18913 popq %rbp
18914 popq %rsi
18915 popq %rdi
18916 movq 4032(%rax), %r11
18917 jmp *%r11
18918 #endif /* defined(GLX_USE_TLS) */
18919 .size GL_PREFIX(DetachObjectARB), .-GL_PREFIX(DetachObjectARB)
18920
18921 .p2align 4,,15
18922 .globl GL_PREFIX(GetActiveUniformARB)
18923 .type GL_PREFIX(GetActiveUniformARB), @function
18924 GL_PREFIX(GetActiveUniformARB):
18925 #if defined(GLX_USE_TLS)
18926 call _x86_64_get_dispatch@PLT
18927 movq 4040(%rax), %r11
18928 jmp *%r11
18929 #elif defined(PTHREADS)
18930 pushq %rdi
18931 pushq %rsi
18932 pushq %rdx
18933 pushq %rcx
18934 pushq %r8
18935 pushq %r9
18936 pushq %rbp
18937 call _x86_64_get_dispatch@PLT
18938 popq %rbp
18939 popq %r9
18940 popq %r8
18941 popq %rcx
18942 popq %rdx
18943 popq %rsi
18944 popq %rdi
18945 movq 4040(%rax), %r11
18946 jmp *%r11
18947 #else
18948 movq _glapi_Dispatch(%rip), %rax
18949 testq %rax, %rax
18950 je 1f
18951 movq 4040(%rax), %r11
18952 jmp *%r11
18953 1:
18954 pushq %rdi
18955 pushq %rsi
18956 pushq %rdx
18957 pushq %rcx
18958 pushq %r8
18959 pushq %r9
18960 pushq %rbp
18961 call _glapi_get_dispatch
18962 popq %rbp
18963 popq %r9
18964 popq %r8
18965 popq %rcx
18966 popq %rdx
18967 popq %rsi
18968 popq %rdi
18969 movq 4040(%rax), %r11
18970 jmp *%r11
18971 #endif /* defined(GLX_USE_TLS) */
18972 .size GL_PREFIX(GetActiveUniformARB), .-GL_PREFIX(GetActiveUniformARB)
18973
18974 .p2align 4,,15
18975 .globl GL_PREFIX(GetAttachedObjectsARB)
18976 .type GL_PREFIX(GetAttachedObjectsARB), @function
18977 GL_PREFIX(GetAttachedObjectsARB):
18978 #if defined(GLX_USE_TLS)
18979 call _x86_64_get_dispatch@PLT
18980 movq 4048(%rax), %r11
18981 jmp *%r11
18982 #elif defined(PTHREADS)
18983 pushq %rdi
18984 pushq %rsi
18985 pushq %rdx
18986 pushq %rcx
18987 pushq %rbp
18988 call _x86_64_get_dispatch@PLT
18989 popq %rbp
18990 popq %rcx
18991 popq %rdx
18992 popq %rsi
18993 popq %rdi
18994 movq 4048(%rax), %r11
18995 jmp *%r11
18996 #else
18997 movq _glapi_Dispatch(%rip), %rax
18998 testq %rax, %rax
18999 je 1f
19000 movq 4048(%rax), %r11
19001 jmp *%r11
19002 1:
19003 pushq %rdi
19004 pushq %rsi
19005 pushq %rdx
19006 pushq %rcx
19007 pushq %rbp
19008 call _glapi_get_dispatch
19009 popq %rbp
19010 popq %rcx
19011 popq %rdx
19012 popq %rsi
19013 popq %rdi
19014 movq 4048(%rax), %r11
19015 jmp *%r11
19016 #endif /* defined(GLX_USE_TLS) */
19017 .size GL_PREFIX(GetAttachedObjectsARB), .-GL_PREFIX(GetAttachedObjectsARB)
19018
19019 .p2align 4,,15
19020 .globl GL_PREFIX(GetHandleARB)
19021 .type GL_PREFIX(GetHandleARB), @function
19022 GL_PREFIX(GetHandleARB):
19023 #if defined(GLX_USE_TLS)
19024 call _x86_64_get_dispatch@PLT
19025 movq 4056(%rax), %r11
19026 jmp *%r11
19027 #elif defined(PTHREADS)
19028 pushq %rdi
19029 call _x86_64_get_dispatch@PLT
19030 popq %rdi
19031 movq 4056(%rax), %r11
19032 jmp *%r11
19033 #else
19034 movq _glapi_Dispatch(%rip), %rax
19035 testq %rax, %rax
19036 je 1f
19037 movq 4056(%rax), %r11
19038 jmp *%r11
19039 1:
19040 pushq %rdi
19041 call _glapi_get_dispatch
19042 popq %rdi
19043 movq 4056(%rax), %r11
19044 jmp *%r11
19045 #endif /* defined(GLX_USE_TLS) */
19046 .size GL_PREFIX(GetHandleARB), .-GL_PREFIX(GetHandleARB)
19047
19048 .p2align 4,,15
19049 .globl GL_PREFIX(GetInfoLogARB)
19050 .type GL_PREFIX(GetInfoLogARB), @function
19051 GL_PREFIX(GetInfoLogARB):
19052 #if defined(GLX_USE_TLS)
19053 call _x86_64_get_dispatch@PLT
19054 movq 4064(%rax), %r11
19055 jmp *%r11
19056 #elif defined(PTHREADS)
19057 pushq %rdi
19058 pushq %rsi
19059 pushq %rdx
19060 pushq %rcx
19061 pushq %rbp
19062 call _x86_64_get_dispatch@PLT
19063 popq %rbp
19064 popq %rcx
19065 popq %rdx
19066 popq %rsi
19067 popq %rdi
19068 movq 4064(%rax), %r11
19069 jmp *%r11
19070 #else
19071 movq _glapi_Dispatch(%rip), %rax
19072 testq %rax, %rax
19073 je 1f
19074 movq 4064(%rax), %r11
19075 jmp *%r11
19076 1:
19077 pushq %rdi
19078 pushq %rsi
19079 pushq %rdx
19080 pushq %rcx
19081 pushq %rbp
19082 call _glapi_get_dispatch
19083 popq %rbp
19084 popq %rcx
19085 popq %rdx
19086 popq %rsi
19087 popq %rdi
19088 movq 4064(%rax), %r11
19089 jmp *%r11
19090 #endif /* defined(GLX_USE_TLS) */
19091 .size GL_PREFIX(GetInfoLogARB), .-GL_PREFIX(GetInfoLogARB)
19092
19093 .p2align 4,,15
19094 .globl GL_PREFIX(GetObjectParameterfvARB)
19095 .type GL_PREFIX(GetObjectParameterfvARB), @function
19096 GL_PREFIX(GetObjectParameterfvARB):
19097 #if defined(GLX_USE_TLS)
19098 call _x86_64_get_dispatch@PLT
19099 movq 4072(%rax), %r11
19100 jmp *%r11
19101 #elif defined(PTHREADS)
19102 pushq %rdi
19103 pushq %rsi
19104 pushq %rdx
19105 call _x86_64_get_dispatch@PLT
19106 popq %rdx
19107 popq %rsi
19108 popq %rdi
19109 movq 4072(%rax), %r11
19110 jmp *%r11
19111 #else
19112 movq _glapi_Dispatch(%rip), %rax
19113 testq %rax, %rax
19114 je 1f
19115 movq 4072(%rax), %r11
19116 jmp *%r11
19117 1:
19118 pushq %rdi
19119 pushq %rsi
19120 pushq %rdx
19121 call _glapi_get_dispatch
19122 popq %rdx
19123 popq %rsi
19124 popq %rdi
19125 movq 4072(%rax), %r11
19126 jmp *%r11
19127 #endif /* defined(GLX_USE_TLS) */
19128 .size GL_PREFIX(GetObjectParameterfvARB), .-GL_PREFIX(GetObjectParameterfvARB)
19129
19130 .p2align 4,,15
19131 .globl GL_PREFIX(GetObjectParameterivARB)
19132 .type GL_PREFIX(GetObjectParameterivARB), @function
19133 GL_PREFIX(GetObjectParameterivARB):
19134 #if defined(GLX_USE_TLS)
19135 call _x86_64_get_dispatch@PLT
19136 movq 4080(%rax), %r11
19137 jmp *%r11
19138 #elif defined(PTHREADS)
19139 pushq %rdi
19140 pushq %rsi
19141 pushq %rdx
19142 call _x86_64_get_dispatch@PLT
19143 popq %rdx
19144 popq %rsi
19145 popq %rdi
19146 movq 4080(%rax), %r11
19147 jmp *%r11
19148 #else
19149 movq _glapi_Dispatch(%rip), %rax
19150 testq %rax, %rax
19151 je 1f
19152 movq 4080(%rax), %r11
19153 jmp *%r11
19154 1:
19155 pushq %rdi
19156 pushq %rsi
19157 pushq %rdx
19158 call _glapi_get_dispatch
19159 popq %rdx
19160 popq %rsi
19161 popq %rdi
19162 movq 4080(%rax), %r11
19163 jmp *%r11
19164 #endif /* defined(GLX_USE_TLS) */
19165 .size GL_PREFIX(GetObjectParameterivARB), .-GL_PREFIX(GetObjectParameterivARB)
19166
19167 .p2align 4,,15
19168 .globl GL_PREFIX(GetShaderSourceARB)
19169 .type GL_PREFIX(GetShaderSourceARB), @function
19170 GL_PREFIX(GetShaderSourceARB):
19171 #if defined(GLX_USE_TLS)
19172 call _x86_64_get_dispatch@PLT
19173 movq 4088(%rax), %r11
19174 jmp *%r11
19175 #elif defined(PTHREADS)
19176 pushq %rdi
19177 pushq %rsi
19178 pushq %rdx
19179 pushq %rcx
19180 pushq %rbp
19181 call _x86_64_get_dispatch@PLT
19182 popq %rbp
19183 popq %rcx
19184 popq %rdx
19185 popq %rsi
19186 popq %rdi
19187 movq 4088(%rax), %r11
19188 jmp *%r11
19189 #else
19190 movq _glapi_Dispatch(%rip), %rax
19191 testq %rax, %rax
19192 je 1f
19193 movq 4088(%rax), %r11
19194 jmp *%r11
19195 1:
19196 pushq %rdi
19197 pushq %rsi
19198 pushq %rdx
19199 pushq %rcx
19200 pushq %rbp
19201 call _glapi_get_dispatch
19202 popq %rbp
19203 popq %rcx
19204 popq %rdx
19205 popq %rsi
19206 popq %rdi
19207 movq 4088(%rax), %r11
19208 jmp *%r11
19209 #endif /* defined(GLX_USE_TLS) */
19210 .size GL_PREFIX(GetShaderSourceARB), .-GL_PREFIX(GetShaderSourceARB)
19211
19212 .p2align 4,,15
19213 .globl GL_PREFIX(GetUniformLocationARB)
19214 .type GL_PREFIX(GetUniformLocationARB), @function
19215 GL_PREFIX(GetUniformLocationARB):
19216 #if defined(GLX_USE_TLS)
19217 call _x86_64_get_dispatch@PLT
19218 movq 4096(%rax), %r11
19219 jmp *%r11
19220 #elif defined(PTHREADS)
19221 pushq %rdi
19222 pushq %rsi
19223 pushq %rbp
19224 call _x86_64_get_dispatch@PLT
19225 popq %rbp
19226 popq %rsi
19227 popq %rdi
19228 movq 4096(%rax), %r11
19229 jmp *%r11
19230 #else
19231 movq _glapi_Dispatch(%rip), %rax
19232 testq %rax, %rax
19233 je 1f
19234 movq 4096(%rax), %r11
19235 jmp *%r11
19236 1:
19237 pushq %rdi
19238 pushq %rsi
19239 pushq %rbp
19240 call _glapi_get_dispatch
19241 popq %rbp
19242 popq %rsi
19243 popq %rdi
19244 movq 4096(%rax), %r11
19245 jmp *%r11
19246 #endif /* defined(GLX_USE_TLS) */
19247 .size GL_PREFIX(GetUniformLocationARB), .-GL_PREFIX(GetUniformLocationARB)
19248
19249 .p2align 4,,15
19250 .globl GL_PREFIX(GetUniformfvARB)
19251 .type GL_PREFIX(GetUniformfvARB), @function
19252 GL_PREFIX(GetUniformfvARB):
19253 #if defined(GLX_USE_TLS)
19254 call _x86_64_get_dispatch@PLT
19255 movq 4104(%rax), %r11
19256 jmp *%r11
19257 #elif defined(PTHREADS)
19258 pushq %rdi
19259 pushq %rsi
19260 pushq %rdx
19261 call _x86_64_get_dispatch@PLT
19262 popq %rdx
19263 popq %rsi
19264 popq %rdi
19265 movq 4104(%rax), %r11
19266 jmp *%r11
19267 #else
19268 movq _glapi_Dispatch(%rip), %rax
19269 testq %rax, %rax
19270 je 1f
19271 movq 4104(%rax), %r11
19272 jmp *%r11
19273 1:
19274 pushq %rdi
19275 pushq %rsi
19276 pushq %rdx
19277 call _glapi_get_dispatch
19278 popq %rdx
19279 popq %rsi
19280 popq %rdi
19281 movq 4104(%rax), %r11
19282 jmp *%r11
19283 #endif /* defined(GLX_USE_TLS) */
19284 .size GL_PREFIX(GetUniformfvARB), .-GL_PREFIX(GetUniformfvARB)
19285
19286 .p2align 4,,15
19287 .globl GL_PREFIX(GetUniformivARB)
19288 .type GL_PREFIX(GetUniformivARB), @function
19289 GL_PREFIX(GetUniformivARB):
19290 #if defined(GLX_USE_TLS)
19291 call _x86_64_get_dispatch@PLT
19292 movq 4112(%rax), %r11
19293 jmp *%r11
19294 #elif defined(PTHREADS)
19295 pushq %rdi
19296 pushq %rsi
19297 pushq %rdx
19298 call _x86_64_get_dispatch@PLT
19299 popq %rdx
19300 popq %rsi
19301 popq %rdi
19302 movq 4112(%rax), %r11
19303 jmp *%r11
19304 #else
19305 movq _glapi_Dispatch(%rip), %rax
19306 testq %rax, %rax
19307 je 1f
19308 movq 4112(%rax), %r11
19309 jmp *%r11
19310 1:
19311 pushq %rdi
19312 pushq %rsi
19313 pushq %rdx
19314 call _glapi_get_dispatch
19315 popq %rdx
19316 popq %rsi
19317 popq %rdi
19318 movq 4112(%rax), %r11
19319 jmp *%r11
19320 #endif /* defined(GLX_USE_TLS) */
19321 .size GL_PREFIX(GetUniformivARB), .-GL_PREFIX(GetUniformivARB)
19322
19323 .p2align 4,,15
19324 .globl GL_PREFIX(LinkProgramARB)
19325 .type GL_PREFIX(LinkProgramARB), @function
19326 GL_PREFIX(LinkProgramARB):
19327 #if defined(GLX_USE_TLS)
19328 call _x86_64_get_dispatch@PLT
19329 movq 4120(%rax), %r11
19330 jmp *%r11
19331 #elif defined(PTHREADS)
19332 pushq %rdi
19333 call _x86_64_get_dispatch@PLT
19334 popq %rdi
19335 movq 4120(%rax), %r11
19336 jmp *%r11
19337 #else
19338 movq _glapi_Dispatch(%rip), %rax
19339 testq %rax, %rax
19340 je 1f
19341 movq 4120(%rax), %r11
19342 jmp *%r11
19343 1:
19344 pushq %rdi
19345 call _glapi_get_dispatch
19346 popq %rdi
19347 movq 4120(%rax), %r11
19348 jmp *%r11
19349 #endif /* defined(GLX_USE_TLS) */
19350 .size GL_PREFIX(LinkProgramARB), .-GL_PREFIX(LinkProgramARB)
19351
19352 .p2align 4,,15
19353 .globl GL_PREFIX(ShaderSourceARB)
19354 .type GL_PREFIX(ShaderSourceARB), @function
19355 GL_PREFIX(ShaderSourceARB):
19356 #if defined(GLX_USE_TLS)
19357 call _x86_64_get_dispatch@PLT
19358 movq 4128(%rax), %r11
19359 jmp *%r11
19360 #elif defined(PTHREADS)
19361 pushq %rdi
19362 pushq %rsi
19363 pushq %rdx
19364 pushq %rcx
19365 pushq %rbp
19366 call _x86_64_get_dispatch@PLT
19367 popq %rbp
19368 popq %rcx
19369 popq %rdx
19370 popq %rsi
19371 popq %rdi
19372 movq 4128(%rax), %r11
19373 jmp *%r11
19374 #else
19375 movq _glapi_Dispatch(%rip), %rax
19376 testq %rax, %rax
19377 je 1f
19378 movq 4128(%rax), %r11
19379 jmp *%r11
19380 1:
19381 pushq %rdi
19382 pushq %rsi
19383 pushq %rdx
19384 pushq %rcx
19385 pushq %rbp
19386 call _glapi_get_dispatch
19387 popq %rbp
19388 popq %rcx
19389 popq %rdx
19390 popq %rsi
19391 popq %rdi
19392 movq 4128(%rax), %r11
19393 jmp *%r11
19394 #endif /* defined(GLX_USE_TLS) */
19395 .size GL_PREFIX(ShaderSourceARB), .-GL_PREFIX(ShaderSourceARB)
19396
19397 .p2align 4,,15
19398 .globl GL_PREFIX(Uniform1fARB)
19399 .type GL_PREFIX(Uniform1fARB), @function
19400 GL_PREFIX(Uniform1fARB):
19401 #if defined(GLX_USE_TLS)
19402 call _x86_64_get_dispatch@PLT
19403 movq 4136(%rax), %r11
19404 jmp *%r11
19405 #elif defined(PTHREADS)
19406 subq $24, %rsp
19407 movq %rdi, (%rsp)
19408 movq %xmm0, 8(%rsp)
19409 call _x86_64_get_dispatch@PLT
19410 movq 8(%rsp), %xmm0
19411 movq (%rsp), %rdi
19412 addq $24, %rsp
19413 movq 4136(%rax), %r11
19414 jmp *%r11
19415 #else
19416 movq _glapi_Dispatch(%rip), %rax
19417 testq %rax, %rax
19418 je 1f
19419 movq 4136(%rax), %r11
19420 jmp *%r11
19421 1:
19422 subq $24, %rsp
19423 movq %rdi, (%rsp)
19424 movq %xmm0, 8(%rsp)
19425 call _glapi_get_dispatch
19426 movq 8(%rsp), %xmm0
19427 movq (%rsp), %rdi
19428 addq $24, %rsp
19429 movq 4136(%rax), %r11
19430 jmp *%r11
19431 #endif /* defined(GLX_USE_TLS) */
19432 .size GL_PREFIX(Uniform1fARB), .-GL_PREFIX(Uniform1fARB)
19433
19434 .p2align 4,,15
19435 .globl GL_PREFIX(Uniform1fvARB)
19436 .type GL_PREFIX(Uniform1fvARB), @function
19437 GL_PREFIX(Uniform1fvARB):
19438 #if defined(GLX_USE_TLS)
19439 call _x86_64_get_dispatch@PLT
19440 movq 4144(%rax), %r11
19441 jmp *%r11
19442 #elif defined(PTHREADS)
19443 pushq %rdi
19444 pushq %rsi
19445 pushq %rdx
19446 call _x86_64_get_dispatch@PLT
19447 popq %rdx
19448 popq %rsi
19449 popq %rdi
19450 movq 4144(%rax), %r11
19451 jmp *%r11
19452 #else
19453 movq _glapi_Dispatch(%rip), %rax
19454 testq %rax, %rax
19455 je 1f
19456 movq 4144(%rax), %r11
19457 jmp *%r11
19458 1:
19459 pushq %rdi
19460 pushq %rsi
19461 pushq %rdx
19462 call _glapi_get_dispatch
19463 popq %rdx
19464 popq %rsi
19465 popq %rdi
19466 movq 4144(%rax), %r11
19467 jmp *%r11
19468 #endif /* defined(GLX_USE_TLS) */
19469 .size GL_PREFIX(Uniform1fvARB), .-GL_PREFIX(Uniform1fvARB)
19470
19471 .p2align 4,,15
19472 .globl GL_PREFIX(Uniform1iARB)
19473 .type GL_PREFIX(Uniform1iARB), @function
19474 GL_PREFIX(Uniform1iARB):
19475 #if defined(GLX_USE_TLS)
19476 call _x86_64_get_dispatch@PLT
19477 movq 4152(%rax), %r11
19478 jmp *%r11
19479 #elif defined(PTHREADS)
19480 pushq %rdi
19481 pushq %rsi
19482 pushq %rbp
19483 call _x86_64_get_dispatch@PLT
19484 popq %rbp
19485 popq %rsi
19486 popq %rdi
19487 movq 4152(%rax), %r11
19488 jmp *%r11
19489 #else
19490 movq _glapi_Dispatch(%rip), %rax
19491 testq %rax, %rax
19492 je 1f
19493 movq 4152(%rax), %r11
19494 jmp *%r11
19495 1:
19496 pushq %rdi
19497 pushq %rsi
19498 pushq %rbp
19499 call _glapi_get_dispatch
19500 popq %rbp
19501 popq %rsi
19502 popq %rdi
19503 movq 4152(%rax), %r11
19504 jmp *%r11
19505 #endif /* defined(GLX_USE_TLS) */
19506 .size GL_PREFIX(Uniform1iARB), .-GL_PREFIX(Uniform1iARB)
19507
19508 .p2align 4,,15
19509 .globl GL_PREFIX(Uniform1ivARB)
19510 .type GL_PREFIX(Uniform1ivARB), @function
19511 GL_PREFIX(Uniform1ivARB):
19512 #if defined(GLX_USE_TLS)
19513 call _x86_64_get_dispatch@PLT
19514 movq 4160(%rax), %r11
19515 jmp *%r11
19516 #elif defined(PTHREADS)
19517 pushq %rdi
19518 pushq %rsi
19519 pushq %rdx
19520 call _x86_64_get_dispatch@PLT
19521 popq %rdx
19522 popq %rsi
19523 popq %rdi
19524 movq 4160(%rax), %r11
19525 jmp *%r11
19526 #else
19527 movq _glapi_Dispatch(%rip), %rax
19528 testq %rax, %rax
19529 je 1f
19530 movq 4160(%rax), %r11
19531 jmp *%r11
19532 1:
19533 pushq %rdi
19534 pushq %rsi
19535 pushq %rdx
19536 call _glapi_get_dispatch
19537 popq %rdx
19538 popq %rsi
19539 popq %rdi
19540 movq 4160(%rax), %r11
19541 jmp *%r11
19542 #endif /* defined(GLX_USE_TLS) */
19543 .size GL_PREFIX(Uniform1ivARB), .-GL_PREFIX(Uniform1ivARB)
19544
19545 .p2align 4,,15
19546 .globl GL_PREFIX(Uniform2fARB)
19547 .type GL_PREFIX(Uniform2fARB), @function
19548 GL_PREFIX(Uniform2fARB):
19549 #if defined(GLX_USE_TLS)
19550 call _x86_64_get_dispatch@PLT
19551 movq 4168(%rax), %r11
19552 jmp *%r11
19553 #elif defined(PTHREADS)
19554 subq $24, %rsp
19555 movq %rdi, (%rsp)
19556 movq %xmm0, 8(%rsp)
19557 movq %xmm1, 16(%rsp)
19558 call _x86_64_get_dispatch@PLT
19559 movq 16(%rsp), %xmm1
19560 movq 8(%rsp), %xmm0
19561 movq (%rsp), %rdi
19562 addq $24, %rsp
19563 movq 4168(%rax), %r11
19564 jmp *%r11
19565 #else
19566 movq _glapi_Dispatch(%rip), %rax
19567 testq %rax, %rax
19568 je 1f
19569 movq 4168(%rax), %r11
19570 jmp *%r11
19571 1:
19572 subq $24, %rsp
19573 movq %rdi, (%rsp)
19574 movq %xmm0, 8(%rsp)
19575 movq %xmm1, 16(%rsp)
19576 call _glapi_get_dispatch
19577 movq 16(%rsp), %xmm1
19578 movq 8(%rsp), %xmm0
19579 movq (%rsp), %rdi
19580 addq $24, %rsp
19581 movq 4168(%rax), %r11
19582 jmp *%r11
19583 #endif /* defined(GLX_USE_TLS) */
19584 .size GL_PREFIX(Uniform2fARB), .-GL_PREFIX(Uniform2fARB)
19585
19586 .p2align 4,,15
19587 .globl GL_PREFIX(Uniform2fvARB)
19588 .type GL_PREFIX(Uniform2fvARB), @function
19589 GL_PREFIX(Uniform2fvARB):
19590 #if defined(GLX_USE_TLS)
19591 call _x86_64_get_dispatch@PLT
19592 movq 4176(%rax), %r11
19593 jmp *%r11
19594 #elif defined(PTHREADS)
19595 pushq %rdi
19596 pushq %rsi
19597 pushq %rdx
19598 call _x86_64_get_dispatch@PLT
19599 popq %rdx
19600 popq %rsi
19601 popq %rdi
19602 movq 4176(%rax), %r11
19603 jmp *%r11
19604 #else
19605 movq _glapi_Dispatch(%rip), %rax
19606 testq %rax, %rax
19607 je 1f
19608 movq 4176(%rax), %r11
19609 jmp *%r11
19610 1:
19611 pushq %rdi
19612 pushq %rsi
19613 pushq %rdx
19614 call _glapi_get_dispatch
19615 popq %rdx
19616 popq %rsi
19617 popq %rdi
19618 movq 4176(%rax), %r11
19619 jmp *%r11
19620 #endif /* defined(GLX_USE_TLS) */
19621 .size GL_PREFIX(Uniform2fvARB), .-GL_PREFIX(Uniform2fvARB)
19622
19623 .p2align 4,,15
19624 .globl GL_PREFIX(Uniform2iARB)
19625 .type GL_PREFIX(Uniform2iARB), @function
19626 GL_PREFIX(Uniform2iARB):
19627 #if defined(GLX_USE_TLS)
19628 call _x86_64_get_dispatch@PLT
19629 movq 4184(%rax), %r11
19630 jmp *%r11
19631 #elif defined(PTHREADS)
19632 pushq %rdi
19633 pushq %rsi
19634 pushq %rdx
19635 call _x86_64_get_dispatch@PLT
19636 popq %rdx
19637 popq %rsi
19638 popq %rdi
19639 movq 4184(%rax), %r11
19640 jmp *%r11
19641 #else
19642 movq _glapi_Dispatch(%rip), %rax
19643 testq %rax, %rax
19644 je 1f
19645 movq 4184(%rax), %r11
19646 jmp *%r11
19647 1:
19648 pushq %rdi
19649 pushq %rsi
19650 pushq %rdx
19651 call _glapi_get_dispatch
19652 popq %rdx
19653 popq %rsi
19654 popq %rdi
19655 movq 4184(%rax), %r11
19656 jmp *%r11
19657 #endif /* defined(GLX_USE_TLS) */
19658 .size GL_PREFIX(Uniform2iARB), .-GL_PREFIX(Uniform2iARB)
19659
19660 .p2align 4,,15
19661 .globl GL_PREFIX(Uniform2ivARB)
19662 .type GL_PREFIX(Uniform2ivARB), @function
19663 GL_PREFIX(Uniform2ivARB):
19664 #if defined(GLX_USE_TLS)
19665 call _x86_64_get_dispatch@PLT
19666 movq 4192(%rax), %r11
19667 jmp *%r11
19668 #elif defined(PTHREADS)
19669 pushq %rdi
19670 pushq %rsi
19671 pushq %rdx
19672 call _x86_64_get_dispatch@PLT
19673 popq %rdx
19674 popq %rsi
19675 popq %rdi
19676 movq 4192(%rax), %r11
19677 jmp *%r11
19678 #else
19679 movq _glapi_Dispatch(%rip), %rax
19680 testq %rax, %rax
19681 je 1f
19682 movq 4192(%rax), %r11
19683 jmp *%r11
19684 1:
19685 pushq %rdi
19686 pushq %rsi
19687 pushq %rdx
19688 call _glapi_get_dispatch
19689 popq %rdx
19690 popq %rsi
19691 popq %rdi
19692 movq 4192(%rax), %r11
19693 jmp *%r11
19694 #endif /* defined(GLX_USE_TLS) */
19695 .size GL_PREFIX(Uniform2ivARB), .-GL_PREFIX(Uniform2ivARB)
19696
19697 .p2align 4,,15
19698 .globl GL_PREFIX(Uniform3fARB)
19699 .type GL_PREFIX(Uniform3fARB), @function
19700 GL_PREFIX(Uniform3fARB):
19701 #if defined(GLX_USE_TLS)
19702 call _x86_64_get_dispatch@PLT
19703 movq 4200(%rax), %r11
19704 jmp *%r11
19705 #elif defined(PTHREADS)
19706 subq $40, %rsp
19707 movq %rdi, (%rsp)
19708 movq %xmm0, 8(%rsp)
19709 movq %xmm1, 16(%rsp)
19710 movq %xmm2, 24(%rsp)
19711 call _x86_64_get_dispatch@PLT
19712 movq 24(%rsp), %xmm2
19713 movq 16(%rsp), %xmm1
19714 movq 8(%rsp), %xmm0
19715 movq (%rsp), %rdi
19716 addq $40, %rsp
19717 movq 4200(%rax), %r11
19718 jmp *%r11
19719 #else
19720 movq _glapi_Dispatch(%rip), %rax
19721 testq %rax, %rax
19722 je 1f
19723 movq 4200(%rax), %r11
19724 jmp *%r11
19725 1:
19726 subq $40, %rsp
19727 movq %rdi, (%rsp)
19728 movq %xmm0, 8(%rsp)
19729 movq %xmm1, 16(%rsp)
19730 movq %xmm2, 24(%rsp)
19731 call _glapi_get_dispatch
19732 movq 24(%rsp), %xmm2
19733 movq 16(%rsp), %xmm1
19734 movq 8(%rsp), %xmm0
19735 movq (%rsp), %rdi
19736 addq $40, %rsp
19737 movq 4200(%rax), %r11
19738 jmp *%r11
19739 #endif /* defined(GLX_USE_TLS) */
19740 .size GL_PREFIX(Uniform3fARB), .-GL_PREFIX(Uniform3fARB)
19741
19742 .p2align 4,,15
19743 .globl GL_PREFIX(Uniform3fvARB)
19744 .type GL_PREFIX(Uniform3fvARB), @function
19745 GL_PREFIX(Uniform3fvARB):
19746 #if defined(GLX_USE_TLS)
19747 call _x86_64_get_dispatch@PLT
19748 movq 4208(%rax), %r11
19749 jmp *%r11
19750 #elif defined(PTHREADS)
19751 pushq %rdi
19752 pushq %rsi
19753 pushq %rdx
19754 call _x86_64_get_dispatch@PLT
19755 popq %rdx
19756 popq %rsi
19757 popq %rdi
19758 movq 4208(%rax), %r11
19759 jmp *%r11
19760 #else
19761 movq _glapi_Dispatch(%rip), %rax
19762 testq %rax, %rax
19763 je 1f
19764 movq 4208(%rax), %r11
19765 jmp *%r11
19766 1:
19767 pushq %rdi
19768 pushq %rsi
19769 pushq %rdx
19770 call _glapi_get_dispatch
19771 popq %rdx
19772 popq %rsi
19773 popq %rdi
19774 movq 4208(%rax), %r11
19775 jmp *%r11
19776 #endif /* defined(GLX_USE_TLS) */
19777 .size GL_PREFIX(Uniform3fvARB), .-GL_PREFIX(Uniform3fvARB)
19778
19779 .p2align 4,,15
19780 .globl GL_PREFIX(Uniform3iARB)
19781 .type GL_PREFIX(Uniform3iARB), @function
19782 GL_PREFIX(Uniform3iARB):
19783 #if defined(GLX_USE_TLS)
19784 call _x86_64_get_dispatch@PLT
19785 movq 4216(%rax), %r11
19786 jmp *%r11
19787 #elif defined(PTHREADS)
19788 pushq %rdi
19789 pushq %rsi
19790 pushq %rdx
19791 pushq %rcx
19792 pushq %rbp
19793 call _x86_64_get_dispatch@PLT
19794 popq %rbp
19795 popq %rcx
19796 popq %rdx
19797 popq %rsi
19798 popq %rdi
19799 movq 4216(%rax), %r11
19800 jmp *%r11
19801 #else
19802 movq _glapi_Dispatch(%rip), %rax
19803 testq %rax, %rax
19804 je 1f
19805 movq 4216(%rax), %r11
19806 jmp *%r11
19807 1:
19808 pushq %rdi
19809 pushq %rsi
19810 pushq %rdx
19811 pushq %rcx
19812 pushq %rbp
19813 call _glapi_get_dispatch
19814 popq %rbp
19815 popq %rcx
19816 popq %rdx
19817 popq %rsi
19818 popq %rdi
19819 movq 4216(%rax), %r11
19820 jmp *%r11
19821 #endif /* defined(GLX_USE_TLS) */
19822 .size GL_PREFIX(Uniform3iARB), .-GL_PREFIX(Uniform3iARB)
19823
19824 .p2align 4,,15
19825 .globl GL_PREFIX(Uniform3ivARB)
19826 .type GL_PREFIX(Uniform3ivARB), @function
19827 GL_PREFIX(Uniform3ivARB):
19828 #if defined(GLX_USE_TLS)
19829 call _x86_64_get_dispatch@PLT
19830 movq 4224(%rax), %r11
19831 jmp *%r11
19832 #elif defined(PTHREADS)
19833 pushq %rdi
19834 pushq %rsi
19835 pushq %rdx
19836 call _x86_64_get_dispatch@PLT
19837 popq %rdx
19838 popq %rsi
19839 popq %rdi
19840 movq 4224(%rax), %r11
19841 jmp *%r11
19842 #else
19843 movq _glapi_Dispatch(%rip), %rax
19844 testq %rax, %rax
19845 je 1f
19846 movq 4224(%rax), %r11
19847 jmp *%r11
19848 1:
19849 pushq %rdi
19850 pushq %rsi
19851 pushq %rdx
19852 call _glapi_get_dispatch
19853 popq %rdx
19854 popq %rsi
19855 popq %rdi
19856 movq 4224(%rax), %r11
19857 jmp *%r11
19858 #endif /* defined(GLX_USE_TLS) */
19859 .size GL_PREFIX(Uniform3ivARB), .-GL_PREFIX(Uniform3ivARB)
19860
19861 .p2align 4,,15
19862 .globl GL_PREFIX(Uniform4fARB)
19863 .type GL_PREFIX(Uniform4fARB), @function
19864 GL_PREFIX(Uniform4fARB):
19865 #if defined(GLX_USE_TLS)
19866 call _x86_64_get_dispatch@PLT
19867 movq 4232(%rax), %r11
19868 jmp *%r11
19869 #elif defined(PTHREADS)
19870 subq $40, %rsp
19871 movq %rdi, (%rsp)
19872 movq %xmm0, 8(%rsp)
19873 movq %xmm1, 16(%rsp)
19874 movq %xmm2, 24(%rsp)
19875 movq %xmm3, 32(%rsp)
19876 call _x86_64_get_dispatch@PLT
19877 movq 32(%rsp), %xmm3
19878 movq 24(%rsp), %xmm2
19879 movq 16(%rsp), %xmm1
19880 movq 8(%rsp), %xmm0
19881 movq (%rsp), %rdi
19882 addq $40, %rsp
19883 movq 4232(%rax), %r11
19884 jmp *%r11
19885 #else
19886 movq _glapi_Dispatch(%rip), %rax
19887 testq %rax, %rax
19888 je 1f
19889 movq 4232(%rax), %r11
19890 jmp *%r11
19891 1:
19892 subq $40, %rsp
19893 movq %rdi, (%rsp)
19894 movq %xmm0, 8(%rsp)
19895 movq %xmm1, 16(%rsp)
19896 movq %xmm2, 24(%rsp)
19897 movq %xmm3, 32(%rsp)
19898 call _glapi_get_dispatch
19899 movq 32(%rsp), %xmm3
19900 movq 24(%rsp), %xmm2
19901 movq 16(%rsp), %xmm1
19902 movq 8(%rsp), %xmm0
19903 movq (%rsp), %rdi
19904 addq $40, %rsp
19905 movq 4232(%rax), %r11
19906 jmp *%r11
19907 #endif /* defined(GLX_USE_TLS) */
19908 .size GL_PREFIX(Uniform4fARB), .-GL_PREFIX(Uniform4fARB)
19909
19910 .p2align 4,,15
19911 .globl GL_PREFIX(Uniform4fvARB)
19912 .type GL_PREFIX(Uniform4fvARB), @function
19913 GL_PREFIX(Uniform4fvARB):
19914 #if defined(GLX_USE_TLS)
19915 call _x86_64_get_dispatch@PLT
19916 movq 4240(%rax), %r11
19917 jmp *%r11
19918 #elif defined(PTHREADS)
19919 pushq %rdi
19920 pushq %rsi
19921 pushq %rdx
19922 call _x86_64_get_dispatch@PLT
19923 popq %rdx
19924 popq %rsi
19925 popq %rdi
19926 movq 4240(%rax), %r11
19927 jmp *%r11
19928 #else
19929 movq _glapi_Dispatch(%rip), %rax
19930 testq %rax, %rax
19931 je 1f
19932 movq 4240(%rax), %r11
19933 jmp *%r11
19934 1:
19935 pushq %rdi
19936 pushq %rsi
19937 pushq %rdx
19938 call _glapi_get_dispatch
19939 popq %rdx
19940 popq %rsi
19941 popq %rdi
19942 movq 4240(%rax), %r11
19943 jmp *%r11
19944 #endif /* defined(GLX_USE_TLS) */
19945 .size GL_PREFIX(Uniform4fvARB), .-GL_PREFIX(Uniform4fvARB)
19946
19947 .p2align 4,,15
19948 .globl GL_PREFIX(Uniform4iARB)
19949 .type GL_PREFIX(Uniform4iARB), @function
19950 GL_PREFIX(Uniform4iARB):
19951 #if defined(GLX_USE_TLS)
19952 call _x86_64_get_dispatch@PLT
19953 movq 4248(%rax), %r11
19954 jmp *%r11
19955 #elif defined(PTHREADS)
19956 pushq %rdi
19957 pushq %rsi
19958 pushq %rdx
19959 pushq %rcx
19960 pushq %r8
19961 call _x86_64_get_dispatch@PLT
19962 popq %r8
19963 popq %rcx
19964 popq %rdx
19965 popq %rsi
19966 popq %rdi
19967 movq 4248(%rax), %r11
19968 jmp *%r11
19969 #else
19970 movq _glapi_Dispatch(%rip), %rax
19971 testq %rax, %rax
19972 je 1f
19973 movq 4248(%rax), %r11
19974 jmp *%r11
19975 1:
19976 pushq %rdi
19977 pushq %rsi
19978 pushq %rdx
19979 pushq %rcx
19980 pushq %r8
19981 call _glapi_get_dispatch
19982 popq %r8
19983 popq %rcx
19984 popq %rdx
19985 popq %rsi
19986 popq %rdi
19987 movq 4248(%rax), %r11
19988 jmp *%r11
19989 #endif /* defined(GLX_USE_TLS) */
19990 .size GL_PREFIX(Uniform4iARB), .-GL_PREFIX(Uniform4iARB)
19991
19992 .p2align 4,,15
19993 .globl GL_PREFIX(Uniform4ivARB)
19994 .type GL_PREFIX(Uniform4ivARB), @function
19995 GL_PREFIX(Uniform4ivARB):
19996 #if defined(GLX_USE_TLS)
19997 call _x86_64_get_dispatch@PLT
19998 movq 4256(%rax), %r11
19999 jmp *%r11
20000 #elif defined(PTHREADS)
20001 pushq %rdi
20002 pushq %rsi
20003 pushq %rdx
20004 call _x86_64_get_dispatch@PLT
20005 popq %rdx
20006 popq %rsi
20007 popq %rdi
20008 movq 4256(%rax), %r11
20009 jmp *%r11
20010 #else
20011 movq _glapi_Dispatch(%rip), %rax
20012 testq %rax, %rax
20013 je 1f
20014 movq 4256(%rax), %r11
20015 jmp *%r11
20016 1:
20017 pushq %rdi
20018 pushq %rsi
20019 pushq %rdx
20020 call _glapi_get_dispatch
20021 popq %rdx
20022 popq %rsi
20023 popq %rdi
20024 movq 4256(%rax), %r11
20025 jmp *%r11
20026 #endif /* defined(GLX_USE_TLS) */
20027 .size GL_PREFIX(Uniform4ivARB), .-GL_PREFIX(Uniform4ivARB)
20028
20029 .p2align 4,,15
20030 .globl GL_PREFIX(UniformMatrix2fvARB)
20031 .type GL_PREFIX(UniformMatrix2fvARB), @function
20032 GL_PREFIX(UniformMatrix2fvARB):
20033 #if defined(GLX_USE_TLS)
20034 call _x86_64_get_dispatch@PLT
20035 movq 4264(%rax), %r11
20036 jmp *%r11
20037 #elif defined(PTHREADS)
20038 pushq %rdi
20039 pushq %rsi
20040 pushq %rdx
20041 pushq %rcx
20042 pushq %rbp
20043 call _x86_64_get_dispatch@PLT
20044 popq %rbp
20045 popq %rcx
20046 popq %rdx
20047 popq %rsi
20048 popq %rdi
20049 movq 4264(%rax), %r11
20050 jmp *%r11
20051 #else
20052 movq _glapi_Dispatch(%rip), %rax
20053 testq %rax, %rax
20054 je 1f
20055 movq 4264(%rax), %r11
20056 jmp *%r11
20057 1:
20058 pushq %rdi
20059 pushq %rsi
20060 pushq %rdx
20061 pushq %rcx
20062 pushq %rbp
20063 call _glapi_get_dispatch
20064 popq %rbp
20065 popq %rcx
20066 popq %rdx
20067 popq %rsi
20068 popq %rdi
20069 movq 4264(%rax), %r11
20070 jmp *%r11
20071 #endif /* defined(GLX_USE_TLS) */
20072 .size GL_PREFIX(UniformMatrix2fvARB), .-GL_PREFIX(UniformMatrix2fvARB)
20073
20074 .p2align 4,,15
20075 .globl GL_PREFIX(UniformMatrix3fvARB)
20076 .type GL_PREFIX(UniformMatrix3fvARB), @function
20077 GL_PREFIX(UniformMatrix3fvARB):
20078 #if defined(GLX_USE_TLS)
20079 call _x86_64_get_dispatch@PLT
20080 movq 4272(%rax), %r11
20081 jmp *%r11
20082 #elif defined(PTHREADS)
20083 pushq %rdi
20084 pushq %rsi
20085 pushq %rdx
20086 pushq %rcx
20087 pushq %rbp
20088 call _x86_64_get_dispatch@PLT
20089 popq %rbp
20090 popq %rcx
20091 popq %rdx
20092 popq %rsi
20093 popq %rdi
20094 movq 4272(%rax), %r11
20095 jmp *%r11
20096 #else
20097 movq _glapi_Dispatch(%rip), %rax
20098 testq %rax, %rax
20099 je 1f
20100 movq 4272(%rax), %r11
20101 jmp *%r11
20102 1:
20103 pushq %rdi
20104 pushq %rsi
20105 pushq %rdx
20106 pushq %rcx
20107 pushq %rbp
20108 call _glapi_get_dispatch
20109 popq %rbp
20110 popq %rcx
20111 popq %rdx
20112 popq %rsi
20113 popq %rdi
20114 movq 4272(%rax), %r11
20115 jmp *%r11
20116 #endif /* defined(GLX_USE_TLS) */
20117 .size GL_PREFIX(UniformMatrix3fvARB), .-GL_PREFIX(UniformMatrix3fvARB)
20118
20119 .p2align 4,,15
20120 .globl GL_PREFIX(UniformMatrix4fvARB)
20121 .type GL_PREFIX(UniformMatrix4fvARB), @function
20122 GL_PREFIX(UniformMatrix4fvARB):
20123 #if defined(GLX_USE_TLS)
20124 call _x86_64_get_dispatch@PLT
20125 movq 4280(%rax), %r11
20126 jmp *%r11
20127 #elif defined(PTHREADS)
20128 pushq %rdi
20129 pushq %rsi
20130 pushq %rdx
20131 pushq %rcx
20132 pushq %rbp
20133 call _x86_64_get_dispatch@PLT
20134 popq %rbp
20135 popq %rcx
20136 popq %rdx
20137 popq %rsi
20138 popq %rdi
20139 movq 4280(%rax), %r11
20140 jmp *%r11
20141 #else
20142 movq _glapi_Dispatch(%rip), %rax
20143 testq %rax, %rax
20144 je 1f
20145 movq 4280(%rax), %r11
20146 jmp *%r11
20147 1:
20148 pushq %rdi
20149 pushq %rsi
20150 pushq %rdx
20151 pushq %rcx
20152 pushq %rbp
20153 call _glapi_get_dispatch
20154 popq %rbp
20155 popq %rcx
20156 popq %rdx
20157 popq %rsi
20158 popq %rdi
20159 movq 4280(%rax), %r11
20160 jmp *%r11
20161 #endif /* defined(GLX_USE_TLS) */
20162 .size GL_PREFIX(UniformMatrix4fvARB), .-GL_PREFIX(UniformMatrix4fvARB)
20163
20164 .p2align 4,,15
20165 .globl GL_PREFIX(UseProgramObjectARB)
20166 .type GL_PREFIX(UseProgramObjectARB), @function
20167 GL_PREFIX(UseProgramObjectARB):
20168 #if defined(GLX_USE_TLS)
20169 call _x86_64_get_dispatch@PLT
20170 movq 4288(%rax), %r11
20171 jmp *%r11
20172 #elif defined(PTHREADS)
20173 pushq %rdi
20174 call _x86_64_get_dispatch@PLT
20175 popq %rdi
20176 movq 4288(%rax), %r11
20177 jmp *%r11
20178 #else
20179 movq _glapi_Dispatch(%rip), %rax
20180 testq %rax, %rax
20181 je 1f
20182 movq 4288(%rax), %r11
20183 jmp *%r11
20184 1:
20185 pushq %rdi
20186 call _glapi_get_dispatch
20187 popq %rdi
20188 movq 4288(%rax), %r11
20189 jmp *%r11
20190 #endif /* defined(GLX_USE_TLS) */
20191 .size GL_PREFIX(UseProgramObjectARB), .-GL_PREFIX(UseProgramObjectARB)
20192
20193 .p2align 4,,15
20194 .globl GL_PREFIX(ValidateProgramARB)
20195 .type GL_PREFIX(ValidateProgramARB), @function
20196 GL_PREFIX(ValidateProgramARB):
20197 #if defined(GLX_USE_TLS)
20198 call _x86_64_get_dispatch@PLT
20199 movq 4296(%rax), %r11
20200 jmp *%r11
20201 #elif defined(PTHREADS)
20202 pushq %rdi
20203 call _x86_64_get_dispatch@PLT
20204 popq %rdi
20205 movq 4296(%rax), %r11
20206 jmp *%r11
20207 #else
20208 movq _glapi_Dispatch(%rip), %rax
20209 testq %rax, %rax
20210 je 1f
20211 movq 4296(%rax), %r11
20212 jmp *%r11
20213 1:
20214 pushq %rdi
20215 call _glapi_get_dispatch
20216 popq %rdi
20217 movq 4296(%rax), %r11
20218 jmp *%r11
20219 #endif /* defined(GLX_USE_TLS) */
20220 .size GL_PREFIX(ValidateProgramARB), .-GL_PREFIX(ValidateProgramARB)
20221
20222 .p2align 4,,15
20223 .globl GL_PREFIX(BindAttribLocationARB)
20224 .type GL_PREFIX(BindAttribLocationARB), @function
20225 GL_PREFIX(BindAttribLocationARB):
20226 #if defined(GLX_USE_TLS)
20227 call _x86_64_get_dispatch@PLT
20228 movq 4304(%rax), %r11
20229 jmp *%r11
20230 #elif defined(PTHREADS)
20231 pushq %rdi
20232 pushq %rsi
20233 pushq %rdx
20234 call _x86_64_get_dispatch@PLT
20235 popq %rdx
20236 popq %rsi
20237 popq %rdi
20238 movq 4304(%rax), %r11
20239 jmp *%r11
20240 #else
20241 movq _glapi_Dispatch(%rip), %rax
20242 testq %rax, %rax
20243 je 1f
20244 movq 4304(%rax), %r11
20245 jmp *%r11
20246 1:
20247 pushq %rdi
20248 pushq %rsi
20249 pushq %rdx
20250 call _glapi_get_dispatch
20251 popq %rdx
20252 popq %rsi
20253 popq %rdi
20254 movq 4304(%rax), %r11
20255 jmp *%r11
20256 #endif /* defined(GLX_USE_TLS) */
20257 .size GL_PREFIX(BindAttribLocationARB), .-GL_PREFIX(BindAttribLocationARB)
20258
20259 .p2align 4,,15
20260 .globl GL_PREFIX(GetActiveAttribARB)
20261 .type GL_PREFIX(GetActiveAttribARB), @function
20262 GL_PREFIX(GetActiveAttribARB):
20263 #if defined(GLX_USE_TLS)
20264 call _x86_64_get_dispatch@PLT
20265 movq 4312(%rax), %r11
20266 jmp *%r11
20267 #elif defined(PTHREADS)
20268 pushq %rdi
20269 pushq %rsi
20270 pushq %rdx
20271 pushq %rcx
20272 pushq %r8
20273 pushq %r9
20274 pushq %rbp
20275 call _x86_64_get_dispatch@PLT
20276 popq %rbp
20277 popq %r9
20278 popq %r8
20279 popq %rcx
20280 popq %rdx
20281 popq %rsi
20282 popq %rdi
20283 movq 4312(%rax), %r11
20284 jmp *%r11
20285 #else
20286 movq _glapi_Dispatch(%rip), %rax
20287 testq %rax, %rax
20288 je 1f
20289 movq 4312(%rax), %r11
20290 jmp *%r11
20291 1:
20292 pushq %rdi
20293 pushq %rsi
20294 pushq %rdx
20295 pushq %rcx
20296 pushq %r8
20297 pushq %r9
20298 pushq %rbp
20299 call _glapi_get_dispatch
20300 popq %rbp
20301 popq %r9
20302 popq %r8
20303 popq %rcx
20304 popq %rdx
20305 popq %rsi
20306 popq %rdi
20307 movq 4312(%rax), %r11
20308 jmp *%r11
20309 #endif /* defined(GLX_USE_TLS) */
20310 .size GL_PREFIX(GetActiveAttribARB), .-GL_PREFIX(GetActiveAttribARB)
20311
20312 .p2align 4,,15
20313 .globl GL_PREFIX(GetAttribLocationARB)
20314 .type GL_PREFIX(GetAttribLocationARB), @function
20315 GL_PREFIX(GetAttribLocationARB):
20316 #if defined(GLX_USE_TLS)
20317 call _x86_64_get_dispatch@PLT
20318 movq 4320(%rax), %r11
20319 jmp *%r11
20320 #elif defined(PTHREADS)
20321 pushq %rdi
20322 pushq %rsi
20323 pushq %rbp
20324 call _x86_64_get_dispatch@PLT
20325 popq %rbp
20326 popq %rsi
20327 popq %rdi
20328 movq 4320(%rax), %r11
20329 jmp *%r11
20330 #else
20331 movq _glapi_Dispatch(%rip), %rax
20332 testq %rax, %rax
20333 je 1f
20334 movq 4320(%rax), %r11
20335 jmp *%r11
20336 1:
20337 pushq %rdi
20338 pushq %rsi
20339 pushq %rbp
20340 call _glapi_get_dispatch
20341 popq %rbp
20342 popq %rsi
20343 popq %rdi
20344 movq 4320(%rax), %r11
20345 jmp *%r11
20346 #endif /* defined(GLX_USE_TLS) */
20347 .size GL_PREFIX(GetAttribLocationARB), .-GL_PREFIX(GetAttribLocationARB)
20348
20349 .p2align 4,,15
20350 .globl GL_PREFIX(DrawBuffersARB)
20351 .type GL_PREFIX(DrawBuffersARB), @function
20352 GL_PREFIX(DrawBuffersARB):
20353 #if defined(GLX_USE_TLS)
20354 call _x86_64_get_dispatch@PLT
20355 movq 4328(%rax), %r11
20356 jmp *%r11
20357 #elif defined(PTHREADS)
20358 pushq %rdi
20359 pushq %rsi
20360 pushq %rbp
20361 call _x86_64_get_dispatch@PLT
20362 popq %rbp
20363 popq %rsi
20364 popq %rdi
20365 movq 4328(%rax), %r11
20366 jmp *%r11
20367 #else
20368 movq _glapi_Dispatch(%rip), %rax
20369 testq %rax, %rax
20370 je 1f
20371 movq 4328(%rax), %r11
20372 jmp *%r11
20373 1:
20374 pushq %rdi
20375 pushq %rsi
20376 pushq %rbp
20377 call _glapi_get_dispatch
20378 popq %rbp
20379 popq %rsi
20380 popq %rdi
20381 movq 4328(%rax), %r11
20382 jmp *%r11
20383 #endif /* defined(GLX_USE_TLS) */
20384 .size GL_PREFIX(DrawBuffersARB), .-GL_PREFIX(DrawBuffersARB)
20385
20386 .p2align 4,,15
20387 .globl GL_PREFIX(PolygonOffsetEXT)
20388 .type GL_PREFIX(PolygonOffsetEXT), @function
20389 GL_PREFIX(PolygonOffsetEXT):
20390 #if defined(GLX_USE_TLS)
20391 call _x86_64_get_dispatch@PLT
20392 movq 4336(%rax), %r11
20393 jmp *%r11
20394 #elif defined(PTHREADS)
20395 subq $24, %rsp
20396 movq %xmm0, (%rsp)
20397 movq %xmm1, 8(%rsp)
20398 call _x86_64_get_dispatch@PLT
20399 movq 8(%rsp), %xmm1
20400 movq (%rsp), %xmm0
20401 addq $24, %rsp
20402 movq 4336(%rax), %r11
20403 jmp *%r11
20404 #else
20405 movq _glapi_Dispatch(%rip), %rax
20406 testq %rax, %rax
20407 je 1f
20408 movq 4336(%rax), %r11
20409 jmp *%r11
20410 1:
20411 subq $24, %rsp
20412 movq %xmm0, (%rsp)
20413 movq %xmm1, 8(%rsp)
20414 call _glapi_get_dispatch
20415 movq 8(%rsp), %xmm1
20416 movq (%rsp), %xmm0
20417 addq $24, %rsp
20418 movq 4336(%rax), %r11
20419 jmp *%r11
20420 #endif /* defined(GLX_USE_TLS) */
20421 .size GL_PREFIX(PolygonOffsetEXT), .-GL_PREFIX(PolygonOffsetEXT)
20422
20423 .p2align 4,,15
20424 .globl GL_PREFIX(GetHistogramEXT)
20425 .type GL_PREFIX(GetHistogramEXT), @function
20426 GL_PREFIX(GetHistogramEXT):
20427 #if defined(GLX_USE_TLS)
20428 call _x86_64_get_dispatch@PLT
20429 movq 4344(%rax), %r11
20430 jmp *%r11
20431 #elif defined(PTHREADS)
20432 pushq %rdi
20433 pushq %rsi
20434 pushq %rdx
20435 pushq %rcx
20436 pushq %r8
20437 call _x86_64_get_dispatch@PLT
20438 popq %r8
20439 popq %rcx
20440 popq %rdx
20441 popq %rsi
20442 popq %rdi
20443 movq 4344(%rax), %r11
20444 jmp *%r11
20445 #else
20446 movq _glapi_Dispatch(%rip), %rax
20447 testq %rax, %rax
20448 je 1f
20449 movq 4344(%rax), %r11
20450 jmp *%r11
20451 1:
20452 pushq %rdi
20453 pushq %rsi
20454 pushq %rdx
20455 pushq %rcx
20456 pushq %r8
20457 call _glapi_get_dispatch
20458 popq %r8
20459 popq %rcx
20460 popq %rdx
20461 popq %rsi
20462 popq %rdi
20463 movq 4344(%rax), %r11
20464 jmp *%r11
20465 #endif /* defined(GLX_USE_TLS) */
20466 .size GL_PREFIX(GetHistogramEXT), .-GL_PREFIX(GetHistogramEXT)
20467
20468 .p2align 4,,15
20469 .globl GL_PREFIX(GetHistogramParameterfvEXT)
20470 .type GL_PREFIX(GetHistogramParameterfvEXT), @function
20471 GL_PREFIX(GetHistogramParameterfvEXT):
20472 #if defined(GLX_USE_TLS)
20473 call _x86_64_get_dispatch@PLT
20474 movq 4352(%rax), %r11
20475 jmp *%r11
20476 #elif defined(PTHREADS)
20477 pushq %rdi
20478 pushq %rsi
20479 pushq %rdx
20480 call _x86_64_get_dispatch@PLT
20481 popq %rdx
20482 popq %rsi
20483 popq %rdi
20484 movq 4352(%rax), %r11
20485 jmp *%r11
20486 #else
20487 movq _glapi_Dispatch(%rip), %rax
20488 testq %rax, %rax
20489 je 1f
20490 movq 4352(%rax), %r11
20491 jmp *%r11
20492 1:
20493 pushq %rdi
20494 pushq %rsi
20495 pushq %rdx
20496 call _glapi_get_dispatch
20497 popq %rdx
20498 popq %rsi
20499 popq %rdi
20500 movq 4352(%rax), %r11
20501 jmp *%r11
20502 #endif /* defined(GLX_USE_TLS) */
20503 .size GL_PREFIX(GetHistogramParameterfvEXT), .-GL_PREFIX(GetHistogramParameterfvEXT)
20504
20505 .p2align 4,,15
20506 .globl GL_PREFIX(GetHistogramParameterivEXT)
20507 .type GL_PREFIX(GetHistogramParameterivEXT), @function
20508 GL_PREFIX(GetHistogramParameterivEXT):
20509 #if defined(GLX_USE_TLS)
20510 call _x86_64_get_dispatch@PLT
20511 movq 4360(%rax), %r11
20512 jmp *%r11
20513 #elif defined(PTHREADS)
20514 pushq %rdi
20515 pushq %rsi
20516 pushq %rdx
20517 call _x86_64_get_dispatch@PLT
20518 popq %rdx
20519 popq %rsi
20520 popq %rdi
20521 movq 4360(%rax), %r11
20522 jmp *%r11
20523 #else
20524 movq _glapi_Dispatch(%rip), %rax
20525 testq %rax, %rax
20526 je 1f
20527 movq 4360(%rax), %r11
20528 jmp *%r11
20529 1:
20530 pushq %rdi
20531 pushq %rsi
20532 pushq %rdx
20533 call _glapi_get_dispatch
20534 popq %rdx
20535 popq %rsi
20536 popq %rdi
20537 movq 4360(%rax), %r11
20538 jmp *%r11
20539 #endif /* defined(GLX_USE_TLS) */
20540 .size GL_PREFIX(GetHistogramParameterivEXT), .-GL_PREFIX(GetHistogramParameterivEXT)
20541
20542 .p2align 4,,15
20543 .globl GL_PREFIX(GetMinmaxEXT)
20544 .type GL_PREFIX(GetMinmaxEXT), @function
20545 GL_PREFIX(GetMinmaxEXT):
20546 #if defined(GLX_USE_TLS)
20547 call _x86_64_get_dispatch@PLT
20548 movq 4368(%rax), %r11
20549 jmp *%r11
20550 #elif defined(PTHREADS)
20551 pushq %rdi
20552 pushq %rsi
20553 pushq %rdx
20554 pushq %rcx
20555 pushq %r8
20556 call _x86_64_get_dispatch@PLT
20557 popq %r8
20558 popq %rcx
20559 popq %rdx
20560 popq %rsi
20561 popq %rdi
20562 movq 4368(%rax), %r11
20563 jmp *%r11
20564 #else
20565 movq _glapi_Dispatch(%rip), %rax
20566 testq %rax, %rax
20567 je 1f
20568 movq 4368(%rax), %r11
20569 jmp *%r11
20570 1:
20571 pushq %rdi
20572 pushq %rsi
20573 pushq %rdx
20574 pushq %rcx
20575 pushq %r8
20576 call _glapi_get_dispatch
20577 popq %r8
20578 popq %rcx
20579 popq %rdx
20580 popq %rsi
20581 popq %rdi
20582 movq 4368(%rax), %r11
20583 jmp *%r11
20584 #endif /* defined(GLX_USE_TLS) */
20585 .size GL_PREFIX(GetMinmaxEXT), .-GL_PREFIX(GetMinmaxEXT)
20586
20587 .p2align 4,,15
20588 .globl GL_PREFIX(GetMinmaxParameterfvEXT)
20589 .type GL_PREFIX(GetMinmaxParameterfvEXT), @function
20590 GL_PREFIX(GetMinmaxParameterfvEXT):
20591 #if defined(GLX_USE_TLS)
20592 call _x86_64_get_dispatch@PLT
20593 movq 4376(%rax), %r11
20594 jmp *%r11
20595 #elif defined(PTHREADS)
20596 pushq %rdi
20597 pushq %rsi
20598 pushq %rdx
20599 call _x86_64_get_dispatch@PLT
20600 popq %rdx
20601 popq %rsi
20602 popq %rdi
20603 movq 4376(%rax), %r11
20604 jmp *%r11
20605 #else
20606 movq _glapi_Dispatch(%rip), %rax
20607 testq %rax, %rax
20608 je 1f
20609 movq 4376(%rax), %r11
20610 jmp *%r11
20611 1:
20612 pushq %rdi
20613 pushq %rsi
20614 pushq %rdx
20615 call _glapi_get_dispatch
20616 popq %rdx
20617 popq %rsi
20618 popq %rdi
20619 movq 4376(%rax), %r11
20620 jmp *%r11
20621 #endif /* defined(GLX_USE_TLS) */
20622 .size GL_PREFIX(GetMinmaxParameterfvEXT), .-GL_PREFIX(GetMinmaxParameterfvEXT)
20623
20624 .p2align 4,,15
20625 .globl GL_PREFIX(GetMinmaxParameterivEXT)
20626 .type GL_PREFIX(GetMinmaxParameterivEXT), @function
20627 GL_PREFIX(GetMinmaxParameterivEXT):
20628 #if defined(GLX_USE_TLS)
20629 call _x86_64_get_dispatch@PLT
20630 movq 4384(%rax), %r11
20631 jmp *%r11
20632 #elif defined(PTHREADS)
20633 pushq %rdi
20634 pushq %rsi
20635 pushq %rdx
20636 call _x86_64_get_dispatch@PLT
20637 popq %rdx
20638 popq %rsi
20639 popq %rdi
20640 movq 4384(%rax), %r11
20641 jmp *%r11
20642 #else
20643 movq _glapi_Dispatch(%rip), %rax
20644 testq %rax, %rax
20645 je 1f
20646 movq 4384(%rax), %r11
20647 jmp *%r11
20648 1:
20649 pushq %rdi
20650 pushq %rsi
20651 pushq %rdx
20652 call _glapi_get_dispatch
20653 popq %rdx
20654 popq %rsi
20655 popq %rdi
20656 movq 4384(%rax), %r11
20657 jmp *%r11
20658 #endif /* defined(GLX_USE_TLS) */
20659 .size GL_PREFIX(GetMinmaxParameterivEXT), .-GL_PREFIX(GetMinmaxParameterivEXT)
20660
20661 .p2align 4,,15
20662 .globl GL_PREFIX(GetConvolutionFilterEXT)
20663 .type GL_PREFIX(GetConvolutionFilterEXT), @function
20664 GL_PREFIX(GetConvolutionFilterEXT):
20665 #if defined(GLX_USE_TLS)
20666 call _x86_64_get_dispatch@PLT
20667 movq 4392(%rax), %r11
20668 jmp *%r11
20669 #elif defined(PTHREADS)
20670 pushq %rdi
20671 pushq %rsi
20672 pushq %rdx
20673 pushq %rcx
20674 pushq %rbp
20675 call _x86_64_get_dispatch@PLT
20676 popq %rbp
20677 popq %rcx
20678 popq %rdx
20679 popq %rsi
20680 popq %rdi
20681 movq 4392(%rax), %r11
20682 jmp *%r11
20683 #else
20684 movq _glapi_Dispatch(%rip), %rax
20685 testq %rax, %rax
20686 je 1f
20687 movq 4392(%rax), %r11
20688 jmp *%r11
20689 1:
20690 pushq %rdi
20691 pushq %rsi
20692 pushq %rdx
20693 pushq %rcx
20694 pushq %rbp
20695 call _glapi_get_dispatch
20696 popq %rbp
20697 popq %rcx
20698 popq %rdx
20699 popq %rsi
20700 popq %rdi
20701 movq 4392(%rax), %r11
20702 jmp *%r11
20703 #endif /* defined(GLX_USE_TLS) */
20704 .size GL_PREFIX(GetConvolutionFilterEXT), .-GL_PREFIX(GetConvolutionFilterEXT)
20705
20706 .p2align 4,,15
20707 .globl GL_PREFIX(GetConvolutionParameterfvEXT)
20708 .type GL_PREFIX(GetConvolutionParameterfvEXT), @function
20709 GL_PREFIX(GetConvolutionParameterfvEXT):
20710 #if defined(GLX_USE_TLS)
20711 call _x86_64_get_dispatch@PLT
20712 movq 4400(%rax), %r11
20713 jmp *%r11
20714 #elif defined(PTHREADS)
20715 pushq %rdi
20716 pushq %rsi
20717 pushq %rdx
20718 call _x86_64_get_dispatch@PLT
20719 popq %rdx
20720 popq %rsi
20721 popq %rdi
20722 movq 4400(%rax), %r11
20723 jmp *%r11
20724 #else
20725 movq _glapi_Dispatch(%rip), %rax
20726 testq %rax, %rax
20727 je 1f
20728 movq 4400(%rax), %r11
20729 jmp *%r11
20730 1:
20731 pushq %rdi
20732 pushq %rsi
20733 pushq %rdx
20734 call _glapi_get_dispatch
20735 popq %rdx
20736 popq %rsi
20737 popq %rdi
20738 movq 4400(%rax), %r11
20739 jmp *%r11
20740 #endif /* defined(GLX_USE_TLS) */
20741 .size GL_PREFIX(GetConvolutionParameterfvEXT), .-GL_PREFIX(GetConvolutionParameterfvEXT)
20742
20743 .p2align 4,,15
20744 .globl GL_PREFIX(GetConvolutionParameterivEXT)
20745 .type GL_PREFIX(GetConvolutionParameterivEXT), @function
20746 GL_PREFIX(GetConvolutionParameterivEXT):
20747 #if defined(GLX_USE_TLS)
20748 call _x86_64_get_dispatch@PLT
20749 movq 4408(%rax), %r11
20750 jmp *%r11
20751 #elif defined(PTHREADS)
20752 pushq %rdi
20753 pushq %rsi
20754 pushq %rdx
20755 call _x86_64_get_dispatch@PLT
20756 popq %rdx
20757 popq %rsi
20758 popq %rdi
20759 movq 4408(%rax), %r11
20760 jmp *%r11
20761 #else
20762 movq _glapi_Dispatch(%rip), %rax
20763 testq %rax, %rax
20764 je 1f
20765 movq 4408(%rax), %r11
20766 jmp *%r11
20767 1:
20768 pushq %rdi
20769 pushq %rsi
20770 pushq %rdx
20771 call _glapi_get_dispatch
20772 popq %rdx
20773 popq %rsi
20774 popq %rdi
20775 movq 4408(%rax), %r11
20776 jmp *%r11
20777 #endif /* defined(GLX_USE_TLS) */
20778 .size GL_PREFIX(GetConvolutionParameterivEXT), .-GL_PREFIX(GetConvolutionParameterivEXT)
20779
20780 .p2align 4,,15
20781 .globl GL_PREFIX(GetSeparableFilterEXT)
20782 .type GL_PREFIX(GetSeparableFilterEXT), @function
20783 GL_PREFIX(GetSeparableFilterEXT):
20784 #if defined(GLX_USE_TLS)
20785 call _x86_64_get_dispatch@PLT
20786 movq 4416(%rax), %r11
20787 jmp *%r11
20788 #elif defined(PTHREADS)
20789 pushq %rdi
20790 pushq %rsi
20791 pushq %rdx
20792 pushq %rcx
20793 pushq %r8
20794 pushq %r9
20795 pushq %rbp
20796 call _x86_64_get_dispatch@PLT
20797 popq %rbp
20798 popq %r9
20799 popq %r8
20800 popq %rcx
20801 popq %rdx
20802 popq %rsi
20803 popq %rdi
20804 movq 4416(%rax), %r11
20805 jmp *%r11
20806 #else
20807 movq _glapi_Dispatch(%rip), %rax
20808 testq %rax, %rax
20809 je 1f
20810 movq 4416(%rax), %r11
20811 jmp *%r11
20812 1:
20813 pushq %rdi
20814 pushq %rsi
20815 pushq %rdx
20816 pushq %rcx
20817 pushq %r8
20818 pushq %r9
20819 pushq %rbp
20820 call _glapi_get_dispatch
20821 popq %rbp
20822 popq %r9
20823 popq %r8
20824 popq %rcx
20825 popq %rdx
20826 popq %rsi
20827 popq %rdi
20828 movq 4416(%rax), %r11
20829 jmp *%r11
20830 #endif /* defined(GLX_USE_TLS) */
20831 .size GL_PREFIX(GetSeparableFilterEXT), .-GL_PREFIX(GetSeparableFilterEXT)
20832
20833 .p2align 4,,15
20834 .globl GL_PREFIX(GetColorTableParameterfvSGI)
20835 .type GL_PREFIX(GetColorTableParameterfvSGI), @function
20836 GL_PREFIX(GetColorTableParameterfvSGI):
20837 #if defined(GLX_USE_TLS)
20838 call _x86_64_get_dispatch@PLT
20839 movq 4424(%rax), %r11
20840 jmp *%r11
20841 #elif defined(PTHREADS)
20842 pushq %rdi
20843 pushq %rsi
20844 pushq %rdx
20845 call _x86_64_get_dispatch@PLT
20846 popq %rdx
20847 popq %rsi
20848 popq %rdi
20849 movq 4424(%rax), %r11
20850 jmp *%r11
20851 #else
20852 movq _glapi_Dispatch(%rip), %rax
20853 testq %rax, %rax
20854 je 1f
20855 movq 4424(%rax), %r11
20856 jmp *%r11
20857 1:
20858 pushq %rdi
20859 pushq %rsi
20860 pushq %rdx
20861 call _glapi_get_dispatch
20862 popq %rdx
20863 popq %rsi
20864 popq %rdi
20865 movq 4424(%rax), %r11
20866 jmp *%r11
20867 #endif /* defined(GLX_USE_TLS) */
20868 .size GL_PREFIX(GetColorTableParameterfvSGI), .-GL_PREFIX(GetColorTableParameterfvSGI)
20869
20870 .p2align 4,,15
20871 .globl GL_PREFIX(GetColorTableParameterivSGI)
20872 .type GL_PREFIX(GetColorTableParameterivSGI), @function
20873 GL_PREFIX(GetColorTableParameterivSGI):
20874 #if defined(GLX_USE_TLS)
20875 call _x86_64_get_dispatch@PLT
20876 movq 4432(%rax), %r11
20877 jmp *%r11
20878 #elif defined(PTHREADS)
20879 pushq %rdi
20880 pushq %rsi
20881 pushq %rdx
20882 call _x86_64_get_dispatch@PLT
20883 popq %rdx
20884 popq %rsi
20885 popq %rdi
20886 movq 4432(%rax), %r11
20887 jmp *%r11
20888 #else
20889 movq _glapi_Dispatch(%rip), %rax
20890 testq %rax, %rax
20891 je 1f
20892 movq 4432(%rax), %r11
20893 jmp *%r11
20894 1:
20895 pushq %rdi
20896 pushq %rsi
20897 pushq %rdx
20898 call _glapi_get_dispatch
20899 popq %rdx
20900 popq %rsi
20901 popq %rdi
20902 movq 4432(%rax), %r11
20903 jmp *%r11
20904 #endif /* defined(GLX_USE_TLS) */
20905 .size GL_PREFIX(GetColorTableParameterivSGI), .-GL_PREFIX(GetColorTableParameterivSGI)
20906
20907 .p2align 4,,15
20908 .globl GL_PREFIX(GetColorTableSGI)
20909 .type GL_PREFIX(GetColorTableSGI), @function
20910 GL_PREFIX(GetColorTableSGI):
20911 #if defined(GLX_USE_TLS)
20912 call _x86_64_get_dispatch@PLT
20913 movq 4440(%rax), %r11
20914 jmp *%r11
20915 #elif defined(PTHREADS)
20916 pushq %rdi
20917 pushq %rsi
20918 pushq %rdx
20919 pushq %rcx
20920 pushq %rbp
20921 call _x86_64_get_dispatch@PLT
20922 popq %rbp
20923 popq %rcx
20924 popq %rdx
20925 popq %rsi
20926 popq %rdi
20927 movq 4440(%rax), %r11
20928 jmp *%r11
20929 #else
20930 movq _glapi_Dispatch(%rip), %rax
20931 testq %rax, %rax
20932 je 1f
20933 movq 4440(%rax), %r11
20934 jmp *%r11
20935 1:
20936 pushq %rdi
20937 pushq %rsi
20938 pushq %rdx
20939 pushq %rcx
20940 pushq %rbp
20941 call _glapi_get_dispatch
20942 popq %rbp
20943 popq %rcx
20944 popq %rdx
20945 popq %rsi
20946 popq %rdi
20947 movq 4440(%rax), %r11
20948 jmp *%r11
20949 #endif /* defined(GLX_USE_TLS) */
20950 .size GL_PREFIX(GetColorTableSGI), .-GL_PREFIX(GetColorTableSGI)
20951
20952 .p2align 4,,15
20953 .globl GL_PREFIX(GetPixelTexGenParameterfvSGIS)
20954 .type GL_PREFIX(GetPixelTexGenParameterfvSGIS), @function
20955 GL_PREFIX(GetPixelTexGenParameterfvSGIS):
20956 #if defined(GLX_USE_TLS)
20957 call _x86_64_get_dispatch@PLT
20958 movq 4448(%rax), %r11
20959 jmp *%r11
20960 #elif defined(PTHREADS)
20961 pushq %rdi
20962 pushq %rsi
20963 pushq %rbp
20964 call _x86_64_get_dispatch@PLT
20965 popq %rbp
20966 popq %rsi
20967 popq %rdi
20968 movq 4448(%rax), %r11
20969 jmp *%r11
20970 #else
20971 movq _glapi_Dispatch(%rip), %rax
20972 testq %rax, %rax
20973 je 1f
20974 movq 4448(%rax), %r11
20975 jmp *%r11
20976 1:
20977 pushq %rdi
20978 pushq %rsi
20979 pushq %rbp
20980 call _glapi_get_dispatch
20981 popq %rbp
20982 popq %rsi
20983 popq %rdi
20984 movq 4448(%rax), %r11
20985 jmp *%r11
20986 #endif /* defined(GLX_USE_TLS) */
20987 .size GL_PREFIX(GetPixelTexGenParameterfvSGIS), .-GL_PREFIX(GetPixelTexGenParameterfvSGIS)
20988
20989 .p2align 4,,15
20990 .globl GL_PREFIX(GetPixelTexGenParameterivSGIS)
20991 .type GL_PREFIX(GetPixelTexGenParameterivSGIS), @function
20992 GL_PREFIX(GetPixelTexGenParameterivSGIS):
20993 #if defined(GLX_USE_TLS)
20994 call _x86_64_get_dispatch@PLT
20995 movq 4456(%rax), %r11
20996 jmp *%r11
20997 #elif defined(PTHREADS)
20998 pushq %rdi
20999 pushq %rsi
21000 pushq %rbp
21001 call _x86_64_get_dispatch@PLT
21002 popq %rbp
21003 popq %rsi
21004 popq %rdi
21005 movq 4456(%rax), %r11
21006 jmp *%r11
21007 #else
21008 movq _glapi_Dispatch(%rip), %rax
21009 testq %rax, %rax
21010 je 1f
21011 movq 4456(%rax), %r11
21012 jmp *%r11
21013 1:
21014 pushq %rdi
21015 pushq %rsi
21016 pushq %rbp
21017 call _glapi_get_dispatch
21018 popq %rbp
21019 popq %rsi
21020 popq %rdi
21021 movq 4456(%rax), %r11
21022 jmp *%r11
21023 #endif /* defined(GLX_USE_TLS) */
21024 .size GL_PREFIX(GetPixelTexGenParameterivSGIS), .-GL_PREFIX(GetPixelTexGenParameterivSGIS)
21025
21026 .p2align 4,,15
21027 .globl GL_PREFIX(PixelTexGenParameterfSGIS)
21028 .type GL_PREFIX(PixelTexGenParameterfSGIS), @function
21029 GL_PREFIX(PixelTexGenParameterfSGIS):
21030 #if defined(GLX_USE_TLS)
21031 call _x86_64_get_dispatch@PLT
21032 movq 4464(%rax), %r11
21033 jmp *%r11
21034 #elif defined(PTHREADS)
21035 subq $24, %rsp
21036 movq %rdi, (%rsp)
21037 movq %xmm0, 8(%rsp)
21038 call _x86_64_get_dispatch@PLT
21039 movq 8(%rsp), %xmm0
21040 movq (%rsp), %rdi
21041 addq $24, %rsp
21042 movq 4464(%rax), %r11
21043 jmp *%r11
21044 #else
21045 movq _glapi_Dispatch(%rip), %rax
21046 testq %rax, %rax
21047 je 1f
21048 movq 4464(%rax), %r11
21049 jmp *%r11
21050 1:
21051 subq $24, %rsp
21052 movq %rdi, (%rsp)
21053 movq %xmm0, 8(%rsp)
21054 call _glapi_get_dispatch
21055 movq 8(%rsp), %xmm0
21056 movq (%rsp), %rdi
21057 addq $24, %rsp
21058 movq 4464(%rax), %r11
21059 jmp *%r11
21060 #endif /* defined(GLX_USE_TLS) */
21061 .size GL_PREFIX(PixelTexGenParameterfSGIS), .-GL_PREFIX(PixelTexGenParameterfSGIS)
21062
21063 .p2align 4,,15
21064 .globl GL_PREFIX(PixelTexGenParameterfvSGIS)
21065 .type GL_PREFIX(PixelTexGenParameterfvSGIS), @function
21066 GL_PREFIX(PixelTexGenParameterfvSGIS):
21067 #if defined(GLX_USE_TLS)
21068 call _x86_64_get_dispatch@PLT
21069 movq 4472(%rax), %r11
21070 jmp *%r11
21071 #elif defined(PTHREADS)
21072 pushq %rdi
21073 pushq %rsi
21074 pushq %rbp
21075 call _x86_64_get_dispatch@PLT
21076 popq %rbp
21077 popq %rsi
21078 popq %rdi
21079 movq 4472(%rax), %r11
21080 jmp *%r11
21081 #else
21082 movq _glapi_Dispatch(%rip), %rax
21083 testq %rax, %rax
21084 je 1f
21085 movq 4472(%rax), %r11
21086 jmp *%r11
21087 1:
21088 pushq %rdi
21089 pushq %rsi
21090 pushq %rbp
21091 call _glapi_get_dispatch
21092 popq %rbp
21093 popq %rsi
21094 popq %rdi
21095 movq 4472(%rax), %r11
21096 jmp *%r11
21097 #endif /* defined(GLX_USE_TLS) */
21098 .size GL_PREFIX(PixelTexGenParameterfvSGIS), .-GL_PREFIX(PixelTexGenParameterfvSGIS)
21099
21100 .p2align 4,,15
21101 .globl GL_PREFIX(PixelTexGenParameteriSGIS)
21102 .type GL_PREFIX(PixelTexGenParameteriSGIS), @function
21103 GL_PREFIX(PixelTexGenParameteriSGIS):
21104 #if defined(GLX_USE_TLS)
21105 call _x86_64_get_dispatch@PLT
21106 movq 4480(%rax), %r11
21107 jmp *%r11
21108 #elif defined(PTHREADS)
21109 pushq %rdi
21110 pushq %rsi
21111 pushq %rbp
21112 call _x86_64_get_dispatch@PLT
21113 popq %rbp
21114 popq %rsi
21115 popq %rdi
21116 movq 4480(%rax), %r11
21117 jmp *%r11
21118 #else
21119 movq _glapi_Dispatch(%rip), %rax
21120 testq %rax, %rax
21121 je 1f
21122 movq 4480(%rax), %r11
21123 jmp *%r11
21124 1:
21125 pushq %rdi
21126 pushq %rsi
21127 pushq %rbp
21128 call _glapi_get_dispatch
21129 popq %rbp
21130 popq %rsi
21131 popq %rdi
21132 movq 4480(%rax), %r11
21133 jmp *%r11
21134 #endif /* defined(GLX_USE_TLS) */
21135 .size GL_PREFIX(PixelTexGenParameteriSGIS), .-GL_PREFIX(PixelTexGenParameteriSGIS)
21136
21137 .p2align 4,,15
21138 .globl GL_PREFIX(PixelTexGenParameterivSGIS)
21139 .type GL_PREFIX(PixelTexGenParameterivSGIS), @function
21140 GL_PREFIX(PixelTexGenParameterivSGIS):
21141 #if defined(GLX_USE_TLS)
21142 call _x86_64_get_dispatch@PLT
21143 movq 4488(%rax), %r11
21144 jmp *%r11
21145 #elif defined(PTHREADS)
21146 pushq %rdi
21147 pushq %rsi
21148 pushq %rbp
21149 call _x86_64_get_dispatch@PLT
21150 popq %rbp
21151 popq %rsi
21152 popq %rdi
21153 movq 4488(%rax), %r11
21154 jmp *%r11
21155 #else
21156 movq _glapi_Dispatch(%rip), %rax
21157 testq %rax, %rax
21158 je 1f
21159 movq 4488(%rax), %r11
21160 jmp *%r11
21161 1:
21162 pushq %rdi
21163 pushq %rsi
21164 pushq %rbp
21165 call _glapi_get_dispatch
21166 popq %rbp
21167 popq %rsi
21168 popq %rdi
21169 movq 4488(%rax), %r11
21170 jmp *%r11
21171 #endif /* defined(GLX_USE_TLS) */
21172 .size GL_PREFIX(PixelTexGenParameterivSGIS), .-GL_PREFIX(PixelTexGenParameterivSGIS)
21173
21174 .p2align 4,,15
21175 .globl GL_PREFIX(AreTexturesResidentEXT)
21176 .type GL_PREFIX(AreTexturesResidentEXT), @function
21177 GL_PREFIX(AreTexturesResidentEXT):
21178 #if defined(GLX_USE_TLS)
21179 call _x86_64_get_dispatch@PLT
21180 movq 4496(%rax), %r11
21181 jmp *%r11
21182 #elif defined(PTHREADS)
21183 pushq %rdi
21184 pushq %rsi
21185 pushq %rdx
21186 call _x86_64_get_dispatch@PLT
21187 popq %rdx
21188 popq %rsi
21189 popq %rdi
21190 movq 4496(%rax), %r11
21191 jmp *%r11
21192 #else
21193 movq _glapi_Dispatch(%rip), %rax
21194 testq %rax, %rax
21195 je 1f
21196 movq 4496(%rax), %r11
21197 jmp *%r11
21198 1:
21199 pushq %rdi
21200 pushq %rsi
21201 pushq %rdx
21202 call _glapi_get_dispatch
21203 popq %rdx
21204 popq %rsi
21205 popq %rdi
21206 movq 4496(%rax), %r11
21207 jmp *%r11
21208 #endif /* defined(GLX_USE_TLS) */
21209 .size GL_PREFIX(AreTexturesResidentEXT), .-GL_PREFIX(AreTexturesResidentEXT)
21210
21211 .p2align 4,,15
21212 .globl GL_PREFIX(GenTexturesEXT)
21213 .type GL_PREFIX(GenTexturesEXT), @function
21214 GL_PREFIX(GenTexturesEXT):
21215 #if defined(GLX_USE_TLS)
21216 call _x86_64_get_dispatch@PLT
21217 movq 4504(%rax), %r11
21218 jmp *%r11
21219 #elif defined(PTHREADS)
21220 pushq %rdi
21221 pushq %rsi
21222 pushq %rbp
21223 call _x86_64_get_dispatch@PLT
21224 popq %rbp
21225 popq %rsi
21226 popq %rdi
21227 movq 4504(%rax), %r11
21228 jmp *%r11
21229 #else
21230 movq _glapi_Dispatch(%rip), %rax
21231 testq %rax, %rax
21232 je 1f
21233 movq 4504(%rax), %r11
21234 jmp *%r11
21235 1:
21236 pushq %rdi
21237 pushq %rsi
21238 pushq %rbp
21239 call _glapi_get_dispatch
21240 popq %rbp
21241 popq %rsi
21242 popq %rdi
21243 movq 4504(%rax), %r11
21244 jmp *%r11
21245 #endif /* defined(GLX_USE_TLS) */
21246 .size GL_PREFIX(GenTexturesEXT), .-GL_PREFIX(GenTexturesEXT)
21247
21248 .p2align 4,,15
21249 .globl GL_PREFIX(IsTextureEXT)
21250 .type GL_PREFIX(IsTextureEXT), @function
21251 GL_PREFIX(IsTextureEXT):
21252 #if defined(GLX_USE_TLS)
21253 call _x86_64_get_dispatch@PLT
21254 movq 4512(%rax), %r11
21255 jmp *%r11
21256 #elif defined(PTHREADS)
21257 pushq %rdi
21258 call _x86_64_get_dispatch@PLT
21259 popq %rdi
21260 movq 4512(%rax), %r11
21261 jmp *%r11
21262 #else
21263 movq _glapi_Dispatch(%rip), %rax
21264 testq %rax, %rax
21265 je 1f
21266 movq 4512(%rax), %r11
21267 jmp *%r11
21268 1:
21269 pushq %rdi
21270 call _glapi_get_dispatch
21271 popq %rdi
21272 movq 4512(%rax), %r11
21273 jmp *%r11
21274 #endif /* defined(GLX_USE_TLS) */
21275 .size GL_PREFIX(IsTextureEXT), .-GL_PREFIX(IsTextureEXT)
21276
21277 .p2align 4,,15
21278 .globl GL_PREFIX(SampleMaskSGIS)
21279 .type GL_PREFIX(SampleMaskSGIS), @function
21280 GL_PREFIX(SampleMaskSGIS):
21281 #if defined(GLX_USE_TLS)
21282 call _x86_64_get_dispatch@PLT
21283 movq 4520(%rax), %r11
21284 jmp *%r11
21285 #elif defined(PTHREADS)
21286 pushq %rdi
21287 pushq %rsi
21288 pushq %rbp
21289 call _x86_64_get_dispatch@PLT
21290 popq %rbp
21291 popq %rsi
21292 popq %rdi
21293 movq 4520(%rax), %r11
21294 jmp *%r11
21295 #else
21296 movq _glapi_Dispatch(%rip), %rax
21297 testq %rax, %rax
21298 je 1f
21299 movq 4520(%rax), %r11
21300 jmp *%r11
21301 1:
21302 pushq %rdi
21303 pushq %rsi
21304 pushq %rbp
21305 call _glapi_get_dispatch
21306 popq %rbp
21307 popq %rsi
21308 popq %rdi
21309 movq 4520(%rax), %r11
21310 jmp *%r11
21311 #endif /* defined(GLX_USE_TLS) */
21312 .size GL_PREFIX(SampleMaskSGIS), .-GL_PREFIX(SampleMaskSGIS)
21313
21314 .p2align 4,,15
21315 .globl GL_PREFIX(SamplePatternSGIS)
21316 .type GL_PREFIX(SamplePatternSGIS), @function
21317 GL_PREFIX(SamplePatternSGIS):
21318 #if defined(GLX_USE_TLS)
21319 call _x86_64_get_dispatch@PLT
21320 movq 4528(%rax), %r11
21321 jmp *%r11
21322 #elif defined(PTHREADS)
21323 pushq %rdi
21324 call _x86_64_get_dispatch@PLT
21325 popq %rdi
21326 movq 4528(%rax), %r11
21327 jmp *%r11
21328 #else
21329 movq _glapi_Dispatch(%rip), %rax
21330 testq %rax, %rax
21331 je 1f
21332 movq 4528(%rax), %r11
21333 jmp *%r11
21334 1:
21335 pushq %rdi
21336 call _glapi_get_dispatch
21337 popq %rdi
21338 movq 4528(%rax), %r11
21339 jmp *%r11
21340 #endif /* defined(GLX_USE_TLS) */
21341 .size GL_PREFIX(SamplePatternSGIS), .-GL_PREFIX(SamplePatternSGIS)
21342
21343 .p2align 4,,15
21344 .globl GL_PREFIX(ColorPointerEXT)
21345 .type GL_PREFIX(ColorPointerEXT), @function
21346 GL_PREFIX(ColorPointerEXT):
21347 #if defined(GLX_USE_TLS)
21348 call _x86_64_get_dispatch@PLT
21349 movq 4536(%rax), %r11
21350 jmp *%r11
21351 #elif defined(PTHREADS)
21352 pushq %rdi
21353 pushq %rsi
21354 pushq %rdx
21355 pushq %rcx
21356 pushq %r8
21357 call _x86_64_get_dispatch@PLT
21358 popq %r8
21359 popq %rcx
21360 popq %rdx
21361 popq %rsi
21362 popq %rdi
21363 movq 4536(%rax), %r11
21364 jmp *%r11
21365 #else
21366 movq _glapi_Dispatch(%rip), %rax
21367 testq %rax, %rax
21368 je 1f
21369 movq 4536(%rax), %r11
21370 jmp *%r11
21371 1:
21372 pushq %rdi
21373 pushq %rsi
21374 pushq %rdx
21375 pushq %rcx
21376 pushq %r8
21377 call _glapi_get_dispatch
21378 popq %r8
21379 popq %rcx
21380 popq %rdx
21381 popq %rsi
21382 popq %rdi
21383 movq 4536(%rax), %r11
21384 jmp *%r11
21385 #endif /* defined(GLX_USE_TLS) */
21386 .size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
21387
21388 .p2align 4,,15
21389 .globl GL_PREFIX(EdgeFlagPointerEXT)
21390 .type GL_PREFIX(EdgeFlagPointerEXT), @function
21391 GL_PREFIX(EdgeFlagPointerEXT):
21392 #if defined(GLX_USE_TLS)
21393 call _x86_64_get_dispatch@PLT
21394 movq 4544(%rax), %r11
21395 jmp *%r11
21396 #elif defined(PTHREADS)
21397 pushq %rdi
21398 pushq %rsi
21399 pushq %rdx
21400 call _x86_64_get_dispatch@PLT
21401 popq %rdx
21402 popq %rsi
21403 popq %rdi
21404 movq 4544(%rax), %r11
21405 jmp *%r11
21406 #else
21407 movq _glapi_Dispatch(%rip), %rax
21408 testq %rax, %rax
21409 je 1f
21410 movq 4544(%rax), %r11
21411 jmp *%r11
21412 1:
21413 pushq %rdi
21414 pushq %rsi
21415 pushq %rdx
21416 call _glapi_get_dispatch
21417 popq %rdx
21418 popq %rsi
21419 popq %rdi
21420 movq 4544(%rax), %r11
21421 jmp *%r11
21422 #endif /* defined(GLX_USE_TLS) */
21423 .size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
21424
21425 .p2align 4,,15
21426 .globl GL_PREFIX(IndexPointerEXT)
21427 .type GL_PREFIX(IndexPointerEXT), @function
21428 GL_PREFIX(IndexPointerEXT):
21429 #if defined(GLX_USE_TLS)
21430 call _x86_64_get_dispatch@PLT
21431 movq 4552(%rax), %r11
21432 jmp *%r11
21433 #elif defined(PTHREADS)
21434 pushq %rdi
21435 pushq %rsi
21436 pushq %rdx
21437 pushq %rcx
21438 pushq %rbp
21439 call _x86_64_get_dispatch@PLT
21440 popq %rbp
21441 popq %rcx
21442 popq %rdx
21443 popq %rsi
21444 popq %rdi
21445 movq 4552(%rax), %r11
21446 jmp *%r11
21447 #else
21448 movq _glapi_Dispatch(%rip), %rax
21449 testq %rax, %rax
21450 je 1f
21451 movq 4552(%rax), %r11
21452 jmp *%r11
21453 1:
21454 pushq %rdi
21455 pushq %rsi
21456 pushq %rdx
21457 pushq %rcx
21458 pushq %rbp
21459 call _glapi_get_dispatch
21460 popq %rbp
21461 popq %rcx
21462 popq %rdx
21463 popq %rsi
21464 popq %rdi
21465 movq 4552(%rax), %r11
21466 jmp *%r11
21467 #endif /* defined(GLX_USE_TLS) */
21468 .size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
21469
21470 .p2align 4,,15
21471 .globl GL_PREFIX(NormalPointerEXT)
21472 .type GL_PREFIX(NormalPointerEXT), @function
21473 GL_PREFIX(NormalPointerEXT):
21474 #if defined(GLX_USE_TLS)
21475 call _x86_64_get_dispatch@PLT
21476 movq 4560(%rax), %r11
21477 jmp *%r11
21478 #elif defined(PTHREADS)
21479 pushq %rdi
21480 pushq %rsi
21481 pushq %rdx
21482 pushq %rcx
21483 pushq %rbp
21484 call _x86_64_get_dispatch@PLT
21485 popq %rbp
21486 popq %rcx
21487 popq %rdx
21488 popq %rsi
21489 popq %rdi
21490 movq 4560(%rax), %r11
21491 jmp *%r11
21492 #else
21493 movq _glapi_Dispatch(%rip), %rax
21494 testq %rax, %rax
21495 je 1f
21496 movq 4560(%rax), %r11
21497 jmp *%r11
21498 1:
21499 pushq %rdi
21500 pushq %rsi
21501 pushq %rdx
21502 pushq %rcx
21503 pushq %rbp
21504 call _glapi_get_dispatch
21505 popq %rbp
21506 popq %rcx
21507 popq %rdx
21508 popq %rsi
21509 popq %rdi
21510 movq 4560(%rax), %r11
21511 jmp *%r11
21512 #endif /* defined(GLX_USE_TLS) */
21513 .size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
21514
21515 .p2align 4,,15
21516 .globl GL_PREFIX(TexCoordPointerEXT)
21517 .type GL_PREFIX(TexCoordPointerEXT), @function
21518 GL_PREFIX(TexCoordPointerEXT):
21519 #if defined(GLX_USE_TLS)
21520 call _x86_64_get_dispatch@PLT
21521 movq 4568(%rax), %r11
21522 jmp *%r11
21523 #elif defined(PTHREADS)
21524 pushq %rdi
21525 pushq %rsi
21526 pushq %rdx
21527 pushq %rcx
21528 pushq %r8
21529 call _x86_64_get_dispatch@PLT
21530 popq %r8
21531 popq %rcx
21532 popq %rdx
21533 popq %rsi
21534 popq %rdi
21535 movq 4568(%rax), %r11
21536 jmp *%r11
21537 #else
21538 movq _glapi_Dispatch(%rip), %rax
21539 testq %rax, %rax
21540 je 1f
21541 movq 4568(%rax), %r11
21542 jmp *%r11
21543 1:
21544 pushq %rdi
21545 pushq %rsi
21546 pushq %rdx
21547 pushq %rcx
21548 pushq %r8
21549 call _glapi_get_dispatch
21550 popq %r8
21551 popq %rcx
21552 popq %rdx
21553 popq %rsi
21554 popq %rdi
21555 movq 4568(%rax), %r11
21556 jmp *%r11
21557 #endif /* defined(GLX_USE_TLS) */
21558 .size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
21559
21560 .p2align 4,,15
21561 .globl GL_PREFIX(VertexPointerEXT)
21562 .type GL_PREFIX(VertexPointerEXT), @function
21563 GL_PREFIX(VertexPointerEXT):
21564 #if defined(GLX_USE_TLS)
21565 call _x86_64_get_dispatch@PLT
21566 movq 4576(%rax), %r11
21567 jmp *%r11
21568 #elif defined(PTHREADS)
21569 pushq %rdi
21570 pushq %rsi
21571 pushq %rdx
21572 pushq %rcx
21573 pushq %r8
21574 call _x86_64_get_dispatch@PLT
21575 popq %r8
21576 popq %rcx
21577 popq %rdx
21578 popq %rsi
21579 popq %rdi
21580 movq 4576(%rax), %r11
21581 jmp *%r11
21582 #else
21583 movq _glapi_Dispatch(%rip), %rax
21584 testq %rax, %rax
21585 je 1f
21586 movq 4576(%rax), %r11
21587 jmp *%r11
21588 1:
21589 pushq %rdi
21590 pushq %rsi
21591 pushq %rdx
21592 pushq %rcx
21593 pushq %r8
21594 call _glapi_get_dispatch
21595 popq %r8
21596 popq %rcx
21597 popq %rdx
21598 popq %rsi
21599 popq %rdi
21600 movq 4576(%rax), %r11
21601 jmp *%r11
21602 #endif /* defined(GLX_USE_TLS) */
21603 .size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
21604
21605 .p2align 4,,15
21606 .globl GL_PREFIX(PointParameterfEXT)
21607 .type GL_PREFIX(PointParameterfEXT), @function
21608 GL_PREFIX(PointParameterfEXT):
21609 #if defined(GLX_USE_TLS)
21610 call _x86_64_get_dispatch@PLT
21611 movq 4584(%rax), %r11
21612 jmp *%r11
21613 #elif defined(PTHREADS)
21614 subq $24, %rsp
21615 movq %rdi, (%rsp)
21616 movq %xmm0, 8(%rsp)
21617 call _x86_64_get_dispatch@PLT
21618 movq 8(%rsp), %xmm0
21619 movq (%rsp), %rdi
21620 addq $24, %rsp
21621 movq 4584(%rax), %r11
21622 jmp *%r11
21623 #else
21624 movq _glapi_Dispatch(%rip), %rax
21625 testq %rax, %rax
21626 je 1f
21627 movq 4584(%rax), %r11
21628 jmp *%r11
21629 1:
21630 subq $24, %rsp
21631 movq %rdi, (%rsp)
21632 movq %xmm0, 8(%rsp)
21633 call _glapi_get_dispatch
21634 movq 8(%rsp), %xmm0
21635 movq (%rsp), %rdi
21636 addq $24, %rsp
21637 movq 4584(%rax), %r11
21638 jmp *%r11
21639 #endif /* defined(GLX_USE_TLS) */
21640 .size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
21641
21642 .p2align 4,,15
21643 .globl GL_PREFIX(PointParameterfvEXT)
21644 .type GL_PREFIX(PointParameterfvEXT), @function
21645 GL_PREFIX(PointParameterfvEXT):
21646 #if defined(GLX_USE_TLS)
21647 call _x86_64_get_dispatch@PLT
21648 movq 4592(%rax), %r11
21649 jmp *%r11
21650 #elif defined(PTHREADS)
21651 pushq %rdi
21652 pushq %rsi
21653 pushq %rbp
21654 call _x86_64_get_dispatch@PLT
21655 popq %rbp
21656 popq %rsi
21657 popq %rdi
21658 movq 4592(%rax), %r11
21659 jmp *%r11
21660 #else
21661 movq _glapi_Dispatch(%rip), %rax
21662 testq %rax, %rax
21663 je 1f
21664 movq 4592(%rax), %r11
21665 jmp *%r11
21666 1:
21667 pushq %rdi
21668 pushq %rsi
21669 pushq %rbp
21670 call _glapi_get_dispatch
21671 popq %rbp
21672 popq %rsi
21673 popq %rdi
21674 movq 4592(%rax), %r11
21675 jmp *%r11
21676 #endif /* defined(GLX_USE_TLS) */
21677 .size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
21678
21679 .p2align 4,,15
21680 .globl GL_PREFIX(GetColorTableEXT)
21681 .type GL_PREFIX(GetColorTableEXT), @function
21682 GL_PREFIX(GetColorTableEXT):
21683 #if defined(GLX_USE_TLS)
21684 call _x86_64_get_dispatch@PLT
21685 movq 4600(%rax), %r11
21686 jmp *%r11
21687 #elif defined(PTHREADS)
21688 pushq %rdi
21689 pushq %rsi
21690 pushq %rdx
21691 pushq %rcx
21692 pushq %rbp
21693 call _x86_64_get_dispatch@PLT
21694 popq %rbp
21695 popq %rcx
21696 popq %rdx
21697 popq %rsi
21698 popq %rdi
21699 movq 4600(%rax), %r11
21700 jmp *%r11
21701 #else
21702 movq _glapi_Dispatch(%rip), %rax
21703 testq %rax, %rax
21704 je 1f
21705 movq 4600(%rax), %r11
21706 jmp *%r11
21707 1:
21708 pushq %rdi
21709 pushq %rsi
21710 pushq %rdx
21711 pushq %rcx
21712 pushq %rbp
21713 call _glapi_get_dispatch
21714 popq %rbp
21715 popq %rcx
21716 popq %rdx
21717 popq %rsi
21718 popq %rdi
21719 movq 4600(%rax), %r11
21720 jmp *%r11
21721 #endif /* defined(GLX_USE_TLS) */
21722 .size GL_PREFIX(GetColorTableEXT), .-GL_PREFIX(GetColorTableEXT)
21723
21724 .p2align 4,,15
21725 .globl GL_PREFIX(GetColorTableParameterfvEXT)
21726 .type GL_PREFIX(GetColorTableParameterfvEXT), @function
21727 GL_PREFIX(GetColorTableParameterfvEXT):
21728 #if defined(GLX_USE_TLS)
21729 call _x86_64_get_dispatch@PLT
21730 movq 4608(%rax), %r11
21731 jmp *%r11
21732 #elif defined(PTHREADS)
21733 pushq %rdi
21734 pushq %rsi
21735 pushq %rdx
21736 call _x86_64_get_dispatch@PLT
21737 popq %rdx
21738 popq %rsi
21739 popq %rdi
21740 movq 4608(%rax), %r11
21741 jmp *%r11
21742 #else
21743 movq _glapi_Dispatch(%rip), %rax
21744 testq %rax, %rax
21745 je 1f
21746 movq 4608(%rax), %r11
21747 jmp *%r11
21748 1:
21749 pushq %rdi
21750 pushq %rsi
21751 pushq %rdx
21752 call _glapi_get_dispatch
21753 popq %rdx
21754 popq %rsi
21755 popq %rdi
21756 movq 4608(%rax), %r11
21757 jmp *%r11
21758 #endif /* defined(GLX_USE_TLS) */
21759 .size GL_PREFIX(GetColorTableParameterfvEXT), .-GL_PREFIX(GetColorTableParameterfvEXT)
21760
21761 .p2align 4,,15
21762 .globl GL_PREFIX(GetColorTableParameterivEXT)
21763 .type GL_PREFIX(GetColorTableParameterivEXT), @function
21764 GL_PREFIX(GetColorTableParameterivEXT):
21765 #if defined(GLX_USE_TLS)
21766 call _x86_64_get_dispatch@PLT
21767 movq 4616(%rax), %r11
21768 jmp *%r11
21769 #elif defined(PTHREADS)
21770 pushq %rdi
21771 pushq %rsi
21772 pushq %rdx
21773 call _x86_64_get_dispatch@PLT
21774 popq %rdx
21775 popq %rsi
21776 popq %rdi
21777 movq 4616(%rax), %r11
21778 jmp *%r11
21779 #else
21780 movq _glapi_Dispatch(%rip), %rax
21781 testq %rax, %rax
21782 je 1f
21783 movq 4616(%rax), %r11
21784 jmp *%r11
21785 1:
21786 pushq %rdi
21787 pushq %rsi
21788 pushq %rdx
21789 call _glapi_get_dispatch
21790 popq %rdx
21791 popq %rsi
21792 popq %rdi
21793 movq 4616(%rax), %r11
21794 jmp *%r11
21795 #endif /* defined(GLX_USE_TLS) */
21796 .size GL_PREFIX(GetColorTableParameterivEXT), .-GL_PREFIX(GetColorTableParameterivEXT)
21797
21798 .p2align 4,,15
21799 .globl GL_PREFIX(LockArraysEXT)
21800 .type GL_PREFIX(LockArraysEXT), @function
21801 GL_PREFIX(LockArraysEXT):
21802 #if defined(GLX_USE_TLS)
21803 call _x86_64_get_dispatch@PLT
21804 movq 4624(%rax), %r11
21805 jmp *%r11
21806 #elif defined(PTHREADS)
21807 pushq %rdi
21808 pushq %rsi
21809 pushq %rbp
21810 call _x86_64_get_dispatch@PLT
21811 popq %rbp
21812 popq %rsi
21813 popq %rdi
21814 movq 4624(%rax), %r11
21815 jmp *%r11
21816 #else
21817 movq _glapi_Dispatch(%rip), %rax
21818 testq %rax, %rax
21819 je 1f
21820 movq 4624(%rax), %r11
21821 jmp *%r11
21822 1:
21823 pushq %rdi
21824 pushq %rsi
21825 pushq %rbp
21826 call _glapi_get_dispatch
21827 popq %rbp
21828 popq %rsi
21829 popq %rdi
21830 movq 4624(%rax), %r11
21831 jmp *%r11
21832 #endif /* defined(GLX_USE_TLS) */
21833 .size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
21834
21835 .p2align 4,,15
21836 .globl GL_PREFIX(UnlockArraysEXT)
21837 .type GL_PREFIX(UnlockArraysEXT), @function
21838 GL_PREFIX(UnlockArraysEXT):
21839 #if defined(GLX_USE_TLS)
21840 call _x86_64_get_dispatch@PLT
21841 movq 4632(%rax), %r11
21842 jmp *%r11
21843 #elif defined(PTHREADS)
21844 pushq %rbp
21845 call _x86_64_get_dispatch@PLT
21846 popq %rbp
21847 movq 4632(%rax), %r11
21848 jmp *%r11
21849 #else
21850 movq _glapi_Dispatch(%rip), %rax
21851 testq %rax, %rax
21852 je 1f
21853 movq 4632(%rax), %r11
21854 jmp *%r11
21855 1:
21856 pushq %rbp
21857 call _glapi_get_dispatch
21858 popq %rbp
21859 movq 4632(%rax), %r11
21860 jmp *%r11
21861 #endif /* defined(GLX_USE_TLS) */
21862 .size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
21863
21864 .p2align 4,,15
21865 .globl GL_PREFIX(CullParameterdvEXT)
21866 .type GL_PREFIX(CullParameterdvEXT), @function
21867 GL_PREFIX(CullParameterdvEXT):
21868 #if defined(GLX_USE_TLS)
21869 call _x86_64_get_dispatch@PLT
21870 movq 4640(%rax), %r11
21871 jmp *%r11
21872 #elif defined(PTHREADS)
21873 pushq %rdi
21874 pushq %rsi
21875 pushq %rbp
21876 call _x86_64_get_dispatch@PLT
21877 popq %rbp
21878 popq %rsi
21879 popq %rdi
21880 movq 4640(%rax), %r11
21881 jmp *%r11
21882 #else
21883 movq _glapi_Dispatch(%rip), %rax
21884 testq %rax, %rax
21885 je 1f
21886 movq 4640(%rax), %r11
21887 jmp *%r11
21888 1:
21889 pushq %rdi
21890 pushq %rsi
21891 pushq %rbp
21892 call _glapi_get_dispatch
21893 popq %rbp
21894 popq %rsi
21895 popq %rdi
21896 movq 4640(%rax), %r11
21897 jmp *%r11
21898 #endif /* defined(GLX_USE_TLS) */
21899 .size GL_PREFIX(CullParameterdvEXT), .-GL_PREFIX(CullParameterdvEXT)
21900
21901 .p2align 4,,15
21902 .globl GL_PREFIX(CullParameterfvEXT)
21903 .type GL_PREFIX(CullParameterfvEXT), @function
21904 GL_PREFIX(CullParameterfvEXT):
21905 #if defined(GLX_USE_TLS)
21906 call _x86_64_get_dispatch@PLT
21907 movq 4648(%rax), %r11
21908 jmp *%r11
21909 #elif defined(PTHREADS)
21910 pushq %rdi
21911 pushq %rsi
21912 pushq %rbp
21913 call _x86_64_get_dispatch@PLT
21914 popq %rbp
21915 popq %rsi
21916 popq %rdi
21917 movq 4648(%rax), %r11
21918 jmp *%r11
21919 #else
21920 movq _glapi_Dispatch(%rip), %rax
21921 testq %rax, %rax
21922 je 1f
21923 movq 4648(%rax), %r11
21924 jmp *%r11
21925 1:
21926 pushq %rdi
21927 pushq %rsi
21928 pushq %rbp
21929 call _glapi_get_dispatch
21930 popq %rbp
21931 popq %rsi
21932 popq %rdi
21933 movq 4648(%rax), %r11
21934 jmp *%r11
21935 #endif /* defined(GLX_USE_TLS) */
21936 .size GL_PREFIX(CullParameterfvEXT), .-GL_PREFIX(CullParameterfvEXT)
21937
21938 .p2align 4,,15
21939 .globl GL_PREFIX(SecondaryColor3bEXT)
21940 .type GL_PREFIX(SecondaryColor3bEXT), @function
21941 GL_PREFIX(SecondaryColor3bEXT):
21942 #if defined(GLX_USE_TLS)
21943 call _x86_64_get_dispatch@PLT
21944 movq 4656(%rax), %r11
21945 jmp *%r11
21946 #elif defined(PTHREADS)
21947 pushq %rdi
21948 pushq %rsi
21949 pushq %rdx
21950 call _x86_64_get_dispatch@PLT
21951 popq %rdx
21952 popq %rsi
21953 popq %rdi
21954 movq 4656(%rax), %r11
21955 jmp *%r11
21956 #else
21957 movq _glapi_Dispatch(%rip), %rax
21958 testq %rax, %rax
21959 je 1f
21960 movq 4656(%rax), %r11
21961 jmp *%r11
21962 1:
21963 pushq %rdi
21964 pushq %rsi
21965 pushq %rdx
21966 call _glapi_get_dispatch
21967 popq %rdx
21968 popq %rsi
21969 popq %rdi
21970 movq 4656(%rax), %r11
21971 jmp *%r11
21972 #endif /* defined(GLX_USE_TLS) */
21973 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
21974
21975 .p2align 4,,15
21976 .globl GL_PREFIX(SecondaryColor3bvEXT)
21977 .type GL_PREFIX(SecondaryColor3bvEXT), @function
21978 GL_PREFIX(SecondaryColor3bvEXT):
21979 #if defined(GLX_USE_TLS)
21980 call _x86_64_get_dispatch@PLT
21981 movq 4664(%rax), %r11
21982 jmp *%r11
21983 #elif defined(PTHREADS)
21984 pushq %rdi
21985 call _x86_64_get_dispatch@PLT
21986 popq %rdi
21987 movq 4664(%rax), %r11
21988 jmp *%r11
21989 #else
21990 movq _glapi_Dispatch(%rip), %rax
21991 testq %rax, %rax
21992 je 1f
21993 movq 4664(%rax), %r11
21994 jmp *%r11
21995 1:
21996 pushq %rdi
21997 call _glapi_get_dispatch
21998 popq %rdi
21999 movq 4664(%rax), %r11
22000 jmp *%r11
22001 #endif /* defined(GLX_USE_TLS) */
22002 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
22003
22004 .p2align 4,,15
22005 .globl GL_PREFIX(SecondaryColor3dEXT)
22006 .type GL_PREFIX(SecondaryColor3dEXT), @function
22007 GL_PREFIX(SecondaryColor3dEXT):
22008 #if defined(GLX_USE_TLS)
22009 call _x86_64_get_dispatch@PLT
22010 movq 4672(%rax), %r11
22011 jmp *%r11
22012 #elif defined(PTHREADS)
22013 subq $24, %rsp
22014 movq %xmm0, (%rsp)
22015 movq %xmm1, 8(%rsp)
22016 movq %xmm2, 16(%rsp)
22017 call _x86_64_get_dispatch@PLT
22018 movq 16(%rsp), %xmm2
22019 movq 8(%rsp), %xmm1
22020 movq (%rsp), %xmm0
22021 addq $24, %rsp
22022 movq 4672(%rax), %r11
22023 jmp *%r11
22024 #else
22025 movq _glapi_Dispatch(%rip), %rax
22026 testq %rax, %rax
22027 je 1f
22028 movq 4672(%rax), %r11
22029 jmp *%r11
22030 1:
22031 subq $24, %rsp
22032 movq %xmm0, (%rsp)
22033 movq %xmm1, 8(%rsp)
22034 movq %xmm2, 16(%rsp)
22035 call _glapi_get_dispatch
22036 movq 16(%rsp), %xmm2
22037 movq 8(%rsp), %xmm1
22038 movq (%rsp), %xmm0
22039 addq $24, %rsp
22040 movq 4672(%rax), %r11
22041 jmp *%r11
22042 #endif /* defined(GLX_USE_TLS) */
22043 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
22044
22045 .p2align 4,,15
22046 .globl GL_PREFIX(SecondaryColor3dvEXT)
22047 .type GL_PREFIX(SecondaryColor3dvEXT), @function
22048 GL_PREFIX(SecondaryColor3dvEXT):
22049 #if defined(GLX_USE_TLS)
22050 call _x86_64_get_dispatch@PLT
22051 movq 4680(%rax), %r11
22052 jmp *%r11
22053 #elif defined(PTHREADS)
22054 pushq %rdi
22055 call _x86_64_get_dispatch@PLT
22056 popq %rdi
22057 movq 4680(%rax), %r11
22058 jmp *%r11
22059 #else
22060 movq _glapi_Dispatch(%rip), %rax
22061 testq %rax, %rax
22062 je 1f
22063 movq 4680(%rax), %r11
22064 jmp *%r11
22065 1:
22066 pushq %rdi
22067 call _glapi_get_dispatch
22068 popq %rdi
22069 movq 4680(%rax), %r11
22070 jmp *%r11
22071 #endif /* defined(GLX_USE_TLS) */
22072 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
22073
22074 .p2align 4,,15
22075 .globl GL_PREFIX(SecondaryColor3fEXT)
22076 .type GL_PREFIX(SecondaryColor3fEXT), @function
22077 GL_PREFIX(SecondaryColor3fEXT):
22078 #if defined(GLX_USE_TLS)
22079 call _x86_64_get_dispatch@PLT
22080 movq 4688(%rax), %r11
22081 jmp *%r11
22082 #elif defined(PTHREADS)
22083 subq $24, %rsp
22084 movq %xmm0, (%rsp)
22085 movq %xmm1, 8(%rsp)
22086 movq %xmm2, 16(%rsp)
22087 call _x86_64_get_dispatch@PLT
22088 movq 16(%rsp), %xmm2
22089 movq 8(%rsp), %xmm1
22090 movq (%rsp), %xmm0
22091 addq $24, %rsp
22092 movq 4688(%rax), %r11
22093 jmp *%r11
22094 #else
22095 movq _glapi_Dispatch(%rip), %rax
22096 testq %rax, %rax
22097 je 1f
22098 movq 4688(%rax), %r11
22099 jmp *%r11
22100 1:
22101 subq $24, %rsp
22102 movq %xmm0, (%rsp)
22103 movq %xmm1, 8(%rsp)
22104 movq %xmm2, 16(%rsp)
22105 call _glapi_get_dispatch
22106 movq 16(%rsp), %xmm2
22107 movq 8(%rsp), %xmm1
22108 movq (%rsp), %xmm0
22109 addq $24, %rsp
22110 movq 4688(%rax), %r11
22111 jmp *%r11
22112 #endif /* defined(GLX_USE_TLS) */
22113 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
22114
22115 .p2align 4,,15
22116 .globl GL_PREFIX(SecondaryColor3fvEXT)
22117 .type GL_PREFIX(SecondaryColor3fvEXT), @function
22118 GL_PREFIX(SecondaryColor3fvEXT):
22119 #if defined(GLX_USE_TLS)
22120 call _x86_64_get_dispatch@PLT
22121 movq 4696(%rax), %r11
22122 jmp *%r11
22123 #elif defined(PTHREADS)
22124 pushq %rdi
22125 call _x86_64_get_dispatch@PLT
22126 popq %rdi
22127 movq 4696(%rax), %r11
22128 jmp *%r11
22129 #else
22130 movq _glapi_Dispatch(%rip), %rax
22131 testq %rax, %rax
22132 je 1f
22133 movq 4696(%rax), %r11
22134 jmp *%r11
22135 1:
22136 pushq %rdi
22137 call _glapi_get_dispatch
22138 popq %rdi
22139 movq 4696(%rax), %r11
22140 jmp *%r11
22141 #endif /* defined(GLX_USE_TLS) */
22142 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
22143
22144 .p2align 4,,15
22145 .globl GL_PREFIX(SecondaryColor3iEXT)
22146 .type GL_PREFIX(SecondaryColor3iEXT), @function
22147 GL_PREFIX(SecondaryColor3iEXT):
22148 #if defined(GLX_USE_TLS)
22149 call _x86_64_get_dispatch@PLT
22150 movq 4704(%rax), %r11
22151 jmp *%r11
22152 #elif defined(PTHREADS)
22153 pushq %rdi
22154 pushq %rsi
22155 pushq %rdx
22156 call _x86_64_get_dispatch@PLT
22157 popq %rdx
22158 popq %rsi
22159 popq %rdi
22160 movq 4704(%rax), %r11
22161 jmp *%r11
22162 #else
22163 movq _glapi_Dispatch(%rip), %rax
22164 testq %rax, %rax
22165 je 1f
22166 movq 4704(%rax), %r11
22167 jmp *%r11
22168 1:
22169 pushq %rdi
22170 pushq %rsi
22171 pushq %rdx
22172 call _glapi_get_dispatch
22173 popq %rdx
22174 popq %rsi
22175 popq %rdi
22176 movq 4704(%rax), %r11
22177 jmp *%r11
22178 #endif /* defined(GLX_USE_TLS) */
22179 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
22180
22181 .p2align 4,,15
22182 .globl GL_PREFIX(SecondaryColor3ivEXT)
22183 .type GL_PREFIX(SecondaryColor3ivEXT), @function
22184 GL_PREFIX(SecondaryColor3ivEXT):
22185 #if defined(GLX_USE_TLS)
22186 call _x86_64_get_dispatch@PLT
22187 movq 4712(%rax), %r11
22188 jmp *%r11
22189 #elif defined(PTHREADS)
22190 pushq %rdi
22191 call _x86_64_get_dispatch@PLT
22192 popq %rdi
22193 movq 4712(%rax), %r11
22194 jmp *%r11
22195 #else
22196 movq _glapi_Dispatch(%rip), %rax
22197 testq %rax, %rax
22198 je 1f
22199 movq 4712(%rax), %r11
22200 jmp *%r11
22201 1:
22202 pushq %rdi
22203 call _glapi_get_dispatch
22204 popq %rdi
22205 movq 4712(%rax), %r11
22206 jmp *%r11
22207 #endif /* defined(GLX_USE_TLS) */
22208 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
22209
22210 .p2align 4,,15
22211 .globl GL_PREFIX(SecondaryColor3sEXT)
22212 .type GL_PREFIX(SecondaryColor3sEXT), @function
22213 GL_PREFIX(SecondaryColor3sEXT):
22214 #if defined(GLX_USE_TLS)
22215 call _x86_64_get_dispatch@PLT
22216 movq 4720(%rax), %r11
22217 jmp *%r11
22218 #elif defined(PTHREADS)
22219 pushq %rdi
22220 pushq %rsi
22221 pushq %rdx
22222 call _x86_64_get_dispatch@PLT
22223 popq %rdx
22224 popq %rsi
22225 popq %rdi
22226 movq 4720(%rax), %r11
22227 jmp *%r11
22228 #else
22229 movq _glapi_Dispatch(%rip), %rax
22230 testq %rax, %rax
22231 je 1f
22232 movq 4720(%rax), %r11
22233 jmp *%r11
22234 1:
22235 pushq %rdi
22236 pushq %rsi
22237 pushq %rdx
22238 call _glapi_get_dispatch
22239 popq %rdx
22240 popq %rsi
22241 popq %rdi
22242 movq 4720(%rax), %r11
22243 jmp *%r11
22244 #endif /* defined(GLX_USE_TLS) */
22245 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
22246
22247 .p2align 4,,15
22248 .globl GL_PREFIX(SecondaryColor3svEXT)
22249 .type GL_PREFIX(SecondaryColor3svEXT), @function
22250 GL_PREFIX(SecondaryColor3svEXT):
22251 #if defined(GLX_USE_TLS)
22252 call _x86_64_get_dispatch@PLT
22253 movq 4728(%rax), %r11
22254 jmp *%r11
22255 #elif defined(PTHREADS)
22256 pushq %rdi
22257 call _x86_64_get_dispatch@PLT
22258 popq %rdi
22259 movq 4728(%rax), %r11
22260 jmp *%r11
22261 #else
22262 movq _glapi_Dispatch(%rip), %rax
22263 testq %rax, %rax
22264 je 1f
22265 movq 4728(%rax), %r11
22266 jmp *%r11
22267 1:
22268 pushq %rdi
22269 call _glapi_get_dispatch
22270 popq %rdi
22271 movq 4728(%rax), %r11
22272 jmp *%r11
22273 #endif /* defined(GLX_USE_TLS) */
22274 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
22275
22276 .p2align 4,,15
22277 .globl GL_PREFIX(SecondaryColor3ubEXT)
22278 .type GL_PREFIX(SecondaryColor3ubEXT), @function
22279 GL_PREFIX(SecondaryColor3ubEXT):
22280 #if defined(GLX_USE_TLS)
22281 call _x86_64_get_dispatch@PLT
22282 movq 4736(%rax), %r11
22283 jmp *%r11
22284 #elif defined(PTHREADS)
22285 pushq %rdi
22286 pushq %rsi
22287 pushq %rdx
22288 call _x86_64_get_dispatch@PLT
22289 popq %rdx
22290 popq %rsi
22291 popq %rdi
22292 movq 4736(%rax), %r11
22293 jmp *%r11
22294 #else
22295 movq _glapi_Dispatch(%rip), %rax
22296 testq %rax, %rax
22297 je 1f
22298 movq 4736(%rax), %r11
22299 jmp *%r11
22300 1:
22301 pushq %rdi
22302 pushq %rsi
22303 pushq %rdx
22304 call _glapi_get_dispatch
22305 popq %rdx
22306 popq %rsi
22307 popq %rdi
22308 movq 4736(%rax), %r11
22309 jmp *%r11
22310 #endif /* defined(GLX_USE_TLS) */
22311 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
22312
22313 .p2align 4,,15
22314 .globl GL_PREFIX(SecondaryColor3ubvEXT)
22315 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
22316 GL_PREFIX(SecondaryColor3ubvEXT):
22317 #if defined(GLX_USE_TLS)
22318 call _x86_64_get_dispatch@PLT
22319 movq 4744(%rax), %r11
22320 jmp *%r11
22321 #elif defined(PTHREADS)
22322 pushq %rdi
22323 call _x86_64_get_dispatch@PLT
22324 popq %rdi
22325 movq 4744(%rax), %r11
22326 jmp *%r11
22327 #else
22328 movq _glapi_Dispatch(%rip), %rax
22329 testq %rax, %rax
22330 je 1f
22331 movq 4744(%rax), %r11
22332 jmp *%r11
22333 1:
22334 pushq %rdi
22335 call _glapi_get_dispatch
22336 popq %rdi
22337 movq 4744(%rax), %r11
22338 jmp *%r11
22339 #endif /* defined(GLX_USE_TLS) */
22340 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
22341
22342 .p2align 4,,15
22343 .globl GL_PREFIX(SecondaryColor3uiEXT)
22344 .type GL_PREFIX(SecondaryColor3uiEXT), @function
22345 GL_PREFIX(SecondaryColor3uiEXT):
22346 #if defined(GLX_USE_TLS)
22347 call _x86_64_get_dispatch@PLT
22348 movq 4752(%rax), %r11
22349 jmp *%r11
22350 #elif defined(PTHREADS)
22351 pushq %rdi
22352 pushq %rsi
22353 pushq %rdx
22354 call _x86_64_get_dispatch@PLT
22355 popq %rdx
22356 popq %rsi
22357 popq %rdi
22358 movq 4752(%rax), %r11
22359 jmp *%r11
22360 #else
22361 movq _glapi_Dispatch(%rip), %rax
22362 testq %rax, %rax
22363 je 1f
22364 movq 4752(%rax), %r11
22365 jmp *%r11
22366 1:
22367 pushq %rdi
22368 pushq %rsi
22369 pushq %rdx
22370 call _glapi_get_dispatch
22371 popq %rdx
22372 popq %rsi
22373 popq %rdi
22374 movq 4752(%rax), %r11
22375 jmp *%r11
22376 #endif /* defined(GLX_USE_TLS) */
22377 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
22378
22379 .p2align 4,,15
22380 .globl GL_PREFIX(SecondaryColor3uivEXT)
22381 .type GL_PREFIX(SecondaryColor3uivEXT), @function
22382 GL_PREFIX(SecondaryColor3uivEXT):
22383 #if defined(GLX_USE_TLS)
22384 call _x86_64_get_dispatch@PLT
22385 movq 4760(%rax), %r11
22386 jmp *%r11
22387 #elif defined(PTHREADS)
22388 pushq %rdi
22389 call _x86_64_get_dispatch@PLT
22390 popq %rdi
22391 movq 4760(%rax), %r11
22392 jmp *%r11
22393 #else
22394 movq _glapi_Dispatch(%rip), %rax
22395 testq %rax, %rax
22396 je 1f
22397 movq 4760(%rax), %r11
22398 jmp *%r11
22399 1:
22400 pushq %rdi
22401 call _glapi_get_dispatch
22402 popq %rdi
22403 movq 4760(%rax), %r11
22404 jmp *%r11
22405 #endif /* defined(GLX_USE_TLS) */
22406 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
22407
22408 .p2align 4,,15
22409 .globl GL_PREFIX(SecondaryColor3usEXT)
22410 .type GL_PREFIX(SecondaryColor3usEXT), @function
22411 GL_PREFIX(SecondaryColor3usEXT):
22412 #if defined(GLX_USE_TLS)
22413 call _x86_64_get_dispatch@PLT
22414 movq 4768(%rax), %r11
22415 jmp *%r11
22416 #elif defined(PTHREADS)
22417 pushq %rdi
22418 pushq %rsi
22419 pushq %rdx
22420 call _x86_64_get_dispatch@PLT
22421 popq %rdx
22422 popq %rsi
22423 popq %rdi
22424 movq 4768(%rax), %r11
22425 jmp *%r11
22426 #else
22427 movq _glapi_Dispatch(%rip), %rax
22428 testq %rax, %rax
22429 je 1f
22430 movq 4768(%rax), %r11
22431 jmp *%r11
22432 1:
22433 pushq %rdi
22434 pushq %rsi
22435 pushq %rdx
22436 call _glapi_get_dispatch
22437 popq %rdx
22438 popq %rsi
22439 popq %rdi
22440 movq 4768(%rax), %r11
22441 jmp *%r11
22442 #endif /* defined(GLX_USE_TLS) */
22443 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
22444
22445 .p2align 4,,15
22446 .globl GL_PREFIX(SecondaryColor3usvEXT)
22447 .type GL_PREFIX(SecondaryColor3usvEXT), @function
22448 GL_PREFIX(SecondaryColor3usvEXT):
22449 #if defined(GLX_USE_TLS)
22450 call _x86_64_get_dispatch@PLT
22451 movq 4776(%rax), %r11
22452 jmp *%r11
22453 #elif defined(PTHREADS)
22454 pushq %rdi
22455 call _x86_64_get_dispatch@PLT
22456 popq %rdi
22457 movq 4776(%rax), %r11
22458 jmp *%r11
22459 #else
22460 movq _glapi_Dispatch(%rip), %rax
22461 testq %rax, %rax
22462 je 1f
22463 movq 4776(%rax), %r11
22464 jmp *%r11
22465 1:
22466 pushq %rdi
22467 call _glapi_get_dispatch
22468 popq %rdi
22469 movq 4776(%rax), %r11
22470 jmp *%r11
22471 #endif /* defined(GLX_USE_TLS) */
22472 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
22473
22474 .p2align 4,,15
22475 .globl GL_PREFIX(SecondaryColorPointerEXT)
22476 .type GL_PREFIX(SecondaryColorPointerEXT), @function
22477 GL_PREFIX(SecondaryColorPointerEXT):
22478 #if defined(GLX_USE_TLS)
22479 call _x86_64_get_dispatch@PLT
22480 movq 4784(%rax), %r11
22481 jmp *%r11
22482 #elif defined(PTHREADS)
22483 pushq %rdi
22484 pushq %rsi
22485 pushq %rdx
22486 pushq %rcx
22487 pushq %rbp
22488 call _x86_64_get_dispatch@PLT
22489 popq %rbp
22490 popq %rcx
22491 popq %rdx
22492 popq %rsi
22493 popq %rdi
22494 movq 4784(%rax), %r11
22495 jmp *%r11
22496 #else
22497 movq _glapi_Dispatch(%rip), %rax
22498 testq %rax, %rax
22499 je 1f
22500 movq 4784(%rax), %r11
22501 jmp *%r11
22502 1:
22503 pushq %rdi
22504 pushq %rsi
22505 pushq %rdx
22506 pushq %rcx
22507 pushq %rbp
22508 call _glapi_get_dispatch
22509 popq %rbp
22510 popq %rcx
22511 popq %rdx
22512 popq %rsi
22513 popq %rdi
22514 movq 4784(%rax), %r11
22515 jmp *%r11
22516 #endif /* defined(GLX_USE_TLS) */
22517 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
22518
22519 .p2align 4,,15
22520 .globl GL_PREFIX(MultiDrawArraysEXT)
22521 .type GL_PREFIX(MultiDrawArraysEXT), @function
22522 GL_PREFIX(MultiDrawArraysEXT):
22523 #if defined(GLX_USE_TLS)
22524 call _x86_64_get_dispatch@PLT
22525 movq 4792(%rax), %r11
22526 jmp *%r11
22527 #elif defined(PTHREADS)
22528 pushq %rdi
22529 pushq %rsi
22530 pushq %rdx
22531 pushq %rcx
22532 pushq %rbp
22533 call _x86_64_get_dispatch@PLT
22534 popq %rbp
22535 popq %rcx
22536 popq %rdx
22537 popq %rsi
22538 popq %rdi
22539 movq 4792(%rax), %r11
22540 jmp *%r11
22541 #else
22542 movq _glapi_Dispatch(%rip), %rax
22543 testq %rax, %rax
22544 je 1f
22545 movq 4792(%rax), %r11
22546 jmp *%r11
22547 1:
22548 pushq %rdi
22549 pushq %rsi
22550 pushq %rdx
22551 pushq %rcx
22552 pushq %rbp
22553 call _glapi_get_dispatch
22554 popq %rbp
22555 popq %rcx
22556 popq %rdx
22557 popq %rsi
22558 popq %rdi
22559 movq 4792(%rax), %r11
22560 jmp *%r11
22561 #endif /* defined(GLX_USE_TLS) */
22562 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
22563
22564 .p2align 4,,15
22565 .globl GL_PREFIX(MultiDrawElementsEXT)
22566 .type GL_PREFIX(MultiDrawElementsEXT), @function
22567 GL_PREFIX(MultiDrawElementsEXT):
22568 #if defined(GLX_USE_TLS)
22569 call _x86_64_get_dispatch@PLT
22570 movq 4800(%rax), %r11
22571 jmp *%r11
22572 #elif defined(PTHREADS)
22573 pushq %rdi
22574 pushq %rsi
22575 pushq %rdx
22576 pushq %rcx
22577 pushq %r8
22578 call _x86_64_get_dispatch@PLT
22579 popq %r8
22580 popq %rcx
22581 popq %rdx
22582 popq %rsi
22583 popq %rdi
22584 movq 4800(%rax), %r11
22585 jmp *%r11
22586 #else
22587 movq _glapi_Dispatch(%rip), %rax
22588 testq %rax, %rax
22589 je 1f
22590 movq 4800(%rax), %r11
22591 jmp *%r11
22592 1:
22593 pushq %rdi
22594 pushq %rsi
22595 pushq %rdx
22596 pushq %rcx
22597 pushq %r8
22598 call _glapi_get_dispatch
22599 popq %r8
22600 popq %rcx
22601 popq %rdx
22602 popq %rsi
22603 popq %rdi
22604 movq 4800(%rax), %r11
22605 jmp *%r11
22606 #endif /* defined(GLX_USE_TLS) */
22607 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
22608
22609 .p2align 4,,15
22610 .globl GL_PREFIX(FogCoordPointerEXT)
22611 .type GL_PREFIX(FogCoordPointerEXT), @function
22612 GL_PREFIX(FogCoordPointerEXT):
22613 #if defined(GLX_USE_TLS)
22614 call _x86_64_get_dispatch@PLT
22615 movq 4808(%rax), %r11
22616 jmp *%r11
22617 #elif defined(PTHREADS)
22618 pushq %rdi
22619 pushq %rsi
22620 pushq %rdx
22621 call _x86_64_get_dispatch@PLT
22622 popq %rdx
22623 popq %rsi
22624 popq %rdi
22625 movq 4808(%rax), %r11
22626 jmp *%r11
22627 #else
22628 movq _glapi_Dispatch(%rip), %rax
22629 testq %rax, %rax
22630 je 1f
22631 movq 4808(%rax), %r11
22632 jmp *%r11
22633 1:
22634 pushq %rdi
22635 pushq %rsi
22636 pushq %rdx
22637 call _glapi_get_dispatch
22638 popq %rdx
22639 popq %rsi
22640 popq %rdi
22641 movq 4808(%rax), %r11
22642 jmp *%r11
22643 #endif /* defined(GLX_USE_TLS) */
22644 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
22645
22646 .p2align 4,,15
22647 .globl GL_PREFIX(FogCoorddEXT)
22648 .type GL_PREFIX(FogCoorddEXT), @function
22649 GL_PREFIX(FogCoorddEXT):
22650 #if defined(GLX_USE_TLS)
22651 call _x86_64_get_dispatch@PLT
22652 movq 4816(%rax), %r11
22653 jmp *%r11
22654 #elif defined(PTHREADS)
22655 subq $8, %rsp
22656 movq %xmm0, (%rsp)
22657 call _x86_64_get_dispatch@PLT
22658 movq (%rsp), %xmm0
22659 addq $8, %rsp
22660 movq 4816(%rax), %r11
22661 jmp *%r11
22662 #else
22663 movq _glapi_Dispatch(%rip), %rax
22664 testq %rax, %rax
22665 je 1f
22666 movq 4816(%rax), %r11
22667 jmp *%r11
22668 1:
22669 subq $8, %rsp
22670 movq %xmm0, (%rsp)
22671 call _glapi_get_dispatch
22672 movq (%rsp), %xmm0
22673 addq $8, %rsp
22674 movq 4816(%rax), %r11
22675 jmp *%r11
22676 #endif /* defined(GLX_USE_TLS) */
22677 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
22678
22679 .p2align 4,,15
22680 .globl GL_PREFIX(FogCoorddvEXT)
22681 .type GL_PREFIX(FogCoorddvEXT), @function
22682 GL_PREFIX(FogCoorddvEXT):
22683 #if defined(GLX_USE_TLS)
22684 call _x86_64_get_dispatch@PLT
22685 movq 4824(%rax), %r11
22686 jmp *%r11
22687 #elif defined(PTHREADS)
22688 pushq %rdi
22689 call _x86_64_get_dispatch@PLT
22690 popq %rdi
22691 movq 4824(%rax), %r11
22692 jmp *%r11
22693 #else
22694 movq _glapi_Dispatch(%rip), %rax
22695 testq %rax, %rax
22696 je 1f
22697 movq 4824(%rax), %r11
22698 jmp *%r11
22699 1:
22700 pushq %rdi
22701 call _glapi_get_dispatch
22702 popq %rdi
22703 movq 4824(%rax), %r11
22704 jmp *%r11
22705 #endif /* defined(GLX_USE_TLS) */
22706 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
22707
22708 .p2align 4,,15
22709 .globl GL_PREFIX(FogCoordfEXT)
22710 .type GL_PREFIX(FogCoordfEXT), @function
22711 GL_PREFIX(FogCoordfEXT):
22712 #if defined(GLX_USE_TLS)
22713 call _x86_64_get_dispatch@PLT
22714 movq 4832(%rax), %r11
22715 jmp *%r11
22716 #elif defined(PTHREADS)
22717 subq $8, %rsp
22718 movq %xmm0, (%rsp)
22719 call _x86_64_get_dispatch@PLT
22720 movq (%rsp), %xmm0
22721 addq $8, %rsp
22722 movq 4832(%rax), %r11
22723 jmp *%r11
22724 #else
22725 movq _glapi_Dispatch(%rip), %rax
22726 testq %rax, %rax
22727 je 1f
22728 movq 4832(%rax), %r11
22729 jmp *%r11
22730 1:
22731 subq $8, %rsp
22732 movq %xmm0, (%rsp)
22733 call _glapi_get_dispatch
22734 movq (%rsp), %xmm0
22735 addq $8, %rsp
22736 movq 4832(%rax), %r11
22737 jmp *%r11
22738 #endif /* defined(GLX_USE_TLS) */
22739 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
22740
22741 .p2align 4,,15
22742 .globl GL_PREFIX(FogCoordfvEXT)
22743 .type GL_PREFIX(FogCoordfvEXT), @function
22744 GL_PREFIX(FogCoordfvEXT):
22745 #if defined(GLX_USE_TLS)
22746 call _x86_64_get_dispatch@PLT
22747 movq 4840(%rax), %r11
22748 jmp *%r11
22749 #elif defined(PTHREADS)
22750 pushq %rdi
22751 call _x86_64_get_dispatch@PLT
22752 popq %rdi
22753 movq 4840(%rax), %r11
22754 jmp *%r11
22755 #else
22756 movq _glapi_Dispatch(%rip), %rax
22757 testq %rax, %rax
22758 je 1f
22759 movq 4840(%rax), %r11
22760 jmp *%r11
22761 1:
22762 pushq %rdi
22763 call _glapi_get_dispatch
22764 popq %rdi
22765 movq 4840(%rax), %r11
22766 jmp *%r11
22767 #endif /* defined(GLX_USE_TLS) */
22768 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
22769
22770 .p2align 4,,15
22771 .globl GL_PREFIX(PixelTexGenSGIX)
22772 .type GL_PREFIX(PixelTexGenSGIX), @function
22773 GL_PREFIX(PixelTexGenSGIX):
22774 #if defined(GLX_USE_TLS)
22775 call _x86_64_get_dispatch@PLT
22776 movq 4848(%rax), %r11
22777 jmp *%r11
22778 #elif defined(PTHREADS)
22779 pushq %rdi
22780 call _x86_64_get_dispatch@PLT
22781 popq %rdi
22782 movq 4848(%rax), %r11
22783 jmp *%r11
22784 #else
22785 movq _glapi_Dispatch(%rip), %rax
22786 testq %rax, %rax
22787 je 1f
22788 movq 4848(%rax), %r11
22789 jmp *%r11
22790 1:
22791 pushq %rdi
22792 call _glapi_get_dispatch
22793 popq %rdi
22794 movq 4848(%rax), %r11
22795 jmp *%r11
22796 #endif /* defined(GLX_USE_TLS) */
22797 .size GL_PREFIX(PixelTexGenSGIX), .-GL_PREFIX(PixelTexGenSGIX)
22798
22799 .p2align 4,,15
22800 .globl GL_PREFIX(BlendFuncSeparateEXT)
22801 .type GL_PREFIX(BlendFuncSeparateEXT), @function
22802 GL_PREFIX(BlendFuncSeparateEXT):
22803 #if defined(GLX_USE_TLS)
22804 call _x86_64_get_dispatch@PLT
22805 movq 4856(%rax), %r11
22806 jmp *%r11
22807 #elif defined(PTHREADS)
22808 pushq %rdi
22809 pushq %rsi
22810 pushq %rdx
22811 pushq %rcx
22812 pushq %rbp
22813 call _x86_64_get_dispatch@PLT
22814 popq %rbp
22815 popq %rcx
22816 popq %rdx
22817 popq %rsi
22818 popq %rdi
22819 movq 4856(%rax), %r11
22820 jmp *%r11
22821 #else
22822 movq _glapi_Dispatch(%rip), %rax
22823 testq %rax, %rax
22824 je 1f
22825 movq 4856(%rax), %r11
22826 jmp *%r11
22827 1:
22828 pushq %rdi
22829 pushq %rsi
22830 pushq %rdx
22831 pushq %rcx
22832 pushq %rbp
22833 call _glapi_get_dispatch
22834 popq %rbp
22835 popq %rcx
22836 popq %rdx
22837 popq %rsi
22838 popq %rdi
22839 movq 4856(%rax), %r11
22840 jmp *%r11
22841 #endif /* defined(GLX_USE_TLS) */
22842 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
22843
22844 .p2align 4,,15
22845 .globl GL_PREFIX(VertexWeightPointerEXT)
22846 .type GL_PREFIX(VertexWeightPointerEXT), @function
22847 GL_PREFIX(VertexWeightPointerEXT):
22848 #if defined(GLX_USE_TLS)
22849 call _x86_64_get_dispatch@PLT
22850 movq 4864(%rax), %r11
22851 jmp *%r11
22852 #elif defined(PTHREADS)
22853 pushq %rdi
22854 pushq %rsi
22855 pushq %rdx
22856 pushq %rcx
22857 pushq %rbp
22858 call _x86_64_get_dispatch@PLT
22859 popq %rbp
22860 popq %rcx
22861 popq %rdx
22862 popq %rsi
22863 popq %rdi
22864 movq 4864(%rax), %r11
22865 jmp *%r11
22866 #else
22867 movq _glapi_Dispatch(%rip), %rax
22868 testq %rax, %rax
22869 je 1f
22870 movq 4864(%rax), %r11
22871 jmp *%r11
22872 1:
22873 pushq %rdi
22874 pushq %rsi
22875 pushq %rdx
22876 pushq %rcx
22877 pushq %rbp
22878 call _glapi_get_dispatch
22879 popq %rbp
22880 popq %rcx
22881 popq %rdx
22882 popq %rsi
22883 popq %rdi
22884 movq 4864(%rax), %r11
22885 jmp *%r11
22886 #endif /* defined(GLX_USE_TLS) */
22887 .size GL_PREFIX(VertexWeightPointerEXT), .-GL_PREFIX(VertexWeightPointerEXT)
22888
22889 .p2align 4,,15
22890 .globl GL_PREFIX(VertexWeightfEXT)
22891 .type GL_PREFIX(VertexWeightfEXT), @function
22892 GL_PREFIX(VertexWeightfEXT):
22893 #if defined(GLX_USE_TLS)
22894 call _x86_64_get_dispatch@PLT
22895 movq 4872(%rax), %r11
22896 jmp *%r11
22897 #elif defined(PTHREADS)
22898 subq $8, %rsp
22899 movq %xmm0, (%rsp)
22900 call _x86_64_get_dispatch@PLT
22901 movq (%rsp), %xmm0
22902 addq $8, %rsp
22903 movq 4872(%rax), %r11
22904 jmp *%r11
22905 #else
22906 movq _glapi_Dispatch(%rip), %rax
22907 testq %rax, %rax
22908 je 1f
22909 movq 4872(%rax), %r11
22910 jmp *%r11
22911 1:
22912 subq $8, %rsp
22913 movq %xmm0, (%rsp)
22914 call _glapi_get_dispatch
22915 movq (%rsp), %xmm0
22916 addq $8, %rsp
22917 movq 4872(%rax), %r11
22918 jmp *%r11
22919 #endif /* defined(GLX_USE_TLS) */
22920 .size GL_PREFIX(VertexWeightfEXT), .-GL_PREFIX(VertexWeightfEXT)
22921
22922 .p2align 4,,15
22923 .globl GL_PREFIX(VertexWeightfvEXT)
22924 .type GL_PREFIX(VertexWeightfvEXT), @function
22925 GL_PREFIX(VertexWeightfvEXT):
22926 #if defined(GLX_USE_TLS)
22927 call _x86_64_get_dispatch@PLT
22928 movq 4880(%rax), %r11
22929 jmp *%r11
22930 #elif defined(PTHREADS)
22931 pushq %rdi
22932 call _x86_64_get_dispatch@PLT
22933 popq %rdi
22934 movq 4880(%rax), %r11
22935 jmp *%r11
22936 #else
22937 movq _glapi_Dispatch(%rip), %rax
22938 testq %rax, %rax
22939 je 1f
22940 movq 4880(%rax), %r11
22941 jmp *%r11
22942 1:
22943 pushq %rdi
22944 call _glapi_get_dispatch
22945 popq %rdi
22946 movq 4880(%rax), %r11
22947 jmp *%r11
22948 #endif /* defined(GLX_USE_TLS) */
22949 .size GL_PREFIX(VertexWeightfvEXT), .-GL_PREFIX(VertexWeightfvEXT)
22950
22951 .p2align 4,,15
22952 .globl GL_PREFIX(FlushVertexArrayRangeNV)
22953 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
22954 GL_PREFIX(FlushVertexArrayRangeNV):
22955 #if defined(GLX_USE_TLS)
22956 call _x86_64_get_dispatch@PLT
22957 movq 4888(%rax), %r11
22958 jmp *%r11
22959 #elif defined(PTHREADS)
22960 pushq %rbp
22961 call _x86_64_get_dispatch@PLT
22962 popq %rbp
22963 movq 4888(%rax), %r11
22964 jmp *%r11
22965 #else
22966 movq _glapi_Dispatch(%rip), %rax
22967 testq %rax, %rax
22968 je 1f
22969 movq 4888(%rax), %r11
22970 jmp *%r11
22971 1:
22972 pushq %rbp
22973 call _glapi_get_dispatch
22974 popq %rbp
22975 movq 4888(%rax), %r11
22976 jmp *%r11
22977 #endif /* defined(GLX_USE_TLS) */
22978 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
22979
22980 .p2align 4,,15
22981 .globl GL_PREFIX(VertexArrayRangeNV)
22982 .type GL_PREFIX(VertexArrayRangeNV), @function
22983 GL_PREFIX(VertexArrayRangeNV):
22984 #if defined(GLX_USE_TLS)
22985 call _x86_64_get_dispatch@PLT
22986 movq 4896(%rax), %r11
22987 jmp *%r11
22988 #elif defined(PTHREADS)
22989 pushq %rdi
22990 pushq %rsi
22991 pushq %rbp
22992 call _x86_64_get_dispatch@PLT
22993 popq %rbp
22994 popq %rsi
22995 popq %rdi
22996 movq 4896(%rax), %r11
22997 jmp *%r11
22998 #else
22999 movq _glapi_Dispatch(%rip), %rax
23000 testq %rax, %rax
23001 je 1f
23002 movq 4896(%rax), %r11
23003 jmp *%r11
23004 1:
23005 pushq %rdi
23006 pushq %rsi
23007 pushq %rbp
23008 call _glapi_get_dispatch
23009 popq %rbp
23010 popq %rsi
23011 popq %rdi
23012 movq 4896(%rax), %r11
23013 jmp *%r11
23014 #endif /* defined(GLX_USE_TLS) */
23015 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
23016
23017 .p2align 4,,15
23018 .globl GL_PREFIX(CombinerInputNV)
23019 .type GL_PREFIX(CombinerInputNV), @function
23020 GL_PREFIX(CombinerInputNV):
23021 #if defined(GLX_USE_TLS)
23022 call _x86_64_get_dispatch@PLT
23023 movq 4904(%rax), %r11
23024 jmp *%r11
23025 #elif defined(PTHREADS)
23026 pushq %rdi
23027 pushq %rsi
23028 pushq %rdx
23029 pushq %rcx
23030 pushq %r8
23031 pushq %r9
23032 pushq %rbp
23033 call _x86_64_get_dispatch@PLT
23034 popq %rbp
23035 popq %r9
23036 popq %r8
23037 popq %rcx
23038 popq %rdx
23039 popq %rsi
23040 popq %rdi
23041 movq 4904(%rax), %r11
23042 jmp *%r11
23043 #else
23044 movq _glapi_Dispatch(%rip), %rax
23045 testq %rax, %rax
23046 je 1f
23047 movq 4904(%rax), %r11
23048 jmp *%r11
23049 1:
23050 pushq %rdi
23051 pushq %rsi
23052 pushq %rdx
23053 pushq %rcx
23054 pushq %r8
23055 pushq %r9
23056 pushq %rbp
23057 call _glapi_get_dispatch
23058 popq %rbp
23059 popq %r9
23060 popq %r8
23061 popq %rcx
23062 popq %rdx
23063 popq %rsi
23064 popq %rdi
23065 movq 4904(%rax), %r11
23066 jmp *%r11
23067 #endif /* defined(GLX_USE_TLS) */
23068 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
23069
23070 .p2align 4,,15
23071 .globl GL_PREFIX(CombinerOutputNV)
23072 .type GL_PREFIX(CombinerOutputNV), @function
23073 GL_PREFIX(CombinerOutputNV):
23074 #if defined(GLX_USE_TLS)
23075 call _x86_64_get_dispatch@PLT
23076 movq 4912(%rax), %r11
23077 jmp *%r11
23078 #elif defined(PTHREADS)
23079 pushq %rdi
23080 pushq %rsi
23081 pushq %rdx
23082 pushq %rcx
23083 pushq %r8
23084 pushq %r9
23085 pushq %rbp
23086 call _x86_64_get_dispatch@PLT
23087 popq %rbp
23088 popq %r9
23089 popq %r8
23090 popq %rcx
23091 popq %rdx
23092 popq %rsi
23093 popq %rdi
23094 movq 4912(%rax), %r11
23095 jmp *%r11
23096 #else
23097 movq _glapi_Dispatch(%rip), %rax
23098 testq %rax, %rax
23099 je 1f
23100 movq 4912(%rax), %r11
23101 jmp *%r11
23102 1:
23103 pushq %rdi
23104 pushq %rsi
23105 pushq %rdx
23106 pushq %rcx
23107 pushq %r8
23108 pushq %r9
23109 pushq %rbp
23110 call _glapi_get_dispatch
23111 popq %rbp
23112 popq %r9
23113 popq %r8
23114 popq %rcx
23115 popq %rdx
23116 popq %rsi
23117 popq %rdi
23118 movq 4912(%rax), %r11
23119 jmp *%r11
23120 #endif /* defined(GLX_USE_TLS) */
23121 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
23122
23123 .p2align 4,,15
23124 .globl GL_PREFIX(CombinerParameterfNV)
23125 .type GL_PREFIX(CombinerParameterfNV), @function
23126 GL_PREFIX(CombinerParameterfNV):
23127 #if defined(GLX_USE_TLS)
23128 call _x86_64_get_dispatch@PLT
23129 movq 4920(%rax), %r11
23130 jmp *%r11
23131 #elif defined(PTHREADS)
23132 subq $24, %rsp
23133 movq %rdi, (%rsp)
23134 movq %xmm0, 8(%rsp)
23135 call _x86_64_get_dispatch@PLT
23136 movq 8(%rsp), %xmm0
23137 movq (%rsp), %rdi
23138 addq $24, %rsp
23139 movq 4920(%rax), %r11
23140 jmp *%r11
23141 #else
23142 movq _glapi_Dispatch(%rip), %rax
23143 testq %rax, %rax
23144 je 1f
23145 movq 4920(%rax), %r11
23146 jmp *%r11
23147 1:
23148 subq $24, %rsp
23149 movq %rdi, (%rsp)
23150 movq %xmm0, 8(%rsp)
23151 call _glapi_get_dispatch
23152 movq 8(%rsp), %xmm0
23153 movq (%rsp), %rdi
23154 addq $24, %rsp
23155 movq 4920(%rax), %r11
23156 jmp *%r11
23157 #endif /* defined(GLX_USE_TLS) */
23158 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
23159
23160 .p2align 4,,15
23161 .globl GL_PREFIX(CombinerParameterfvNV)
23162 .type GL_PREFIX(CombinerParameterfvNV), @function
23163 GL_PREFIX(CombinerParameterfvNV):
23164 #if defined(GLX_USE_TLS)
23165 call _x86_64_get_dispatch@PLT
23166 movq 4928(%rax), %r11
23167 jmp *%r11
23168 #elif defined(PTHREADS)
23169 pushq %rdi
23170 pushq %rsi
23171 pushq %rbp
23172 call _x86_64_get_dispatch@PLT
23173 popq %rbp
23174 popq %rsi
23175 popq %rdi
23176 movq 4928(%rax), %r11
23177 jmp *%r11
23178 #else
23179 movq _glapi_Dispatch(%rip), %rax
23180 testq %rax, %rax
23181 je 1f
23182 movq 4928(%rax), %r11
23183 jmp *%r11
23184 1:
23185 pushq %rdi
23186 pushq %rsi
23187 pushq %rbp
23188 call _glapi_get_dispatch
23189 popq %rbp
23190 popq %rsi
23191 popq %rdi
23192 movq 4928(%rax), %r11
23193 jmp *%r11
23194 #endif /* defined(GLX_USE_TLS) */
23195 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
23196
23197 .p2align 4,,15
23198 .globl GL_PREFIX(CombinerParameteriNV)
23199 .type GL_PREFIX(CombinerParameteriNV), @function
23200 GL_PREFIX(CombinerParameteriNV):
23201 #if defined(GLX_USE_TLS)
23202 call _x86_64_get_dispatch@PLT
23203 movq 4936(%rax), %r11
23204 jmp *%r11
23205 #elif defined(PTHREADS)
23206 pushq %rdi
23207 pushq %rsi
23208 pushq %rbp
23209 call _x86_64_get_dispatch@PLT
23210 popq %rbp
23211 popq %rsi
23212 popq %rdi
23213 movq 4936(%rax), %r11
23214 jmp *%r11
23215 #else
23216 movq _glapi_Dispatch(%rip), %rax
23217 testq %rax, %rax
23218 je 1f
23219 movq 4936(%rax), %r11
23220 jmp *%r11
23221 1:
23222 pushq %rdi
23223 pushq %rsi
23224 pushq %rbp
23225 call _glapi_get_dispatch
23226 popq %rbp
23227 popq %rsi
23228 popq %rdi
23229 movq 4936(%rax), %r11
23230 jmp *%r11
23231 #endif /* defined(GLX_USE_TLS) */
23232 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
23233
23234 .p2align 4,,15
23235 .globl GL_PREFIX(CombinerParameterivNV)
23236 .type GL_PREFIX(CombinerParameterivNV), @function
23237 GL_PREFIX(CombinerParameterivNV):
23238 #if defined(GLX_USE_TLS)
23239 call _x86_64_get_dispatch@PLT
23240 movq 4944(%rax), %r11
23241 jmp *%r11
23242 #elif defined(PTHREADS)
23243 pushq %rdi
23244 pushq %rsi
23245 pushq %rbp
23246 call _x86_64_get_dispatch@PLT
23247 popq %rbp
23248 popq %rsi
23249 popq %rdi
23250 movq 4944(%rax), %r11
23251 jmp *%r11
23252 #else
23253 movq _glapi_Dispatch(%rip), %rax
23254 testq %rax, %rax
23255 je 1f
23256 movq 4944(%rax), %r11
23257 jmp *%r11
23258 1:
23259 pushq %rdi
23260 pushq %rsi
23261 pushq %rbp
23262 call _glapi_get_dispatch
23263 popq %rbp
23264 popq %rsi
23265 popq %rdi
23266 movq 4944(%rax), %r11
23267 jmp *%r11
23268 #endif /* defined(GLX_USE_TLS) */
23269 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
23270
23271 .p2align 4,,15
23272 .globl GL_PREFIX(FinalCombinerInputNV)
23273 .type GL_PREFIX(FinalCombinerInputNV), @function
23274 GL_PREFIX(FinalCombinerInputNV):
23275 #if defined(GLX_USE_TLS)
23276 call _x86_64_get_dispatch@PLT
23277 movq 4952(%rax), %r11
23278 jmp *%r11
23279 #elif defined(PTHREADS)
23280 pushq %rdi
23281 pushq %rsi
23282 pushq %rdx
23283 pushq %rcx
23284 pushq %rbp
23285 call _x86_64_get_dispatch@PLT
23286 popq %rbp
23287 popq %rcx
23288 popq %rdx
23289 popq %rsi
23290 popq %rdi
23291 movq 4952(%rax), %r11
23292 jmp *%r11
23293 #else
23294 movq _glapi_Dispatch(%rip), %rax
23295 testq %rax, %rax
23296 je 1f
23297 movq 4952(%rax), %r11
23298 jmp *%r11
23299 1:
23300 pushq %rdi
23301 pushq %rsi
23302 pushq %rdx
23303 pushq %rcx
23304 pushq %rbp
23305 call _glapi_get_dispatch
23306 popq %rbp
23307 popq %rcx
23308 popq %rdx
23309 popq %rsi
23310 popq %rdi
23311 movq 4952(%rax), %r11
23312 jmp *%r11
23313 #endif /* defined(GLX_USE_TLS) */
23314 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
23315
23316 .p2align 4,,15
23317 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
23318 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
23319 GL_PREFIX(GetCombinerInputParameterfvNV):
23320 #if defined(GLX_USE_TLS)
23321 call _x86_64_get_dispatch@PLT
23322 movq 4960(%rax), %r11
23323 jmp *%r11
23324 #elif defined(PTHREADS)
23325 pushq %rdi
23326 pushq %rsi
23327 pushq %rdx
23328 pushq %rcx
23329 pushq %r8
23330 call _x86_64_get_dispatch@PLT
23331 popq %r8
23332 popq %rcx
23333 popq %rdx
23334 popq %rsi
23335 popq %rdi
23336 movq 4960(%rax), %r11
23337 jmp *%r11
23338 #else
23339 movq _glapi_Dispatch(%rip), %rax
23340 testq %rax, %rax
23341 je 1f
23342 movq 4960(%rax), %r11
23343 jmp *%r11
23344 1:
23345 pushq %rdi
23346 pushq %rsi
23347 pushq %rdx
23348 pushq %rcx
23349 pushq %r8
23350 call _glapi_get_dispatch
23351 popq %r8
23352 popq %rcx
23353 popq %rdx
23354 popq %rsi
23355 popq %rdi
23356 movq 4960(%rax), %r11
23357 jmp *%r11
23358 #endif /* defined(GLX_USE_TLS) */
23359 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
23360
23361 .p2align 4,,15
23362 .globl GL_PREFIX(GetCombinerInputParameterivNV)
23363 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
23364 GL_PREFIX(GetCombinerInputParameterivNV):
23365 #if defined(GLX_USE_TLS)
23366 call _x86_64_get_dispatch@PLT
23367 movq 4968(%rax), %r11
23368 jmp *%r11
23369 #elif defined(PTHREADS)
23370 pushq %rdi
23371 pushq %rsi
23372 pushq %rdx
23373 pushq %rcx
23374 pushq %r8
23375 call _x86_64_get_dispatch@PLT
23376 popq %r8
23377 popq %rcx
23378 popq %rdx
23379 popq %rsi
23380 popq %rdi
23381 movq 4968(%rax), %r11
23382 jmp *%r11
23383 #else
23384 movq _glapi_Dispatch(%rip), %rax
23385 testq %rax, %rax
23386 je 1f
23387 movq 4968(%rax), %r11
23388 jmp *%r11
23389 1:
23390 pushq %rdi
23391 pushq %rsi
23392 pushq %rdx
23393 pushq %rcx
23394 pushq %r8
23395 call _glapi_get_dispatch
23396 popq %r8
23397 popq %rcx
23398 popq %rdx
23399 popq %rsi
23400 popq %rdi
23401 movq 4968(%rax), %r11
23402 jmp *%r11
23403 #endif /* defined(GLX_USE_TLS) */
23404 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
23405
23406 .p2align 4,,15
23407 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
23408 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
23409 GL_PREFIX(GetCombinerOutputParameterfvNV):
23410 #if defined(GLX_USE_TLS)
23411 call _x86_64_get_dispatch@PLT
23412 movq 4976(%rax), %r11
23413 jmp *%r11
23414 #elif defined(PTHREADS)
23415 pushq %rdi
23416 pushq %rsi
23417 pushq %rdx
23418 pushq %rcx
23419 pushq %rbp
23420 call _x86_64_get_dispatch@PLT
23421 popq %rbp
23422 popq %rcx
23423 popq %rdx
23424 popq %rsi
23425 popq %rdi
23426 movq 4976(%rax), %r11
23427 jmp *%r11
23428 #else
23429 movq _glapi_Dispatch(%rip), %rax
23430 testq %rax, %rax
23431 je 1f
23432 movq 4976(%rax), %r11
23433 jmp *%r11
23434 1:
23435 pushq %rdi
23436 pushq %rsi
23437 pushq %rdx
23438 pushq %rcx
23439 pushq %rbp
23440 call _glapi_get_dispatch
23441 popq %rbp
23442 popq %rcx
23443 popq %rdx
23444 popq %rsi
23445 popq %rdi
23446 movq 4976(%rax), %r11
23447 jmp *%r11
23448 #endif /* defined(GLX_USE_TLS) */
23449 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
23450
23451 .p2align 4,,15
23452 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
23453 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
23454 GL_PREFIX(GetCombinerOutputParameterivNV):
23455 #if defined(GLX_USE_TLS)
23456 call _x86_64_get_dispatch@PLT
23457 movq 4984(%rax), %r11
23458 jmp *%r11
23459 #elif defined(PTHREADS)
23460 pushq %rdi
23461 pushq %rsi
23462 pushq %rdx
23463 pushq %rcx
23464 pushq %rbp
23465 call _x86_64_get_dispatch@PLT
23466 popq %rbp
23467 popq %rcx
23468 popq %rdx
23469 popq %rsi
23470 popq %rdi
23471 movq 4984(%rax), %r11
23472 jmp *%r11
23473 #else
23474 movq _glapi_Dispatch(%rip), %rax
23475 testq %rax, %rax
23476 je 1f
23477 movq 4984(%rax), %r11
23478 jmp *%r11
23479 1:
23480 pushq %rdi
23481 pushq %rsi
23482 pushq %rdx
23483 pushq %rcx
23484 pushq %rbp
23485 call _glapi_get_dispatch
23486 popq %rbp
23487 popq %rcx
23488 popq %rdx
23489 popq %rsi
23490 popq %rdi
23491 movq 4984(%rax), %r11
23492 jmp *%r11
23493 #endif /* defined(GLX_USE_TLS) */
23494 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
23495
23496 .p2align 4,,15
23497 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
23498 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
23499 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
23500 #if defined(GLX_USE_TLS)
23501 call _x86_64_get_dispatch@PLT
23502 movq 4992(%rax), %r11
23503 jmp *%r11
23504 #elif defined(PTHREADS)
23505 pushq %rdi
23506 pushq %rsi
23507 pushq %rdx
23508 call _x86_64_get_dispatch@PLT
23509 popq %rdx
23510 popq %rsi
23511 popq %rdi
23512 movq 4992(%rax), %r11
23513 jmp *%r11
23514 #else
23515 movq _glapi_Dispatch(%rip), %rax
23516 testq %rax, %rax
23517 je 1f
23518 movq 4992(%rax), %r11
23519 jmp *%r11
23520 1:
23521 pushq %rdi
23522 pushq %rsi
23523 pushq %rdx
23524 call _glapi_get_dispatch
23525 popq %rdx
23526 popq %rsi
23527 popq %rdi
23528 movq 4992(%rax), %r11
23529 jmp *%r11
23530 #endif /* defined(GLX_USE_TLS) */
23531 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
23532
23533 .p2align 4,,15
23534 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
23535 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
23536 GL_PREFIX(GetFinalCombinerInputParameterivNV):
23537 #if defined(GLX_USE_TLS)
23538 call _x86_64_get_dispatch@PLT
23539 movq 5000(%rax), %r11
23540 jmp *%r11
23541 #elif defined(PTHREADS)
23542 pushq %rdi
23543 pushq %rsi
23544 pushq %rdx
23545 call _x86_64_get_dispatch@PLT
23546 popq %rdx
23547 popq %rsi
23548 popq %rdi
23549 movq 5000(%rax), %r11
23550 jmp *%r11
23551 #else
23552 movq _glapi_Dispatch(%rip), %rax
23553 testq %rax, %rax
23554 je 1f
23555 movq 5000(%rax), %r11
23556 jmp *%r11
23557 1:
23558 pushq %rdi
23559 pushq %rsi
23560 pushq %rdx
23561 call _glapi_get_dispatch
23562 popq %rdx
23563 popq %rsi
23564 popq %rdi
23565 movq 5000(%rax), %r11
23566 jmp *%r11
23567 #endif /* defined(GLX_USE_TLS) */
23568 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
23569
23570 .p2align 4,,15
23571 .globl GL_PREFIX(ResizeBuffersMESA)
23572 .type GL_PREFIX(ResizeBuffersMESA), @function
23573 GL_PREFIX(ResizeBuffersMESA):
23574 #if defined(GLX_USE_TLS)
23575 call _x86_64_get_dispatch@PLT
23576 movq 5008(%rax), %r11
23577 jmp *%r11
23578 #elif defined(PTHREADS)
23579 pushq %rbp
23580 call _x86_64_get_dispatch@PLT
23581 popq %rbp
23582 movq 5008(%rax), %r11
23583 jmp *%r11
23584 #else
23585 movq _glapi_Dispatch(%rip), %rax
23586 testq %rax, %rax
23587 je 1f
23588 movq 5008(%rax), %r11
23589 jmp *%r11
23590 1:
23591 pushq %rbp
23592 call _glapi_get_dispatch
23593 popq %rbp
23594 movq 5008(%rax), %r11
23595 jmp *%r11
23596 #endif /* defined(GLX_USE_TLS) */
23597 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
23598
23599 .p2align 4,,15
23600 .globl GL_PREFIX(WindowPos2dMESA)
23601 .type GL_PREFIX(WindowPos2dMESA), @function
23602 GL_PREFIX(WindowPos2dMESA):
23603 #if defined(GLX_USE_TLS)
23604 call _x86_64_get_dispatch@PLT
23605 movq 5016(%rax), %r11
23606 jmp *%r11
23607 #elif defined(PTHREADS)
23608 subq $24, %rsp
23609 movq %xmm0, (%rsp)
23610 movq %xmm1, 8(%rsp)
23611 call _x86_64_get_dispatch@PLT
23612 movq 8(%rsp), %xmm1
23613 movq (%rsp), %xmm0
23614 addq $24, %rsp
23615 movq 5016(%rax), %r11
23616 jmp *%r11
23617 #else
23618 movq _glapi_Dispatch(%rip), %rax
23619 testq %rax, %rax
23620 je 1f
23621 movq 5016(%rax), %r11
23622 jmp *%r11
23623 1:
23624 subq $24, %rsp
23625 movq %xmm0, (%rsp)
23626 movq %xmm1, 8(%rsp)
23627 call _glapi_get_dispatch
23628 movq 8(%rsp), %xmm1
23629 movq (%rsp), %xmm0
23630 addq $24, %rsp
23631 movq 5016(%rax), %r11
23632 jmp *%r11
23633 #endif /* defined(GLX_USE_TLS) */
23634 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
23635
23636 .p2align 4,,15
23637 .globl GL_PREFIX(WindowPos2dvMESA)
23638 .type GL_PREFIX(WindowPos2dvMESA), @function
23639 GL_PREFIX(WindowPos2dvMESA):
23640 #if defined(GLX_USE_TLS)
23641 call _x86_64_get_dispatch@PLT
23642 movq 5024(%rax), %r11
23643 jmp *%r11
23644 #elif defined(PTHREADS)
23645 pushq %rdi
23646 call _x86_64_get_dispatch@PLT
23647 popq %rdi
23648 movq 5024(%rax), %r11
23649 jmp *%r11
23650 #else
23651 movq _glapi_Dispatch(%rip), %rax
23652 testq %rax, %rax
23653 je 1f
23654 movq 5024(%rax), %r11
23655 jmp *%r11
23656 1:
23657 pushq %rdi
23658 call _glapi_get_dispatch
23659 popq %rdi
23660 movq 5024(%rax), %r11
23661 jmp *%r11
23662 #endif /* defined(GLX_USE_TLS) */
23663 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
23664
23665 .p2align 4,,15
23666 .globl GL_PREFIX(WindowPos2fMESA)
23667 .type GL_PREFIX(WindowPos2fMESA), @function
23668 GL_PREFIX(WindowPos2fMESA):
23669 #if defined(GLX_USE_TLS)
23670 call _x86_64_get_dispatch@PLT
23671 movq 5032(%rax), %r11
23672 jmp *%r11
23673 #elif defined(PTHREADS)
23674 subq $24, %rsp
23675 movq %xmm0, (%rsp)
23676 movq %xmm1, 8(%rsp)
23677 call _x86_64_get_dispatch@PLT
23678 movq 8(%rsp), %xmm1
23679 movq (%rsp), %xmm0
23680 addq $24, %rsp
23681 movq 5032(%rax), %r11
23682 jmp *%r11
23683 #else
23684 movq _glapi_Dispatch(%rip), %rax
23685 testq %rax, %rax
23686 je 1f
23687 movq 5032(%rax), %r11
23688 jmp *%r11
23689 1:
23690 subq $24, %rsp
23691 movq %xmm0, (%rsp)
23692 movq %xmm1, 8(%rsp)
23693 call _glapi_get_dispatch
23694 movq 8(%rsp), %xmm1
23695 movq (%rsp), %xmm0
23696 addq $24, %rsp
23697 movq 5032(%rax), %r11
23698 jmp *%r11
23699 #endif /* defined(GLX_USE_TLS) */
23700 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
23701
23702 .p2align 4,,15
23703 .globl GL_PREFIX(WindowPos2fvMESA)
23704 .type GL_PREFIX(WindowPos2fvMESA), @function
23705 GL_PREFIX(WindowPos2fvMESA):
23706 #if defined(GLX_USE_TLS)
23707 call _x86_64_get_dispatch@PLT
23708 movq 5040(%rax), %r11
23709 jmp *%r11
23710 #elif defined(PTHREADS)
23711 pushq %rdi
23712 call _x86_64_get_dispatch@PLT
23713 popq %rdi
23714 movq 5040(%rax), %r11
23715 jmp *%r11
23716 #else
23717 movq _glapi_Dispatch(%rip), %rax
23718 testq %rax, %rax
23719 je 1f
23720 movq 5040(%rax), %r11
23721 jmp *%r11
23722 1:
23723 pushq %rdi
23724 call _glapi_get_dispatch
23725 popq %rdi
23726 movq 5040(%rax), %r11
23727 jmp *%r11
23728 #endif /* defined(GLX_USE_TLS) */
23729 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
23730
23731 .p2align 4,,15
23732 .globl GL_PREFIX(WindowPos2iMESA)
23733 .type GL_PREFIX(WindowPos2iMESA), @function
23734 GL_PREFIX(WindowPos2iMESA):
23735 #if defined(GLX_USE_TLS)
23736 call _x86_64_get_dispatch@PLT
23737 movq 5048(%rax), %r11
23738 jmp *%r11
23739 #elif defined(PTHREADS)
23740 pushq %rdi
23741 pushq %rsi
23742 pushq %rbp
23743 call _x86_64_get_dispatch@PLT
23744 popq %rbp
23745 popq %rsi
23746 popq %rdi
23747 movq 5048(%rax), %r11
23748 jmp *%r11
23749 #else
23750 movq _glapi_Dispatch(%rip), %rax
23751 testq %rax, %rax
23752 je 1f
23753 movq 5048(%rax), %r11
23754 jmp *%r11
23755 1:
23756 pushq %rdi
23757 pushq %rsi
23758 pushq %rbp
23759 call _glapi_get_dispatch
23760 popq %rbp
23761 popq %rsi
23762 popq %rdi
23763 movq 5048(%rax), %r11
23764 jmp *%r11
23765 #endif /* defined(GLX_USE_TLS) */
23766 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
23767
23768 .p2align 4,,15
23769 .globl GL_PREFIX(WindowPos2ivMESA)
23770 .type GL_PREFIX(WindowPos2ivMESA), @function
23771 GL_PREFIX(WindowPos2ivMESA):
23772 #if defined(GLX_USE_TLS)
23773 call _x86_64_get_dispatch@PLT
23774 movq 5056(%rax), %r11
23775 jmp *%r11
23776 #elif defined(PTHREADS)
23777 pushq %rdi
23778 call _x86_64_get_dispatch@PLT
23779 popq %rdi
23780 movq 5056(%rax), %r11
23781 jmp *%r11
23782 #else
23783 movq _glapi_Dispatch(%rip), %rax
23784 testq %rax, %rax
23785 je 1f
23786 movq 5056(%rax), %r11
23787 jmp *%r11
23788 1:
23789 pushq %rdi
23790 call _glapi_get_dispatch
23791 popq %rdi
23792 movq 5056(%rax), %r11
23793 jmp *%r11
23794 #endif /* defined(GLX_USE_TLS) */
23795 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
23796
23797 .p2align 4,,15
23798 .globl GL_PREFIX(WindowPos2sMESA)
23799 .type GL_PREFIX(WindowPos2sMESA), @function
23800 GL_PREFIX(WindowPos2sMESA):
23801 #if defined(GLX_USE_TLS)
23802 call _x86_64_get_dispatch@PLT
23803 movq 5064(%rax), %r11
23804 jmp *%r11
23805 #elif defined(PTHREADS)
23806 pushq %rdi
23807 pushq %rsi
23808 pushq %rbp
23809 call _x86_64_get_dispatch@PLT
23810 popq %rbp
23811 popq %rsi
23812 popq %rdi
23813 movq 5064(%rax), %r11
23814 jmp *%r11
23815 #else
23816 movq _glapi_Dispatch(%rip), %rax
23817 testq %rax, %rax
23818 je 1f
23819 movq 5064(%rax), %r11
23820 jmp *%r11
23821 1:
23822 pushq %rdi
23823 pushq %rsi
23824 pushq %rbp
23825 call _glapi_get_dispatch
23826 popq %rbp
23827 popq %rsi
23828 popq %rdi
23829 movq 5064(%rax), %r11
23830 jmp *%r11
23831 #endif /* defined(GLX_USE_TLS) */
23832 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
23833
23834 .p2align 4,,15
23835 .globl GL_PREFIX(WindowPos2svMESA)
23836 .type GL_PREFIX(WindowPos2svMESA), @function
23837 GL_PREFIX(WindowPos2svMESA):
23838 #if defined(GLX_USE_TLS)
23839 call _x86_64_get_dispatch@PLT
23840 movq 5072(%rax), %r11
23841 jmp *%r11
23842 #elif defined(PTHREADS)
23843 pushq %rdi
23844 call _x86_64_get_dispatch@PLT
23845 popq %rdi
23846 movq 5072(%rax), %r11
23847 jmp *%r11
23848 #else
23849 movq _glapi_Dispatch(%rip), %rax
23850 testq %rax, %rax
23851 je 1f
23852 movq 5072(%rax), %r11
23853 jmp *%r11
23854 1:
23855 pushq %rdi
23856 call _glapi_get_dispatch
23857 popq %rdi
23858 movq 5072(%rax), %r11
23859 jmp *%r11
23860 #endif /* defined(GLX_USE_TLS) */
23861 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
23862
23863 .p2align 4,,15
23864 .globl GL_PREFIX(WindowPos3dMESA)
23865 .type GL_PREFIX(WindowPos3dMESA), @function
23866 GL_PREFIX(WindowPos3dMESA):
23867 #if defined(GLX_USE_TLS)
23868 call _x86_64_get_dispatch@PLT
23869 movq 5080(%rax), %r11
23870 jmp *%r11
23871 #elif defined(PTHREADS)
23872 subq $24, %rsp
23873 movq %xmm0, (%rsp)
23874 movq %xmm1, 8(%rsp)
23875 movq %xmm2, 16(%rsp)
23876 call _x86_64_get_dispatch@PLT
23877 movq 16(%rsp), %xmm2
23878 movq 8(%rsp), %xmm1
23879 movq (%rsp), %xmm0
23880 addq $24, %rsp
23881 movq 5080(%rax), %r11
23882 jmp *%r11
23883 #else
23884 movq _glapi_Dispatch(%rip), %rax
23885 testq %rax, %rax
23886 je 1f
23887 movq 5080(%rax), %r11
23888 jmp *%r11
23889 1:
23890 subq $24, %rsp
23891 movq %xmm0, (%rsp)
23892 movq %xmm1, 8(%rsp)
23893 movq %xmm2, 16(%rsp)
23894 call _glapi_get_dispatch
23895 movq 16(%rsp), %xmm2
23896 movq 8(%rsp), %xmm1
23897 movq (%rsp), %xmm0
23898 addq $24, %rsp
23899 movq 5080(%rax), %r11
23900 jmp *%r11
23901 #endif /* defined(GLX_USE_TLS) */
23902 .size GL_PREFIX(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
23903
23904 .p2align 4,,15
23905 .globl GL_PREFIX(WindowPos3dvMESA)
23906 .type GL_PREFIX(WindowPos3dvMESA), @function
23907 GL_PREFIX(WindowPos3dvMESA):
23908 #if defined(GLX_USE_TLS)
23909 call _x86_64_get_dispatch@PLT
23910 movq 5088(%rax), %r11
23911 jmp *%r11
23912 #elif defined(PTHREADS)
23913 pushq %rdi
23914 call _x86_64_get_dispatch@PLT
23915 popq %rdi
23916 movq 5088(%rax), %r11
23917 jmp *%r11
23918 #else
23919 movq _glapi_Dispatch(%rip), %rax
23920 testq %rax, %rax
23921 je 1f
23922 movq 5088(%rax), %r11
23923 jmp *%r11
23924 1:
23925 pushq %rdi
23926 call _glapi_get_dispatch
23927 popq %rdi
23928 movq 5088(%rax), %r11
23929 jmp *%r11
23930 #endif /* defined(GLX_USE_TLS) */
23931 .size GL_PREFIX(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
23932
23933 .p2align 4,,15
23934 .globl GL_PREFIX(WindowPos3fMESA)
23935 .type GL_PREFIX(WindowPos3fMESA), @function
23936 GL_PREFIX(WindowPos3fMESA):
23937 #if defined(GLX_USE_TLS)
23938 call _x86_64_get_dispatch@PLT
23939 movq 5096(%rax), %r11
23940 jmp *%r11
23941 #elif defined(PTHREADS)
23942 subq $24, %rsp
23943 movq %xmm0, (%rsp)
23944 movq %xmm1, 8(%rsp)
23945 movq %xmm2, 16(%rsp)
23946 call _x86_64_get_dispatch@PLT
23947 movq 16(%rsp), %xmm2
23948 movq 8(%rsp), %xmm1
23949 movq (%rsp), %xmm0
23950 addq $24, %rsp
23951 movq 5096(%rax), %r11
23952 jmp *%r11
23953 #else
23954 movq _glapi_Dispatch(%rip), %rax
23955 testq %rax, %rax
23956 je 1f
23957 movq 5096(%rax), %r11
23958 jmp *%r11
23959 1:
23960 subq $24, %rsp
23961 movq %xmm0, (%rsp)
23962 movq %xmm1, 8(%rsp)
23963 movq %xmm2, 16(%rsp)
23964 call _glapi_get_dispatch
23965 movq 16(%rsp), %xmm2
23966 movq 8(%rsp), %xmm1
23967 movq (%rsp), %xmm0
23968 addq $24, %rsp
23969 movq 5096(%rax), %r11
23970 jmp *%r11
23971 #endif /* defined(GLX_USE_TLS) */
23972 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
23973
23974 .p2align 4,,15
23975 .globl GL_PREFIX(WindowPos3fvMESA)
23976 .type GL_PREFIX(WindowPos3fvMESA), @function
23977 GL_PREFIX(WindowPos3fvMESA):
23978 #if defined(GLX_USE_TLS)
23979 call _x86_64_get_dispatch@PLT
23980 movq 5104(%rax), %r11
23981 jmp *%r11
23982 #elif defined(PTHREADS)
23983 pushq %rdi
23984 call _x86_64_get_dispatch@PLT
23985 popq %rdi
23986 movq 5104(%rax), %r11
23987 jmp *%r11
23988 #else
23989 movq _glapi_Dispatch(%rip), %rax
23990 testq %rax, %rax
23991 je 1f
23992 movq 5104(%rax), %r11
23993 jmp *%r11
23994 1:
23995 pushq %rdi
23996 call _glapi_get_dispatch
23997 popq %rdi
23998 movq 5104(%rax), %r11
23999 jmp *%r11
24000 #endif /* defined(GLX_USE_TLS) */
24001 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
24002
24003 .p2align 4,,15
24004 .globl GL_PREFIX(WindowPos3iMESA)
24005 .type GL_PREFIX(WindowPos3iMESA), @function
24006 GL_PREFIX(WindowPos3iMESA):
24007 #if defined(GLX_USE_TLS)
24008 call _x86_64_get_dispatch@PLT
24009 movq 5112(%rax), %r11
24010 jmp *%r11
24011 #elif defined(PTHREADS)
24012 pushq %rdi
24013 pushq %rsi
24014 pushq %rdx
24015 call _x86_64_get_dispatch@PLT
24016 popq %rdx
24017 popq %rsi
24018 popq %rdi
24019 movq 5112(%rax), %r11
24020 jmp *%r11
24021 #else
24022 movq _glapi_Dispatch(%rip), %rax
24023 testq %rax, %rax
24024 je 1f
24025 movq 5112(%rax), %r11
24026 jmp *%r11
24027 1:
24028 pushq %rdi
24029 pushq %rsi
24030 pushq %rdx
24031 call _glapi_get_dispatch
24032 popq %rdx
24033 popq %rsi
24034 popq %rdi
24035 movq 5112(%rax), %r11
24036 jmp *%r11
24037 #endif /* defined(GLX_USE_TLS) */
24038 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
24039
24040 .p2align 4,,15
24041 .globl GL_PREFIX(WindowPos3ivMESA)
24042 .type GL_PREFIX(WindowPos3ivMESA), @function
24043 GL_PREFIX(WindowPos3ivMESA):
24044 #if defined(GLX_USE_TLS)
24045 call _x86_64_get_dispatch@PLT
24046 movq 5120(%rax), %r11
24047 jmp *%r11
24048 #elif defined(PTHREADS)
24049 pushq %rdi
24050 call _x86_64_get_dispatch@PLT
24051 popq %rdi
24052 movq 5120(%rax), %r11
24053 jmp *%r11
24054 #else
24055 movq _glapi_Dispatch(%rip), %rax
24056 testq %rax, %rax
24057 je 1f
24058 movq 5120(%rax), %r11
24059 jmp *%r11
24060 1:
24061 pushq %rdi
24062 call _glapi_get_dispatch
24063 popq %rdi
24064 movq 5120(%rax), %r11
24065 jmp *%r11
24066 #endif /* defined(GLX_USE_TLS) */
24067 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
24068
24069 .p2align 4,,15
24070 .globl GL_PREFIX(WindowPos3sMESA)
24071 .type GL_PREFIX(WindowPos3sMESA), @function
24072 GL_PREFIX(WindowPos3sMESA):
24073 #if defined(GLX_USE_TLS)
24074 call _x86_64_get_dispatch@PLT
24075 movq 5128(%rax), %r11
24076 jmp *%r11
24077 #elif defined(PTHREADS)
24078 pushq %rdi
24079 pushq %rsi
24080 pushq %rdx
24081 call _x86_64_get_dispatch@PLT
24082 popq %rdx
24083 popq %rsi
24084 popq %rdi
24085 movq 5128(%rax), %r11
24086 jmp *%r11
24087 #else
24088 movq _glapi_Dispatch(%rip), %rax
24089 testq %rax, %rax
24090 je 1f
24091 movq 5128(%rax), %r11
24092 jmp *%r11
24093 1:
24094 pushq %rdi
24095 pushq %rsi
24096 pushq %rdx
24097 call _glapi_get_dispatch
24098 popq %rdx
24099 popq %rsi
24100 popq %rdi
24101 movq 5128(%rax), %r11
24102 jmp *%r11
24103 #endif /* defined(GLX_USE_TLS) */
24104 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
24105
24106 .p2align 4,,15
24107 .globl GL_PREFIX(WindowPos3svMESA)
24108 .type GL_PREFIX(WindowPos3svMESA), @function
24109 GL_PREFIX(WindowPos3svMESA):
24110 #if defined(GLX_USE_TLS)
24111 call _x86_64_get_dispatch@PLT
24112 movq 5136(%rax), %r11
24113 jmp *%r11
24114 #elif defined(PTHREADS)
24115 pushq %rdi
24116 call _x86_64_get_dispatch@PLT
24117 popq %rdi
24118 movq 5136(%rax), %r11
24119 jmp *%r11
24120 #else
24121 movq _glapi_Dispatch(%rip), %rax
24122 testq %rax, %rax
24123 je 1f
24124 movq 5136(%rax), %r11
24125 jmp *%r11
24126 1:
24127 pushq %rdi
24128 call _glapi_get_dispatch
24129 popq %rdi
24130 movq 5136(%rax), %r11
24131 jmp *%r11
24132 #endif /* defined(GLX_USE_TLS) */
24133 .size GL_PREFIX(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
24134
24135 .p2align 4,,15
24136 .globl GL_PREFIX(WindowPos4dMESA)
24137 .type GL_PREFIX(WindowPos4dMESA), @function
24138 GL_PREFIX(WindowPos4dMESA):
24139 #if defined(GLX_USE_TLS)
24140 call _x86_64_get_dispatch@PLT
24141 movq 5144(%rax), %r11
24142 jmp *%r11
24143 #elif defined(PTHREADS)
24144 subq $40, %rsp
24145 movq %xmm0, (%rsp)
24146 movq %xmm1, 8(%rsp)
24147 movq %xmm2, 16(%rsp)
24148 movq %xmm3, 24(%rsp)
24149 call _x86_64_get_dispatch@PLT
24150 movq 24(%rsp), %xmm3
24151 movq 16(%rsp), %xmm2
24152 movq 8(%rsp), %xmm1
24153 movq (%rsp), %xmm0
24154 addq $40, %rsp
24155 movq 5144(%rax), %r11
24156 jmp *%r11
24157 #else
24158 movq _glapi_Dispatch(%rip), %rax
24159 testq %rax, %rax
24160 je 1f
24161 movq 5144(%rax), %r11
24162 jmp *%r11
24163 1:
24164 subq $40, %rsp
24165 movq %xmm0, (%rsp)
24166 movq %xmm1, 8(%rsp)
24167 movq %xmm2, 16(%rsp)
24168 movq %xmm3, 24(%rsp)
24169 call _glapi_get_dispatch
24170 movq 24(%rsp), %xmm3
24171 movq 16(%rsp), %xmm2
24172 movq 8(%rsp), %xmm1
24173 movq (%rsp), %xmm0
24174 addq $40, %rsp
24175 movq 5144(%rax), %r11
24176 jmp *%r11
24177 #endif /* defined(GLX_USE_TLS) */
24178 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
24179
24180 .p2align 4,,15
24181 .globl GL_PREFIX(WindowPos4dvMESA)
24182 .type GL_PREFIX(WindowPos4dvMESA), @function
24183 GL_PREFIX(WindowPos4dvMESA):
24184 #if defined(GLX_USE_TLS)
24185 call _x86_64_get_dispatch@PLT
24186 movq 5152(%rax), %r11
24187 jmp *%r11
24188 #elif defined(PTHREADS)
24189 pushq %rdi
24190 call _x86_64_get_dispatch@PLT
24191 popq %rdi
24192 movq 5152(%rax), %r11
24193 jmp *%r11
24194 #else
24195 movq _glapi_Dispatch(%rip), %rax
24196 testq %rax, %rax
24197 je 1f
24198 movq 5152(%rax), %r11
24199 jmp *%r11
24200 1:
24201 pushq %rdi
24202 call _glapi_get_dispatch
24203 popq %rdi
24204 movq 5152(%rax), %r11
24205 jmp *%r11
24206 #endif /* defined(GLX_USE_TLS) */
24207 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
24208
24209 .p2align 4,,15
24210 .globl GL_PREFIX(WindowPos4fMESA)
24211 .type GL_PREFIX(WindowPos4fMESA), @function
24212 GL_PREFIX(WindowPos4fMESA):
24213 #if defined(GLX_USE_TLS)
24214 call _x86_64_get_dispatch@PLT
24215 movq 5160(%rax), %r11
24216 jmp *%r11
24217 #elif defined(PTHREADS)
24218 subq $40, %rsp
24219 movq %xmm0, (%rsp)
24220 movq %xmm1, 8(%rsp)
24221 movq %xmm2, 16(%rsp)
24222 movq %xmm3, 24(%rsp)
24223 call _x86_64_get_dispatch@PLT
24224 movq 24(%rsp), %xmm3
24225 movq 16(%rsp), %xmm2
24226 movq 8(%rsp), %xmm1
24227 movq (%rsp), %xmm0
24228 addq $40, %rsp
24229 movq 5160(%rax), %r11
24230 jmp *%r11
24231 #else
24232 movq _glapi_Dispatch(%rip), %rax
24233 testq %rax, %rax
24234 je 1f
24235 movq 5160(%rax), %r11
24236 jmp *%r11
24237 1:
24238 subq $40, %rsp
24239 movq %xmm0, (%rsp)
24240 movq %xmm1, 8(%rsp)
24241 movq %xmm2, 16(%rsp)
24242 movq %xmm3, 24(%rsp)
24243 call _glapi_get_dispatch
24244 movq 24(%rsp), %xmm3
24245 movq 16(%rsp), %xmm2
24246 movq 8(%rsp), %xmm1
24247 movq (%rsp), %xmm0
24248 addq $40, %rsp
24249 movq 5160(%rax), %r11
24250 jmp *%r11
24251 #endif /* defined(GLX_USE_TLS) */
24252 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
24253
24254 .p2align 4,,15
24255 .globl GL_PREFIX(WindowPos4fvMESA)
24256 .type GL_PREFIX(WindowPos4fvMESA), @function
24257 GL_PREFIX(WindowPos4fvMESA):
24258 #if defined(GLX_USE_TLS)
24259 call _x86_64_get_dispatch@PLT
24260 movq 5168(%rax), %r11
24261 jmp *%r11
24262 #elif defined(PTHREADS)
24263 pushq %rdi
24264 call _x86_64_get_dispatch@PLT
24265 popq %rdi
24266 movq 5168(%rax), %r11
24267 jmp *%r11
24268 #else
24269 movq _glapi_Dispatch(%rip), %rax
24270 testq %rax, %rax
24271 je 1f
24272 movq 5168(%rax), %r11
24273 jmp *%r11
24274 1:
24275 pushq %rdi
24276 call _glapi_get_dispatch
24277 popq %rdi
24278 movq 5168(%rax), %r11
24279 jmp *%r11
24280 #endif /* defined(GLX_USE_TLS) */
24281 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
24282
24283 .p2align 4,,15
24284 .globl GL_PREFIX(WindowPos4iMESA)
24285 .type GL_PREFIX(WindowPos4iMESA), @function
24286 GL_PREFIX(WindowPos4iMESA):
24287 #if defined(GLX_USE_TLS)
24288 call _x86_64_get_dispatch@PLT
24289 movq 5176(%rax), %r11
24290 jmp *%r11
24291 #elif defined(PTHREADS)
24292 pushq %rdi
24293 pushq %rsi
24294 pushq %rdx
24295 pushq %rcx
24296 pushq %rbp
24297 call _x86_64_get_dispatch@PLT
24298 popq %rbp
24299 popq %rcx
24300 popq %rdx
24301 popq %rsi
24302 popq %rdi
24303 movq 5176(%rax), %r11
24304 jmp *%r11
24305 #else
24306 movq _glapi_Dispatch(%rip), %rax
24307 testq %rax, %rax
24308 je 1f
24309 movq 5176(%rax), %r11
24310 jmp *%r11
24311 1:
24312 pushq %rdi
24313 pushq %rsi
24314 pushq %rdx
24315 pushq %rcx
24316 pushq %rbp
24317 call _glapi_get_dispatch
24318 popq %rbp
24319 popq %rcx
24320 popq %rdx
24321 popq %rsi
24322 popq %rdi
24323 movq 5176(%rax), %r11
24324 jmp *%r11
24325 #endif /* defined(GLX_USE_TLS) */
24326 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
24327
24328 .p2align 4,,15
24329 .globl GL_PREFIX(WindowPos4ivMESA)
24330 .type GL_PREFIX(WindowPos4ivMESA), @function
24331 GL_PREFIX(WindowPos4ivMESA):
24332 #if defined(GLX_USE_TLS)
24333 call _x86_64_get_dispatch@PLT
24334 movq 5184(%rax), %r11
24335 jmp *%r11
24336 #elif defined(PTHREADS)
24337 pushq %rdi
24338 call _x86_64_get_dispatch@PLT
24339 popq %rdi
24340 movq 5184(%rax), %r11
24341 jmp *%r11
24342 #else
24343 movq _glapi_Dispatch(%rip), %rax
24344 testq %rax, %rax
24345 je 1f
24346 movq 5184(%rax), %r11
24347 jmp *%r11
24348 1:
24349 pushq %rdi
24350 call _glapi_get_dispatch
24351 popq %rdi
24352 movq 5184(%rax), %r11
24353 jmp *%r11
24354 #endif /* defined(GLX_USE_TLS) */
24355 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
24356
24357 .p2align 4,,15
24358 .globl GL_PREFIX(WindowPos4sMESA)
24359 .type GL_PREFIX(WindowPos4sMESA), @function
24360 GL_PREFIX(WindowPos4sMESA):
24361 #if defined(GLX_USE_TLS)
24362 call _x86_64_get_dispatch@PLT
24363 movq 5192(%rax), %r11
24364 jmp *%r11
24365 #elif defined(PTHREADS)
24366 pushq %rdi
24367 pushq %rsi
24368 pushq %rdx
24369 pushq %rcx
24370 pushq %rbp
24371 call _x86_64_get_dispatch@PLT
24372 popq %rbp
24373 popq %rcx
24374 popq %rdx
24375 popq %rsi
24376 popq %rdi
24377 movq 5192(%rax), %r11
24378 jmp *%r11
24379 #else
24380 movq _glapi_Dispatch(%rip), %rax
24381 testq %rax, %rax
24382 je 1f
24383 movq 5192(%rax), %r11
24384 jmp *%r11
24385 1:
24386 pushq %rdi
24387 pushq %rsi
24388 pushq %rdx
24389 pushq %rcx
24390 pushq %rbp
24391 call _glapi_get_dispatch
24392 popq %rbp
24393 popq %rcx
24394 popq %rdx
24395 popq %rsi
24396 popq %rdi
24397 movq 5192(%rax), %r11
24398 jmp *%r11
24399 #endif /* defined(GLX_USE_TLS) */
24400 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
24401
24402 .p2align 4,,15
24403 .globl GL_PREFIX(WindowPos4svMESA)
24404 .type GL_PREFIX(WindowPos4svMESA), @function
24405 GL_PREFIX(WindowPos4svMESA):
24406 #if defined(GLX_USE_TLS)
24407 call _x86_64_get_dispatch@PLT
24408 movq 5200(%rax), %r11
24409 jmp *%r11
24410 #elif defined(PTHREADS)
24411 pushq %rdi
24412 call _x86_64_get_dispatch@PLT
24413 popq %rdi
24414 movq 5200(%rax), %r11
24415 jmp *%r11
24416 #else
24417 movq _glapi_Dispatch(%rip), %rax
24418 testq %rax, %rax
24419 je 1f
24420 movq 5200(%rax), %r11
24421 jmp *%r11
24422 1:
24423 pushq %rdi
24424 call _glapi_get_dispatch
24425 popq %rdi
24426 movq 5200(%rax), %r11
24427 jmp *%r11
24428 #endif /* defined(GLX_USE_TLS) */
24429 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
24430
24431 .p2align 4,,15
24432 .globl GL_PREFIX(MultiModeDrawArraysIBM)
24433 .type GL_PREFIX(MultiModeDrawArraysIBM), @function
24434 GL_PREFIX(MultiModeDrawArraysIBM):
24435 #if defined(GLX_USE_TLS)
24436 call _x86_64_get_dispatch@PLT
24437 movq 5208(%rax), %r11
24438 jmp *%r11
24439 #elif defined(PTHREADS)
24440 pushq %rdi
24441 pushq %rsi
24442 pushq %rdx
24443 pushq %rcx
24444 pushq %r8
24445 call _x86_64_get_dispatch@PLT
24446 popq %r8
24447 popq %rcx
24448 popq %rdx
24449 popq %rsi
24450 popq %rdi
24451 movq 5208(%rax), %r11
24452 jmp *%r11
24453 #else
24454 movq _glapi_Dispatch(%rip), %rax
24455 testq %rax, %rax
24456 je 1f
24457 movq 5208(%rax), %r11
24458 jmp *%r11
24459 1:
24460 pushq %rdi
24461 pushq %rsi
24462 pushq %rdx
24463 pushq %rcx
24464 pushq %r8
24465 call _glapi_get_dispatch
24466 popq %r8
24467 popq %rcx
24468 popq %rdx
24469 popq %rsi
24470 popq %rdi
24471 movq 5208(%rax), %r11
24472 jmp *%r11
24473 #endif /* defined(GLX_USE_TLS) */
24474 .size GL_PREFIX(MultiModeDrawArraysIBM), .-GL_PREFIX(MultiModeDrawArraysIBM)
24475
24476 .p2align 4,,15
24477 .globl GL_PREFIX(MultiModeDrawElementsIBM)
24478 .type GL_PREFIX(MultiModeDrawElementsIBM), @function
24479 GL_PREFIX(MultiModeDrawElementsIBM):
24480 #if defined(GLX_USE_TLS)
24481 call _x86_64_get_dispatch@PLT
24482 movq 5216(%rax), %r11
24483 jmp *%r11
24484 #elif defined(PTHREADS)
24485 pushq %rdi
24486 pushq %rsi
24487 pushq %rdx
24488 pushq %rcx
24489 pushq %r8
24490 pushq %r9
24491 pushq %rbp
24492 call _x86_64_get_dispatch@PLT
24493 popq %rbp
24494 popq %r9
24495 popq %r8
24496 popq %rcx
24497 popq %rdx
24498 popq %rsi
24499 popq %rdi
24500 movq 5216(%rax), %r11
24501 jmp *%r11
24502 #else
24503 movq _glapi_Dispatch(%rip), %rax
24504 testq %rax, %rax
24505 je 1f
24506 movq 5216(%rax), %r11
24507 jmp *%r11
24508 1:
24509 pushq %rdi
24510 pushq %rsi
24511 pushq %rdx
24512 pushq %rcx
24513 pushq %r8
24514 pushq %r9
24515 pushq %rbp
24516 call _glapi_get_dispatch
24517 popq %rbp
24518 popq %r9
24519 popq %r8
24520 popq %rcx
24521 popq %rdx
24522 popq %rsi
24523 popq %rdi
24524 movq 5216(%rax), %r11
24525 jmp *%r11
24526 #endif /* defined(GLX_USE_TLS) */
24527 .size GL_PREFIX(MultiModeDrawElementsIBM), .-GL_PREFIX(MultiModeDrawElementsIBM)
24528
24529 .p2align 4,,15
24530 .globl GL_PREFIX(DeleteFencesNV)
24531 .type GL_PREFIX(DeleteFencesNV), @function
24532 GL_PREFIX(DeleteFencesNV):
24533 #if defined(GLX_USE_TLS)
24534 call _x86_64_get_dispatch@PLT
24535 movq 5224(%rax), %r11
24536 jmp *%r11
24537 #elif defined(PTHREADS)
24538 pushq %rdi
24539 pushq %rsi
24540 pushq %rbp
24541 call _x86_64_get_dispatch@PLT
24542 popq %rbp
24543 popq %rsi
24544 popq %rdi
24545 movq 5224(%rax), %r11
24546 jmp *%r11
24547 #else
24548 movq _glapi_Dispatch(%rip), %rax
24549 testq %rax, %rax
24550 je 1f
24551 movq 5224(%rax), %r11
24552 jmp *%r11
24553 1:
24554 pushq %rdi
24555 pushq %rsi
24556 pushq %rbp
24557 call _glapi_get_dispatch
24558 popq %rbp
24559 popq %rsi
24560 popq %rdi
24561 movq 5224(%rax), %r11
24562 jmp *%r11
24563 #endif /* defined(GLX_USE_TLS) */
24564 .size GL_PREFIX(DeleteFencesNV), .-GL_PREFIX(DeleteFencesNV)
24565
24566 .p2align 4,,15
24567 .globl GL_PREFIX(FinishFenceNV)
24568 .type GL_PREFIX(FinishFenceNV), @function
24569 GL_PREFIX(FinishFenceNV):
24570 #if defined(GLX_USE_TLS)
24571 call _x86_64_get_dispatch@PLT
24572 movq 5232(%rax), %r11
24573 jmp *%r11
24574 #elif defined(PTHREADS)
24575 pushq %rdi
24576 call _x86_64_get_dispatch@PLT
24577 popq %rdi
24578 movq 5232(%rax), %r11
24579 jmp *%r11
24580 #else
24581 movq _glapi_Dispatch(%rip), %rax
24582 testq %rax, %rax
24583 je 1f
24584 movq 5232(%rax), %r11
24585 jmp *%r11
24586 1:
24587 pushq %rdi
24588 call _glapi_get_dispatch
24589 popq %rdi
24590 movq 5232(%rax), %r11
24591 jmp *%r11
24592 #endif /* defined(GLX_USE_TLS) */
24593 .size GL_PREFIX(FinishFenceNV), .-GL_PREFIX(FinishFenceNV)
24594
24595 .p2align 4,,15
24596 .globl GL_PREFIX(GenFencesNV)
24597 .type GL_PREFIX(GenFencesNV), @function
24598 GL_PREFIX(GenFencesNV):
24599 #if defined(GLX_USE_TLS)
24600 call _x86_64_get_dispatch@PLT
24601 movq 5240(%rax), %r11
24602 jmp *%r11
24603 #elif defined(PTHREADS)
24604 pushq %rdi
24605 pushq %rsi
24606 pushq %rbp
24607 call _x86_64_get_dispatch@PLT
24608 popq %rbp
24609 popq %rsi
24610 popq %rdi
24611 movq 5240(%rax), %r11
24612 jmp *%r11
24613 #else
24614 movq _glapi_Dispatch(%rip), %rax
24615 testq %rax, %rax
24616 je 1f
24617 movq 5240(%rax), %r11
24618 jmp *%r11
24619 1:
24620 pushq %rdi
24621 pushq %rsi
24622 pushq %rbp
24623 call _glapi_get_dispatch
24624 popq %rbp
24625 popq %rsi
24626 popq %rdi
24627 movq 5240(%rax), %r11
24628 jmp *%r11
24629 #endif /* defined(GLX_USE_TLS) */
24630 .size GL_PREFIX(GenFencesNV), .-GL_PREFIX(GenFencesNV)
24631
24632 .p2align 4,,15
24633 .globl GL_PREFIX(GetFenceivNV)
24634 .type GL_PREFIX(GetFenceivNV), @function
24635 GL_PREFIX(GetFenceivNV):
24636 #if defined(GLX_USE_TLS)
24637 call _x86_64_get_dispatch@PLT
24638 movq 5248(%rax), %r11
24639 jmp *%r11
24640 #elif defined(PTHREADS)
24641 pushq %rdi
24642 pushq %rsi
24643 pushq %rdx
24644 call _x86_64_get_dispatch@PLT
24645 popq %rdx
24646 popq %rsi
24647 popq %rdi
24648 movq 5248(%rax), %r11
24649 jmp *%r11
24650 #else
24651 movq _glapi_Dispatch(%rip), %rax
24652 testq %rax, %rax
24653 je 1f
24654 movq 5248(%rax), %r11
24655 jmp *%r11
24656 1:
24657 pushq %rdi
24658 pushq %rsi
24659 pushq %rdx
24660 call _glapi_get_dispatch
24661 popq %rdx
24662 popq %rsi
24663 popq %rdi
24664 movq 5248(%rax), %r11
24665 jmp *%r11
24666 #endif /* defined(GLX_USE_TLS) */
24667 .size GL_PREFIX(GetFenceivNV), .-GL_PREFIX(GetFenceivNV)
24668
24669 .p2align 4,,15
24670 .globl GL_PREFIX(IsFenceNV)
24671 .type GL_PREFIX(IsFenceNV), @function
24672 GL_PREFIX(IsFenceNV):
24673 #if defined(GLX_USE_TLS)
24674 call _x86_64_get_dispatch@PLT
24675 movq 5256(%rax), %r11
24676 jmp *%r11
24677 #elif defined(PTHREADS)
24678 pushq %rdi
24679 call _x86_64_get_dispatch@PLT
24680 popq %rdi
24681 movq 5256(%rax), %r11
24682 jmp *%r11
24683 #else
24684 movq _glapi_Dispatch(%rip), %rax
24685 testq %rax, %rax
24686 je 1f
24687 movq 5256(%rax), %r11
24688 jmp *%r11
24689 1:
24690 pushq %rdi
24691 call _glapi_get_dispatch
24692 popq %rdi
24693 movq 5256(%rax), %r11
24694 jmp *%r11
24695 #endif /* defined(GLX_USE_TLS) */
24696 .size GL_PREFIX(IsFenceNV), .-GL_PREFIX(IsFenceNV)
24697
24698 .p2align 4,,15
24699 .globl GL_PREFIX(SetFenceNV)
24700 .type GL_PREFIX(SetFenceNV), @function
24701 GL_PREFIX(SetFenceNV):
24702 #if defined(GLX_USE_TLS)
24703 call _x86_64_get_dispatch@PLT
24704 movq 5264(%rax), %r11
24705 jmp *%r11
24706 #elif defined(PTHREADS)
24707 pushq %rdi
24708 pushq %rsi
24709 pushq %rbp
24710 call _x86_64_get_dispatch@PLT
24711 popq %rbp
24712 popq %rsi
24713 popq %rdi
24714 movq 5264(%rax), %r11
24715 jmp *%r11
24716 #else
24717 movq _glapi_Dispatch(%rip), %rax
24718 testq %rax, %rax
24719 je 1f
24720 movq 5264(%rax), %r11
24721 jmp *%r11
24722 1:
24723 pushq %rdi
24724 pushq %rsi
24725 pushq %rbp
24726 call _glapi_get_dispatch
24727 popq %rbp
24728 popq %rsi
24729 popq %rdi
24730 movq 5264(%rax), %r11
24731 jmp *%r11
24732 #endif /* defined(GLX_USE_TLS) */
24733 .size GL_PREFIX(SetFenceNV), .-GL_PREFIX(SetFenceNV)
24734
24735 .p2align 4,,15
24736 .globl GL_PREFIX(TestFenceNV)
24737 .type GL_PREFIX(TestFenceNV), @function
24738 GL_PREFIX(TestFenceNV):
24739 #if defined(GLX_USE_TLS)
24740 call _x86_64_get_dispatch@PLT
24741 movq 5272(%rax), %r11
24742 jmp *%r11
24743 #elif defined(PTHREADS)
24744 pushq %rdi
24745 call _x86_64_get_dispatch@PLT
24746 popq %rdi
24747 movq 5272(%rax), %r11
24748 jmp *%r11
24749 #else
24750 movq _glapi_Dispatch(%rip), %rax
24751 testq %rax, %rax
24752 je 1f
24753 movq 5272(%rax), %r11
24754 jmp *%r11
24755 1:
24756 pushq %rdi
24757 call _glapi_get_dispatch
24758 popq %rdi
24759 movq 5272(%rax), %r11
24760 jmp *%r11
24761 #endif /* defined(GLX_USE_TLS) */
24762 .size GL_PREFIX(TestFenceNV), .-GL_PREFIX(TestFenceNV)
24763
24764 .p2align 4,,15
24765 .globl GL_PREFIX(AreProgramsResidentNV)
24766 .type GL_PREFIX(AreProgramsResidentNV), @function
24767 GL_PREFIX(AreProgramsResidentNV):
24768 #if defined(GLX_USE_TLS)
24769 call _x86_64_get_dispatch@PLT
24770 movq 5280(%rax), %r11
24771 jmp *%r11
24772 #elif defined(PTHREADS)
24773 pushq %rdi
24774 pushq %rsi
24775 pushq %rdx
24776 call _x86_64_get_dispatch@PLT
24777 popq %rdx
24778 popq %rsi
24779 popq %rdi
24780 movq 5280(%rax), %r11
24781 jmp *%r11
24782 #else
24783 movq _glapi_Dispatch(%rip), %rax
24784 testq %rax, %rax
24785 je 1f
24786 movq 5280(%rax), %r11
24787 jmp *%r11
24788 1:
24789 pushq %rdi
24790 pushq %rsi
24791 pushq %rdx
24792 call _glapi_get_dispatch
24793 popq %rdx
24794 popq %rsi
24795 popq %rdi
24796 movq 5280(%rax), %r11
24797 jmp *%r11
24798 #endif /* defined(GLX_USE_TLS) */
24799 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
24800
24801 .p2align 4,,15
24802 .globl GL_PREFIX(BindProgramNV)
24803 .type GL_PREFIX(BindProgramNV), @function
24804 GL_PREFIX(BindProgramNV):
24805 #if defined(GLX_USE_TLS)
24806 call _x86_64_get_dispatch@PLT
24807 movq 5288(%rax), %r11
24808 jmp *%r11
24809 #elif defined(PTHREADS)
24810 pushq %rdi
24811 pushq %rsi
24812 pushq %rbp
24813 call _x86_64_get_dispatch@PLT
24814 popq %rbp
24815 popq %rsi
24816 popq %rdi
24817 movq 5288(%rax), %r11
24818 jmp *%r11
24819 #else
24820 movq _glapi_Dispatch(%rip), %rax
24821 testq %rax, %rax
24822 je 1f
24823 movq 5288(%rax), %r11
24824 jmp *%r11
24825 1:
24826 pushq %rdi
24827 pushq %rsi
24828 pushq %rbp
24829 call _glapi_get_dispatch
24830 popq %rbp
24831 popq %rsi
24832 popq %rdi
24833 movq 5288(%rax), %r11
24834 jmp *%r11
24835 #endif /* defined(GLX_USE_TLS) */
24836 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
24837
24838 .p2align 4,,15
24839 .globl GL_PREFIX(DeleteProgramsNV)
24840 .type GL_PREFIX(DeleteProgramsNV), @function
24841 GL_PREFIX(DeleteProgramsNV):
24842 #if defined(GLX_USE_TLS)
24843 call _x86_64_get_dispatch@PLT
24844 movq 5296(%rax), %r11
24845 jmp *%r11
24846 #elif defined(PTHREADS)
24847 pushq %rdi
24848 pushq %rsi
24849 pushq %rbp
24850 call _x86_64_get_dispatch@PLT
24851 popq %rbp
24852 popq %rsi
24853 popq %rdi
24854 movq 5296(%rax), %r11
24855 jmp *%r11
24856 #else
24857 movq _glapi_Dispatch(%rip), %rax
24858 testq %rax, %rax
24859 je 1f
24860 movq 5296(%rax), %r11
24861 jmp *%r11
24862 1:
24863 pushq %rdi
24864 pushq %rsi
24865 pushq %rbp
24866 call _glapi_get_dispatch
24867 popq %rbp
24868 popq %rsi
24869 popq %rdi
24870 movq 5296(%rax), %r11
24871 jmp *%r11
24872 #endif /* defined(GLX_USE_TLS) */
24873 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
24874
24875 .p2align 4,,15
24876 .globl GL_PREFIX(ExecuteProgramNV)
24877 .type GL_PREFIX(ExecuteProgramNV), @function
24878 GL_PREFIX(ExecuteProgramNV):
24879 #if defined(GLX_USE_TLS)
24880 call _x86_64_get_dispatch@PLT
24881 movq 5304(%rax), %r11
24882 jmp *%r11
24883 #elif defined(PTHREADS)
24884 pushq %rdi
24885 pushq %rsi
24886 pushq %rdx
24887 call _x86_64_get_dispatch@PLT
24888 popq %rdx
24889 popq %rsi
24890 popq %rdi
24891 movq 5304(%rax), %r11
24892 jmp *%r11
24893 #else
24894 movq _glapi_Dispatch(%rip), %rax
24895 testq %rax, %rax
24896 je 1f
24897 movq 5304(%rax), %r11
24898 jmp *%r11
24899 1:
24900 pushq %rdi
24901 pushq %rsi
24902 pushq %rdx
24903 call _glapi_get_dispatch
24904 popq %rdx
24905 popq %rsi
24906 popq %rdi
24907 movq 5304(%rax), %r11
24908 jmp *%r11
24909 #endif /* defined(GLX_USE_TLS) */
24910 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
24911
24912 .p2align 4,,15
24913 .globl GL_PREFIX(GenProgramsNV)
24914 .type GL_PREFIX(GenProgramsNV), @function
24915 GL_PREFIX(GenProgramsNV):
24916 #if defined(GLX_USE_TLS)
24917 call _x86_64_get_dispatch@PLT
24918 movq 5312(%rax), %r11
24919 jmp *%r11
24920 #elif defined(PTHREADS)
24921 pushq %rdi
24922 pushq %rsi
24923 pushq %rbp
24924 call _x86_64_get_dispatch@PLT
24925 popq %rbp
24926 popq %rsi
24927 popq %rdi
24928 movq 5312(%rax), %r11
24929 jmp *%r11
24930 #else
24931 movq _glapi_Dispatch(%rip), %rax
24932 testq %rax, %rax
24933 je 1f
24934 movq 5312(%rax), %r11
24935 jmp *%r11
24936 1:
24937 pushq %rdi
24938 pushq %rsi
24939 pushq %rbp
24940 call _glapi_get_dispatch
24941 popq %rbp
24942 popq %rsi
24943 popq %rdi
24944 movq 5312(%rax), %r11
24945 jmp *%r11
24946 #endif /* defined(GLX_USE_TLS) */
24947 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
24948
24949 .p2align 4,,15
24950 .globl GL_PREFIX(GetProgramParameterdvNV)
24951 .type GL_PREFIX(GetProgramParameterdvNV), @function
24952 GL_PREFIX(GetProgramParameterdvNV):
24953 #if defined(GLX_USE_TLS)
24954 call _x86_64_get_dispatch@PLT
24955 movq 5320(%rax), %r11
24956 jmp *%r11
24957 #elif defined(PTHREADS)
24958 pushq %rdi
24959 pushq %rsi
24960 pushq %rdx
24961 pushq %rcx
24962 pushq %rbp
24963 call _x86_64_get_dispatch@PLT
24964 popq %rbp
24965 popq %rcx
24966 popq %rdx
24967 popq %rsi
24968 popq %rdi
24969 movq 5320(%rax), %r11
24970 jmp *%r11
24971 #else
24972 movq _glapi_Dispatch(%rip), %rax
24973 testq %rax, %rax
24974 je 1f
24975 movq 5320(%rax), %r11
24976 jmp *%r11
24977 1:
24978 pushq %rdi
24979 pushq %rsi
24980 pushq %rdx
24981 pushq %rcx
24982 pushq %rbp
24983 call _glapi_get_dispatch
24984 popq %rbp
24985 popq %rcx
24986 popq %rdx
24987 popq %rsi
24988 popq %rdi
24989 movq 5320(%rax), %r11
24990 jmp *%r11
24991 #endif /* defined(GLX_USE_TLS) */
24992 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
24993
24994 .p2align 4,,15
24995 .globl GL_PREFIX(GetProgramParameterfvNV)
24996 .type GL_PREFIX(GetProgramParameterfvNV), @function
24997 GL_PREFIX(GetProgramParameterfvNV):
24998 #if defined(GLX_USE_TLS)
24999 call _x86_64_get_dispatch@PLT
25000 movq 5328(%rax), %r11
25001 jmp *%r11
25002 #elif defined(PTHREADS)
25003 pushq %rdi
25004 pushq %rsi
25005 pushq %rdx
25006 pushq %rcx
25007 pushq %rbp
25008 call _x86_64_get_dispatch@PLT
25009 popq %rbp
25010 popq %rcx
25011 popq %rdx
25012 popq %rsi
25013 popq %rdi
25014 movq 5328(%rax), %r11
25015 jmp *%r11
25016 #else
25017 movq _glapi_Dispatch(%rip), %rax
25018 testq %rax, %rax
25019 je 1f
25020 movq 5328(%rax), %r11
25021 jmp *%r11
25022 1:
25023 pushq %rdi
25024 pushq %rsi
25025 pushq %rdx
25026 pushq %rcx
25027 pushq %rbp
25028 call _glapi_get_dispatch
25029 popq %rbp
25030 popq %rcx
25031 popq %rdx
25032 popq %rsi
25033 popq %rdi
25034 movq 5328(%rax), %r11
25035 jmp *%r11
25036 #endif /* defined(GLX_USE_TLS) */
25037 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
25038
25039 .p2align 4,,15
25040 .globl GL_PREFIX(GetProgramStringNV)
25041 .type GL_PREFIX(GetProgramStringNV), @function
25042 GL_PREFIX(GetProgramStringNV):
25043 #if defined(GLX_USE_TLS)
25044 call _x86_64_get_dispatch@PLT
25045 movq 5336(%rax), %r11
25046 jmp *%r11
25047 #elif defined(PTHREADS)
25048 pushq %rdi
25049 pushq %rsi
25050 pushq %rdx
25051 call _x86_64_get_dispatch@PLT
25052 popq %rdx
25053 popq %rsi
25054 popq %rdi
25055 movq 5336(%rax), %r11
25056 jmp *%r11
25057 #else
25058 movq _glapi_Dispatch(%rip), %rax
25059 testq %rax, %rax
25060 je 1f
25061 movq 5336(%rax), %r11
25062 jmp *%r11
25063 1:
25064 pushq %rdi
25065 pushq %rsi
25066 pushq %rdx
25067 call _glapi_get_dispatch
25068 popq %rdx
25069 popq %rsi
25070 popq %rdi
25071 movq 5336(%rax), %r11
25072 jmp *%r11
25073 #endif /* defined(GLX_USE_TLS) */
25074 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
25075
25076 .p2align 4,,15
25077 .globl GL_PREFIX(GetProgramivNV)
25078 .type GL_PREFIX(GetProgramivNV), @function
25079 GL_PREFIX(GetProgramivNV):
25080 #if defined(GLX_USE_TLS)
25081 call _x86_64_get_dispatch@PLT
25082 movq 5344(%rax), %r11
25083 jmp *%r11
25084 #elif defined(PTHREADS)
25085 pushq %rdi
25086 pushq %rsi
25087 pushq %rdx
25088 call _x86_64_get_dispatch@PLT
25089 popq %rdx
25090 popq %rsi
25091 popq %rdi
25092 movq 5344(%rax), %r11
25093 jmp *%r11
25094 #else
25095 movq _glapi_Dispatch(%rip), %rax
25096 testq %rax, %rax
25097 je 1f
25098 movq 5344(%rax), %r11
25099 jmp *%r11
25100 1:
25101 pushq %rdi
25102 pushq %rsi
25103 pushq %rdx
25104 call _glapi_get_dispatch
25105 popq %rdx
25106 popq %rsi
25107 popq %rdi
25108 movq 5344(%rax), %r11
25109 jmp *%r11
25110 #endif /* defined(GLX_USE_TLS) */
25111 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
25112
25113 .p2align 4,,15
25114 .globl GL_PREFIX(GetTrackMatrixivNV)
25115 .type GL_PREFIX(GetTrackMatrixivNV), @function
25116 GL_PREFIX(GetTrackMatrixivNV):
25117 #if defined(GLX_USE_TLS)
25118 call _x86_64_get_dispatch@PLT
25119 movq 5352(%rax), %r11
25120 jmp *%r11
25121 #elif defined(PTHREADS)
25122 pushq %rdi
25123 pushq %rsi
25124 pushq %rdx
25125 pushq %rcx
25126 pushq %rbp
25127 call _x86_64_get_dispatch@PLT
25128 popq %rbp
25129 popq %rcx
25130 popq %rdx
25131 popq %rsi
25132 popq %rdi
25133 movq 5352(%rax), %r11
25134 jmp *%r11
25135 #else
25136 movq _glapi_Dispatch(%rip), %rax
25137 testq %rax, %rax
25138 je 1f
25139 movq 5352(%rax), %r11
25140 jmp *%r11
25141 1:
25142 pushq %rdi
25143 pushq %rsi
25144 pushq %rdx
25145 pushq %rcx
25146 pushq %rbp
25147 call _glapi_get_dispatch
25148 popq %rbp
25149 popq %rcx
25150 popq %rdx
25151 popq %rsi
25152 popq %rdi
25153 movq 5352(%rax), %r11
25154 jmp *%r11
25155 #endif /* defined(GLX_USE_TLS) */
25156 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
25157
25158 .p2align 4,,15
25159 .globl GL_PREFIX(GetVertexAttribPointervNV)
25160 .type GL_PREFIX(GetVertexAttribPointervNV), @function
25161 GL_PREFIX(GetVertexAttribPointervNV):
25162 #if defined(GLX_USE_TLS)
25163 call _x86_64_get_dispatch@PLT
25164 movq 5360(%rax), %r11
25165 jmp *%r11
25166 #elif defined(PTHREADS)
25167 pushq %rdi
25168 pushq %rsi
25169 pushq %rdx
25170 call _x86_64_get_dispatch@PLT
25171 popq %rdx
25172 popq %rsi
25173 popq %rdi
25174 movq 5360(%rax), %r11
25175 jmp *%r11
25176 #else
25177 movq _glapi_Dispatch(%rip), %rax
25178 testq %rax, %rax
25179 je 1f
25180 movq 5360(%rax), %r11
25181 jmp *%r11
25182 1:
25183 pushq %rdi
25184 pushq %rsi
25185 pushq %rdx
25186 call _glapi_get_dispatch
25187 popq %rdx
25188 popq %rsi
25189 popq %rdi
25190 movq 5360(%rax), %r11
25191 jmp *%r11
25192 #endif /* defined(GLX_USE_TLS) */
25193 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
25194
25195 .p2align 4,,15
25196 .globl GL_PREFIX(GetVertexAttribdvNV)
25197 .type GL_PREFIX(GetVertexAttribdvNV), @function
25198 GL_PREFIX(GetVertexAttribdvNV):
25199 #if defined(GLX_USE_TLS)
25200 call _x86_64_get_dispatch@PLT
25201 movq 5368(%rax), %r11
25202 jmp *%r11
25203 #elif defined(PTHREADS)
25204 pushq %rdi
25205 pushq %rsi
25206 pushq %rdx
25207 call _x86_64_get_dispatch@PLT
25208 popq %rdx
25209 popq %rsi
25210 popq %rdi
25211 movq 5368(%rax), %r11
25212 jmp *%r11
25213 #else
25214 movq _glapi_Dispatch(%rip), %rax
25215 testq %rax, %rax
25216 je 1f
25217 movq 5368(%rax), %r11
25218 jmp *%r11
25219 1:
25220 pushq %rdi
25221 pushq %rsi
25222 pushq %rdx
25223 call _glapi_get_dispatch
25224 popq %rdx
25225 popq %rsi
25226 popq %rdi
25227 movq 5368(%rax), %r11
25228 jmp *%r11
25229 #endif /* defined(GLX_USE_TLS) */
25230 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
25231
25232 .p2align 4,,15
25233 .globl GL_PREFIX(GetVertexAttribfvNV)
25234 .type GL_PREFIX(GetVertexAttribfvNV), @function
25235 GL_PREFIX(GetVertexAttribfvNV):
25236 #if defined(GLX_USE_TLS)
25237 call _x86_64_get_dispatch@PLT
25238 movq 5376(%rax), %r11
25239 jmp *%r11
25240 #elif defined(PTHREADS)
25241 pushq %rdi
25242 pushq %rsi
25243 pushq %rdx
25244 call _x86_64_get_dispatch@PLT
25245 popq %rdx
25246 popq %rsi
25247 popq %rdi
25248 movq 5376(%rax), %r11
25249 jmp *%r11
25250 #else
25251 movq _glapi_Dispatch(%rip), %rax
25252 testq %rax, %rax
25253 je 1f
25254 movq 5376(%rax), %r11
25255 jmp *%r11
25256 1:
25257 pushq %rdi
25258 pushq %rsi
25259 pushq %rdx
25260 call _glapi_get_dispatch
25261 popq %rdx
25262 popq %rsi
25263 popq %rdi
25264 movq 5376(%rax), %r11
25265 jmp *%r11
25266 #endif /* defined(GLX_USE_TLS) */
25267 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
25268
25269 .p2align 4,,15
25270 .globl GL_PREFIX(GetVertexAttribivNV)
25271 .type GL_PREFIX(GetVertexAttribivNV), @function
25272 GL_PREFIX(GetVertexAttribivNV):
25273 #if defined(GLX_USE_TLS)
25274 call _x86_64_get_dispatch@PLT
25275 movq 5384(%rax), %r11
25276 jmp *%r11
25277 #elif defined(PTHREADS)
25278 pushq %rdi
25279 pushq %rsi
25280 pushq %rdx
25281 call _x86_64_get_dispatch@PLT
25282 popq %rdx
25283 popq %rsi
25284 popq %rdi
25285 movq 5384(%rax), %r11
25286 jmp *%r11
25287 #else
25288 movq _glapi_Dispatch(%rip), %rax
25289 testq %rax, %rax
25290 je 1f
25291 movq 5384(%rax), %r11
25292 jmp *%r11
25293 1:
25294 pushq %rdi
25295 pushq %rsi
25296 pushq %rdx
25297 call _glapi_get_dispatch
25298 popq %rdx
25299 popq %rsi
25300 popq %rdi
25301 movq 5384(%rax), %r11
25302 jmp *%r11
25303 #endif /* defined(GLX_USE_TLS) */
25304 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
25305
25306 .p2align 4,,15
25307 .globl GL_PREFIX(IsProgramNV)
25308 .type GL_PREFIX(IsProgramNV), @function
25309 GL_PREFIX(IsProgramNV):
25310 #if defined(GLX_USE_TLS)
25311 call _x86_64_get_dispatch@PLT
25312 movq 5392(%rax), %r11
25313 jmp *%r11
25314 #elif defined(PTHREADS)
25315 pushq %rdi
25316 call _x86_64_get_dispatch@PLT
25317 popq %rdi
25318 movq 5392(%rax), %r11
25319 jmp *%r11
25320 #else
25321 movq _glapi_Dispatch(%rip), %rax
25322 testq %rax, %rax
25323 je 1f
25324 movq 5392(%rax), %r11
25325 jmp *%r11
25326 1:
25327 pushq %rdi
25328 call _glapi_get_dispatch
25329 popq %rdi
25330 movq 5392(%rax), %r11
25331 jmp *%r11
25332 #endif /* defined(GLX_USE_TLS) */
25333 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
25334
25335 .p2align 4,,15
25336 .globl GL_PREFIX(LoadProgramNV)
25337 .type GL_PREFIX(LoadProgramNV), @function
25338 GL_PREFIX(LoadProgramNV):
25339 #if defined(GLX_USE_TLS)
25340 call _x86_64_get_dispatch@PLT
25341 movq 5400(%rax), %r11
25342 jmp *%r11
25343 #elif defined(PTHREADS)
25344 pushq %rdi
25345 pushq %rsi
25346 pushq %rdx
25347 pushq %rcx
25348 pushq %rbp
25349 call _x86_64_get_dispatch@PLT
25350 popq %rbp
25351 popq %rcx
25352 popq %rdx
25353 popq %rsi
25354 popq %rdi
25355 movq 5400(%rax), %r11
25356 jmp *%r11
25357 #else
25358 movq _glapi_Dispatch(%rip), %rax
25359 testq %rax, %rax
25360 je 1f
25361 movq 5400(%rax), %r11
25362 jmp *%r11
25363 1:
25364 pushq %rdi
25365 pushq %rsi
25366 pushq %rdx
25367 pushq %rcx
25368 pushq %rbp
25369 call _glapi_get_dispatch
25370 popq %rbp
25371 popq %rcx
25372 popq %rdx
25373 popq %rsi
25374 popq %rdi
25375 movq 5400(%rax), %r11
25376 jmp *%r11
25377 #endif /* defined(GLX_USE_TLS) */
25378 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
25379
25380 .p2align 4,,15
25381 .globl GL_PREFIX(ProgramParameter4dNV)
25382 .type GL_PREFIX(ProgramParameter4dNV), @function
25383 GL_PREFIX(ProgramParameter4dNV):
25384 #if defined(GLX_USE_TLS)
25385 call _x86_64_get_dispatch@PLT
25386 movq 5408(%rax), %r11
25387 jmp *%r11
25388 #elif defined(PTHREADS)
25389 subq $56, %rsp
25390 movq %rdi, (%rsp)
25391 movq %rsi, 8(%rsp)
25392 movq %xmm0, 16(%rsp)
25393 movq %xmm1, 24(%rsp)
25394 movq %xmm2, 32(%rsp)
25395 movq %xmm3, 40(%rsp)
25396 call _x86_64_get_dispatch@PLT
25397 movq 40(%rsp), %xmm3
25398 movq 32(%rsp), %xmm2
25399 movq 24(%rsp), %xmm1
25400 movq 16(%rsp), %xmm0
25401 movq 8(%rsp), %rsi
25402 movq (%rsp), %rdi
25403 addq $56, %rsp
25404 movq 5408(%rax), %r11
25405 jmp *%r11
25406 #else
25407 movq _glapi_Dispatch(%rip), %rax
25408 testq %rax, %rax
25409 je 1f
25410 movq 5408(%rax), %r11
25411 jmp *%r11
25412 1:
25413 subq $56, %rsp
25414 movq %rdi, (%rsp)
25415 movq %rsi, 8(%rsp)
25416 movq %xmm0, 16(%rsp)
25417 movq %xmm1, 24(%rsp)
25418 movq %xmm2, 32(%rsp)
25419 movq %xmm3, 40(%rsp)
25420 call _glapi_get_dispatch
25421 movq 40(%rsp), %xmm3
25422 movq 32(%rsp), %xmm2
25423 movq 24(%rsp), %xmm1
25424 movq 16(%rsp), %xmm0
25425 movq 8(%rsp), %rsi
25426 movq (%rsp), %rdi
25427 addq $56, %rsp
25428 movq 5408(%rax), %r11
25429 jmp *%r11
25430 #endif /* defined(GLX_USE_TLS) */
25431 .size GL_PREFIX(ProgramParameter4dNV), .-GL_PREFIX(ProgramParameter4dNV)
25432
25433 .p2align 4,,15
25434 .globl GL_PREFIX(ProgramParameter4dvNV)
25435 .type GL_PREFIX(ProgramParameter4dvNV), @function
25436 GL_PREFIX(ProgramParameter4dvNV):
25437 #if defined(GLX_USE_TLS)
25438 call _x86_64_get_dispatch@PLT
25439 movq 5416(%rax), %r11
25440 jmp *%r11
25441 #elif defined(PTHREADS)
25442 pushq %rdi
25443 pushq %rsi
25444 pushq %rdx
25445 call _x86_64_get_dispatch@PLT
25446 popq %rdx
25447 popq %rsi
25448 popq %rdi
25449 movq 5416(%rax), %r11
25450 jmp *%r11
25451 #else
25452 movq _glapi_Dispatch(%rip), %rax
25453 testq %rax, %rax
25454 je 1f
25455 movq 5416(%rax), %r11
25456 jmp *%r11
25457 1:
25458 pushq %rdi
25459 pushq %rsi
25460 pushq %rdx
25461 call _glapi_get_dispatch
25462 popq %rdx
25463 popq %rsi
25464 popq %rdi
25465 movq 5416(%rax), %r11
25466 jmp *%r11
25467 #endif /* defined(GLX_USE_TLS) */
25468 .size GL_PREFIX(ProgramParameter4dvNV), .-GL_PREFIX(ProgramParameter4dvNV)
25469
25470 .p2align 4,,15
25471 .globl GL_PREFIX(ProgramParameter4fNV)
25472 .type GL_PREFIX(ProgramParameter4fNV), @function
25473 GL_PREFIX(ProgramParameter4fNV):
25474 #if defined(GLX_USE_TLS)
25475 call _x86_64_get_dispatch@PLT
25476 movq 5424(%rax), %r11
25477 jmp *%r11
25478 #elif defined(PTHREADS)
25479 subq $56, %rsp
25480 movq %rdi, (%rsp)
25481 movq %rsi, 8(%rsp)
25482 movq %xmm0, 16(%rsp)
25483 movq %xmm1, 24(%rsp)
25484 movq %xmm2, 32(%rsp)
25485 movq %xmm3, 40(%rsp)
25486 call _x86_64_get_dispatch@PLT
25487 movq 40(%rsp), %xmm3
25488 movq 32(%rsp), %xmm2
25489 movq 24(%rsp), %xmm1
25490 movq 16(%rsp), %xmm0
25491 movq 8(%rsp), %rsi
25492 movq (%rsp), %rdi
25493 addq $56, %rsp
25494 movq 5424(%rax), %r11
25495 jmp *%r11
25496 #else
25497 movq _glapi_Dispatch(%rip), %rax
25498 testq %rax, %rax
25499 je 1f
25500 movq 5424(%rax), %r11
25501 jmp *%r11
25502 1:
25503 subq $56, %rsp
25504 movq %rdi, (%rsp)
25505 movq %rsi, 8(%rsp)
25506 movq %xmm0, 16(%rsp)
25507 movq %xmm1, 24(%rsp)
25508 movq %xmm2, 32(%rsp)
25509 movq %xmm3, 40(%rsp)
25510 call _glapi_get_dispatch
25511 movq 40(%rsp), %xmm3
25512 movq 32(%rsp), %xmm2
25513 movq 24(%rsp), %xmm1
25514 movq 16(%rsp), %xmm0
25515 movq 8(%rsp), %rsi
25516 movq (%rsp), %rdi
25517 addq $56, %rsp
25518 movq 5424(%rax), %r11
25519 jmp *%r11
25520 #endif /* defined(GLX_USE_TLS) */
25521 .size GL_PREFIX(ProgramParameter4fNV), .-GL_PREFIX(ProgramParameter4fNV)
25522
25523 .p2align 4,,15
25524 .globl GL_PREFIX(ProgramParameter4fvNV)
25525 .type GL_PREFIX(ProgramParameter4fvNV), @function
25526 GL_PREFIX(ProgramParameter4fvNV):
25527 #if defined(GLX_USE_TLS)
25528 call _x86_64_get_dispatch@PLT
25529 movq 5432(%rax), %r11
25530 jmp *%r11
25531 #elif defined(PTHREADS)
25532 pushq %rdi
25533 pushq %rsi
25534 pushq %rdx
25535 call _x86_64_get_dispatch@PLT
25536 popq %rdx
25537 popq %rsi
25538 popq %rdi
25539 movq 5432(%rax), %r11
25540 jmp *%r11
25541 #else
25542 movq _glapi_Dispatch(%rip), %rax
25543 testq %rax, %rax
25544 je 1f
25545 movq 5432(%rax), %r11
25546 jmp *%r11
25547 1:
25548 pushq %rdi
25549 pushq %rsi
25550 pushq %rdx
25551 call _glapi_get_dispatch
25552 popq %rdx
25553 popq %rsi
25554 popq %rdi
25555 movq 5432(%rax), %r11
25556 jmp *%r11
25557 #endif /* defined(GLX_USE_TLS) */
25558 .size GL_PREFIX(ProgramParameter4fvNV), .-GL_PREFIX(ProgramParameter4fvNV)
25559
25560 .p2align 4,,15
25561 .globl GL_PREFIX(ProgramParameters4dvNV)
25562 .type GL_PREFIX(ProgramParameters4dvNV), @function
25563 GL_PREFIX(ProgramParameters4dvNV):
25564 #if defined(GLX_USE_TLS)
25565 call _x86_64_get_dispatch@PLT
25566 movq 5440(%rax), %r11
25567 jmp *%r11
25568 #elif defined(PTHREADS)
25569 pushq %rdi
25570 pushq %rsi
25571 pushq %rdx
25572 pushq %rcx
25573 pushq %rbp
25574 call _x86_64_get_dispatch@PLT
25575 popq %rbp
25576 popq %rcx
25577 popq %rdx
25578 popq %rsi
25579 popq %rdi
25580 movq 5440(%rax), %r11
25581 jmp *%r11
25582 #else
25583 movq _glapi_Dispatch(%rip), %rax
25584 testq %rax, %rax
25585 je 1f
25586 movq 5440(%rax), %r11
25587 jmp *%r11
25588 1:
25589 pushq %rdi
25590 pushq %rsi
25591 pushq %rdx
25592 pushq %rcx
25593 pushq %rbp
25594 call _glapi_get_dispatch
25595 popq %rbp
25596 popq %rcx
25597 popq %rdx
25598 popq %rsi
25599 popq %rdi
25600 movq 5440(%rax), %r11
25601 jmp *%r11
25602 #endif /* defined(GLX_USE_TLS) */
25603 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
25604
25605 .p2align 4,,15
25606 .globl GL_PREFIX(ProgramParameters4fvNV)
25607 .type GL_PREFIX(ProgramParameters4fvNV), @function
25608 GL_PREFIX(ProgramParameters4fvNV):
25609 #if defined(GLX_USE_TLS)
25610 call _x86_64_get_dispatch@PLT
25611 movq 5448(%rax), %r11
25612 jmp *%r11
25613 #elif defined(PTHREADS)
25614 pushq %rdi
25615 pushq %rsi
25616 pushq %rdx
25617 pushq %rcx
25618 pushq %rbp
25619 call _x86_64_get_dispatch@PLT
25620 popq %rbp
25621 popq %rcx
25622 popq %rdx
25623 popq %rsi
25624 popq %rdi
25625 movq 5448(%rax), %r11
25626 jmp *%r11
25627 #else
25628 movq _glapi_Dispatch(%rip), %rax
25629 testq %rax, %rax
25630 je 1f
25631 movq 5448(%rax), %r11
25632 jmp *%r11
25633 1:
25634 pushq %rdi
25635 pushq %rsi
25636 pushq %rdx
25637 pushq %rcx
25638 pushq %rbp
25639 call _glapi_get_dispatch
25640 popq %rbp
25641 popq %rcx
25642 popq %rdx
25643 popq %rsi
25644 popq %rdi
25645 movq 5448(%rax), %r11
25646 jmp *%r11
25647 #endif /* defined(GLX_USE_TLS) */
25648 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
25649
25650 .p2align 4,,15
25651 .globl GL_PREFIX(RequestResidentProgramsNV)
25652 .type GL_PREFIX(RequestResidentProgramsNV), @function
25653 GL_PREFIX(RequestResidentProgramsNV):
25654 #if defined(GLX_USE_TLS)
25655 call _x86_64_get_dispatch@PLT
25656 movq 5456(%rax), %r11
25657 jmp *%r11
25658 #elif defined(PTHREADS)
25659 pushq %rdi
25660 pushq %rsi
25661 pushq %rbp
25662 call _x86_64_get_dispatch@PLT
25663 popq %rbp
25664 popq %rsi
25665 popq %rdi
25666 movq 5456(%rax), %r11
25667 jmp *%r11
25668 #else
25669 movq _glapi_Dispatch(%rip), %rax
25670 testq %rax, %rax
25671 je 1f
25672 movq 5456(%rax), %r11
25673 jmp *%r11
25674 1:
25675 pushq %rdi
25676 pushq %rsi
25677 pushq %rbp
25678 call _glapi_get_dispatch
25679 popq %rbp
25680 popq %rsi
25681 popq %rdi
25682 movq 5456(%rax), %r11
25683 jmp *%r11
25684 #endif /* defined(GLX_USE_TLS) */
25685 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
25686
25687 .p2align 4,,15
25688 .globl GL_PREFIX(TrackMatrixNV)
25689 .type GL_PREFIX(TrackMatrixNV), @function
25690 GL_PREFIX(TrackMatrixNV):
25691 #if defined(GLX_USE_TLS)
25692 call _x86_64_get_dispatch@PLT
25693 movq 5464(%rax), %r11
25694 jmp *%r11
25695 #elif defined(PTHREADS)
25696 pushq %rdi
25697 pushq %rsi
25698 pushq %rdx
25699 pushq %rcx
25700 pushq %rbp
25701 call _x86_64_get_dispatch@PLT
25702 popq %rbp
25703 popq %rcx
25704 popq %rdx
25705 popq %rsi
25706 popq %rdi
25707 movq 5464(%rax), %r11
25708 jmp *%r11
25709 #else
25710 movq _glapi_Dispatch(%rip), %rax
25711 testq %rax, %rax
25712 je 1f
25713 movq 5464(%rax), %r11
25714 jmp *%r11
25715 1:
25716 pushq %rdi
25717 pushq %rsi
25718 pushq %rdx
25719 pushq %rcx
25720 pushq %rbp
25721 call _glapi_get_dispatch
25722 popq %rbp
25723 popq %rcx
25724 popq %rdx
25725 popq %rsi
25726 popq %rdi
25727 movq 5464(%rax), %r11
25728 jmp *%r11
25729 #endif /* defined(GLX_USE_TLS) */
25730 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
25731
25732 .p2align 4,,15
25733 .globl GL_PREFIX(VertexAttrib1dNV)
25734 .type GL_PREFIX(VertexAttrib1dNV), @function
25735 GL_PREFIX(VertexAttrib1dNV):
25736 #if defined(GLX_USE_TLS)
25737 call _x86_64_get_dispatch@PLT
25738 movq 5472(%rax), %r11
25739 jmp *%r11
25740 #elif defined(PTHREADS)
25741 subq $24, %rsp
25742 movq %rdi, (%rsp)
25743 movq %xmm0, 8(%rsp)
25744 call _x86_64_get_dispatch@PLT
25745 movq 8(%rsp), %xmm0
25746 movq (%rsp), %rdi
25747 addq $24, %rsp
25748 movq 5472(%rax), %r11
25749 jmp *%r11
25750 #else
25751 movq _glapi_Dispatch(%rip), %rax
25752 testq %rax, %rax
25753 je 1f
25754 movq 5472(%rax), %r11
25755 jmp *%r11
25756 1:
25757 subq $24, %rsp
25758 movq %rdi, (%rsp)
25759 movq %xmm0, 8(%rsp)
25760 call _glapi_get_dispatch
25761 movq 8(%rsp), %xmm0
25762 movq (%rsp), %rdi
25763 addq $24, %rsp
25764 movq 5472(%rax), %r11
25765 jmp *%r11
25766 #endif /* defined(GLX_USE_TLS) */
25767 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
25768
25769 .p2align 4,,15
25770 .globl GL_PREFIX(VertexAttrib1dvNV)
25771 .type GL_PREFIX(VertexAttrib1dvNV), @function
25772 GL_PREFIX(VertexAttrib1dvNV):
25773 #if defined(GLX_USE_TLS)
25774 call _x86_64_get_dispatch@PLT
25775 movq 5480(%rax), %r11
25776 jmp *%r11
25777 #elif defined(PTHREADS)
25778 pushq %rdi
25779 pushq %rsi
25780 pushq %rbp
25781 call _x86_64_get_dispatch@PLT
25782 popq %rbp
25783 popq %rsi
25784 popq %rdi
25785 movq 5480(%rax), %r11
25786 jmp *%r11
25787 #else
25788 movq _glapi_Dispatch(%rip), %rax
25789 testq %rax, %rax
25790 je 1f
25791 movq 5480(%rax), %r11
25792 jmp *%r11
25793 1:
25794 pushq %rdi
25795 pushq %rsi
25796 pushq %rbp
25797 call _glapi_get_dispatch
25798 popq %rbp
25799 popq %rsi
25800 popq %rdi
25801 movq 5480(%rax), %r11
25802 jmp *%r11
25803 #endif /* defined(GLX_USE_TLS) */
25804 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
25805
25806 .p2align 4,,15
25807 .globl GL_PREFIX(VertexAttrib1fNV)
25808 .type GL_PREFIX(VertexAttrib1fNV), @function
25809 GL_PREFIX(VertexAttrib1fNV):
25810 #if defined(GLX_USE_TLS)
25811 call _x86_64_get_dispatch@PLT
25812 movq 5488(%rax), %r11
25813 jmp *%r11
25814 #elif defined(PTHREADS)
25815 subq $24, %rsp
25816 movq %rdi, (%rsp)
25817 movq %xmm0, 8(%rsp)
25818 call _x86_64_get_dispatch@PLT
25819 movq 8(%rsp), %xmm0
25820 movq (%rsp), %rdi
25821 addq $24, %rsp
25822 movq 5488(%rax), %r11
25823 jmp *%r11
25824 #else
25825 movq _glapi_Dispatch(%rip), %rax
25826 testq %rax, %rax
25827 je 1f
25828 movq 5488(%rax), %r11
25829 jmp *%r11
25830 1:
25831 subq $24, %rsp
25832 movq %rdi, (%rsp)
25833 movq %xmm0, 8(%rsp)
25834 call _glapi_get_dispatch
25835 movq 8(%rsp), %xmm0
25836 movq (%rsp), %rdi
25837 addq $24, %rsp
25838 movq 5488(%rax), %r11
25839 jmp *%r11
25840 #endif /* defined(GLX_USE_TLS) */
25841 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
25842
25843 .p2align 4,,15
25844 .globl GL_PREFIX(VertexAttrib1fvNV)
25845 .type GL_PREFIX(VertexAttrib1fvNV), @function
25846 GL_PREFIX(VertexAttrib1fvNV):
25847 #if defined(GLX_USE_TLS)
25848 call _x86_64_get_dispatch@PLT
25849 movq 5496(%rax), %r11
25850 jmp *%r11
25851 #elif defined(PTHREADS)
25852 pushq %rdi
25853 pushq %rsi
25854 pushq %rbp
25855 call _x86_64_get_dispatch@PLT
25856 popq %rbp
25857 popq %rsi
25858 popq %rdi
25859 movq 5496(%rax), %r11
25860 jmp *%r11
25861 #else
25862 movq _glapi_Dispatch(%rip), %rax
25863 testq %rax, %rax
25864 je 1f
25865 movq 5496(%rax), %r11
25866 jmp *%r11
25867 1:
25868 pushq %rdi
25869 pushq %rsi
25870 pushq %rbp
25871 call _glapi_get_dispatch
25872 popq %rbp
25873 popq %rsi
25874 popq %rdi
25875 movq 5496(%rax), %r11
25876 jmp *%r11
25877 #endif /* defined(GLX_USE_TLS) */
25878 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
25879
25880 .p2align 4,,15
25881 .globl GL_PREFIX(VertexAttrib1sNV)
25882 .type GL_PREFIX(VertexAttrib1sNV), @function
25883 GL_PREFIX(VertexAttrib1sNV):
25884 #if defined(GLX_USE_TLS)
25885 call _x86_64_get_dispatch@PLT
25886 movq 5504(%rax), %r11
25887 jmp *%r11
25888 #elif defined(PTHREADS)
25889 pushq %rdi
25890 pushq %rsi
25891 pushq %rbp
25892 call _x86_64_get_dispatch@PLT
25893 popq %rbp
25894 popq %rsi
25895 popq %rdi
25896 movq 5504(%rax), %r11
25897 jmp *%r11
25898 #else
25899 movq _glapi_Dispatch(%rip), %rax
25900 testq %rax, %rax
25901 je 1f
25902 movq 5504(%rax), %r11
25903 jmp *%r11
25904 1:
25905 pushq %rdi
25906 pushq %rsi
25907 pushq %rbp
25908 call _glapi_get_dispatch
25909 popq %rbp
25910 popq %rsi
25911 popq %rdi
25912 movq 5504(%rax), %r11
25913 jmp *%r11
25914 #endif /* defined(GLX_USE_TLS) */
25915 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
25916
25917 .p2align 4,,15
25918 .globl GL_PREFIX(VertexAttrib1svNV)
25919 .type GL_PREFIX(VertexAttrib1svNV), @function
25920 GL_PREFIX(VertexAttrib1svNV):
25921 #if defined(GLX_USE_TLS)
25922 call _x86_64_get_dispatch@PLT
25923 movq 5512(%rax), %r11
25924 jmp *%r11
25925 #elif defined(PTHREADS)
25926 pushq %rdi
25927 pushq %rsi
25928 pushq %rbp
25929 call _x86_64_get_dispatch@PLT
25930 popq %rbp
25931 popq %rsi
25932 popq %rdi
25933 movq 5512(%rax), %r11
25934 jmp *%r11
25935 #else
25936 movq _glapi_Dispatch(%rip), %rax
25937 testq %rax, %rax
25938 je 1f
25939 movq 5512(%rax), %r11
25940 jmp *%r11
25941 1:
25942 pushq %rdi
25943 pushq %rsi
25944 pushq %rbp
25945 call _glapi_get_dispatch
25946 popq %rbp
25947 popq %rsi
25948 popq %rdi
25949 movq 5512(%rax), %r11
25950 jmp *%r11
25951 #endif /* defined(GLX_USE_TLS) */
25952 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
25953
25954 .p2align 4,,15
25955 .globl GL_PREFIX(VertexAttrib2dNV)
25956 .type GL_PREFIX(VertexAttrib2dNV), @function
25957 GL_PREFIX(VertexAttrib2dNV):
25958 #if defined(GLX_USE_TLS)
25959 call _x86_64_get_dispatch@PLT
25960 movq 5520(%rax), %r11
25961 jmp *%r11
25962 #elif defined(PTHREADS)
25963 subq $24, %rsp
25964 movq %rdi, (%rsp)
25965 movq %xmm0, 8(%rsp)
25966 movq %xmm1, 16(%rsp)
25967 call _x86_64_get_dispatch@PLT
25968 movq 16(%rsp), %xmm1
25969 movq 8(%rsp), %xmm0
25970 movq (%rsp), %rdi
25971 addq $24, %rsp
25972 movq 5520(%rax), %r11
25973 jmp *%r11
25974 #else
25975 movq _glapi_Dispatch(%rip), %rax
25976 testq %rax, %rax
25977 je 1f
25978 movq 5520(%rax), %r11
25979 jmp *%r11
25980 1:
25981 subq $24, %rsp
25982 movq %rdi, (%rsp)
25983 movq %xmm0, 8(%rsp)
25984 movq %xmm1, 16(%rsp)
25985 call _glapi_get_dispatch
25986 movq 16(%rsp), %xmm1
25987 movq 8(%rsp), %xmm0
25988 movq (%rsp), %rdi
25989 addq $24, %rsp
25990 movq 5520(%rax), %r11
25991 jmp *%r11
25992 #endif /* defined(GLX_USE_TLS) */
25993 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
25994
25995 .p2align 4,,15
25996 .globl GL_PREFIX(VertexAttrib2dvNV)
25997 .type GL_PREFIX(VertexAttrib2dvNV), @function
25998 GL_PREFIX(VertexAttrib2dvNV):
25999 #if defined(GLX_USE_TLS)
26000 call _x86_64_get_dispatch@PLT
26001 movq 5528(%rax), %r11
26002 jmp *%r11
26003 #elif defined(PTHREADS)
26004 pushq %rdi
26005 pushq %rsi
26006 pushq %rbp
26007 call _x86_64_get_dispatch@PLT
26008 popq %rbp
26009 popq %rsi
26010 popq %rdi
26011 movq 5528(%rax), %r11
26012 jmp *%r11
26013 #else
26014 movq _glapi_Dispatch(%rip), %rax
26015 testq %rax, %rax
26016 je 1f
26017 movq 5528(%rax), %r11
26018 jmp *%r11
26019 1:
26020 pushq %rdi
26021 pushq %rsi
26022 pushq %rbp
26023 call _glapi_get_dispatch
26024 popq %rbp
26025 popq %rsi
26026 popq %rdi
26027 movq 5528(%rax), %r11
26028 jmp *%r11
26029 #endif /* defined(GLX_USE_TLS) */
26030 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
26031
26032 .p2align 4,,15
26033 .globl GL_PREFIX(VertexAttrib2fNV)
26034 .type GL_PREFIX(VertexAttrib2fNV), @function
26035 GL_PREFIX(VertexAttrib2fNV):
26036 #if defined(GLX_USE_TLS)
26037 call _x86_64_get_dispatch@PLT
26038 movq 5536(%rax), %r11
26039 jmp *%r11
26040 #elif defined(PTHREADS)
26041 subq $24, %rsp
26042 movq %rdi, (%rsp)
26043 movq %xmm0, 8(%rsp)
26044 movq %xmm1, 16(%rsp)
26045 call _x86_64_get_dispatch@PLT
26046 movq 16(%rsp), %xmm1
26047 movq 8(%rsp), %xmm0
26048 movq (%rsp), %rdi
26049 addq $24, %rsp
26050 movq 5536(%rax), %r11
26051 jmp *%r11
26052 #else
26053 movq _glapi_Dispatch(%rip), %rax
26054 testq %rax, %rax
26055 je 1f
26056 movq 5536(%rax), %r11
26057 jmp *%r11
26058 1:
26059 subq $24, %rsp
26060 movq %rdi, (%rsp)
26061 movq %xmm0, 8(%rsp)
26062 movq %xmm1, 16(%rsp)
26063 call _glapi_get_dispatch
26064 movq 16(%rsp), %xmm1
26065 movq 8(%rsp), %xmm0
26066 movq (%rsp), %rdi
26067 addq $24, %rsp
26068 movq 5536(%rax), %r11
26069 jmp *%r11
26070 #endif /* defined(GLX_USE_TLS) */
26071 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
26072
26073 .p2align 4,,15
26074 .globl GL_PREFIX(VertexAttrib2fvNV)
26075 .type GL_PREFIX(VertexAttrib2fvNV), @function
26076 GL_PREFIX(VertexAttrib2fvNV):
26077 #if defined(GLX_USE_TLS)
26078 call _x86_64_get_dispatch@PLT
26079 movq 5544(%rax), %r11
26080 jmp *%r11
26081 #elif defined(PTHREADS)
26082 pushq %rdi
26083 pushq %rsi
26084 pushq %rbp
26085 call _x86_64_get_dispatch@PLT
26086 popq %rbp
26087 popq %rsi
26088 popq %rdi
26089 movq 5544(%rax), %r11
26090 jmp *%r11
26091 #else
26092 movq _glapi_Dispatch(%rip), %rax
26093 testq %rax, %rax
26094 je 1f
26095 movq 5544(%rax), %r11
26096 jmp *%r11
26097 1:
26098 pushq %rdi
26099 pushq %rsi
26100 pushq %rbp
26101 call _glapi_get_dispatch
26102 popq %rbp
26103 popq %rsi
26104 popq %rdi
26105 movq 5544(%rax), %r11
26106 jmp *%r11
26107 #endif /* defined(GLX_USE_TLS) */
26108 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
26109
26110 .p2align 4,,15
26111 .globl GL_PREFIX(VertexAttrib2sNV)
26112 .type GL_PREFIX(VertexAttrib2sNV), @function
26113 GL_PREFIX(VertexAttrib2sNV):
26114 #if defined(GLX_USE_TLS)
26115 call _x86_64_get_dispatch@PLT
26116 movq 5552(%rax), %r11
26117 jmp *%r11
26118 #elif defined(PTHREADS)
26119 pushq %rdi
26120 pushq %rsi
26121 pushq %rdx
26122 call _x86_64_get_dispatch@PLT
26123 popq %rdx
26124 popq %rsi
26125 popq %rdi
26126 movq 5552(%rax), %r11
26127 jmp *%r11
26128 #else
26129 movq _glapi_Dispatch(%rip), %rax
26130 testq %rax, %rax
26131 je 1f
26132 movq 5552(%rax), %r11
26133 jmp *%r11
26134 1:
26135 pushq %rdi
26136 pushq %rsi
26137 pushq %rdx
26138 call _glapi_get_dispatch
26139 popq %rdx
26140 popq %rsi
26141 popq %rdi
26142 movq 5552(%rax), %r11
26143 jmp *%r11
26144 #endif /* defined(GLX_USE_TLS) */
26145 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
26146
26147 .p2align 4,,15
26148 .globl GL_PREFIX(VertexAttrib2svNV)
26149 .type GL_PREFIX(VertexAttrib2svNV), @function
26150 GL_PREFIX(VertexAttrib2svNV):
26151 #if defined(GLX_USE_TLS)
26152 call _x86_64_get_dispatch@PLT
26153 movq 5560(%rax), %r11
26154 jmp *%r11
26155 #elif defined(PTHREADS)
26156 pushq %rdi
26157 pushq %rsi
26158 pushq %rbp
26159 call _x86_64_get_dispatch@PLT
26160 popq %rbp
26161 popq %rsi
26162 popq %rdi
26163 movq 5560(%rax), %r11
26164 jmp *%r11
26165 #else
26166 movq _glapi_Dispatch(%rip), %rax
26167 testq %rax, %rax
26168 je 1f
26169 movq 5560(%rax), %r11
26170 jmp *%r11
26171 1:
26172 pushq %rdi
26173 pushq %rsi
26174 pushq %rbp
26175 call _glapi_get_dispatch
26176 popq %rbp
26177 popq %rsi
26178 popq %rdi
26179 movq 5560(%rax), %r11
26180 jmp *%r11
26181 #endif /* defined(GLX_USE_TLS) */
26182 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
26183
26184 .p2align 4,,15
26185 .globl GL_PREFIX(VertexAttrib3dNV)
26186 .type GL_PREFIX(VertexAttrib3dNV), @function
26187 GL_PREFIX(VertexAttrib3dNV):
26188 #if defined(GLX_USE_TLS)
26189 call _x86_64_get_dispatch@PLT
26190 movq 5568(%rax), %r11
26191 jmp *%r11
26192 #elif defined(PTHREADS)
26193 subq $40, %rsp
26194 movq %rdi, (%rsp)
26195 movq %xmm0, 8(%rsp)
26196 movq %xmm1, 16(%rsp)
26197 movq %xmm2, 24(%rsp)
26198 call _x86_64_get_dispatch@PLT
26199 movq 24(%rsp), %xmm2
26200 movq 16(%rsp), %xmm1
26201 movq 8(%rsp), %xmm0
26202 movq (%rsp), %rdi
26203 addq $40, %rsp
26204 movq 5568(%rax), %r11
26205 jmp *%r11
26206 #else
26207 movq _glapi_Dispatch(%rip), %rax
26208 testq %rax, %rax
26209 je 1f
26210 movq 5568(%rax), %r11
26211 jmp *%r11
26212 1:
26213 subq $40, %rsp
26214 movq %rdi, (%rsp)
26215 movq %xmm0, 8(%rsp)
26216 movq %xmm1, 16(%rsp)
26217 movq %xmm2, 24(%rsp)
26218 call _glapi_get_dispatch
26219 movq 24(%rsp), %xmm2
26220 movq 16(%rsp), %xmm1
26221 movq 8(%rsp), %xmm0
26222 movq (%rsp), %rdi
26223 addq $40, %rsp
26224 movq 5568(%rax), %r11
26225 jmp *%r11
26226 #endif /* defined(GLX_USE_TLS) */
26227 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
26228
26229 .p2align 4,,15
26230 .globl GL_PREFIX(VertexAttrib3dvNV)
26231 .type GL_PREFIX(VertexAttrib3dvNV), @function
26232 GL_PREFIX(VertexAttrib3dvNV):
26233 #if defined(GLX_USE_TLS)
26234 call _x86_64_get_dispatch@PLT
26235 movq 5576(%rax), %r11
26236 jmp *%r11
26237 #elif defined(PTHREADS)
26238 pushq %rdi
26239 pushq %rsi
26240 pushq %rbp
26241 call _x86_64_get_dispatch@PLT
26242 popq %rbp
26243 popq %rsi
26244 popq %rdi
26245 movq 5576(%rax), %r11
26246 jmp *%r11
26247 #else
26248 movq _glapi_Dispatch(%rip), %rax
26249 testq %rax, %rax
26250 je 1f
26251 movq 5576(%rax), %r11
26252 jmp *%r11
26253 1:
26254 pushq %rdi
26255 pushq %rsi
26256 pushq %rbp
26257 call _glapi_get_dispatch
26258 popq %rbp
26259 popq %rsi
26260 popq %rdi
26261 movq 5576(%rax), %r11
26262 jmp *%r11
26263 #endif /* defined(GLX_USE_TLS) */
26264 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
26265
26266 .p2align 4,,15
26267 .globl GL_PREFIX(VertexAttrib3fNV)
26268 .type GL_PREFIX(VertexAttrib3fNV), @function
26269 GL_PREFIX(VertexAttrib3fNV):
26270 #if defined(GLX_USE_TLS)
26271 call _x86_64_get_dispatch@PLT
26272 movq 5584(%rax), %r11
26273 jmp *%r11
26274 #elif defined(PTHREADS)
26275 subq $40, %rsp
26276 movq %rdi, (%rsp)
26277 movq %xmm0, 8(%rsp)
26278 movq %xmm1, 16(%rsp)
26279 movq %xmm2, 24(%rsp)
26280 call _x86_64_get_dispatch@PLT
26281 movq 24(%rsp), %xmm2
26282 movq 16(%rsp), %xmm1
26283 movq 8(%rsp), %xmm0
26284 movq (%rsp), %rdi
26285 addq $40, %rsp
26286 movq 5584(%rax), %r11
26287 jmp *%r11
26288 #else
26289 movq _glapi_Dispatch(%rip), %rax
26290 testq %rax, %rax
26291 je 1f
26292 movq 5584(%rax), %r11
26293 jmp *%r11
26294 1:
26295 subq $40, %rsp
26296 movq %rdi, (%rsp)
26297 movq %xmm0, 8(%rsp)
26298 movq %xmm1, 16(%rsp)
26299 movq %xmm2, 24(%rsp)
26300 call _glapi_get_dispatch
26301 movq 24(%rsp), %xmm2
26302 movq 16(%rsp), %xmm1
26303 movq 8(%rsp), %xmm0
26304 movq (%rsp), %rdi
26305 addq $40, %rsp
26306 movq 5584(%rax), %r11
26307 jmp *%r11
26308 #endif /* defined(GLX_USE_TLS) */
26309 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
26310
26311 .p2align 4,,15
26312 .globl GL_PREFIX(VertexAttrib3fvNV)
26313 .type GL_PREFIX(VertexAttrib3fvNV), @function
26314 GL_PREFIX(VertexAttrib3fvNV):
26315 #if defined(GLX_USE_TLS)
26316 call _x86_64_get_dispatch@PLT
26317 movq 5592(%rax), %r11
26318 jmp *%r11
26319 #elif defined(PTHREADS)
26320 pushq %rdi
26321 pushq %rsi
26322 pushq %rbp
26323 call _x86_64_get_dispatch@PLT
26324 popq %rbp
26325 popq %rsi
26326 popq %rdi
26327 movq 5592(%rax), %r11
26328 jmp *%r11
26329 #else
26330 movq _glapi_Dispatch(%rip), %rax
26331 testq %rax, %rax
26332 je 1f
26333 movq 5592(%rax), %r11
26334 jmp *%r11
26335 1:
26336 pushq %rdi
26337 pushq %rsi
26338 pushq %rbp
26339 call _glapi_get_dispatch
26340 popq %rbp
26341 popq %rsi
26342 popq %rdi
26343 movq 5592(%rax), %r11
26344 jmp *%r11
26345 #endif /* defined(GLX_USE_TLS) */
26346 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
26347
26348 .p2align 4,,15
26349 .globl GL_PREFIX(VertexAttrib3sNV)
26350 .type GL_PREFIX(VertexAttrib3sNV), @function
26351 GL_PREFIX(VertexAttrib3sNV):
26352 #if defined(GLX_USE_TLS)
26353 call _x86_64_get_dispatch@PLT
26354 movq 5600(%rax), %r11
26355 jmp *%r11
26356 #elif defined(PTHREADS)
26357 pushq %rdi
26358 pushq %rsi
26359 pushq %rdx
26360 pushq %rcx
26361 pushq %rbp
26362 call _x86_64_get_dispatch@PLT
26363 popq %rbp
26364 popq %rcx
26365 popq %rdx
26366 popq %rsi
26367 popq %rdi
26368 movq 5600(%rax), %r11
26369 jmp *%r11
26370 #else
26371 movq _glapi_Dispatch(%rip), %rax
26372 testq %rax, %rax
26373 je 1f
26374 movq 5600(%rax), %r11
26375 jmp *%r11
26376 1:
26377 pushq %rdi
26378 pushq %rsi
26379 pushq %rdx
26380 pushq %rcx
26381 pushq %rbp
26382 call _glapi_get_dispatch
26383 popq %rbp
26384 popq %rcx
26385 popq %rdx
26386 popq %rsi
26387 popq %rdi
26388 movq 5600(%rax), %r11
26389 jmp *%r11
26390 #endif /* defined(GLX_USE_TLS) */
26391 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
26392
26393 .p2align 4,,15
26394 .globl GL_PREFIX(VertexAttrib3svNV)
26395 .type GL_PREFIX(VertexAttrib3svNV), @function
26396 GL_PREFIX(VertexAttrib3svNV):
26397 #if defined(GLX_USE_TLS)
26398 call _x86_64_get_dispatch@PLT
26399 movq 5608(%rax), %r11
26400 jmp *%r11
26401 #elif defined(PTHREADS)
26402 pushq %rdi
26403 pushq %rsi
26404 pushq %rbp
26405 call _x86_64_get_dispatch@PLT
26406 popq %rbp
26407 popq %rsi
26408 popq %rdi
26409 movq 5608(%rax), %r11
26410 jmp *%r11
26411 #else
26412 movq _glapi_Dispatch(%rip), %rax
26413 testq %rax, %rax
26414 je 1f
26415 movq 5608(%rax), %r11
26416 jmp *%r11
26417 1:
26418 pushq %rdi
26419 pushq %rsi
26420 pushq %rbp
26421 call _glapi_get_dispatch
26422 popq %rbp
26423 popq %rsi
26424 popq %rdi
26425 movq 5608(%rax), %r11
26426 jmp *%r11
26427 #endif /* defined(GLX_USE_TLS) */
26428 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
26429
26430 .p2align 4,,15
26431 .globl GL_PREFIX(VertexAttrib4dNV)
26432 .type GL_PREFIX(VertexAttrib4dNV), @function
26433 GL_PREFIX(VertexAttrib4dNV):
26434 #if defined(GLX_USE_TLS)
26435 call _x86_64_get_dispatch@PLT
26436 movq 5616(%rax), %r11
26437 jmp *%r11
26438 #elif defined(PTHREADS)
26439 subq $40, %rsp
26440 movq %rdi, (%rsp)
26441 movq %xmm0, 8(%rsp)
26442 movq %xmm1, 16(%rsp)
26443 movq %xmm2, 24(%rsp)
26444 movq %xmm3, 32(%rsp)
26445 call _x86_64_get_dispatch@PLT
26446 movq 32(%rsp), %xmm3
26447 movq 24(%rsp), %xmm2
26448 movq 16(%rsp), %xmm1
26449 movq 8(%rsp), %xmm0
26450 movq (%rsp), %rdi
26451 addq $40, %rsp
26452 movq 5616(%rax), %r11
26453 jmp *%r11
26454 #else
26455 movq _glapi_Dispatch(%rip), %rax
26456 testq %rax, %rax
26457 je 1f
26458 movq 5616(%rax), %r11
26459 jmp *%r11
26460 1:
26461 subq $40, %rsp
26462 movq %rdi, (%rsp)
26463 movq %xmm0, 8(%rsp)
26464 movq %xmm1, 16(%rsp)
26465 movq %xmm2, 24(%rsp)
26466 movq %xmm3, 32(%rsp)
26467 call _glapi_get_dispatch
26468 movq 32(%rsp), %xmm3
26469 movq 24(%rsp), %xmm2
26470 movq 16(%rsp), %xmm1
26471 movq 8(%rsp), %xmm0
26472 movq (%rsp), %rdi
26473 addq $40, %rsp
26474 movq 5616(%rax), %r11
26475 jmp *%r11
26476 #endif /* defined(GLX_USE_TLS) */
26477 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
26478
26479 .p2align 4,,15
26480 .globl GL_PREFIX(VertexAttrib4dvNV)
26481 .type GL_PREFIX(VertexAttrib4dvNV), @function
26482 GL_PREFIX(VertexAttrib4dvNV):
26483 #if defined(GLX_USE_TLS)
26484 call _x86_64_get_dispatch@PLT
26485 movq 5624(%rax), %r11
26486 jmp *%r11
26487 #elif defined(PTHREADS)
26488 pushq %rdi
26489 pushq %rsi
26490 pushq %rbp
26491 call _x86_64_get_dispatch@PLT
26492 popq %rbp
26493 popq %rsi
26494 popq %rdi
26495 movq 5624(%rax), %r11
26496 jmp *%r11
26497 #else
26498 movq _glapi_Dispatch(%rip), %rax
26499 testq %rax, %rax
26500 je 1f
26501 movq 5624(%rax), %r11
26502 jmp *%r11
26503 1:
26504 pushq %rdi
26505 pushq %rsi
26506 pushq %rbp
26507 call _glapi_get_dispatch
26508 popq %rbp
26509 popq %rsi
26510 popq %rdi
26511 movq 5624(%rax), %r11
26512 jmp *%r11
26513 #endif /* defined(GLX_USE_TLS) */
26514 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
26515
26516 .p2align 4,,15
26517 .globl GL_PREFIX(VertexAttrib4fNV)
26518 .type GL_PREFIX(VertexAttrib4fNV), @function
26519 GL_PREFIX(VertexAttrib4fNV):
26520 #if defined(GLX_USE_TLS)
26521 call _x86_64_get_dispatch@PLT
26522 movq 5632(%rax), %r11
26523 jmp *%r11
26524 #elif defined(PTHREADS)
26525 subq $40, %rsp
26526 movq %rdi, (%rsp)
26527 movq %xmm0, 8(%rsp)
26528 movq %xmm1, 16(%rsp)
26529 movq %xmm2, 24(%rsp)
26530 movq %xmm3, 32(%rsp)
26531 call _x86_64_get_dispatch@PLT
26532 movq 32(%rsp), %xmm3
26533 movq 24(%rsp), %xmm2
26534 movq 16(%rsp), %xmm1
26535 movq 8(%rsp), %xmm0
26536 movq (%rsp), %rdi
26537 addq $40, %rsp
26538 movq 5632(%rax), %r11
26539 jmp *%r11
26540 #else
26541 movq _glapi_Dispatch(%rip), %rax
26542 testq %rax, %rax
26543 je 1f
26544 movq 5632(%rax), %r11
26545 jmp *%r11
26546 1:
26547 subq $40, %rsp
26548 movq %rdi, (%rsp)
26549 movq %xmm0, 8(%rsp)
26550 movq %xmm1, 16(%rsp)
26551 movq %xmm2, 24(%rsp)
26552 movq %xmm3, 32(%rsp)
26553 call _glapi_get_dispatch
26554 movq 32(%rsp), %xmm3
26555 movq 24(%rsp), %xmm2
26556 movq 16(%rsp), %xmm1
26557 movq 8(%rsp), %xmm0
26558 movq (%rsp), %rdi
26559 addq $40, %rsp
26560 movq 5632(%rax), %r11
26561 jmp *%r11
26562 #endif /* defined(GLX_USE_TLS) */
26563 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
26564
26565 .p2align 4,,15
26566 .globl GL_PREFIX(VertexAttrib4fvNV)
26567 .type GL_PREFIX(VertexAttrib4fvNV), @function
26568 GL_PREFIX(VertexAttrib4fvNV):
26569 #if defined(GLX_USE_TLS)
26570 call _x86_64_get_dispatch@PLT
26571 movq 5640(%rax), %r11
26572 jmp *%r11
26573 #elif defined(PTHREADS)
26574 pushq %rdi
26575 pushq %rsi
26576 pushq %rbp
26577 call _x86_64_get_dispatch@PLT
26578 popq %rbp
26579 popq %rsi
26580 popq %rdi
26581 movq 5640(%rax), %r11
26582 jmp *%r11
26583 #else
26584 movq _glapi_Dispatch(%rip), %rax
26585 testq %rax, %rax
26586 je 1f
26587 movq 5640(%rax), %r11
26588 jmp *%r11
26589 1:
26590 pushq %rdi
26591 pushq %rsi
26592 pushq %rbp
26593 call _glapi_get_dispatch
26594 popq %rbp
26595 popq %rsi
26596 popq %rdi
26597 movq 5640(%rax), %r11
26598 jmp *%r11
26599 #endif /* defined(GLX_USE_TLS) */
26600 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
26601
26602 .p2align 4,,15
26603 .globl GL_PREFIX(VertexAttrib4sNV)
26604 .type GL_PREFIX(VertexAttrib4sNV), @function
26605 GL_PREFIX(VertexAttrib4sNV):
26606 #if defined(GLX_USE_TLS)
26607 call _x86_64_get_dispatch@PLT
26608 movq 5648(%rax), %r11
26609 jmp *%r11
26610 #elif defined(PTHREADS)
26611 pushq %rdi
26612 pushq %rsi
26613 pushq %rdx
26614 pushq %rcx
26615 pushq %r8
26616 call _x86_64_get_dispatch@PLT
26617 popq %r8
26618 popq %rcx
26619 popq %rdx
26620 popq %rsi
26621 popq %rdi
26622 movq 5648(%rax), %r11
26623 jmp *%r11
26624 #else
26625 movq _glapi_Dispatch(%rip), %rax
26626 testq %rax, %rax
26627 je 1f
26628 movq 5648(%rax), %r11
26629 jmp *%r11
26630 1:
26631 pushq %rdi
26632 pushq %rsi
26633 pushq %rdx
26634 pushq %rcx
26635 pushq %r8
26636 call _glapi_get_dispatch
26637 popq %r8
26638 popq %rcx
26639 popq %rdx
26640 popq %rsi
26641 popq %rdi
26642 movq 5648(%rax), %r11
26643 jmp *%r11
26644 #endif /* defined(GLX_USE_TLS) */
26645 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
26646
26647 .p2align 4,,15
26648 .globl GL_PREFIX(VertexAttrib4svNV)
26649 .type GL_PREFIX(VertexAttrib4svNV), @function
26650 GL_PREFIX(VertexAttrib4svNV):
26651 #if defined(GLX_USE_TLS)
26652 call _x86_64_get_dispatch@PLT
26653 movq 5656(%rax), %r11
26654 jmp *%r11
26655 #elif defined(PTHREADS)
26656 pushq %rdi
26657 pushq %rsi
26658 pushq %rbp
26659 call _x86_64_get_dispatch@PLT
26660 popq %rbp
26661 popq %rsi
26662 popq %rdi
26663 movq 5656(%rax), %r11
26664 jmp *%r11
26665 #else
26666 movq _glapi_Dispatch(%rip), %rax
26667 testq %rax, %rax
26668 je 1f
26669 movq 5656(%rax), %r11
26670 jmp *%r11
26671 1:
26672 pushq %rdi
26673 pushq %rsi
26674 pushq %rbp
26675 call _glapi_get_dispatch
26676 popq %rbp
26677 popq %rsi
26678 popq %rdi
26679 movq 5656(%rax), %r11
26680 jmp *%r11
26681 #endif /* defined(GLX_USE_TLS) */
26682 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
26683
26684 .p2align 4,,15
26685 .globl GL_PREFIX(VertexAttrib4ubNV)
26686 .type GL_PREFIX(VertexAttrib4ubNV), @function
26687 GL_PREFIX(VertexAttrib4ubNV):
26688 #if defined(GLX_USE_TLS)
26689 call _x86_64_get_dispatch@PLT
26690 movq 5664(%rax), %r11
26691 jmp *%r11
26692 #elif defined(PTHREADS)
26693 pushq %rdi
26694 pushq %rsi
26695 pushq %rdx
26696 pushq %rcx
26697 pushq %r8
26698 call _x86_64_get_dispatch@PLT
26699 popq %r8
26700 popq %rcx
26701 popq %rdx
26702 popq %rsi
26703 popq %rdi
26704 movq 5664(%rax), %r11
26705 jmp *%r11
26706 #else
26707 movq _glapi_Dispatch(%rip), %rax
26708 testq %rax, %rax
26709 je 1f
26710 movq 5664(%rax), %r11
26711 jmp *%r11
26712 1:
26713 pushq %rdi
26714 pushq %rsi
26715 pushq %rdx
26716 pushq %rcx
26717 pushq %r8
26718 call _glapi_get_dispatch
26719 popq %r8
26720 popq %rcx
26721 popq %rdx
26722 popq %rsi
26723 popq %rdi
26724 movq 5664(%rax), %r11
26725 jmp *%r11
26726 #endif /* defined(GLX_USE_TLS) */
26727 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
26728
26729 .p2align 4,,15
26730 .globl GL_PREFIX(VertexAttrib4ubvNV)
26731 .type GL_PREFIX(VertexAttrib4ubvNV), @function
26732 GL_PREFIX(VertexAttrib4ubvNV):
26733 #if defined(GLX_USE_TLS)
26734 call _x86_64_get_dispatch@PLT
26735 movq 5672(%rax), %r11
26736 jmp *%r11
26737 #elif defined(PTHREADS)
26738 pushq %rdi
26739 pushq %rsi
26740 pushq %rbp
26741 call _x86_64_get_dispatch@PLT
26742 popq %rbp
26743 popq %rsi
26744 popq %rdi
26745 movq 5672(%rax), %r11
26746 jmp *%r11
26747 #else
26748 movq _glapi_Dispatch(%rip), %rax
26749 testq %rax, %rax
26750 je 1f
26751 movq 5672(%rax), %r11
26752 jmp *%r11
26753 1:
26754 pushq %rdi
26755 pushq %rsi
26756 pushq %rbp
26757 call _glapi_get_dispatch
26758 popq %rbp
26759 popq %rsi
26760 popq %rdi
26761 movq 5672(%rax), %r11
26762 jmp *%r11
26763 #endif /* defined(GLX_USE_TLS) */
26764 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
26765
26766 .p2align 4,,15
26767 .globl GL_PREFIX(VertexAttribPointerNV)
26768 .type GL_PREFIX(VertexAttribPointerNV), @function
26769 GL_PREFIX(VertexAttribPointerNV):
26770 #if defined(GLX_USE_TLS)
26771 call _x86_64_get_dispatch@PLT
26772 movq 5680(%rax), %r11
26773 jmp *%r11
26774 #elif defined(PTHREADS)
26775 pushq %rdi
26776 pushq %rsi
26777 pushq %rdx
26778 pushq %rcx
26779 pushq %r8
26780 call _x86_64_get_dispatch@PLT
26781 popq %r8
26782 popq %rcx
26783 popq %rdx
26784 popq %rsi
26785 popq %rdi
26786 movq 5680(%rax), %r11
26787 jmp *%r11
26788 #else
26789 movq _glapi_Dispatch(%rip), %rax
26790 testq %rax, %rax
26791 je 1f
26792 movq 5680(%rax), %r11
26793 jmp *%r11
26794 1:
26795 pushq %rdi
26796 pushq %rsi
26797 pushq %rdx
26798 pushq %rcx
26799 pushq %r8
26800 call _glapi_get_dispatch
26801 popq %r8
26802 popq %rcx
26803 popq %rdx
26804 popq %rsi
26805 popq %rdi
26806 movq 5680(%rax), %r11
26807 jmp *%r11
26808 #endif /* defined(GLX_USE_TLS) */
26809 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
26810
26811 .p2align 4,,15
26812 .globl GL_PREFIX(VertexAttribs1dvNV)
26813 .type GL_PREFIX(VertexAttribs1dvNV), @function
26814 GL_PREFIX(VertexAttribs1dvNV):
26815 #if defined(GLX_USE_TLS)
26816 call _x86_64_get_dispatch@PLT
26817 movq 5688(%rax), %r11
26818 jmp *%r11
26819 #elif defined(PTHREADS)
26820 pushq %rdi
26821 pushq %rsi
26822 pushq %rdx
26823 call _x86_64_get_dispatch@PLT
26824 popq %rdx
26825 popq %rsi
26826 popq %rdi
26827 movq 5688(%rax), %r11
26828 jmp *%r11
26829 #else
26830 movq _glapi_Dispatch(%rip), %rax
26831 testq %rax, %rax
26832 je 1f
26833 movq 5688(%rax), %r11
26834 jmp *%r11
26835 1:
26836 pushq %rdi
26837 pushq %rsi
26838 pushq %rdx
26839 call _glapi_get_dispatch
26840 popq %rdx
26841 popq %rsi
26842 popq %rdi
26843 movq 5688(%rax), %r11
26844 jmp *%r11
26845 #endif /* defined(GLX_USE_TLS) */
26846 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
26847
26848 .p2align 4,,15
26849 .globl GL_PREFIX(VertexAttribs1fvNV)
26850 .type GL_PREFIX(VertexAttribs1fvNV), @function
26851 GL_PREFIX(VertexAttribs1fvNV):
26852 #if defined(GLX_USE_TLS)
26853 call _x86_64_get_dispatch@PLT
26854 movq 5696(%rax), %r11
26855 jmp *%r11
26856 #elif defined(PTHREADS)
26857 pushq %rdi
26858 pushq %rsi
26859 pushq %rdx
26860 call _x86_64_get_dispatch@PLT
26861 popq %rdx
26862 popq %rsi
26863 popq %rdi
26864 movq 5696(%rax), %r11
26865 jmp *%r11
26866 #else
26867 movq _glapi_Dispatch(%rip), %rax
26868 testq %rax, %rax
26869 je 1f
26870 movq 5696(%rax), %r11
26871 jmp *%r11
26872 1:
26873 pushq %rdi
26874 pushq %rsi
26875 pushq %rdx
26876 call _glapi_get_dispatch
26877 popq %rdx
26878 popq %rsi
26879 popq %rdi
26880 movq 5696(%rax), %r11
26881 jmp *%r11
26882 #endif /* defined(GLX_USE_TLS) */
26883 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
26884
26885 .p2align 4,,15
26886 .globl GL_PREFIX(VertexAttribs1svNV)
26887 .type GL_PREFIX(VertexAttribs1svNV), @function
26888 GL_PREFIX(VertexAttribs1svNV):
26889 #if defined(GLX_USE_TLS)
26890 call _x86_64_get_dispatch@PLT
26891 movq 5704(%rax), %r11
26892 jmp *%r11
26893 #elif defined(PTHREADS)
26894 pushq %rdi
26895 pushq %rsi
26896 pushq %rdx
26897 call _x86_64_get_dispatch@PLT
26898 popq %rdx
26899 popq %rsi
26900 popq %rdi
26901 movq 5704(%rax), %r11
26902 jmp *%r11
26903 #else
26904 movq _glapi_Dispatch(%rip), %rax
26905 testq %rax, %rax
26906 je 1f
26907 movq 5704(%rax), %r11
26908 jmp *%r11
26909 1:
26910 pushq %rdi
26911 pushq %rsi
26912 pushq %rdx
26913 call _glapi_get_dispatch
26914 popq %rdx
26915 popq %rsi
26916 popq %rdi
26917 movq 5704(%rax), %r11
26918 jmp *%r11
26919 #endif /* defined(GLX_USE_TLS) */
26920 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
26921
26922 .p2align 4,,15
26923 .globl GL_PREFIX(VertexAttribs2dvNV)
26924 .type GL_PREFIX(VertexAttribs2dvNV), @function
26925 GL_PREFIX(VertexAttribs2dvNV):
26926 #if defined(GLX_USE_TLS)
26927 call _x86_64_get_dispatch@PLT
26928 movq 5712(%rax), %r11
26929 jmp *%r11
26930 #elif defined(PTHREADS)
26931 pushq %rdi
26932 pushq %rsi
26933 pushq %rdx
26934 call _x86_64_get_dispatch@PLT
26935 popq %rdx
26936 popq %rsi
26937 popq %rdi
26938 movq 5712(%rax), %r11
26939 jmp *%r11
26940 #else
26941 movq _glapi_Dispatch(%rip), %rax
26942 testq %rax, %rax
26943 je 1f
26944 movq 5712(%rax), %r11
26945 jmp *%r11
26946 1:
26947 pushq %rdi
26948 pushq %rsi
26949 pushq %rdx
26950 call _glapi_get_dispatch
26951 popq %rdx
26952 popq %rsi
26953 popq %rdi
26954 movq 5712(%rax), %r11
26955 jmp *%r11
26956 #endif /* defined(GLX_USE_TLS) */
26957 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
26958
26959 .p2align 4,,15
26960 .globl GL_PREFIX(VertexAttribs2fvNV)
26961 .type GL_PREFIX(VertexAttribs2fvNV), @function
26962 GL_PREFIX(VertexAttribs2fvNV):
26963 #if defined(GLX_USE_TLS)
26964 call _x86_64_get_dispatch@PLT
26965 movq 5720(%rax), %r11
26966 jmp *%r11
26967 #elif defined(PTHREADS)
26968 pushq %rdi
26969 pushq %rsi
26970 pushq %rdx
26971 call _x86_64_get_dispatch@PLT
26972 popq %rdx
26973 popq %rsi
26974 popq %rdi
26975 movq 5720(%rax), %r11
26976 jmp *%r11
26977 #else
26978 movq _glapi_Dispatch(%rip), %rax
26979 testq %rax, %rax
26980 je 1f
26981 movq 5720(%rax), %r11
26982 jmp *%r11
26983 1:
26984 pushq %rdi
26985 pushq %rsi
26986 pushq %rdx
26987 call _glapi_get_dispatch
26988 popq %rdx
26989 popq %rsi
26990 popq %rdi
26991 movq 5720(%rax), %r11
26992 jmp *%r11
26993 #endif /* defined(GLX_USE_TLS) */
26994 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
26995
26996 .p2align 4,,15
26997 .globl GL_PREFIX(VertexAttribs2svNV)
26998 .type GL_PREFIX(VertexAttribs2svNV), @function
26999 GL_PREFIX(VertexAttribs2svNV):
27000 #if defined(GLX_USE_TLS)
27001 call _x86_64_get_dispatch@PLT
27002 movq 5728(%rax), %r11
27003 jmp *%r11
27004 #elif defined(PTHREADS)
27005 pushq %rdi
27006 pushq %rsi
27007 pushq %rdx
27008 call _x86_64_get_dispatch@PLT
27009 popq %rdx
27010 popq %rsi
27011 popq %rdi
27012 movq 5728(%rax), %r11
27013 jmp *%r11
27014 #else
27015 movq _glapi_Dispatch(%rip), %rax
27016 testq %rax, %rax
27017 je 1f
27018 movq 5728(%rax), %r11
27019 jmp *%r11
27020 1:
27021 pushq %rdi
27022 pushq %rsi
27023 pushq %rdx
27024 call _glapi_get_dispatch
27025 popq %rdx
27026 popq %rsi
27027 popq %rdi
27028 movq 5728(%rax), %r11
27029 jmp *%r11
27030 #endif /* defined(GLX_USE_TLS) */
27031 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
27032
27033 .p2align 4,,15
27034 .globl GL_PREFIX(VertexAttribs3dvNV)
27035 .type GL_PREFIX(VertexAttribs3dvNV), @function
27036 GL_PREFIX(VertexAttribs3dvNV):
27037 #if defined(GLX_USE_TLS)
27038 call _x86_64_get_dispatch@PLT
27039 movq 5736(%rax), %r11
27040 jmp *%r11
27041 #elif defined(PTHREADS)
27042 pushq %rdi
27043 pushq %rsi
27044 pushq %rdx
27045 call _x86_64_get_dispatch@PLT
27046 popq %rdx
27047 popq %rsi
27048 popq %rdi
27049 movq 5736(%rax), %r11
27050 jmp *%r11
27051 #else
27052 movq _glapi_Dispatch(%rip), %rax
27053 testq %rax, %rax
27054 je 1f
27055 movq 5736(%rax), %r11
27056 jmp *%r11
27057 1:
27058 pushq %rdi
27059 pushq %rsi
27060 pushq %rdx
27061 call _glapi_get_dispatch
27062 popq %rdx
27063 popq %rsi
27064 popq %rdi
27065 movq 5736(%rax), %r11
27066 jmp *%r11
27067 #endif /* defined(GLX_USE_TLS) */
27068 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
27069
27070 .p2align 4,,15
27071 .globl GL_PREFIX(VertexAttribs3fvNV)
27072 .type GL_PREFIX(VertexAttribs3fvNV), @function
27073 GL_PREFIX(VertexAttribs3fvNV):
27074 #if defined(GLX_USE_TLS)
27075 call _x86_64_get_dispatch@PLT
27076 movq 5744(%rax), %r11
27077 jmp *%r11
27078 #elif defined(PTHREADS)
27079 pushq %rdi
27080 pushq %rsi
27081 pushq %rdx
27082 call _x86_64_get_dispatch@PLT
27083 popq %rdx
27084 popq %rsi
27085 popq %rdi
27086 movq 5744(%rax), %r11
27087 jmp *%r11
27088 #else
27089 movq _glapi_Dispatch(%rip), %rax
27090 testq %rax, %rax
27091 je 1f
27092 movq 5744(%rax), %r11
27093 jmp *%r11
27094 1:
27095 pushq %rdi
27096 pushq %rsi
27097 pushq %rdx
27098 call _glapi_get_dispatch
27099 popq %rdx
27100 popq %rsi
27101 popq %rdi
27102 movq 5744(%rax), %r11
27103 jmp *%r11
27104 #endif /* defined(GLX_USE_TLS) */
27105 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
27106
27107 .p2align 4,,15
27108 .globl GL_PREFIX(VertexAttribs3svNV)
27109 .type GL_PREFIX(VertexAttribs3svNV), @function
27110 GL_PREFIX(VertexAttribs3svNV):
27111 #if defined(GLX_USE_TLS)
27112 call _x86_64_get_dispatch@PLT
27113 movq 5752(%rax), %r11
27114 jmp *%r11
27115 #elif defined(PTHREADS)
27116 pushq %rdi
27117 pushq %rsi
27118 pushq %rdx
27119 call _x86_64_get_dispatch@PLT
27120 popq %rdx
27121 popq %rsi
27122 popq %rdi
27123 movq 5752(%rax), %r11
27124 jmp *%r11
27125 #else
27126 movq _glapi_Dispatch(%rip), %rax
27127 testq %rax, %rax
27128 je 1f
27129 movq 5752(%rax), %r11
27130 jmp *%r11
27131 1:
27132 pushq %rdi
27133 pushq %rsi
27134 pushq %rdx
27135 call _glapi_get_dispatch
27136 popq %rdx
27137 popq %rsi
27138 popq %rdi
27139 movq 5752(%rax), %r11
27140 jmp *%r11
27141 #endif /* defined(GLX_USE_TLS) */
27142 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
27143
27144 .p2align 4,,15
27145 .globl GL_PREFIX(VertexAttribs4dvNV)
27146 .type GL_PREFIX(VertexAttribs4dvNV), @function
27147 GL_PREFIX(VertexAttribs4dvNV):
27148 #if defined(GLX_USE_TLS)
27149 call _x86_64_get_dispatch@PLT
27150 movq 5760(%rax), %r11
27151 jmp *%r11
27152 #elif defined(PTHREADS)
27153 pushq %rdi
27154 pushq %rsi
27155 pushq %rdx
27156 call _x86_64_get_dispatch@PLT
27157 popq %rdx
27158 popq %rsi
27159 popq %rdi
27160 movq 5760(%rax), %r11
27161 jmp *%r11
27162 #else
27163 movq _glapi_Dispatch(%rip), %rax
27164 testq %rax, %rax
27165 je 1f
27166 movq 5760(%rax), %r11
27167 jmp *%r11
27168 1:
27169 pushq %rdi
27170 pushq %rsi
27171 pushq %rdx
27172 call _glapi_get_dispatch
27173 popq %rdx
27174 popq %rsi
27175 popq %rdi
27176 movq 5760(%rax), %r11
27177 jmp *%r11
27178 #endif /* defined(GLX_USE_TLS) */
27179 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
27180
27181 .p2align 4,,15
27182 .globl GL_PREFIX(VertexAttribs4fvNV)
27183 .type GL_PREFIX(VertexAttribs4fvNV), @function
27184 GL_PREFIX(VertexAttribs4fvNV):
27185 #if defined(GLX_USE_TLS)
27186 call _x86_64_get_dispatch@PLT
27187 movq 5768(%rax), %r11
27188 jmp *%r11
27189 #elif defined(PTHREADS)
27190 pushq %rdi
27191 pushq %rsi
27192 pushq %rdx
27193 call _x86_64_get_dispatch@PLT
27194 popq %rdx
27195 popq %rsi
27196 popq %rdi
27197 movq 5768(%rax), %r11
27198 jmp *%r11
27199 #else
27200 movq _glapi_Dispatch(%rip), %rax
27201 testq %rax, %rax
27202 je 1f
27203 movq 5768(%rax), %r11
27204 jmp *%r11
27205 1:
27206 pushq %rdi
27207 pushq %rsi
27208 pushq %rdx
27209 call _glapi_get_dispatch
27210 popq %rdx
27211 popq %rsi
27212 popq %rdi
27213 movq 5768(%rax), %r11
27214 jmp *%r11
27215 #endif /* defined(GLX_USE_TLS) */
27216 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
27217
27218 .p2align 4,,15
27219 .globl GL_PREFIX(VertexAttribs4svNV)
27220 .type GL_PREFIX(VertexAttribs4svNV), @function
27221 GL_PREFIX(VertexAttribs4svNV):
27222 #if defined(GLX_USE_TLS)
27223 call _x86_64_get_dispatch@PLT
27224 movq 5776(%rax), %r11
27225 jmp *%r11
27226 #elif defined(PTHREADS)
27227 pushq %rdi
27228 pushq %rsi
27229 pushq %rdx
27230 call _x86_64_get_dispatch@PLT
27231 popq %rdx
27232 popq %rsi
27233 popq %rdi
27234 movq 5776(%rax), %r11
27235 jmp *%r11
27236 #else
27237 movq _glapi_Dispatch(%rip), %rax
27238 testq %rax, %rax
27239 je 1f
27240 movq 5776(%rax), %r11
27241 jmp *%r11
27242 1:
27243 pushq %rdi
27244 pushq %rsi
27245 pushq %rdx
27246 call _glapi_get_dispatch
27247 popq %rdx
27248 popq %rsi
27249 popq %rdi
27250 movq 5776(%rax), %r11
27251 jmp *%r11
27252 #endif /* defined(GLX_USE_TLS) */
27253 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
27254
27255 .p2align 4,,15
27256 .globl GL_PREFIX(VertexAttribs4ubvNV)
27257 .type GL_PREFIX(VertexAttribs4ubvNV), @function
27258 GL_PREFIX(VertexAttribs4ubvNV):
27259 #if defined(GLX_USE_TLS)
27260 call _x86_64_get_dispatch@PLT
27261 movq 5784(%rax), %r11
27262 jmp *%r11
27263 #elif defined(PTHREADS)
27264 pushq %rdi
27265 pushq %rsi
27266 pushq %rdx
27267 call _x86_64_get_dispatch@PLT
27268 popq %rdx
27269 popq %rsi
27270 popq %rdi
27271 movq 5784(%rax), %r11
27272 jmp *%r11
27273 #else
27274 movq _glapi_Dispatch(%rip), %rax
27275 testq %rax, %rax
27276 je 1f
27277 movq 5784(%rax), %r11
27278 jmp *%r11
27279 1:
27280 pushq %rdi
27281 pushq %rsi
27282 pushq %rdx
27283 call _glapi_get_dispatch
27284 popq %rdx
27285 popq %rsi
27286 popq %rdi
27287 movq 5784(%rax), %r11
27288 jmp *%r11
27289 #endif /* defined(GLX_USE_TLS) */
27290 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
27291
27292 .p2align 4,,15
27293 .globl GL_PREFIX(AlphaFragmentOp1ATI)
27294 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
27295 GL_PREFIX(AlphaFragmentOp1ATI):
27296 #if defined(GLX_USE_TLS)
27297 call _x86_64_get_dispatch@PLT
27298 movq 5792(%rax), %r11
27299 jmp *%r11
27300 #elif defined(PTHREADS)
27301 pushq %rdi
27302 pushq %rsi
27303 pushq %rdx
27304 pushq %rcx
27305 pushq %r8
27306 pushq %r9
27307 pushq %rbp
27308 call _x86_64_get_dispatch@PLT
27309 popq %rbp
27310 popq %r9
27311 popq %r8
27312 popq %rcx
27313 popq %rdx
27314 popq %rsi
27315 popq %rdi
27316 movq 5792(%rax), %r11
27317 jmp *%r11
27318 #else
27319 movq _glapi_Dispatch(%rip), %rax
27320 testq %rax, %rax
27321 je 1f
27322 movq 5792(%rax), %r11
27323 jmp *%r11
27324 1:
27325 pushq %rdi
27326 pushq %rsi
27327 pushq %rdx
27328 pushq %rcx
27329 pushq %r8
27330 pushq %r9
27331 pushq %rbp
27332 call _glapi_get_dispatch
27333 popq %rbp
27334 popq %r9
27335 popq %r8
27336 popq %rcx
27337 popq %rdx
27338 popq %rsi
27339 popq %rdi
27340 movq 5792(%rax), %r11
27341 jmp *%r11
27342 #endif /* defined(GLX_USE_TLS) */
27343 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
27344
27345 .p2align 4,,15
27346 .globl GL_PREFIX(AlphaFragmentOp2ATI)
27347 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
27348 GL_PREFIX(AlphaFragmentOp2ATI):
27349 #if defined(GLX_USE_TLS)
27350 call _x86_64_get_dispatch@PLT
27351 movq 5800(%rax), %r11
27352 jmp *%r11
27353 #elif defined(PTHREADS)
27354 pushq %rdi
27355 pushq %rsi
27356 pushq %rdx
27357 pushq %rcx
27358 pushq %r8
27359 pushq %r9
27360 pushq %rbp
27361 call _x86_64_get_dispatch@PLT
27362 popq %rbp
27363 popq %r9
27364 popq %r8
27365 popq %rcx
27366 popq %rdx
27367 popq %rsi
27368 popq %rdi
27369 movq 5800(%rax), %r11
27370 jmp *%r11
27371 #else
27372 movq _glapi_Dispatch(%rip), %rax
27373 testq %rax, %rax
27374 je 1f
27375 movq 5800(%rax), %r11
27376 jmp *%r11
27377 1:
27378 pushq %rdi
27379 pushq %rsi
27380 pushq %rdx
27381 pushq %rcx
27382 pushq %r8
27383 pushq %r9
27384 pushq %rbp
27385 call _glapi_get_dispatch
27386 popq %rbp
27387 popq %r9
27388 popq %r8
27389 popq %rcx
27390 popq %rdx
27391 popq %rsi
27392 popq %rdi
27393 movq 5800(%rax), %r11
27394 jmp *%r11
27395 #endif /* defined(GLX_USE_TLS) */
27396 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
27397
27398 .p2align 4,,15
27399 .globl GL_PREFIX(AlphaFragmentOp3ATI)
27400 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
27401 GL_PREFIX(AlphaFragmentOp3ATI):
27402 #if defined(GLX_USE_TLS)
27403 call _x86_64_get_dispatch@PLT
27404 movq 5808(%rax), %r11
27405 jmp *%r11
27406 #elif defined(PTHREADS)
27407 pushq %rdi
27408 pushq %rsi
27409 pushq %rdx
27410 pushq %rcx
27411 pushq %r8
27412 pushq %r9
27413 pushq %rbp
27414 call _x86_64_get_dispatch@PLT
27415 popq %rbp
27416 popq %r9
27417 popq %r8
27418 popq %rcx
27419 popq %rdx
27420 popq %rsi
27421 popq %rdi
27422 movq 5808(%rax), %r11
27423 jmp *%r11
27424 #else
27425 movq _glapi_Dispatch(%rip), %rax
27426 testq %rax, %rax
27427 je 1f
27428 movq 5808(%rax), %r11
27429 jmp *%r11
27430 1:
27431 pushq %rdi
27432 pushq %rsi
27433 pushq %rdx
27434 pushq %rcx
27435 pushq %r8
27436 pushq %r9
27437 pushq %rbp
27438 call _glapi_get_dispatch
27439 popq %rbp
27440 popq %r9
27441 popq %r8
27442 popq %rcx
27443 popq %rdx
27444 popq %rsi
27445 popq %rdi
27446 movq 5808(%rax), %r11
27447 jmp *%r11
27448 #endif /* defined(GLX_USE_TLS) */
27449 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
27450
27451 .p2align 4,,15
27452 .globl GL_PREFIX(BeginFragmentShaderATI)
27453 .type GL_PREFIX(BeginFragmentShaderATI), @function
27454 GL_PREFIX(BeginFragmentShaderATI):
27455 #if defined(GLX_USE_TLS)
27456 call _x86_64_get_dispatch@PLT
27457 movq 5816(%rax), %r11
27458 jmp *%r11
27459 #elif defined(PTHREADS)
27460 pushq %rbp
27461 call _x86_64_get_dispatch@PLT
27462 popq %rbp
27463 movq 5816(%rax), %r11
27464 jmp *%r11
27465 #else
27466 movq _glapi_Dispatch(%rip), %rax
27467 testq %rax, %rax
27468 je 1f
27469 movq 5816(%rax), %r11
27470 jmp *%r11
27471 1:
27472 pushq %rbp
27473 call _glapi_get_dispatch
27474 popq %rbp
27475 movq 5816(%rax), %r11
27476 jmp *%r11
27477 #endif /* defined(GLX_USE_TLS) */
27478 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
27479
27480 .p2align 4,,15
27481 .globl GL_PREFIX(BindFragmentShaderATI)
27482 .type GL_PREFIX(BindFragmentShaderATI), @function
27483 GL_PREFIX(BindFragmentShaderATI):
27484 #if defined(GLX_USE_TLS)
27485 call _x86_64_get_dispatch@PLT
27486 movq 5824(%rax), %r11
27487 jmp *%r11
27488 #elif defined(PTHREADS)
27489 pushq %rdi
27490 call _x86_64_get_dispatch@PLT
27491 popq %rdi
27492 movq 5824(%rax), %r11
27493 jmp *%r11
27494 #else
27495 movq _glapi_Dispatch(%rip), %rax
27496 testq %rax, %rax
27497 je 1f
27498 movq 5824(%rax), %r11
27499 jmp *%r11
27500 1:
27501 pushq %rdi
27502 call _glapi_get_dispatch
27503 popq %rdi
27504 movq 5824(%rax), %r11
27505 jmp *%r11
27506 #endif /* defined(GLX_USE_TLS) */
27507 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
27508
27509 .p2align 4,,15
27510 .globl GL_PREFIX(ColorFragmentOp1ATI)
27511 .type GL_PREFIX(ColorFragmentOp1ATI), @function
27512 GL_PREFIX(ColorFragmentOp1ATI):
27513 #if defined(GLX_USE_TLS)
27514 call _x86_64_get_dispatch@PLT
27515 movq 5832(%rax), %r11
27516 jmp *%r11
27517 #elif defined(PTHREADS)
27518 pushq %rdi
27519 pushq %rsi
27520 pushq %rdx
27521 pushq %rcx
27522 pushq %r8
27523 pushq %r9
27524 pushq %rbp
27525 call _x86_64_get_dispatch@PLT
27526 popq %rbp
27527 popq %r9
27528 popq %r8
27529 popq %rcx
27530 popq %rdx
27531 popq %rsi
27532 popq %rdi
27533 movq 5832(%rax), %r11
27534 jmp *%r11
27535 #else
27536 movq _glapi_Dispatch(%rip), %rax
27537 testq %rax, %rax
27538 je 1f
27539 movq 5832(%rax), %r11
27540 jmp *%r11
27541 1:
27542 pushq %rdi
27543 pushq %rsi
27544 pushq %rdx
27545 pushq %rcx
27546 pushq %r8
27547 pushq %r9
27548 pushq %rbp
27549 call _glapi_get_dispatch
27550 popq %rbp
27551 popq %r9
27552 popq %r8
27553 popq %rcx
27554 popq %rdx
27555 popq %rsi
27556 popq %rdi
27557 movq 5832(%rax), %r11
27558 jmp *%r11
27559 #endif /* defined(GLX_USE_TLS) */
27560 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
27561
27562 .p2align 4,,15
27563 .globl GL_PREFIX(ColorFragmentOp2ATI)
27564 .type GL_PREFIX(ColorFragmentOp2ATI), @function
27565 GL_PREFIX(ColorFragmentOp2ATI):
27566 #if defined(GLX_USE_TLS)
27567 call _x86_64_get_dispatch@PLT
27568 movq 5840(%rax), %r11
27569 jmp *%r11
27570 #elif defined(PTHREADS)
27571 pushq %rdi
27572 pushq %rsi
27573 pushq %rdx
27574 pushq %rcx
27575 pushq %r8
27576 pushq %r9
27577 pushq %rbp
27578 call _x86_64_get_dispatch@PLT
27579 popq %rbp
27580 popq %r9
27581 popq %r8
27582 popq %rcx
27583 popq %rdx
27584 popq %rsi
27585 popq %rdi
27586 movq 5840(%rax), %r11
27587 jmp *%r11
27588 #else
27589 movq _glapi_Dispatch(%rip), %rax
27590 testq %rax, %rax
27591 je 1f
27592 movq 5840(%rax), %r11
27593 jmp *%r11
27594 1:
27595 pushq %rdi
27596 pushq %rsi
27597 pushq %rdx
27598 pushq %rcx
27599 pushq %r8
27600 pushq %r9
27601 pushq %rbp
27602 call _glapi_get_dispatch
27603 popq %rbp
27604 popq %r9
27605 popq %r8
27606 popq %rcx
27607 popq %rdx
27608 popq %rsi
27609 popq %rdi
27610 movq 5840(%rax), %r11
27611 jmp *%r11
27612 #endif /* defined(GLX_USE_TLS) */
27613 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
27614
27615 .p2align 4,,15
27616 .globl GL_PREFIX(ColorFragmentOp3ATI)
27617 .type GL_PREFIX(ColorFragmentOp3ATI), @function
27618 GL_PREFIX(ColorFragmentOp3ATI):
27619 #if defined(GLX_USE_TLS)
27620 call _x86_64_get_dispatch@PLT
27621 movq 5848(%rax), %r11
27622 jmp *%r11
27623 #elif defined(PTHREADS)
27624 pushq %rdi
27625 pushq %rsi
27626 pushq %rdx
27627 pushq %rcx
27628 pushq %r8
27629 pushq %r9
27630 pushq %rbp
27631 call _x86_64_get_dispatch@PLT
27632 popq %rbp
27633 popq %r9
27634 popq %r8
27635 popq %rcx
27636 popq %rdx
27637 popq %rsi
27638 popq %rdi
27639 movq 5848(%rax), %r11
27640 jmp *%r11
27641 #else
27642 movq _glapi_Dispatch(%rip), %rax
27643 testq %rax, %rax
27644 je 1f
27645 movq 5848(%rax), %r11
27646 jmp *%r11
27647 1:
27648 pushq %rdi
27649 pushq %rsi
27650 pushq %rdx
27651 pushq %rcx
27652 pushq %r8
27653 pushq %r9
27654 pushq %rbp
27655 call _glapi_get_dispatch
27656 popq %rbp
27657 popq %r9
27658 popq %r8
27659 popq %rcx
27660 popq %rdx
27661 popq %rsi
27662 popq %rdi
27663 movq 5848(%rax), %r11
27664 jmp *%r11
27665 #endif /* defined(GLX_USE_TLS) */
27666 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
27667
27668 .p2align 4,,15
27669 .globl GL_PREFIX(DeleteFragmentShaderATI)
27670 .type GL_PREFIX(DeleteFragmentShaderATI), @function
27671 GL_PREFIX(DeleteFragmentShaderATI):
27672 #if defined(GLX_USE_TLS)
27673 call _x86_64_get_dispatch@PLT
27674 movq 5856(%rax), %r11
27675 jmp *%r11
27676 #elif defined(PTHREADS)
27677 pushq %rdi
27678 call _x86_64_get_dispatch@PLT
27679 popq %rdi
27680 movq 5856(%rax), %r11
27681 jmp *%r11
27682 #else
27683 movq _glapi_Dispatch(%rip), %rax
27684 testq %rax, %rax
27685 je 1f
27686 movq 5856(%rax), %r11
27687 jmp *%r11
27688 1:
27689 pushq %rdi
27690 call _glapi_get_dispatch
27691 popq %rdi
27692 movq 5856(%rax), %r11
27693 jmp *%r11
27694 #endif /* defined(GLX_USE_TLS) */
27695 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
27696
27697 .p2align 4,,15
27698 .globl GL_PREFIX(EndFragmentShaderATI)
27699 .type GL_PREFIX(EndFragmentShaderATI), @function
27700 GL_PREFIX(EndFragmentShaderATI):
27701 #if defined(GLX_USE_TLS)
27702 call _x86_64_get_dispatch@PLT
27703 movq 5864(%rax), %r11
27704 jmp *%r11
27705 #elif defined(PTHREADS)
27706 pushq %rbp
27707 call _x86_64_get_dispatch@PLT
27708 popq %rbp
27709 movq 5864(%rax), %r11
27710 jmp *%r11
27711 #else
27712 movq _glapi_Dispatch(%rip), %rax
27713 testq %rax, %rax
27714 je 1f
27715 movq 5864(%rax), %r11
27716 jmp *%r11
27717 1:
27718 pushq %rbp
27719 call _glapi_get_dispatch
27720 popq %rbp
27721 movq 5864(%rax), %r11
27722 jmp *%r11
27723 #endif /* defined(GLX_USE_TLS) */
27724 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
27725
27726 .p2align 4,,15
27727 .globl GL_PREFIX(GenFragmentShadersATI)
27728 .type GL_PREFIX(GenFragmentShadersATI), @function
27729 GL_PREFIX(GenFragmentShadersATI):
27730 #if defined(GLX_USE_TLS)
27731 call _x86_64_get_dispatch@PLT
27732 movq 5872(%rax), %r11
27733 jmp *%r11
27734 #elif defined(PTHREADS)
27735 pushq %rdi
27736 call _x86_64_get_dispatch@PLT
27737 popq %rdi
27738 movq 5872(%rax), %r11
27739 jmp *%r11
27740 #else
27741 movq _glapi_Dispatch(%rip), %rax
27742 testq %rax, %rax
27743 je 1f
27744 movq 5872(%rax), %r11
27745 jmp *%r11
27746 1:
27747 pushq %rdi
27748 call _glapi_get_dispatch
27749 popq %rdi
27750 movq 5872(%rax), %r11
27751 jmp *%r11
27752 #endif /* defined(GLX_USE_TLS) */
27753 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
27754
27755 .p2align 4,,15
27756 .globl GL_PREFIX(PassTexCoordATI)
27757 .type GL_PREFIX(PassTexCoordATI), @function
27758 GL_PREFIX(PassTexCoordATI):
27759 #if defined(GLX_USE_TLS)
27760 call _x86_64_get_dispatch@PLT
27761 movq 5880(%rax), %r11
27762 jmp *%r11
27763 #elif defined(PTHREADS)
27764 pushq %rdi
27765 pushq %rsi
27766 pushq %rdx
27767 call _x86_64_get_dispatch@PLT
27768 popq %rdx
27769 popq %rsi
27770 popq %rdi
27771 movq 5880(%rax), %r11
27772 jmp *%r11
27773 #else
27774 movq _glapi_Dispatch(%rip), %rax
27775 testq %rax, %rax
27776 je 1f
27777 movq 5880(%rax), %r11
27778 jmp *%r11
27779 1:
27780 pushq %rdi
27781 pushq %rsi
27782 pushq %rdx
27783 call _glapi_get_dispatch
27784 popq %rdx
27785 popq %rsi
27786 popq %rdi
27787 movq 5880(%rax), %r11
27788 jmp *%r11
27789 #endif /* defined(GLX_USE_TLS) */
27790 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
27791
27792 .p2align 4,,15
27793 .globl GL_PREFIX(SampleMapATI)
27794 .type GL_PREFIX(SampleMapATI), @function
27795 GL_PREFIX(SampleMapATI):
27796 #if defined(GLX_USE_TLS)
27797 call _x86_64_get_dispatch@PLT
27798 movq 5888(%rax), %r11
27799 jmp *%r11
27800 #elif defined(PTHREADS)
27801 pushq %rdi
27802 pushq %rsi
27803 pushq %rdx
27804 call _x86_64_get_dispatch@PLT
27805 popq %rdx
27806 popq %rsi
27807 popq %rdi
27808 movq 5888(%rax), %r11
27809 jmp *%r11
27810 #else
27811 movq _glapi_Dispatch(%rip), %rax
27812 testq %rax, %rax
27813 je 1f
27814 movq 5888(%rax), %r11
27815 jmp *%r11
27816 1:
27817 pushq %rdi
27818 pushq %rsi
27819 pushq %rdx
27820 call _glapi_get_dispatch
27821 popq %rdx
27822 popq %rsi
27823 popq %rdi
27824 movq 5888(%rax), %r11
27825 jmp *%r11
27826 #endif /* defined(GLX_USE_TLS) */
27827 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
27828
27829 .p2align 4,,15
27830 .globl GL_PREFIX(SetFragmentShaderConstantATI)
27831 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
27832 GL_PREFIX(SetFragmentShaderConstantATI):
27833 #if defined(GLX_USE_TLS)
27834 call _x86_64_get_dispatch@PLT
27835 movq 5896(%rax), %r11
27836 jmp *%r11
27837 #elif defined(PTHREADS)
27838 pushq %rdi
27839 pushq %rsi
27840 pushq %rbp
27841 call _x86_64_get_dispatch@PLT
27842 popq %rbp
27843 popq %rsi
27844 popq %rdi
27845 movq 5896(%rax), %r11
27846 jmp *%r11
27847 #else
27848 movq _glapi_Dispatch(%rip), %rax
27849 testq %rax, %rax
27850 je 1f
27851 movq 5896(%rax), %r11
27852 jmp *%r11
27853 1:
27854 pushq %rdi
27855 pushq %rsi
27856 pushq %rbp
27857 call _glapi_get_dispatch
27858 popq %rbp
27859 popq %rsi
27860 popq %rdi
27861 movq 5896(%rax), %r11
27862 jmp *%r11
27863 #endif /* defined(GLX_USE_TLS) */
27864 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
27865
27866 .p2align 4,,15
27867 .globl GL_PREFIX(PointParameteriNV)
27868 .type GL_PREFIX(PointParameteriNV), @function
27869 GL_PREFIX(PointParameteriNV):
27870 #if defined(GLX_USE_TLS)
27871 call _x86_64_get_dispatch@PLT
27872 movq 5904(%rax), %r11
27873 jmp *%r11
27874 #elif defined(PTHREADS)
27875 pushq %rdi
27876 pushq %rsi
27877 pushq %rbp
27878 call _x86_64_get_dispatch@PLT
27879 popq %rbp
27880 popq %rsi
27881 popq %rdi
27882 movq 5904(%rax), %r11
27883 jmp *%r11
27884 #else
27885 movq _glapi_Dispatch(%rip), %rax
27886 testq %rax, %rax
27887 je 1f
27888 movq 5904(%rax), %r11
27889 jmp *%r11
27890 1:
27891 pushq %rdi
27892 pushq %rsi
27893 pushq %rbp
27894 call _glapi_get_dispatch
27895 popq %rbp
27896 popq %rsi
27897 popq %rdi
27898 movq 5904(%rax), %r11
27899 jmp *%r11
27900 #endif /* defined(GLX_USE_TLS) */
27901 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
27902
27903 .p2align 4,,15
27904 .globl GL_PREFIX(PointParameterivNV)
27905 .type GL_PREFIX(PointParameterivNV), @function
27906 GL_PREFIX(PointParameterivNV):
27907 #if defined(GLX_USE_TLS)
27908 call _x86_64_get_dispatch@PLT
27909 movq 5912(%rax), %r11
27910 jmp *%r11
27911 #elif defined(PTHREADS)
27912 pushq %rdi
27913 pushq %rsi
27914 pushq %rbp
27915 call _x86_64_get_dispatch@PLT
27916 popq %rbp
27917 popq %rsi
27918 popq %rdi
27919 movq 5912(%rax), %r11
27920 jmp *%r11
27921 #else
27922 movq _glapi_Dispatch(%rip), %rax
27923 testq %rax, %rax
27924 je 1f
27925 movq 5912(%rax), %r11
27926 jmp *%r11
27927 1:
27928 pushq %rdi
27929 pushq %rsi
27930 pushq %rbp
27931 call _glapi_get_dispatch
27932 popq %rbp
27933 popq %rsi
27934 popq %rdi
27935 movq 5912(%rax), %r11
27936 jmp *%r11
27937 #endif /* defined(GLX_USE_TLS) */
27938 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
27939
27940 .p2align 4,,15
27941 .globl GL_PREFIX(ActiveStencilFaceEXT)
27942 .type GL_PREFIX(ActiveStencilFaceEXT), @function
27943 GL_PREFIX(ActiveStencilFaceEXT):
27944 #if defined(GLX_USE_TLS)
27945 call _x86_64_get_dispatch@PLT
27946 movq 5920(%rax), %r11
27947 jmp *%r11
27948 #elif defined(PTHREADS)
27949 pushq %rdi
27950 call _x86_64_get_dispatch@PLT
27951 popq %rdi
27952 movq 5920(%rax), %r11
27953 jmp *%r11
27954 #else
27955 movq _glapi_Dispatch(%rip), %rax
27956 testq %rax, %rax
27957 je 1f
27958 movq 5920(%rax), %r11
27959 jmp *%r11
27960 1:
27961 pushq %rdi
27962 call _glapi_get_dispatch
27963 popq %rdi
27964 movq 5920(%rax), %r11
27965 jmp *%r11
27966 #endif /* defined(GLX_USE_TLS) */
27967 .size GL_PREFIX(ActiveStencilFaceEXT), .-GL_PREFIX(ActiveStencilFaceEXT)
27968
27969 .p2align 4,,15
27970 .globl GL_PREFIX(_dispatch_stub_741)
27971 .type GL_PREFIX(_dispatch_stub_741), @function
27972 HIDDEN(GL_PREFIX(_dispatch_stub_741))
27973 GL_PREFIX(_dispatch_stub_741):
27974 #if defined(GLX_USE_TLS)
27975 call _x86_64_get_dispatch@PLT
27976 movq 5928(%rax), %r11
27977 jmp *%r11
27978 #elif defined(PTHREADS)
27979 pushq %rdi
27980 call _x86_64_get_dispatch@PLT
27981 popq %rdi
27982 movq 5928(%rax), %r11
27983 jmp *%r11
27984 #else
27985 movq _glapi_Dispatch(%rip), %rax
27986 testq %rax, %rax
27987 je 1f
27988 movq 5928(%rax), %r11
27989 jmp *%r11
27990 1:
27991 pushq %rdi
27992 call _glapi_get_dispatch
27993 popq %rdi
27994 movq 5928(%rax), %r11
27995 jmp *%r11
27996 #endif /* defined(GLX_USE_TLS) */
27997 .size GL_PREFIX(_dispatch_stub_741), .-GL_PREFIX(_dispatch_stub_741)
27998
27999 .p2align 4,,15
28000 .globl GL_PREFIX(_dispatch_stub_742)
28001 .type GL_PREFIX(_dispatch_stub_742), @function
28002 HIDDEN(GL_PREFIX(_dispatch_stub_742))
28003 GL_PREFIX(_dispatch_stub_742):
28004 #if defined(GLX_USE_TLS)
28005 call _x86_64_get_dispatch@PLT
28006 movq 5936(%rax), %r11
28007 jmp *%r11
28008 #elif defined(PTHREADS)
28009 pushq %rdi
28010 pushq %rsi
28011 pushq %rbp
28012 call _x86_64_get_dispatch@PLT
28013 popq %rbp
28014 popq %rsi
28015 popq %rdi
28016 movq 5936(%rax), %r11
28017 jmp *%r11
28018 #else
28019 movq _glapi_Dispatch(%rip), %rax
28020 testq %rax, %rax
28021 je 1f
28022 movq 5936(%rax), %r11
28023 jmp *%r11
28024 1:
28025 pushq %rdi
28026 pushq %rsi
28027 pushq %rbp
28028 call _glapi_get_dispatch
28029 popq %rbp
28030 popq %rsi
28031 popq %rdi
28032 movq 5936(%rax), %r11
28033 jmp *%r11
28034 #endif /* defined(GLX_USE_TLS) */
28035 .size GL_PREFIX(_dispatch_stub_742), .-GL_PREFIX(_dispatch_stub_742)
28036
28037 .p2align 4,,15
28038 .globl GL_PREFIX(_dispatch_stub_743)
28039 .type GL_PREFIX(_dispatch_stub_743), @function
28040 HIDDEN(GL_PREFIX(_dispatch_stub_743))
28041 GL_PREFIX(_dispatch_stub_743):
28042 #if defined(GLX_USE_TLS)
28043 call _x86_64_get_dispatch@PLT
28044 movq 5944(%rax), %r11
28045 jmp *%r11
28046 #elif defined(PTHREADS)
28047 pushq %rdi
28048 pushq %rsi
28049 pushq %rbp
28050 call _x86_64_get_dispatch@PLT
28051 popq %rbp
28052 popq %rsi
28053 popq %rdi
28054 movq 5944(%rax), %r11
28055 jmp *%r11
28056 #else
28057 movq _glapi_Dispatch(%rip), %rax
28058 testq %rax, %rax
28059 je 1f
28060 movq 5944(%rax), %r11
28061 jmp *%r11
28062 1:
28063 pushq %rdi
28064 pushq %rsi
28065 pushq %rbp
28066 call _glapi_get_dispatch
28067 popq %rbp
28068 popq %rsi
28069 popq %rdi
28070 movq 5944(%rax), %r11
28071 jmp *%r11
28072 #endif /* defined(GLX_USE_TLS) */
28073 .size GL_PREFIX(_dispatch_stub_743), .-GL_PREFIX(_dispatch_stub_743)
28074
28075 .p2align 4,,15
28076 .globl GL_PREFIX(_dispatch_stub_744)
28077 .type GL_PREFIX(_dispatch_stub_744), @function
28078 HIDDEN(GL_PREFIX(_dispatch_stub_744))
28079 GL_PREFIX(_dispatch_stub_744):
28080 #if defined(GLX_USE_TLS)
28081 call _x86_64_get_dispatch@PLT
28082 movq 5952(%rax), %r11
28083 jmp *%r11
28084 #elif defined(PTHREADS)
28085 pushq %rdi
28086 call _x86_64_get_dispatch@PLT
28087 popq %rdi
28088 movq 5952(%rax), %r11
28089 jmp *%r11
28090 #else
28091 movq _glapi_Dispatch(%rip), %rax
28092 testq %rax, %rax
28093 je 1f
28094 movq 5952(%rax), %r11
28095 jmp *%r11
28096 1:
28097 pushq %rdi
28098 call _glapi_get_dispatch
28099 popq %rdi
28100 movq 5952(%rax), %r11
28101 jmp *%r11
28102 #endif /* defined(GLX_USE_TLS) */
28103 .size GL_PREFIX(_dispatch_stub_744), .-GL_PREFIX(_dispatch_stub_744)
28104
28105 .p2align 4,,15
28106 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
28107 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
28108 GL_PREFIX(GetProgramNamedParameterdvNV):
28109 #if defined(GLX_USE_TLS)
28110 call _x86_64_get_dispatch@PLT
28111 movq 5960(%rax), %r11
28112 jmp *%r11
28113 #elif defined(PTHREADS)
28114 pushq %rdi
28115 pushq %rsi
28116 pushq %rdx
28117 pushq %rcx
28118 pushq %rbp
28119 call _x86_64_get_dispatch@PLT
28120 popq %rbp
28121 popq %rcx
28122 popq %rdx
28123 popq %rsi
28124 popq %rdi
28125 movq 5960(%rax), %r11
28126 jmp *%r11
28127 #else
28128 movq _glapi_Dispatch(%rip), %rax
28129 testq %rax, %rax
28130 je 1f
28131 movq 5960(%rax), %r11
28132 jmp *%r11
28133 1:
28134 pushq %rdi
28135 pushq %rsi
28136 pushq %rdx
28137 pushq %rcx
28138 pushq %rbp
28139 call _glapi_get_dispatch
28140 popq %rbp
28141 popq %rcx
28142 popq %rdx
28143 popq %rsi
28144 popq %rdi
28145 movq 5960(%rax), %r11
28146 jmp *%r11
28147 #endif /* defined(GLX_USE_TLS) */
28148 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
28149
28150 .p2align 4,,15
28151 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
28152 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
28153 GL_PREFIX(GetProgramNamedParameterfvNV):
28154 #if defined(GLX_USE_TLS)
28155 call _x86_64_get_dispatch@PLT
28156 movq 5968(%rax), %r11
28157 jmp *%r11
28158 #elif defined(PTHREADS)
28159 pushq %rdi
28160 pushq %rsi
28161 pushq %rdx
28162 pushq %rcx
28163 pushq %rbp
28164 call _x86_64_get_dispatch@PLT
28165 popq %rbp
28166 popq %rcx
28167 popq %rdx
28168 popq %rsi
28169 popq %rdi
28170 movq 5968(%rax), %r11
28171 jmp *%r11
28172 #else
28173 movq _glapi_Dispatch(%rip), %rax
28174 testq %rax, %rax
28175 je 1f
28176 movq 5968(%rax), %r11
28177 jmp *%r11
28178 1:
28179 pushq %rdi
28180 pushq %rsi
28181 pushq %rdx
28182 pushq %rcx
28183 pushq %rbp
28184 call _glapi_get_dispatch
28185 popq %rbp
28186 popq %rcx
28187 popq %rdx
28188 popq %rsi
28189 popq %rdi
28190 movq 5968(%rax), %r11
28191 jmp *%r11
28192 #endif /* defined(GLX_USE_TLS) */
28193 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
28194
28195 .p2align 4,,15
28196 .globl GL_PREFIX(ProgramNamedParameter4dNV)
28197 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
28198 GL_PREFIX(ProgramNamedParameter4dNV):
28199 #if defined(GLX_USE_TLS)
28200 call _x86_64_get_dispatch@PLT
28201 movq 5976(%rax), %r11
28202 jmp *%r11
28203 #elif defined(PTHREADS)
28204 subq $56, %rsp
28205 movq %rdi, (%rsp)
28206 movq %rsi, 8(%rsp)
28207 movq %rdx, 16(%rsp)
28208 movq %xmm0, 24(%rsp)
28209 movq %xmm1, 32(%rsp)
28210 movq %xmm2, 40(%rsp)
28211 movq %xmm3, 48(%rsp)
28212 call _x86_64_get_dispatch@PLT
28213 movq 48(%rsp), %xmm3
28214 movq 40(%rsp), %xmm2
28215 movq 32(%rsp), %xmm1
28216 movq 24(%rsp), %xmm0
28217 movq 16(%rsp), %rdx
28218 movq 8(%rsp), %rsi
28219 movq (%rsp), %rdi
28220 addq $56, %rsp
28221 movq 5976(%rax), %r11
28222 jmp *%r11
28223 #else
28224 movq _glapi_Dispatch(%rip), %rax
28225 testq %rax, %rax
28226 je 1f
28227 movq 5976(%rax), %r11
28228 jmp *%r11
28229 1:
28230 subq $56, %rsp
28231 movq %rdi, (%rsp)
28232 movq %rsi, 8(%rsp)
28233 movq %rdx, 16(%rsp)
28234 movq %xmm0, 24(%rsp)
28235 movq %xmm1, 32(%rsp)
28236 movq %xmm2, 40(%rsp)
28237 movq %xmm3, 48(%rsp)
28238 call _glapi_get_dispatch
28239 movq 48(%rsp), %xmm3
28240 movq 40(%rsp), %xmm2
28241 movq 32(%rsp), %xmm1
28242 movq 24(%rsp), %xmm0
28243 movq 16(%rsp), %rdx
28244 movq 8(%rsp), %rsi
28245 movq (%rsp), %rdi
28246 addq $56, %rsp
28247 movq 5976(%rax), %r11
28248 jmp *%r11
28249 #endif /* defined(GLX_USE_TLS) */
28250 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
28251
28252 .p2align 4,,15
28253 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
28254 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
28255 GL_PREFIX(ProgramNamedParameter4dvNV):
28256 #if defined(GLX_USE_TLS)
28257 call _x86_64_get_dispatch@PLT
28258 movq 5984(%rax), %r11
28259 jmp *%r11
28260 #elif defined(PTHREADS)
28261 pushq %rdi
28262 pushq %rsi
28263 pushq %rdx
28264 pushq %rcx
28265 pushq %rbp
28266 call _x86_64_get_dispatch@PLT
28267 popq %rbp
28268 popq %rcx
28269 popq %rdx
28270 popq %rsi
28271 popq %rdi
28272 movq 5984(%rax), %r11
28273 jmp *%r11
28274 #else
28275 movq _glapi_Dispatch(%rip), %rax
28276 testq %rax, %rax
28277 je 1f
28278 movq 5984(%rax), %r11
28279 jmp *%r11
28280 1:
28281 pushq %rdi
28282 pushq %rsi
28283 pushq %rdx
28284 pushq %rcx
28285 pushq %rbp
28286 call _glapi_get_dispatch
28287 popq %rbp
28288 popq %rcx
28289 popq %rdx
28290 popq %rsi
28291 popq %rdi
28292 movq 5984(%rax), %r11
28293 jmp *%r11
28294 #endif /* defined(GLX_USE_TLS) */
28295 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
28296
28297 .p2align 4,,15
28298 .globl GL_PREFIX(ProgramNamedParameter4fNV)
28299 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
28300 GL_PREFIX(ProgramNamedParameter4fNV):
28301 #if defined(GLX_USE_TLS)
28302 call _x86_64_get_dispatch@PLT
28303 movq 5992(%rax), %r11
28304 jmp *%r11
28305 #elif defined(PTHREADS)
28306 subq $56, %rsp
28307 movq %rdi, (%rsp)
28308 movq %rsi, 8(%rsp)
28309 movq %rdx, 16(%rsp)
28310 movq %xmm0, 24(%rsp)
28311 movq %xmm1, 32(%rsp)
28312 movq %xmm2, 40(%rsp)
28313 movq %xmm3, 48(%rsp)
28314 call _x86_64_get_dispatch@PLT
28315 movq 48(%rsp), %xmm3
28316 movq 40(%rsp), %xmm2
28317 movq 32(%rsp), %xmm1
28318 movq 24(%rsp), %xmm0
28319 movq 16(%rsp), %rdx
28320 movq 8(%rsp), %rsi
28321 movq (%rsp), %rdi
28322 addq $56, %rsp
28323 movq 5992(%rax), %r11
28324 jmp *%r11
28325 #else
28326 movq _glapi_Dispatch(%rip), %rax
28327 testq %rax, %rax
28328 je 1f
28329 movq 5992(%rax), %r11
28330 jmp *%r11
28331 1:
28332 subq $56, %rsp
28333 movq %rdi, (%rsp)
28334 movq %rsi, 8(%rsp)
28335 movq %rdx, 16(%rsp)
28336 movq %xmm0, 24(%rsp)
28337 movq %xmm1, 32(%rsp)
28338 movq %xmm2, 40(%rsp)
28339 movq %xmm3, 48(%rsp)
28340 call _glapi_get_dispatch
28341 movq 48(%rsp), %xmm3
28342 movq 40(%rsp), %xmm2
28343 movq 32(%rsp), %xmm1
28344 movq 24(%rsp), %xmm0
28345 movq 16(%rsp), %rdx
28346 movq 8(%rsp), %rsi
28347 movq (%rsp), %rdi
28348 addq $56, %rsp
28349 movq 5992(%rax), %r11
28350 jmp *%r11
28351 #endif /* defined(GLX_USE_TLS) */
28352 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
28353
28354 .p2align 4,,15
28355 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
28356 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
28357 GL_PREFIX(ProgramNamedParameter4fvNV):
28358 #if defined(GLX_USE_TLS)
28359 call _x86_64_get_dispatch@PLT
28360 movq 6000(%rax), %r11
28361 jmp *%r11
28362 #elif defined(PTHREADS)
28363 pushq %rdi
28364 pushq %rsi
28365 pushq %rdx
28366 pushq %rcx
28367 pushq %rbp
28368 call _x86_64_get_dispatch@PLT
28369 popq %rbp
28370 popq %rcx
28371 popq %rdx
28372 popq %rsi
28373 popq %rdi
28374 movq 6000(%rax), %r11
28375 jmp *%r11
28376 #else
28377 movq _glapi_Dispatch(%rip), %rax
28378 testq %rax, %rax
28379 je 1f
28380 movq 6000(%rax), %r11
28381 jmp *%r11
28382 1:
28383 pushq %rdi
28384 pushq %rsi
28385 pushq %rdx
28386 pushq %rcx
28387 pushq %rbp
28388 call _glapi_get_dispatch
28389 popq %rbp
28390 popq %rcx
28391 popq %rdx
28392 popq %rsi
28393 popq %rdi
28394 movq 6000(%rax), %r11
28395 jmp *%r11
28396 #endif /* defined(GLX_USE_TLS) */
28397 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
28398
28399 .p2align 4,,15
28400 .globl GL_PREFIX(DepthBoundsEXT)
28401 .type GL_PREFIX(DepthBoundsEXT), @function
28402 GL_PREFIX(DepthBoundsEXT):
28403 #if defined(GLX_USE_TLS)
28404 call _x86_64_get_dispatch@PLT
28405 movq 6008(%rax), %r11
28406 jmp *%r11
28407 #elif defined(PTHREADS)
28408 pushq %rdi
28409 pushq %rsi
28410 pushq %rbp
28411 call _x86_64_get_dispatch@PLT
28412 popq %rbp
28413 popq %rsi
28414 popq %rdi
28415 movq 6008(%rax), %r11
28416 jmp *%r11
28417 #else
28418 movq _glapi_Dispatch(%rip), %rax
28419 testq %rax, %rax
28420 je 1f
28421 movq 6008(%rax), %r11
28422 jmp *%r11
28423 1:
28424 pushq %rdi
28425 pushq %rsi
28426 pushq %rbp
28427 call _glapi_get_dispatch
28428 popq %rbp
28429 popq %rsi
28430 popq %rdi
28431 movq 6008(%rax), %r11
28432 jmp *%r11
28433 #endif /* defined(GLX_USE_TLS) */
28434 .size GL_PREFIX(DepthBoundsEXT), .-GL_PREFIX(DepthBoundsEXT)
28435
28436 .p2align 4,,15
28437 .globl GL_PREFIX(BlendEquationSeparateEXT)
28438 .type GL_PREFIX(BlendEquationSeparateEXT), @function
28439 GL_PREFIX(BlendEquationSeparateEXT):
28440 #if defined(GLX_USE_TLS)
28441 call _x86_64_get_dispatch@PLT
28442 movq 6016(%rax), %r11
28443 jmp *%r11
28444 #elif defined(PTHREADS)
28445 pushq %rdi
28446 pushq %rsi
28447 pushq %rbp
28448 call _x86_64_get_dispatch@PLT
28449 popq %rbp
28450 popq %rsi
28451 popq %rdi
28452 movq 6016(%rax), %r11
28453 jmp *%r11
28454 #else
28455 movq _glapi_Dispatch(%rip), %rax
28456 testq %rax, %rax
28457 je 1f
28458 movq 6016(%rax), %r11
28459 jmp *%r11
28460 1:
28461 pushq %rdi
28462 pushq %rsi
28463 pushq %rbp
28464 call _glapi_get_dispatch
28465 popq %rbp
28466 popq %rsi
28467 popq %rdi
28468 movq 6016(%rax), %r11
28469 jmp *%r11
28470 #endif /* defined(GLX_USE_TLS) */
28471 .size GL_PREFIX(BlendEquationSeparateEXT), .-GL_PREFIX(BlendEquationSeparateEXT)
28472
28473 .p2align 4,,15
28474 .globl GL_PREFIX(BindFramebufferEXT)
28475 .type GL_PREFIX(BindFramebufferEXT), @function
28476 GL_PREFIX(BindFramebufferEXT):
28477 #if defined(GLX_USE_TLS)
28478 call _x86_64_get_dispatch@PLT
28479 movq 6024(%rax), %r11
28480 jmp *%r11
28481 #elif defined(PTHREADS)
28482 pushq %rdi
28483 pushq %rsi
28484 pushq %rbp
28485 call _x86_64_get_dispatch@PLT
28486 popq %rbp
28487 popq %rsi
28488 popq %rdi
28489 movq 6024(%rax), %r11
28490 jmp *%r11
28491 #else
28492 movq _glapi_Dispatch(%rip), %rax
28493 testq %rax, %rax
28494 je 1f
28495 movq 6024(%rax), %r11
28496 jmp *%r11
28497 1:
28498 pushq %rdi
28499 pushq %rsi
28500 pushq %rbp
28501 call _glapi_get_dispatch
28502 popq %rbp
28503 popq %rsi
28504 popq %rdi
28505 movq 6024(%rax), %r11
28506 jmp *%r11
28507 #endif /* defined(GLX_USE_TLS) */
28508 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
28509
28510 .p2align 4,,15
28511 .globl GL_PREFIX(BindRenderbufferEXT)
28512 .type GL_PREFIX(BindRenderbufferEXT), @function
28513 GL_PREFIX(BindRenderbufferEXT):
28514 #if defined(GLX_USE_TLS)
28515 call _x86_64_get_dispatch@PLT
28516 movq 6032(%rax), %r11
28517 jmp *%r11
28518 #elif defined(PTHREADS)
28519 pushq %rdi
28520 pushq %rsi
28521 pushq %rbp
28522 call _x86_64_get_dispatch@PLT
28523 popq %rbp
28524 popq %rsi
28525 popq %rdi
28526 movq 6032(%rax), %r11
28527 jmp *%r11
28528 #else
28529 movq _glapi_Dispatch(%rip), %rax
28530 testq %rax, %rax
28531 je 1f
28532 movq 6032(%rax), %r11
28533 jmp *%r11
28534 1:
28535 pushq %rdi
28536 pushq %rsi
28537 pushq %rbp
28538 call _glapi_get_dispatch
28539 popq %rbp
28540 popq %rsi
28541 popq %rdi
28542 movq 6032(%rax), %r11
28543 jmp *%r11
28544 #endif /* defined(GLX_USE_TLS) */
28545 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
28546
28547 .p2align 4,,15
28548 .globl GL_PREFIX(CheckFramebufferStatusEXT)
28549 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
28550 GL_PREFIX(CheckFramebufferStatusEXT):
28551 #if defined(GLX_USE_TLS)
28552 call _x86_64_get_dispatch@PLT
28553 movq 6040(%rax), %r11
28554 jmp *%r11
28555 #elif defined(PTHREADS)
28556 pushq %rdi
28557 call _x86_64_get_dispatch@PLT
28558 popq %rdi
28559 movq 6040(%rax), %r11
28560 jmp *%r11
28561 #else
28562 movq _glapi_Dispatch(%rip), %rax
28563 testq %rax, %rax
28564 je 1f
28565 movq 6040(%rax), %r11
28566 jmp *%r11
28567 1:
28568 pushq %rdi
28569 call _glapi_get_dispatch
28570 popq %rdi
28571 movq 6040(%rax), %r11
28572 jmp *%r11
28573 #endif /* defined(GLX_USE_TLS) */
28574 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
28575
28576 .p2align 4,,15
28577 .globl GL_PREFIX(DeleteFramebuffersEXT)
28578 .type GL_PREFIX(DeleteFramebuffersEXT), @function
28579 GL_PREFIX(DeleteFramebuffersEXT):
28580 #if defined(GLX_USE_TLS)
28581 call _x86_64_get_dispatch@PLT
28582 movq 6048(%rax), %r11
28583 jmp *%r11
28584 #elif defined(PTHREADS)
28585 pushq %rdi
28586 pushq %rsi
28587 pushq %rbp
28588 call _x86_64_get_dispatch@PLT
28589 popq %rbp
28590 popq %rsi
28591 popq %rdi
28592 movq 6048(%rax), %r11
28593 jmp *%r11
28594 #else
28595 movq _glapi_Dispatch(%rip), %rax
28596 testq %rax, %rax
28597 je 1f
28598 movq 6048(%rax), %r11
28599 jmp *%r11
28600 1:
28601 pushq %rdi
28602 pushq %rsi
28603 pushq %rbp
28604 call _glapi_get_dispatch
28605 popq %rbp
28606 popq %rsi
28607 popq %rdi
28608 movq 6048(%rax), %r11
28609 jmp *%r11
28610 #endif /* defined(GLX_USE_TLS) */
28611 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
28612
28613 .p2align 4,,15
28614 .globl GL_PREFIX(DeleteRenderbuffersEXT)
28615 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
28616 GL_PREFIX(DeleteRenderbuffersEXT):
28617 #if defined(GLX_USE_TLS)
28618 call _x86_64_get_dispatch@PLT
28619 movq 6056(%rax), %r11
28620 jmp *%r11
28621 #elif defined(PTHREADS)
28622 pushq %rdi
28623 pushq %rsi
28624 pushq %rbp
28625 call _x86_64_get_dispatch@PLT
28626 popq %rbp
28627 popq %rsi
28628 popq %rdi
28629 movq 6056(%rax), %r11
28630 jmp *%r11
28631 #else
28632 movq _glapi_Dispatch(%rip), %rax
28633 testq %rax, %rax
28634 je 1f
28635 movq 6056(%rax), %r11
28636 jmp *%r11
28637 1:
28638 pushq %rdi
28639 pushq %rsi
28640 pushq %rbp
28641 call _glapi_get_dispatch
28642 popq %rbp
28643 popq %rsi
28644 popq %rdi
28645 movq 6056(%rax), %r11
28646 jmp *%r11
28647 #endif /* defined(GLX_USE_TLS) */
28648 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
28649
28650 .p2align 4,,15
28651 .globl GL_PREFIX(FramebufferRenderbufferEXT)
28652 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
28653 GL_PREFIX(FramebufferRenderbufferEXT):
28654 #if defined(GLX_USE_TLS)
28655 call _x86_64_get_dispatch@PLT
28656 movq 6064(%rax), %r11
28657 jmp *%r11
28658 #elif defined(PTHREADS)
28659 pushq %rdi
28660 pushq %rsi
28661 pushq %rdx
28662 pushq %rcx
28663 pushq %rbp
28664 call _x86_64_get_dispatch@PLT
28665 popq %rbp
28666 popq %rcx
28667 popq %rdx
28668 popq %rsi
28669 popq %rdi
28670 movq 6064(%rax), %r11
28671 jmp *%r11
28672 #else
28673 movq _glapi_Dispatch(%rip), %rax
28674 testq %rax, %rax
28675 je 1f
28676 movq 6064(%rax), %r11
28677 jmp *%r11
28678 1:
28679 pushq %rdi
28680 pushq %rsi
28681 pushq %rdx
28682 pushq %rcx
28683 pushq %rbp
28684 call _glapi_get_dispatch
28685 popq %rbp
28686 popq %rcx
28687 popq %rdx
28688 popq %rsi
28689 popq %rdi
28690 movq 6064(%rax), %r11
28691 jmp *%r11
28692 #endif /* defined(GLX_USE_TLS) */
28693 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
28694
28695 .p2align 4,,15
28696 .globl GL_PREFIX(FramebufferTexture1DEXT)
28697 .type GL_PREFIX(FramebufferTexture1DEXT), @function
28698 GL_PREFIX(FramebufferTexture1DEXT):
28699 #if defined(GLX_USE_TLS)
28700 call _x86_64_get_dispatch@PLT
28701 movq 6072(%rax), %r11
28702 jmp *%r11
28703 #elif defined(PTHREADS)
28704 pushq %rdi
28705 pushq %rsi
28706 pushq %rdx
28707 pushq %rcx
28708 pushq %r8
28709 call _x86_64_get_dispatch@PLT
28710 popq %r8
28711 popq %rcx
28712 popq %rdx
28713 popq %rsi
28714 popq %rdi
28715 movq 6072(%rax), %r11
28716 jmp *%r11
28717 #else
28718 movq _glapi_Dispatch(%rip), %rax
28719 testq %rax, %rax
28720 je 1f
28721 movq 6072(%rax), %r11
28722 jmp *%r11
28723 1:
28724 pushq %rdi
28725 pushq %rsi
28726 pushq %rdx
28727 pushq %rcx
28728 pushq %r8
28729 call _glapi_get_dispatch
28730 popq %r8
28731 popq %rcx
28732 popq %rdx
28733 popq %rsi
28734 popq %rdi
28735 movq 6072(%rax), %r11
28736 jmp *%r11
28737 #endif /* defined(GLX_USE_TLS) */
28738 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
28739
28740 .p2align 4,,15
28741 .globl GL_PREFIX(FramebufferTexture2DEXT)
28742 .type GL_PREFIX(FramebufferTexture2DEXT), @function
28743 GL_PREFIX(FramebufferTexture2DEXT):
28744 #if defined(GLX_USE_TLS)
28745 call _x86_64_get_dispatch@PLT
28746 movq 6080(%rax), %r11
28747 jmp *%r11
28748 #elif defined(PTHREADS)
28749 pushq %rdi
28750 pushq %rsi
28751 pushq %rdx
28752 pushq %rcx
28753 pushq %r8
28754 call _x86_64_get_dispatch@PLT
28755 popq %r8
28756 popq %rcx
28757 popq %rdx
28758 popq %rsi
28759 popq %rdi
28760 movq 6080(%rax), %r11
28761 jmp *%r11
28762 #else
28763 movq _glapi_Dispatch(%rip), %rax
28764 testq %rax, %rax
28765 je 1f
28766 movq 6080(%rax), %r11
28767 jmp *%r11
28768 1:
28769 pushq %rdi
28770 pushq %rsi
28771 pushq %rdx
28772 pushq %rcx
28773 pushq %r8
28774 call _glapi_get_dispatch
28775 popq %r8
28776 popq %rcx
28777 popq %rdx
28778 popq %rsi
28779 popq %rdi
28780 movq 6080(%rax), %r11
28781 jmp *%r11
28782 #endif /* defined(GLX_USE_TLS) */
28783 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
28784
28785 .p2align 4,,15
28786 .globl GL_PREFIX(FramebufferTexture3DEXT)
28787 .type GL_PREFIX(FramebufferTexture3DEXT), @function
28788 GL_PREFIX(FramebufferTexture3DEXT):
28789 #if defined(GLX_USE_TLS)
28790 call _x86_64_get_dispatch@PLT
28791 movq 6088(%rax), %r11
28792 jmp *%r11
28793 #elif defined(PTHREADS)
28794 pushq %rdi
28795 pushq %rsi
28796 pushq %rdx
28797 pushq %rcx
28798 pushq %r8
28799 pushq %r9
28800 pushq %rbp
28801 call _x86_64_get_dispatch@PLT
28802 popq %rbp
28803 popq %r9
28804 popq %r8
28805 popq %rcx
28806 popq %rdx
28807 popq %rsi
28808 popq %rdi
28809 movq 6088(%rax), %r11
28810 jmp *%r11
28811 #else
28812 movq _glapi_Dispatch(%rip), %rax
28813 testq %rax, %rax
28814 je 1f
28815 movq 6088(%rax), %r11
28816 jmp *%r11
28817 1:
28818 pushq %rdi
28819 pushq %rsi
28820 pushq %rdx
28821 pushq %rcx
28822 pushq %r8
28823 pushq %r9
28824 pushq %rbp
28825 call _glapi_get_dispatch
28826 popq %rbp
28827 popq %r9
28828 popq %r8
28829 popq %rcx
28830 popq %rdx
28831 popq %rsi
28832 popq %rdi
28833 movq 6088(%rax), %r11
28834 jmp *%r11
28835 #endif /* defined(GLX_USE_TLS) */
28836 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
28837
28838 .p2align 4,,15
28839 .globl GL_PREFIX(GenFramebuffersEXT)
28840 .type GL_PREFIX(GenFramebuffersEXT), @function
28841 GL_PREFIX(GenFramebuffersEXT):
28842 #if defined(GLX_USE_TLS)
28843 call _x86_64_get_dispatch@PLT
28844 movq 6096(%rax), %r11
28845 jmp *%r11
28846 #elif defined(PTHREADS)
28847 pushq %rdi
28848 pushq %rsi
28849 pushq %rbp
28850 call _x86_64_get_dispatch@PLT
28851 popq %rbp
28852 popq %rsi
28853 popq %rdi
28854 movq 6096(%rax), %r11
28855 jmp *%r11
28856 #else
28857 movq _glapi_Dispatch(%rip), %rax
28858 testq %rax, %rax
28859 je 1f
28860 movq 6096(%rax), %r11
28861 jmp *%r11
28862 1:
28863 pushq %rdi
28864 pushq %rsi
28865 pushq %rbp
28866 call _glapi_get_dispatch
28867 popq %rbp
28868 popq %rsi
28869 popq %rdi
28870 movq 6096(%rax), %r11
28871 jmp *%r11
28872 #endif /* defined(GLX_USE_TLS) */
28873 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
28874
28875 .p2align 4,,15
28876 .globl GL_PREFIX(GenRenderbuffersEXT)
28877 .type GL_PREFIX(GenRenderbuffersEXT), @function
28878 GL_PREFIX(GenRenderbuffersEXT):
28879 #if defined(GLX_USE_TLS)
28880 call _x86_64_get_dispatch@PLT
28881 movq 6104(%rax), %r11
28882 jmp *%r11
28883 #elif defined(PTHREADS)
28884 pushq %rdi
28885 pushq %rsi
28886 pushq %rbp
28887 call _x86_64_get_dispatch@PLT
28888 popq %rbp
28889 popq %rsi
28890 popq %rdi
28891 movq 6104(%rax), %r11
28892 jmp *%r11
28893 #else
28894 movq _glapi_Dispatch(%rip), %rax
28895 testq %rax, %rax
28896 je 1f
28897 movq 6104(%rax), %r11
28898 jmp *%r11
28899 1:
28900 pushq %rdi
28901 pushq %rsi
28902 pushq %rbp
28903 call _glapi_get_dispatch
28904 popq %rbp
28905 popq %rsi
28906 popq %rdi
28907 movq 6104(%rax), %r11
28908 jmp *%r11
28909 #endif /* defined(GLX_USE_TLS) */
28910 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
28911
28912 .p2align 4,,15
28913 .globl GL_PREFIX(GenerateMipmapEXT)
28914 .type GL_PREFIX(GenerateMipmapEXT), @function
28915 GL_PREFIX(GenerateMipmapEXT):
28916 #if defined(GLX_USE_TLS)
28917 call _x86_64_get_dispatch@PLT
28918 movq 6112(%rax), %r11
28919 jmp *%r11
28920 #elif defined(PTHREADS)
28921 pushq %rdi
28922 call _x86_64_get_dispatch@PLT
28923 popq %rdi
28924 movq 6112(%rax), %r11
28925 jmp *%r11
28926 #else
28927 movq _glapi_Dispatch(%rip), %rax
28928 testq %rax, %rax
28929 je 1f
28930 movq 6112(%rax), %r11
28931 jmp *%r11
28932 1:
28933 pushq %rdi
28934 call _glapi_get_dispatch
28935 popq %rdi
28936 movq 6112(%rax), %r11
28937 jmp *%r11
28938 #endif /* defined(GLX_USE_TLS) */
28939 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
28940
28941 .p2align 4,,15
28942 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
28943 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
28944 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
28945 #if defined(GLX_USE_TLS)
28946 call _x86_64_get_dispatch@PLT
28947 movq 6120(%rax), %r11
28948 jmp *%r11
28949 #elif defined(PTHREADS)
28950 pushq %rdi
28951 pushq %rsi
28952 pushq %rdx
28953 pushq %rcx
28954 pushq %rbp
28955 call _x86_64_get_dispatch@PLT
28956 popq %rbp
28957 popq %rcx
28958 popq %rdx
28959 popq %rsi
28960 popq %rdi
28961 movq 6120(%rax), %r11
28962 jmp *%r11
28963 #else
28964 movq _glapi_Dispatch(%rip), %rax
28965 testq %rax, %rax
28966 je 1f
28967 movq 6120(%rax), %r11
28968 jmp *%r11
28969 1:
28970 pushq %rdi
28971 pushq %rsi
28972 pushq %rdx
28973 pushq %rcx
28974 pushq %rbp
28975 call _glapi_get_dispatch
28976 popq %rbp
28977 popq %rcx
28978 popq %rdx
28979 popq %rsi
28980 popq %rdi
28981 movq 6120(%rax), %r11
28982 jmp *%r11
28983 #endif /* defined(GLX_USE_TLS) */
28984 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
28985
28986 .p2align 4,,15
28987 .globl GL_PREFIX(GetQueryObjecti64vEXT)
28988 .type GL_PREFIX(GetQueryObjecti64vEXT), @function
28989 GL_PREFIX(GetQueryObjecti64vEXT):
28990 #if defined(GLX_USE_TLS)
28991 call _x86_64_get_dispatch@PLT
28992 movq 6128(%rax), %r11
28993 jmp *%r11
28994 #elif defined(PTHREADS)
28995 pushq %rdi
28996 pushq %rsi
28997 pushq %rdx
28998 call _x86_64_get_dispatch@PLT
28999 popq %rdx
29000 popq %rsi
29001 popq %rdi
29002 movq 6128(%rax), %r11
29003 jmp *%r11
29004 #else
29005 movq _glapi_Dispatch(%rip), %rax
29006 testq %rax, %rax
29007 je 1f
29008 movq 6128(%rax), %r11
29009 jmp *%r11
29010 1:
29011 pushq %rdi
29012 pushq %rsi
29013 pushq %rdx
29014 call _glapi_get_dispatch
29015 popq %rdx
29016 popq %rsi
29017 popq %rdi
29018 movq 6128(%rax), %r11
29019 jmp *%r11
29020 #endif /* defined(GLX_USE_TLS) */
29021 .size GL_PREFIX(GetQueryObjecti64vEXT), .-GL_PREFIX(GetQueryObjecti64vEXT)
29022
29023 .p2align 4,,15
29024 .globl GL_PREFIX(GetQueryObjectui64vEXT)
29025 .type GL_PREFIX(GetQueryObjectui64vEXT), @function
29026 GL_PREFIX(GetQueryObjectui64vEXT):
29027 #if defined(GLX_USE_TLS)
29028 call _x86_64_get_dispatch@PLT
29029 movq 6136(%rax), %r11
29030 jmp *%r11
29031 #elif defined(PTHREADS)
29032 pushq %rdi
29033 pushq %rsi
29034 pushq %rdx
29035 call _x86_64_get_dispatch@PLT
29036 popq %rdx
29037 popq %rsi
29038 popq %rdi
29039 movq 6136(%rax), %r11
29040 jmp *%r11
29041 #else
29042 movq _glapi_Dispatch(%rip), %rax
29043 testq %rax, %rax
29044 je 1f
29045 movq 6136(%rax), %r11
29046 jmp *%r11
29047 1:
29048 pushq %rdi
29049 pushq %rsi
29050 pushq %rdx
29051 call _glapi_get_dispatch
29052 popq %rdx
29053 popq %rsi
29054 popq %rdi
29055 movq 6136(%rax), %r11
29056 jmp *%r11
29057 #endif /* defined(GLX_USE_TLS) */
29058 .size GL_PREFIX(GetQueryObjectui64vEXT), .-GL_PREFIX(GetQueryObjectui64vEXT)
29059
29060 .p2align 4,,15
29061 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
29062 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
29063 GL_PREFIX(GetRenderbufferParameterivEXT):
29064 #if defined(GLX_USE_TLS)
29065 call _x86_64_get_dispatch@PLT
29066 movq 6144(%rax), %r11
29067 jmp *%r11
29068 #elif defined(PTHREADS)
29069 pushq %rdi
29070 pushq %rsi
29071 pushq %rdx
29072 call _x86_64_get_dispatch@PLT
29073 popq %rdx
29074 popq %rsi
29075 popq %rdi
29076 movq 6144(%rax), %r11
29077 jmp *%r11
29078 #else
29079 movq _glapi_Dispatch(%rip), %rax
29080 testq %rax, %rax
29081 je 1f
29082 movq 6144(%rax), %r11
29083 jmp *%r11
29084 1:
29085 pushq %rdi
29086 pushq %rsi
29087 pushq %rdx
29088 call _glapi_get_dispatch
29089 popq %rdx
29090 popq %rsi
29091 popq %rdi
29092 movq 6144(%rax), %r11
29093 jmp *%r11
29094 #endif /* defined(GLX_USE_TLS) */
29095 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
29096
29097 .p2align 4,,15
29098 .globl GL_PREFIX(IsFramebufferEXT)
29099 .type GL_PREFIX(IsFramebufferEXT), @function
29100 GL_PREFIX(IsFramebufferEXT):
29101 #if defined(GLX_USE_TLS)
29102 call _x86_64_get_dispatch@PLT
29103 movq 6152(%rax), %r11
29104 jmp *%r11
29105 #elif defined(PTHREADS)
29106 pushq %rdi
29107 call _x86_64_get_dispatch@PLT
29108 popq %rdi
29109 movq 6152(%rax), %r11
29110 jmp *%r11
29111 #else
29112 movq _glapi_Dispatch(%rip), %rax
29113 testq %rax, %rax
29114 je 1f
29115 movq 6152(%rax), %r11
29116 jmp *%r11
29117 1:
29118 pushq %rdi
29119 call _glapi_get_dispatch
29120 popq %rdi
29121 movq 6152(%rax), %r11
29122 jmp *%r11
29123 #endif /* defined(GLX_USE_TLS) */
29124 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
29125
29126 .p2align 4,,15
29127 .globl GL_PREFIX(IsRenderbufferEXT)
29128 .type GL_PREFIX(IsRenderbufferEXT), @function
29129 GL_PREFIX(IsRenderbufferEXT):
29130 #if defined(GLX_USE_TLS)
29131 call _x86_64_get_dispatch@PLT
29132 movq 6160(%rax), %r11
29133 jmp *%r11
29134 #elif defined(PTHREADS)
29135 pushq %rdi
29136 call _x86_64_get_dispatch@PLT
29137 popq %rdi
29138 movq 6160(%rax), %r11
29139 jmp *%r11
29140 #else
29141 movq _glapi_Dispatch(%rip), %rax
29142 testq %rax, %rax
29143 je 1f
29144 movq 6160(%rax), %r11
29145 jmp *%r11
29146 1:
29147 pushq %rdi
29148 call _glapi_get_dispatch
29149 popq %rdi
29150 movq 6160(%rax), %r11
29151 jmp *%r11
29152 #endif /* defined(GLX_USE_TLS) */
29153 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
29154
29155 .p2align 4,,15
29156 .globl GL_PREFIX(RenderbufferStorageEXT)
29157 .type GL_PREFIX(RenderbufferStorageEXT), @function
29158 GL_PREFIX(RenderbufferStorageEXT):
29159 #if defined(GLX_USE_TLS)
29160 call _x86_64_get_dispatch@PLT
29161 movq 6168(%rax), %r11
29162 jmp *%r11
29163 #elif defined(PTHREADS)
29164 pushq %rdi
29165 pushq %rsi
29166 pushq %rdx
29167 pushq %rcx
29168 pushq %rbp
29169 call _x86_64_get_dispatch@PLT
29170 popq %rbp
29171 popq %rcx
29172 popq %rdx
29173 popq %rsi
29174 popq %rdi
29175 movq 6168(%rax), %r11
29176 jmp *%r11
29177 #else
29178 movq _glapi_Dispatch(%rip), %rax
29179 testq %rax, %rax
29180 je 1f
29181 movq 6168(%rax), %r11
29182 jmp *%r11
29183 1:
29184 pushq %rdi
29185 pushq %rsi
29186 pushq %rdx
29187 pushq %rcx
29188 pushq %rbp
29189 call _glapi_get_dispatch
29190 popq %rbp
29191 popq %rcx
29192 popq %rdx
29193 popq %rsi
29194 popq %rdi
29195 movq 6168(%rax), %r11
29196 jmp *%r11
29197 #endif /* defined(GLX_USE_TLS) */
29198 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
29199
29200 .p2align 4,,15
29201 .globl GL_PREFIX(BlitFramebufferEXT)
29202 .type GL_PREFIX(BlitFramebufferEXT), @function
29203 GL_PREFIX(BlitFramebufferEXT):
29204 #if defined(GLX_USE_TLS)
29205 call _x86_64_get_dispatch@PLT
29206 movq 6176(%rax), %r11
29207 jmp *%r11
29208 #elif defined(PTHREADS)
29209 pushq %rdi
29210 pushq %rsi
29211 pushq %rdx
29212 pushq %rcx
29213 pushq %r8
29214 pushq %r9
29215 pushq %rbp
29216 call _x86_64_get_dispatch@PLT
29217 popq %rbp
29218 popq %r9
29219 popq %r8
29220 popq %rcx
29221 popq %rdx
29222 popq %rsi
29223 popq %rdi
29224 movq 6176(%rax), %r11
29225 jmp *%r11
29226 #else
29227 movq _glapi_Dispatch(%rip), %rax
29228 testq %rax, %rax
29229 je 1f
29230 movq 6176(%rax), %r11
29231 jmp *%r11
29232 1:
29233 pushq %rdi
29234 pushq %rsi
29235 pushq %rdx
29236 pushq %rcx
29237 pushq %r8
29238 pushq %r9
29239 pushq %rbp
29240 call _glapi_get_dispatch
29241 popq %rbp
29242 popq %r9
29243 popq %r8
29244 popq %rcx
29245 popq %rdx
29246 popq %rsi
29247 popq %rdi
29248 movq 6176(%rax), %r11
29249 jmp *%r11
29250 #endif /* defined(GLX_USE_TLS) */
29251 .size GL_PREFIX(BlitFramebufferEXT), .-GL_PREFIX(BlitFramebufferEXT)
29252
29253 .p2align 4,,15
29254 .globl GL_PREFIX(_dispatch_stub_773)
29255 .type GL_PREFIX(_dispatch_stub_773), @function
29256 HIDDEN(GL_PREFIX(_dispatch_stub_773))
29257 GL_PREFIX(_dispatch_stub_773):
29258 #if defined(GLX_USE_TLS)
29259 call _x86_64_get_dispatch@PLT
29260 movq 6184(%rax), %r11
29261 jmp *%r11
29262 #elif defined(PTHREADS)
29263 pushq %rdi
29264 pushq %rsi
29265 pushq %rdx
29266 pushq %rcx
29267 pushq %rbp
29268 call _x86_64_get_dispatch@PLT
29269 popq %rbp
29270 popq %rcx
29271 popq %rdx
29272 popq %rsi
29273 popq %rdi
29274 movq 6184(%rax), %r11
29275 jmp *%r11
29276 #else
29277 movq _glapi_Dispatch(%rip), %rax
29278 testq %rax, %rax
29279 je 1f
29280 movq 6184(%rax), %r11
29281 jmp *%r11
29282 1:
29283 pushq %rdi
29284 pushq %rsi
29285 pushq %rdx
29286 pushq %rcx
29287 pushq %rbp
29288 call _glapi_get_dispatch
29289 popq %rbp
29290 popq %rcx
29291 popq %rdx
29292 popq %rsi
29293 popq %rdi
29294 movq 6184(%rax), %r11
29295 jmp *%r11
29296 #endif /* defined(GLX_USE_TLS) */
29297 .size GL_PREFIX(_dispatch_stub_773), .-GL_PREFIX(_dispatch_stub_773)
29298
29299 .p2align 4,,15
29300 .globl GL_PREFIX(_dispatch_stub_774)
29301 .type GL_PREFIX(_dispatch_stub_774), @function
29302 HIDDEN(GL_PREFIX(_dispatch_stub_774))
29303 GL_PREFIX(_dispatch_stub_774):
29304 #if defined(GLX_USE_TLS)
29305 call _x86_64_get_dispatch@PLT
29306 movq 6192(%rax), %r11
29307 jmp *%r11
29308 #elif defined(PTHREADS)
29309 pushq %rdi
29310 pushq %rsi
29311 pushq %rdx
29312 pushq %rcx
29313 pushq %rbp
29314 call _x86_64_get_dispatch@PLT
29315 popq %rbp
29316 popq %rcx
29317 popq %rdx
29318 popq %rsi
29319 popq %rdi
29320 movq 6192(%rax), %r11
29321 jmp *%r11
29322 #else
29323 movq _glapi_Dispatch(%rip), %rax
29324 testq %rax, %rax
29325 je 1f
29326 movq 6192(%rax), %r11
29327 jmp *%r11
29328 1:
29329 pushq %rdi
29330 pushq %rsi
29331 pushq %rdx
29332 pushq %rcx
29333 pushq %rbp
29334 call _glapi_get_dispatch
29335 popq %rbp
29336 popq %rcx
29337 popq %rdx
29338 popq %rsi
29339 popq %rdi
29340 movq 6192(%rax), %r11
29341 jmp *%r11
29342 #endif /* defined(GLX_USE_TLS) */
29343 .size GL_PREFIX(_dispatch_stub_774), .-GL_PREFIX(_dispatch_stub_774)
29344
29345 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
29346 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
29347 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
29348 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
29349 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
29350 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
29351 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
29352 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
29353 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
29354 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
29355 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
29356 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
29357 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
29358 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
29359 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
29360 .globl GL_PREFIX(ColorTableSGI) ; .set GL_PREFIX(ColorTableSGI), GL_PREFIX(ColorTable)
29361 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
29362 .globl GL_PREFIX(ColorTableParameterfvSGI) ; .set GL_PREFIX(ColorTableParameterfvSGI), GL_PREFIX(ColorTableParameterfv)
29363 .globl GL_PREFIX(ColorTableParameterivSGI) ; .set GL_PREFIX(ColorTableParameterivSGI), GL_PREFIX(ColorTableParameteriv)
29364 .globl GL_PREFIX(CopyColorTableSGI) ; .set GL_PREFIX(CopyColorTableSGI), GL_PREFIX(CopyColorTable)
29365 .globl GL_PREFIX(ColorSubTableEXT) ; .set GL_PREFIX(ColorSubTableEXT), GL_PREFIX(ColorSubTable)
29366 .globl GL_PREFIX(CopyColorSubTableEXT) ; .set GL_PREFIX(CopyColorSubTableEXT), GL_PREFIX(CopyColorSubTable)
29367 .globl GL_PREFIX(ConvolutionFilter1DEXT) ; .set GL_PREFIX(ConvolutionFilter1DEXT), GL_PREFIX(ConvolutionFilter1D)
29368 .globl GL_PREFIX(ConvolutionFilter2DEXT) ; .set GL_PREFIX(ConvolutionFilter2DEXT), GL_PREFIX(ConvolutionFilter2D)
29369 .globl GL_PREFIX(ConvolutionParameterfEXT) ; .set GL_PREFIX(ConvolutionParameterfEXT), GL_PREFIX(ConvolutionParameterf)
29370 .globl GL_PREFIX(ConvolutionParameterfvEXT) ; .set GL_PREFIX(ConvolutionParameterfvEXT), GL_PREFIX(ConvolutionParameterfv)
29371 .globl GL_PREFIX(ConvolutionParameteriEXT) ; .set GL_PREFIX(ConvolutionParameteriEXT), GL_PREFIX(ConvolutionParameteri)
29372 .globl GL_PREFIX(ConvolutionParameterivEXT) ; .set GL_PREFIX(ConvolutionParameterivEXT), GL_PREFIX(ConvolutionParameteriv)
29373 .globl GL_PREFIX(CopyConvolutionFilter1DEXT) ; .set GL_PREFIX(CopyConvolutionFilter1DEXT), GL_PREFIX(CopyConvolutionFilter1D)
29374 .globl GL_PREFIX(CopyConvolutionFilter2DEXT) ; .set GL_PREFIX(CopyConvolutionFilter2DEXT), GL_PREFIX(CopyConvolutionFilter2D)
29375 .globl GL_PREFIX(SeparableFilter2DEXT) ; .set GL_PREFIX(SeparableFilter2DEXT), GL_PREFIX(SeparableFilter2D)
29376 .globl GL_PREFIX(HistogramEXT) ; .set GL_PREFIX(HistogramEXT), GL_PREFIX(Histogram)
29377 .globl GL_PREFIX(MinmaxEXT) ; .set GL_PREFIX(MinmaxEXT), GL_PREFIX(Minmax)
29378 .globl GL_PREFIX(ResetHistogramEXT) ; .set GL_PREFIX(ResetHistogramEXT), GL_PREFIX(ResetHistogram)
29379 .globl GL_PREFIX(ResetMinmaxEXT) ; .set GL_PREFIX(ResetMinmaxEXT), GL_PREFIX(ResetMinmax)
29380 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
29381 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
29382 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
29383 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
29384 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
29385 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
29386 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
29387 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
29388 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
29389 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
29390 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
29391 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
29392 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
29393 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
29394 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
29395 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
29396 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
29397 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
29398 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
29399 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
29400 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
29401 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
29402 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
29403 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
29404 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
29405 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
29406 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
29407 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
29408 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
29409 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
29410 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
29411 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
29412 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
29413 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
29414 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
29415 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
29416 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
29417 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
29418 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
29419 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
29420 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
29421 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
29422 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
29423 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
29424 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
29425 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
29426 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
29427 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
29428 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
29429 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
29430 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
29431 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
29432 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
29433 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
29434 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
29435 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
29436 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
29437 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
29438 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
29439 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
29440 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
29441 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
29442 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
29443 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
29444 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
29445 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
29446 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
29447 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
29448 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
29449 .globl GL_PREFIX(SampleMaskEXT) ; .set GL_PREFIX(SampleMaskEXT), GL_PREFIX(SampleMaskSGIS)
29450 .globl GL_PREFIX(SamplePatternEXT) ; .set GL_PREFIX(SamplePatternEXT), GL_PREFIX(SamplePatternSGIS)
29451 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
29452 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
29453 .globl GL_PREFIX(PointParameterfSGIS) ; .set GL_PREFIX(PointParameterfSGIS), GL_PREFIX(PointParameterfEXT)
29454 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
29455 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
29456 .globl GL_PREFIX(PointParameterfvSGIS) ; .set GL_PREFIX(PointParameterfvSGIS), GL_PREFIX(PointParameterfvEXT)
29457 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
29458 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
29459 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
29460 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
29461 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
29462 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
29463 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
29464 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
29465 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
29466 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
29467 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
29468 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
29469 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
29470 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
29471 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
29472 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
29473 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
29474 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
29475 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
29476 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
29477 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
29478 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
29479 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
29480 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
29481 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
29482 .globl GL_PREFIX(BlendFuncSeparateINGR) ; .set GL_PREFIX(BlendFuncSeparateINGR), GL_PREFIX(BlendFuncSeparateEXT)
29483 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
29484 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
29485 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
29486 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
29487 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
29488 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
29489 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
29490 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
29491 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
29492 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
29493 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
29494 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
29495 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
29496 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
29497 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
29498 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
29499 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
29500 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
29501 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
29502 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
29503 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
29504 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
29505 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
29506 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
29507 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
29508 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
29509 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
29510 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
29511 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
29512 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
29513 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
29514 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
29515 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
29516 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
29517 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
29518 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
29519 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
29520 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
29521 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
29522 .globl GL_PREFIX(BlendEquationSeparateATI) ; .set GL_PREFIX(BlendEquationSeparateATI), GL_PREFIX(BlendEquationSeparateEXT)
29523
29524 #if defined(GLX_USE_TLS) && defined(__linux__)
29525 .section ".note.ABI-tag", "a"
29526 .p2align 2
29527 .long 1f - 0f /* name length */
29528 .long 3f - 2f /* data length */
29529 .long 1 /* note length */
29530 0: .asciz "GNU" /* vendor name */
29531 1: .p2align 2
29532 2: .long 0 /* note data: the ABI tag */
29533 .long 2,4,20 /* Minimum kernel version w/TLS */
29534 3: .p2align 2 /* pad out section */
29535 #endif /* GLX_USE_TLS */
29536
29537 #if defined (__ELF__) && defined (__linux__)
29538 .section .note.GNU-stack,"",%progbits
29539 #endif