6ce188cb97c71a39e6da170a0ca246f27d768a6c
[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(_dispatch_stub_543)
20425 .type GL_PREFIX(_dispatch_stub_543), @function
20426 HIDDEN(GL_PREFIX(_dispatch_stub_543))
20427 GL_PREFIX(_dispatch_stub_543):
20428 #if defined(GLX_USE_TLS)
20429 call _x86_64_get_dispatch@PLT
20430 movq 4344(%rax), %r11
20431 jmp *%r11
20432 #elif defined(PTHREADS)
20433 pushq %rdi
20434 pushq %rsi
20435 pushq %rdx
20436 pushq %rcx
20437 pushq %r8
20438 call _x86_64_get_dispatch@PLT
20439 popq %r8
20440 popq %rcx
20441 popq %rdx
20442 popq %rsi
20443 popq %rdi
20444 movq 4344(%rax), %r11
20445 jmp *%r11
20446 #else
20447 movq _glapi_Dispatch(%rip), %rax
20448 testq %rax, %rax
20449 je 1f
20450 movq 4344(%rax), %r11
20451 jmp *%r11
20452 1:
20453 pushq %rdi
20454 pushq %rsi
20455 pushq %rdx
20456 pushq %rcx
20457 pushq %r8
20458 call _glapi_get_dispatch
20459 popq %r8
20460 popq %rcx
20461 popq %rdx
20462 popq %rsi
20463 popq %rdi
20464 movq 4344(%rax), %r11
20465 jmp *%r11
20466 #endif /* defined(GLX_USE_TLS) */
20467 .size GL_PREFIX(_dispatch_stub_543), .-GL_PREFIX(_dispatch_stub_543)
20468
20469 .p2align 4,,15
20470 .globl GL_PREFIX(_dispatch_stub_544)
20471 .type GL_PREFIX(_dispatch_stub_544), @function
20472 HIDDEN(GL_PREFIX(_dispatch_stub_544))
20473 GL_PREFIX(_dispatch_stub_544):
20474 #if defined(GLX_USE_TLS)
20475 call _x86_64_get_dispatch@PLT
20476 movq 4352(%rax), %r11
20477 jmp *%r11
20478 #elif defined(PTHREADS)
20479 pushq %rdi
20480 pushq %rsi
20481 pushq %rdx
20482 call _x86_64_get_dispatch@PLT
20483 popq %rdx
20484 popq %rsi
20485 popq %rdi
20486 movq 4352(%rax), %r11
20487 jmp *%r11
20488 #else
20489 movq _glapi_Dispatch(%rip), %rax
20490 testq %rax, %rax
20491 je 1f
20492 movq 4352(%rax), %r11
20493 jmp *%r11
20494 1:
20495 pushq %rdi
20496 pushq %rsi
20497 pushq %rdx
20498 call _glapi_get_dispatch
20499 popq %rdx
20500 popq %rsi
20501 popq %rdi
20502 movq 4352(%rax), %r11
20503 jmp *%r11
20504 #endif /* defined(GLX_USE_TLS) */
20505 .size GL_PREFIX(_dispatch_stub_544), .-GL_PREFIX(_dispatch_stub_544)
20506
20507 .p2align 4,,15
20508 .globl GL_PREFIX(_dispatch_stub_545)
20509 .type GL_PREFIX(_dispatch_stub_545), @function
20510 HIDDEN(GL_PREFIX(_dispatch_stub_545))
20511 GL_PREFIX(_dispatch_stub_545):
20512 #if defined(GLX_USE_TLS)
20513 call _x86_64_get_dispatch@PLT
20514 movq 4360(%rax), %r11
20515 jmp *%r11
20516 #elif defined(PTHREADS)
20517 pushq %rdi
20518 pushq %rsi
20519 pushq %rdx
20520 call _x86_64_get_dispatch@PLT
20521 popq %rdx
20522 popq %rsi
20523 popq %rdi
20524 movq 4360(%rax), %r11
20525 jmp *%r11
20526 #else
20527 movq _glapi_Dispatch(%rip), %rax
20528 testq %rax, %rax
20529 je 1f
20530 movq 4360(%rax), %r11
20531 jmp *%r11
20532 1:
20533 pushq %rdi
20534 pushq %rsi
20535 pushq %rdx
20536 call _glapi_get_dispatch
20537 popq %rdx
20538 popq %rsi
20539 popq %rdi
20540 movq 4360(%rax), %r11
20541 jmp *%r11
20542 #endif /* defined(GLX_USE_TLS) */
20543 .size GL_PREFIX(_dispatch_stub_545), .-GL_PREFIX(_dispatch_stub_545)
20544
20545 .p2align 4,,15
20546 .globl GL_PREFIX(_dispatch_stub_546)
20547 .type GL_PREFIX(_dispatch_stub_546), @function
20548 HIDDEN(GL_PREFIX(_dispatch_stub_546))
20549 GL_PREFIX(_dispatch_stub_546):
20550 #if defined(GLX_USE_TLS)
20551 call _x86_64_get_dispatch@PLT
20552 movq 4368(%rax), %r11
20553 jmp *%r11
20554 #elif defined(PTHREADS)
20555 pushq %rdi
20556 pushq %rsi
20557 pushq %rdx
20558 pushq %rcx
20559 pushq %r8
20560 call _x86_64_get_dispatch@PLT
20561 popq %r8
20562 popq %rcx
20563 popq %rdx
20564 popq %rsi
20565 popq %rdi
20566 movq 4368(%rax), %r11
20567 jmp *%r11
20568 #else
20569 movq _glapi_Dispatch(%rip), %rax
20570 testq %rax, %rax
20571 je 1f
20572 movq 4368(%rax), %r11
20573 jmp *%r11
20574 1:
20575 pushq %rdi
20576 pushq %rsi
20577 pushq %rdx
20578 pushq %rcx
20579 pushq %r8
20580 call _glapi_get_dispatch
20581 popq %r8
20582 popq %rcx
20583 popq %rdx
20584 popq %rsi
20585 popq %rdi
20586 movq 4368(%rax), %r11
20587 jmp *%r11
20588 #endif /* defined(GLX_USE_TLS) */
20589 .size GL_PREFIX(_dispatch_stub_546), .-GL_PREFIX(_dispatch_stub_546)
20590
20591 .p2align 4,,15
20592 .globl GL_PREFIX(_dispatch_stub_547)
20593 .type GL_PREFIX(_dispatch_stub_547), @function
20594 HIDDEN(GL_PREFIX(_dispatch_stub_547))
20595 GL_PREFIX(_dispatch_stub_547):
20596 #if defined(GLX_USE_TLS)
20597 call _x86_64_get_dispatch@PLT
20598 movq 4376(%rax), %r11
20599 jmp *%r11
20600 #elif defined(PTHREADS)
20601 pushq %rdi
20602 pushq %rsi
20603 pushq %rdx
20604 call _x86_64_get_dispatch@PLT
20605 popq %rdx
20606 popq %rsi
20607 popq %rdi
20608 movq 4376(%rax), %r11
20609 jmp *%r11
20610 #else
20611 movq _glapi_Dispatch(%rip), %rax
20612 testq %rax, %rax
20613 je 1f
20614 movq 4376(%rax), %r11
20615 jmp *%r11
20616 1:
20617 pushq %rdi
20618 pushq %rsi
20619 pushq %rdx
20620 call _glapi_get_dispatch
20621 popq %rdx
20622 popq %rsi
20623 popq %rdi
20624 movq 4376(%rax), %r11
20625 jmp *%r11
20626 #endif /* defined(GLX_USE_TLS) */
20627 .size GL_PREFIX(_dispatch_stub_547), .-GL_PREFIX(_dispatch_stub_547)
20628
20629 .p2align 4,,15
20630 .globl GL_PREFIX(_dispatch_stub_548)
20631 .type GL_PREFIX(_dispatch_stub_548), @function
20632 HIDDEN(GL_PREFIX(_dispatch_stub_548))
20633 GL_PREFIX(_dispatch_stub_548):
20634 #if defined(GLX_USE_TLS)
20635 call _x86_64_get_dispatch@PLT
20636 movq 4384(%rax), %r11
20637 jmp *%r11
20638 #elif defined(PTHREADS)
20639 pushq %rdi
20640 pushq %rsi
20641 pushq %rdx
20642 call _x86_64_get_dispatch@PLT
20643 popq %rdx
20644 popq %rsi
20645 popq %rdi
20646 movq 4384(%rax), %r11
20647 jmp *%r11
20648 #else
20649 movq _glapi_Dispatch(%rip), %rax
20650 testq %rax, %rax
20651 je 1f
20652 movq 4384(%rax), %r11
20653 jmp *%r11
20654 1:
20655 pushq %rdi
20656 pushq %rsi
20657 pushq %rdx
20658 call _glapi_get_dispatch
20659 popq %rdx
20660 popq %rsi
20661 popq %rdi
20662 movq 4384(%rax), %r11
20663 jmp *%r11
20664 #endif /* defined(GLX_USE_TLS) */
20665 .size GL_PREFIX(_dispatch_stub_548), .-GL_PREFIX(_dispatch_stub_548)
20666
20667 .p2align 4,,15
20668 .globl GL_PREFIX(_dispatch_stub_549)
20669 .type GL_PREFIX(_dispatch_stub_549), @function
20670 HIDDEN(GL_PREFIX(_dispatch_stub_549))
20671 GL_PREFIX(_dispatch_stub_549):
20672 #if defined(GLX_USE_TLS)
20673 call _x86_64_get_dispatch@PLT
20674 movq 4392(%rax), %r11
20675 jmp *%r11
20676 #elif defined(PTHREADS)
20677 pushq %rdi
20678 pushq %rsi
20679 pushq %rdx
20680 pushq %rcx
20681 pushq %rbp
20682 call _x86_64_get_dispatch@PLT
20683 popq %rbp
20684 popq %rcx
20685 popq %rdx
20686 popq %rsi
20687 popq %rdi
20688 movq 4392(%rax), %r11
20689 jmp *%r11
20690 #else
20691 movq _glapi_Dispatch(%rip), %rax
20692 testq %rax, %rax
20693 je 1f
20694 movq 4392(%rax), %r11
20695 jmp *%r11
20696 1:
20697 pushq %rdi
20698 pushq %rsi
20699 pushq %rdx
20700 pushq %rcx
20701 pushq %rbp
20702 call _glapi_get_dispatch
20703 popq %rbp
20704 popq %rcx
20705 popq %rdx
20706 popq %rsi
20707 popq %rdi
20708 movq 4392(%rax), %r11
20709 jmp *%r11
20710 #endif /* defined(GLX_USE_TLS) */
20711 .size GL_PREFIX(_dispatch_stub_549), .-GL_PREFIX(_dispatch_stub_549)
20712
20713 .p2align 4,,15
20714 .globl GL_PREFIX(_dispatch_stub_550)
20715 .type GL_PREFIX(_dispatch_stub_550), @function
20716 HIDDEN(GL_PREFIX(_dispatch_stub_550))
20717 GL_PREFIX(_dispatch_stub_550):
20718 #if defined(GLX_USE_TLS)
20719 call _x86_64_get_dispatch@PLT
20720 movq 4400(%rax), %r11
20721 jmp *%r11
20722 #elif defined(PTHREADS)
20723 pushq %rdi
20724 pushq %rsi
20725 pushq %rdx
20726 call _x86_64_get_dispatch@PLT
20727 popq %rdx
20728 popq %rsi
20729 popq %rdi
20730 movq 4400(%rax), %r11
20731 jmp *%r11
20732 #else
20733 movq _glapi_Dispatch(%rip), %rax
20734 testq %rax, %rax
20735 je 1f
20736 movq 4400(%rax), %r11
20737 jmp *%r11
20738 1:
20739 pushq %rdi
20740 pushq %rsi
20741 pushq %rdx
20742 call _glapi_get_dispatch
20743 popq %rdx
20744 popq %rsi
20745 popq %rdi
20746 movq 4400(%rax), %r11
20747 jmp *%r11
20748 #endif /* defined(GLX_USE_TLS) */
20749 .size GL_PREFIX(_dispatch_stub_550), .-GL_PREFIX(_dispatch_stub_550)
20750
20751 .p2align 4,,15
20752 .globl GL_PREFIX(_dispatch_stub_551)
20753 .type GL_PREFIX(_dispatch_stub_551), @function
20754 HIDDEN(GL_PREFIX(_dispatch_stub_551))
20755 GL_PREFIX(_dispatch_stub_551):
20756 #if defined(GLX_USE_TLS)
20757 call _x86_64_get_dispatch@PLT
20758 movq 4408(%rax), %r11
20759 jmp *%r11
20760 #elif defined(PTHREADS)
20761 pushq %rdi
20762 pushq %rsi
20763 pushq %rdx
20764 call _x86_64_get_dispatch@PLT
20765 popq %rdx
20766 popq %rsi
20767 popq %rdi
20768 movq 4408(%rax), %r11
20769 jmp *%r11
20770 #else
20771 movq _glapi_Dispatch(%rip), %rax
20772 testq %rax, %rax
20773 je 1f
20774 movq 4408(%rax), %r11
20775 jmp *%r11
20776 1:
20777 pushq %rdi
20778 pushq %rsi
20779 pushq %rdx
20780 call _glapi_get_dispatch
20781 popq %rdx
20782 popq %rsi
20783 popq %rdi
20784 movq 4408(%rax), %r11
20785 jmp *%r11
20786 #endif /* defined(GLX_USE_TLS) */
20787 .size GL_PREFIX(_dispatch_stub_551), .-GL_PREFIX(_dispatch_stub_551)
20788
20789 .p2align 4,,15
20790 .globl GL_PREFIX(_dispatch_stub_552)
20791 .type GL_PREFIX(_dispatch_stub_552), @function
20792 HIDDEN(GL_PREFIX(_dispatch_stub_552))
20793 GL_PREFIX(_dispatch_stub_552):
20794 #if defined(GLX_USE_TLS)
20795 call _x86_64_get_dispatch@PLT
20796 movq 4416(%rax), %r11
20797 jmp *%r11
20798 #elif defined(PTHREADS)
20799 pushq %rdi
20800 pushq %rsi
20801 pushq %rdx
20802 pushq %rcx
20803 pushq %r8
20804 pushq %r9
20805 pushq %rbp
20806 call _x86_64_get_dispatch@PLT
20807 popq %rbp
20808 popq %r9
20809 popq %r8
20810 popq %rcx
20811 popq %rdx
20812 popq %rsi
20813 popq %rdi
20814 movq 4416(%rax), %r11
20815 jmp *%r11
20816 #else
20817 movq _glapi_Dispatch(%rip), %rax
20818 testq %rax, %rax
20819 je 1f
20820 movq 4416(%rax), %r11
20821 jmp *%r11
20822 1:
20823 pushq %rdi
20824 pushq %rsi
20825 pushq %rdx
20826 pushq %rcx
20827 pushq %r8
20828 pushq %r9
20829 pushq %rbp
20830 call _glapi_get_dispatch
20831 popq %rbp
20832 popq %r9
20833 popq %r8
20834 popq %rcx
20835 popq %rdx
20836 popq %rsi
20837 popq %rdi
20838 movq 4416(%rax), %r11
20839 jmp *%r11
20840 #endif /* defined(GLX_USE_TLS) */
20841 .size GL_PREFIX(_dispatch_stub_552), .-GL_PREFIX(_dispatch_stub_552)
20842
20843 .p2align 4,,15
20844 .globl GL_PREFIX(_dispatch_stub_553)
20845 .type GL_PREFIX(_dispatch_stub_553), @function
20846 HIDDEN(GL_PREFIX(_dispatch_stub_553))
20847 GL_PREFIX(_dispatch_stub_553):
20848 #if defined(GLX_USE_TLS)
20849 call _x86_64_get_dispatch@PLT
20850 movq 4424(%rax), %r11
20851 jmp *%r11
20852 #elif defined(PTHREADS)
20853 pushq %rdi
20854 pushq %rsi
20855 pushq %rdx
20856 call _x86_64_get_dispatch@PLT
20857 popq %rdx
20858 popq %rsi
20859 popq %rdi
20860 movq 4424(%rax), %r11
20861 jmp *%r11
20862 #else
20863 movq _glapi_Dispatch(%rip), %rax
20864 testq %rax, %rax
20865 je 1f
20866 movq 4424(%rax), %r11
20867 jmp *%r11
20868 1:
20869 pushq %rdi
20870 pushq %rsi
20871 pushq %rdx
20872 call _glapi_get_dispatch
20873 popq %rdx
20874 popq %rsi
20875 popq %rdi
20876 movq 4424(%rax), %r11
20877 jmp *%r11
20878 #endif /* defined(GLX_USE_TLS) */
20879 .size GL_PREFIX(_dispatch_stub_553), .-GL_PREFIX(_dispatch_stub_553)
20880
20881 .p2align 4,,15
20882 .globl GL_PREFIX(_dispatch_stub_554)
20883 .type GL_PREFIX(_dispatch_stub_554), @function
20884 HIDDEN(GL_PREFIX(_dispatch_stub_554))
20885 GL_PREFIX(_dispatch_stub_554):
20886 #if defined(GLX_USE_TLS)
20887 call _x86_64_get_dispatch@PLT
20888 movq 4432(%rax), %r11
20889 jmp *%r11
20890 #elif defined(PTHREADS)
20891 pushq %rdi
20892 pushq %rsi
20893 pushq %rdx
20894 call _x86_64_get_dispatch@PLT
20895 popq %rdx
20896 popq %rsi
20897 popq %rdi
20898 movq 4432(%rax), %r11
20899 jmp *%r11
20900 #else
20901 movq _glapi_Dispatch(%rip), %rax
20902 testq %rax, %rax
20903 je 1f
20904 movq 4432(%rax), %r11
20905 jmp *%r11
20906 1:
20907 pushq %rdi
20908 pushq %rsi
20909 pushq %rdx
20910 call _glapi_get_dispatch
20911 popq %rdx
20912 popq %rsi
20913 popq %rdi
20914 movq 4432(%rax), %r11
20915 jmp *%r11
20916 #endif /* defined(GLX_USE_TLS) */
20917 .size GL_PREFIX(_dispatch_stub_554), .-GL_PREFIX(_dispatch_stub_554)
20918
20919 .p2align 4,,15
20920 .globl GL_PREFIX(_dispatch_stub_555)
20921 .type GL_PREFIX(_dispatch_stub_555), @function
20922 HIDDEN(GL_PREFIX(_dispatch_stub_555))
20923 GL_PREFIX(_dispatch_stub_555):
20924 #if defined(GLX_USE_TLS)
20925 call _x86_64_get_dispatch@PLT
20926 movq 4440(%rax), %r11
20927 jmp *%r11
20928 #elif defined(PTHREADS)
20929 pushq %rdi
20930 pushq %rsi
20931 pushq %rdx
20932 pushq %rcx
20933 pushq %rbp
20934 call _x86_64_get_dispatch@PLT
20935 popq %rbp
20936 popq %rcx
20937 popq %rdx
20938 popq %rsi
20939 popq %rdi
20940 movq 4440(%rax), %r11
20941 jmp *%r11
20942 #else
20943 movq _glapi_Dispatch(%rip), %rax
20944 testq %rax, %rax
20945 je 1f
20946 movq 4440(%rax), %r11
20947 jmp *%r11
20948 1:
20949 pushq %rdi
20950 pushq %rsi
20951 pushq %rdx
20952 pushq %rcx
20953 pushq %rbp
20954 call _glapi_get_dispatch
20955 popq %rbp
20956 popq %rcx
20957 popq %rdx
20958 popq %rsi
20959 popq %rdi
20960 movq 4440(%rax), %r11
20961 jmp *%r11
20962 #endif /* defined(GLX_USE_TLS) */
20963 .size GL_PREFIX(_dispatch_stub_555), .-GL_PREFIX(_dispatch_stub_555)
20964
20965 .p2align 4,,15
20966 .globl GL_PREFIX(_dispatch_stub_556)
20967 .type GL_PREFIX(_dispatch_stub_556), @function
20968 HIDDEN(GL_PREFIX(_dispatch_stub_556))
20969 GL_PREFIX(_dispatch_stub_556):
20970 #if defined(GLX_USE_TLS)
20971 call _x86_64_get_dispatch@PLT
20972 movq 4448(%rax), %r11
20973 jmp *%r11
20974 #elif defined(PTHREADS)
20975 pushq %rdi
20976 pushq %rsi
20977 pushq %rbp
20978 call _x86_64_get_dispatch@PLT
20979 popq %rbp
20980 popq %rsi
20981 popq %rdi
20982 movq 4448(%rax), %r11
20983 jmp *%r11
20984 #else
20985 movq _glapi_Dispatch(%rip), %rax
20986 testq %rax, %rax
20987 je 1f
20988 movq 4448(%rax), %r11
20989 jmp *%r11
20990 1:
20991 pushq %rdi
20992 pushq %rsi
20993 pushq %rbp
20994 call _glapi_get_dispatch
20995 popq %rbp
20996 popq %rsi
20997 popq %rdi
20998 movq 4448(%rax), %r11
20999 jmp *%r11
21000 #endif /* defined(GLX_USE_TLS) */
21001 .size GL_PREFIX(_dispatch_stub_556), .-GL_PREFIX(_dispatch_stub_556)
21002
21003 .p2align 4,,15
21004 .globl GL_PREFIX(_dispatch_stub_557)
21005 .type GL_PREFIX(_dispatch_stub_557), @function
21006 HIDDEN(GL_PREFIX(_dispatch_stub_557))
21007 GL_PREFIX(_dispatch_stub_557):
21008 #if defined(GLX_USE_TLS)
21009 call _x86_64_get_dispatch@PLT
21010 movq 4456(%rax), %r11
21011 jmp *%r11
21012 #elif defined(PTHREADS)
21013 pushq %rdi
21014 pushq %rsi
21015 pushq %rbp
21016 call _x86_64_get_dispatch@PLT
21017 popq %rbp
21018 popq %rsi
21019 popq %rdi
21020 movq 4456(%rax), %r11
21021 jmp *%r11
21022 #else
21023 movq _glapi_Dispatch(%rip), %rax
21024 testq %rax, %rax
21025 je 1f
21026 movq 4456(%rax), %r11
21027 jmp *%r11
21028 1:
21029 pushq %rdi
21030 pushq %rsi
21031 pushq %rbp
21032 call _glapi_get_dispatch
21033 popq %rbp
21034 popq %rsi
21035 popq %rdi
21036 movq 4456(%rax), %r11
21037 jmp *%r11
21038 #endif /* defined(GLX_USE_TLS) */
21039 .size GL_PREFIX(_dispatch_stub_557), .-GL_PREFIX(_dispatch_stub_557)
21040
21041 .p2align 4,,15
21042 .globl GL_PREFIX(_dispatch_stub_558)
21043 .type GL_PREFIX(_dispatch_stub_558), @function
21044 HIDDEN(GL_PREFIX(_dispatch_stub_558))
21045 GL_PREFIX(_dispatch_stub_558):
21046 #if defined(GLX_USE_TLS)
21047 call _x86_64_get_dispatch@PLT
21048 movq 4464(%rax), %r11
21049 jmp *%r11
21050 #elif defined(PTHREADS)
21051 subq $24, %rsp
21052 movq %rdi, (%rsp)
21053 movq %xmm0, 8(%rsp)
21054 call _x86_64_get_dispatch@PLT
21055 movq 8(%rsp), %xmm0
21056 movq (%rsp), %rdi
21057 addq $24, %rsp
21058 movq 4464(%rax), %r11
21059 jmp *%r11
21060 #else
21061 movq _glapi_Dispatch(%rip), %rax
21062 testq %rax, %rax
21063 je 1f
21064 movq 4464(%rax), %r11
21065 jmp *%r11
21066 1:
21067 subq $24, %rsp
21068 movq %rdi, (%rsp)
21069 movq %xmm0, 8(%rsp)
21070 call _glapi_get_dispatch
21071 movq 8(%rsp), %xmm0
21072 movq (%rsp), %rdi
21073 addq $24, %rsp
21074 movq 4464(%rax), %r11
21075 jmp *%r11
21076 #endif /* defined(GLX_USE_TLS) */
21077 .size GL_PREFIX(_dispatch_stub_558), .-GL_PREFIX(_dispatch_stub_558)
21078
21079 .p2align 4,,15
21080 .globl GL_PREFIX(_dispatch_stub_559)
21081 .type GL_PREFIX(_dispatch_stub_559), @function
21082 HIDDEN(GL_PREFIX(_dispatch_stub_559))
21083 GL_PREFIX(_dispatch_stub_559):
21084 #if defined(GLX_USE_TLS)
21085 call _x86_64_get_dispatch@PLT
21086 movq 4472(%rax), %r11
21087 jmp *%r11
21088 #elif defined(PTHREADS)
21089 pushq %rdi
21090 pushq %rsi
21091 pushq %rbp
21092 call _x86_64_get_dispatch@PLT
21093 popq %rbp
21094 popq %rsi
21095 popq %rdi
21096 movq 4472(%rax), %r11
21097 jmp *%r11
21098 #else
21099 movq _glapi_Dispatch(%rip), %rax
21100 testq %rax, %rax
21101 je 1f
21102 movq 4472(%rax), %r11
21103 jmp *%r11
21104 1:
21105 pushq %rdi
21106 pushq %rsi
21107 pushq %rbp
21108 call _glapi_get_dispatch
21109 popq %rbp
21110 popq %rsi
21111 popq %rdi
21112 movq 4472(%rax), %r11
21113 jmp *%r11
21114 #endif /* defined(GLX_USE_TLS) */
21115 .size GL_PREFIX(_dispatch_stub_559), .-GL_PREFIX(_dispatch_stub_559)
21116
21117 .p2align 4,,15
21118 .globl GL_PREFIX(_dispatch_stub_560)
21119 .type GL_PREFIX(_dispatch_stub_560), @function
21120 HIDDEN(GL_PREFIX(_dispatch_stub_560))
21121 GL_PREFIX(_dispatch_stub_560):
21122 #if defined(GLX_USE_TLS)
21123 call _x86_64_get_dispatch@PLT
21124 movq 4480(%rax), %r11
21125 jmp *%r11
21126 #elif defined(PTHREADS)
21127 pushq %rdi
21128 pushq %rsi
21129 pushq %rbp
21130 call _x86_64_get_dispatch@PLT
21131 popq %rbp
21132 popq %rsi
21133 popq %rdi
21134 movq 4480(%rax), %r11
21135 jmp *%r11
21136 #else
21137 movq _glapi_Dispatch(%rip), %rax
21138 testq %rax, %rax
21139 je 1f
21140 movq 4480(%rax), %r11
21141 jmp *%r11
21142 1:
21143 pushq %rdi
21144 pushq %rsi
21145 pushq %rbp
21146 call _glapi_get_dispatch
21147 popq %rbp
21148 popq %rsi
21149 popq %rdi
21150 movq 4480(%rax), %r11
21151 jmp *%r11
21152 #endif /* defined(GLX_USE_TLS) */
21153 .size GL_PREFIX(_dispatch_stub_560), .-GL_PREFIX(_dispatch_stub_560)
21154
21155 .p2align 4,,15
21156 .globl GL_PREFIX(_dispatch_stub_561)
21157 .type GL_PREFIX(_dispatch_stub_561), @function
21158 HIDDEN(GL_PREFIX(_dispatch_stub_561))
21159 GL_PREFIX(_dispatch_stub_561):
21160 #if defined(GLX_USE_TLS)
21161 call _x86_64_get_dispatch@PLT
21162 movq 4488(%rax), %r11
21163 jmp *%r11
21164 #elif defined(PTHREADS)
21165 pushq %rdi
21166 pushq %rsi
21167 pushq %rbp
21168 call _x86_64_get_dispatch@PLT
21169 popq %rbp
21170 popq %rsi
21171 popq %rdi
21172 movq 4488(%rax), %r11
21173 jmp *%r11
21174 #else
21175 movq _glapi_Dispatch(%rip), %rax
21176 testq %rax, %rax
21177 je 1f
21178 movq 4488(%rax), %r11
21179 jmp *%r11
21180 1:
21181 pushq %rdi
21182 pushq %rsi
21183 pushq %rbp
21184 call _glapi_get_dispatch
21185 popq %rbp
21186 popq %rsi
21187 popq %rdi
21188 movq 4488(%rax), %r11
21189 jmp *%r11
21190 #endif /* defined(GLX_USE_TLS) */
21191 .size GL_PREFIX(_dispatch_stub_561), .-GL_PREFIX(_dispatch_stub_561)
21192
21193 .p2align 4,,15
21194 .globl GL_PREFIX(AreTexturesResidentEXT)
21195 .type GL_PREFIX(AreTexturesResidentEXT), @function
21196 GL_PREFIX(AreTexturesResidentEXT):
21197 #if defined(GLX_USE_TLS)
21198 call _x86_64_get_dispatch@PLT
21199 movq 4496(%rax), %r11
21200 jmp *%r11
21201 #elif defined(PTHREADS)
21202 pushq %rdi
21203 pushq %rsi
21204 pushq %rdx
21205 call _x86_64_get_dispatch@PLT
21206 popq %rdx
21207 popq %rsi
21208 popq %rdi
21209 movq 4496(%rax), %r11
21210 jmp *%r11
21211 #else
21212 movq _glapi_Dispatch(%rip), %rax
21213 testq %rax, %rax
21214 je 1f
21215 movq 4496(%rax), %r11
21216 jmp *%r11
21217 1:
21218 pushq %rdi
21219 pushq %rsi
21220 pushq %rdx
21221 call _glapi_get_dispatch
21222 popq %rdx
21223 popq %rsi
21224 popq %rdi
21225 movq 4496(%rax), %r11
21226 jmp *%r11
21227 #endif /* defined(GLX_USE_TLS) */
21228 .size GL_PREFIX(AreTexturesResidentEXT), .-GL_PREFIX(AreTexturesResidentEXT)
21229
21230 .p2align 4,,15
21231 .globl GL_PREFIX(GenTexturesEXT)
21232 .type GL_PREFIX(GenTexturesEXT), @function
21233 GL_PREFIX(GenTexturesEXT):
21234 #if defined(GLX_USE_TLS)
21235 call _x86_64_get_dispatch@PLT
21236 movq 4504(%rax), %r11
21237 jmp *%r11
21238 #elif defined(PTHREADS)
21239 pushq %rdi
21240 pushq %rsi
21241 pushq %rbp
21242 call _x86_64_get_dispatch@PLT
21243 popq %rbp
21244 popq %rsi
21245 popq %rdi
21246 movq 4504(%rax), %r11
21247 jmp *%r11
21248 #else
21249 movq _glapi_Dispatch(%rip), %rax
21250 testq %rax, %rax
21251 je 1f
21252 movq 4504(%rax), %r11
21253 jmp *%r11
21254 1:
21255 pushq %rdi
21256 pushq %rsi
21257 pushq %rbp
21258 call _glapi_get_dispatch
21259 popq %rbp
21260 popq %rsi
21261 popq %rdi
21262 movq 4504(%rax), %r11
21263 jmp *%r11
21264 #endif /* defined(GLX_USE_TLS) */
21265 .size GL_PREFIX(GenTexturesEXT), .-GL_PREFIX(GenTexturesEXT)
21266
21267 .p2align 4,,15
21268 .globl GL_PREFIX(IsTextureEXT)
21269 .type GL_PREFIX(IsTextureEXT), @function
21270 GL_PREFIX(IsTextureEXT):
21271 #if defined(GLX_USE_TLS)
21272 call _x86_64_get_dispatch@PLT
21273 movq 4512(%rax), %r11
21274 jmp *%r11
21275 #elif defined(PTHREADS)
21276 pushq %rdi
21277 call _x86_64_get_dispatch@PLT
21278 popq %rdi
21279 movq 4512(%rax), %r11
21280 jmp *%r11
21281 #else
21282 movq _glapi_Dispatch(%rip), %rax
21283 testq %rax, %rax
21284 je 1f
21285 movq 4512(%rax), %r11
21286 jmp *%r11
21287 1:
21288 pushq %rdi
21289 call _glapi_get_dispatch
21290 popq %rdi
21291 movq 4512(%rax), %r11
21292 jmp *%r11
21293 #endif /* defined(GLX_USE_TLS) */
21294 .size GL_PREFIX(IsTextureEXT), .-GL_PREFIX(IsTextureEXT)
21295
21296 .p2align 4,,15
21297 .globl GL_PREFIX(_dispatch_stub_565)
21298 .type GL_PREFIX(_dispatch_stub_565), @function
21299 HIDDEN(GL_PREFIX(_dispatch_stub_565))
21300 GL_PREFIX(_dispatch_stub_565):
21301 #if defined(GLX_USE_TLS)
21302 call _x86_64_get_dispatch@PLT
21303 movq 4520(%rax), %r11
21304 jmp *%r11
21305 #elif defined(PTHREADS)
21306 pushq %rdi
21307 pushq %rsi
21308 pushq %rbp
21309 call _x86_64_get_dispatch@PLT
21310 popq %rbp
21311 popq %rsi
21312 popq %rdi
21313 movq 4520(%rax), %r11
21314 jmp *%r11
21315 #else
21316 movq _glapi_Dispatch(%rip), %rax
21317 testq %rax, %rax
21318 je 1f
21319 movq 4520(%rax), %r11
21320 jmp *%r11
21321 1:
21322 pushq %rdi
21323 pushq %rsi
21324 pushq %rbp
21325 call _glapi_get_dispatch
21326 popq %rbp
21327 popq %rsi
21328 popq %rdi
21329 movq 4520(%rax), %r11
21330 jmp *%r11
21331 #endif /* defined(GLX_USE_TLS) */
21332 .size GL_PREFIX(_dispatch_stub_565), .-GL_PREFIX(_dispatch_stub_565)
21333
21334 .p2align 4,,15
21335 .globl GL_PREFIX(_dispatch_stub_566)
21336 .type GL_PREFIX(_dispatch_stub_566), @function
21337 HIDDEN(GL_PREFIX(_dispatch_stub_566))
21338 GL_PREFIX(_dispatch_stub_566):
21339 #if defined(GLX_USE_TLS)
21340 call _x86_64_get_dispatch@PLT
21341 movq 4528(%rax), %r11
21342 jmp *%r11
21343 #elif defined(PTHREADS)
21344 pushq %rdi
21345 call _x86_64_get_dispatch@PLT
21346 popq %rdi
21347 movq 4528(%rax), %r11
21348 jmp *%r11
21349 #else
21350 movq _glapi_Dispatch(%rip), %rax
21351 testq %rax, %rax
21352 je 1f
21353 movq 4528(%rax), %r11
21354 jmp *%r11
21355 1:
21356 pushq %rdi
21357 call _glapi_get_dispatch
21358 popq %rdi
21359 movq 4528(%rax), %r11
21360 jmp *%r11
21361 #endif /* defined(GLX_USE_TLS) */
21362 .size GL_PREFIX(_dispatch_stub_566), .-GL_PREFIX(_dispatch_stub_566)
21363
21364 .p2align 4,,15
21365 .globl GL_PREFIX(ColorPointerEXT)
21366 .type GL_PREFIX(ColorPointerEXT), @function
21367 GL_PREFIX(ColorPointerEXT):
21368 #if defined(GLX_USE_TLS)
21369 call _x86_64_get_dispatch@PLT
21370 movq 4536(%rax), %r11
21371 jmp *%r11
21372 #elif defined(PTHREADS)
21373 pushq %rdi
21374 pushq %rsi
21375 pushq %rdx
21376 pushq %rcx
21377 pushq %r8
21378 call _x86_64_get_dispatch@PLT
21379 popq %r8
21380 popq %rcx
21381 popq %rdx
21382 popq %rsi
21383 popq %rdi
21384 movq 4536(%rax), %r11
21385 jmp *%r11
21386 #else
21387 movq _glapi_Dispatch(%rip), %rax
21388 testq %rax, %rax
21389 je 1f
21390 movq 4536(%rax), %r11
21391 jmp *%r11
21392 1:
21393 pushq %rdi
21394 pushq %rsi
21395 pushq %rdx
21396 pushq %rcx
21397 pushq %r8
21398 call _glapi_get_dispatch
21399 popq %r8
21400 popq %rcx
21401 popq %rdx
21402 popq %rsi
21403 popq %rdi
21404 movq 4536(%rax), %r11
21405 jmp *%r11
21406 #endif /* defined(GLX_USE_TLS) */
21407 .size GL_PREFIX(ColorPointerEXT), .-GL_PREFIX(ColorPointerEXT)
21408
21409 .p2align 4,,15
21410 .globl GL_PREFIX(EdgeFlagPointerEXT)
21411 .type GL_PREFIX(EdgeFlagPointerEXT), @function
21412 GL_PREFIX(EdgeFlagPointerEXT):
21413 #if defined(GLX_USE_TLS)
21414 call _x86_64_get_dispatch@PLT
21415 movq 4544(%rax), %r11
21416 jmp *%r11
21417 #elif defined(PTHREADS)
21418 pushq %rdi
21419 pushq %rsi
21420 pushq %rdx
21421 call _x86_64_get_dispatch@PLT
21422 popq %rdx
21423 popq %rsi
21424 popq %rdi
21425 movq 4544(%rax), %r11
21426 jmp *%r11
21427 #else
21428 movq _glapi_Dispatch(%rip), %rax
21429 testq %rax, %rax
21430 je 1f
21431 movq 4544(%rax), %r11
21432 jmp *%r11
21433 1:
21434 pushq %rdi
21435 pushq %rsi
21436 pushq %rdx
21437 call _glapi_get_dispatch
21438 popq %rdx
21439 popq %rsi
21440 popq %rdi
21441 movq 4544(%rax), %r11
21442 jmp *%r11
21443 #endif /* defined(GLX_USE_TLS) */
21444 .size GL_PREFIX(EdgeFlagPointerEXT), .-GL_PREFIX(EdgeFlagPointerEXT)
21445
21446 .p2align 4,,15
21447 .globl GL_PREFIX(IndexPointerEXT)
21448 .type GL_PREFIX(IndexPointerEXT), @function
21449 GL_PREFIX(IndexPointerEXT):
21450 #if defined(GLX_USE_TLS)
21451 call _x86_64_get_dispatch@PLT
21452 movq 4552(%rax), %r11
21453 jmp *%r11
21454 #elif defined(PTHREADS)
21455 pushq %rdi
21456 pushq %rsi
21457 pushq %rdx
21458 pushq %rcx
21459 pushq %rbp
21460 call _x86_64_get_dispatch@PLT
21461 popq %rbp
21462 popq %rcx
21463 popq %rdx
21464 popq %rsi
21465 popq %rdi
21466 movq 4552(%rax), %r11
21467 jmp *%r11
21468 #else
21469 movq _glapi_Dispatch(%rip), %rax
21470 testq %rax, %rax
21471 je 1f
21472 movq 4552(%rax), %r11
21473 jmp *%r11
21474 1:
21475 pushq %rdi
21476 pushq %rsi
21477 pushq %rdx
21478 pushq %rcx
21479 pushq %rbp
21480 call _glapi_get_dispatch
21481 popq %rbp
21482 popq %rcx
21483 popq %rdx
21484 popq %rsi
21485 popq %rdi
21486 movq 4552(%rax), %r11
21487 jmp *%r11
21488 #endif /* defined(GLX_USE_TLS) */
21489 .size GL_PREFIX(IndexPointerEXT), .-GL_PREFIX(IndexPointerEXT)
21490
21491 .p2align 4,,15
21492 .globl GL_PREFIX(NormalPointerEXT)
21493 .type GL_PREFIX(NormalPointerEXT), @function
21494 GL_PREFIX(NormalPointerEXT):
21495 #if defined(GLX_USE_TLS)
21496 call _x86_64_get_dispatch@PLT
21497 movq 4560(%rax), %r11
21498 jmp *%r11
21499 #elif defined(PTHREADS)
21500 pushq %rdi
21501 pushq %rsi
21502 pushq %rdx
21503 pushq %rcx
21504 pushq %rbp
21505 call _x86_64_get_dispatch@PLT
21506 popq %rbp
21507 popq %rcx
21508 popq %rdx
21509 popq %rsi
21510 popq %rdi
21511 movq 4560(%rax), %r11
21512 jmp *%r11
21513 #else
21514 movq _glapi_Dispatch(%rip), %rax
21515 testq %rax, %rax
21516 je 1f
21517 movq 4560(%rax), %r11
21518 jmp *%r11
21519 1:
21520 pushq %rdi
21521 pushq %rsi
21522 pushq %rdx
21523 pushq %rcx
21524 pushq %rbp
21525 call _glapi_get_dispatch
21526 popq %rbp
21527 popq %rcx
21528 popq %rdx
21529 popq %rsi
21530 popq %rdi
21531 movq 4560(%rax), %r11
21532 jmp *%r11
21533 #endif /* defined(GLX_USE_TLS) */
21534 .size GL_PREFIX(NormalPointerEXT), .-GL_PREFIX(NormalPointerEXT)
21535
21536 .p2align 4,,15
21537 .globl GL_PREFIX(TexCoordPointerEXT)
21538 .type GL_PREFIX(TexCoordPointerEXT), @function
21539 GL_PREFIX(TexCoordPointerEXT):
21540 #if defined(GLX_USE_TLS)
21541 call _x86_64_get_dispatch@PLT
21542 movq 4568(%rax), %r11
21543 jmp *%r11
21544 #elif defined(PTHREADS)
21545 pushq %rdi
21546 pushq %rsi
21547 pushq %rdx
21548 pushq %rcx
21549 pushq %r8
21550 call _x86_64_get_dispatch@PLT
21551 popq %r8
21552 popq %rcx
21553 popq %rdx
21554 popq %rsi
21555 popq %rdi
21556 movq 4568(%rax), %r11
21557 jmp *%r11
21558 #else
21559 movq _glapi_Dispatch(%rip), %rax
21560 testq %rax, %rax
21561 je 1f
21562 movq 4568(%rax), %r11
21563 jmp *%r11
21564 1:
21565 pushq %rdi
21566 pushq %rsi
21567 pushq %rdx
21568 pushq %rcx
21569 pushq %r8
21570 call _glapi_get_dispatch
21571 popq %r8
21572 popq %rcx
21573 popq %rdx
21574 popq %rsi
21575 popq %rdi
21576 movq 4568(%rax), %r11
21577 jmp *%r11
21578 #endif /* defined(GLX_USE_TLS) */
21579 .size GL_PREFIX(TexCoordPointerEXT), .-GL_PREFIX(TexCoordPointerEXT)
21580
21581 .p2align 4,,15
21582 .globl GL_PREFIX(VertexPointerEXT)
21583 .type GL_PREFIX(VertexPointerEXT), @function
21584 GL_PREFIX(VertexPointerEXT):
21585 #if defined(GLX_USE_TLS)
21586 call _x86_64_get_dispatch@PLT
21587 movq 4576(%rax), %r11
21588 jmp *%r11
21589 #elif defined(PTHREADS)
21590 pushq %rdi
21591 pushq %rsi
21592 pushq %rdx
21593 pushq %rcx
21594 pushq %r8
21595 call _x86_64_get_dispatch@PLT
21596 popq %r8
21597 popq %rcx
21598 popq %rdx
21599 popq %rsi
21600 popq %rdi
21601 movq 4576(%rax), %r11
21602 jmp *%r11
21603 #else
21604 movq _glapi_Dispatch(%rip), %rax
21605 testq %rax, %rax
21606 je 1f
21607 movq 4576(%rax), %r11
21608 jmp *%r11
21609 1:
21610 pushq %rdi
21611 pushq %rsi
21612 pushq %rdx
21613 pushq %rcx
21614 pushq %r8
21615 call _glapi_get_dispatch
21616 popq %r8
21617 popq %rcx
21618 popq %rdx
21619 popq %rsi
21620 popq %rdi
21621 movq 4576(%rax), %r11
21622 jmp *%r11
21623 #endif /* defined(GLX_USE_TLS) */
21624 .size GL_PREFIX(VertexPointerEXT), .-GL_PREFIX(VertexPointerEXT)
21625
21626 .p2align 4,,15
21627 .globl GL_PREFIX(PointParameterfEXT)
21628 .type GL_PREFIX(PointParameterfEXT), @function
21629 GL_PREFIX(PointParameterfEXT):
21630 #if defined(GLX_USE_TLS)
21631 call _x86_64_get_dispatch@PLT
21632 movq 4584(%rax), %r11
21633 jmp *%r11
21634 #elif defined(PTHREADS)
21635 subq $24, %rsp
21636 movq %rdi, (%rsp)
21637 movq %xmm0, 8(%rsp)
21638 call _x86_64_get_dispatch@PLT
21639 movq 8(%rsp), %xmm0
21640 movq (%rsp), %rdi
21641 addq $24, %rsp
21642 movq 4584(%rax), %r11
21643 jmp *%r11
21644 #else
21645 movq _glapi_Dispatch(%rip), %rax
21646 testq %rax, %rax
21647 je 1f
21648 movq 4584(%rax), %r11
21649 jmp *%r11
21650 1:
21651 subq $24, %rsp
21652 movq %rdi, (%rsp)
21653 movq %xmm0, 8(%rsp)
21654 call _glapi_get_dispatch
21655 movq 8(%rsp), %xmm0
21656 movq (%rsp), %rdi
21657 addq $24, %rsp
21658 movq 4584(%rax), %r11
21659 jmp *%r11
21660 #endif /* defined(GLX_USE_TLS) */
21661 .size GL_PREFIX(PointParameterfEXT), .-GL_PREFIX(PointParameterfEXT)
21662
21663 .p2align 4,,15
21664 .globl GL_PREFIX(PointParameterfvEXT)
21665 .type GL_PREFIX(PointParameterfvEXT), @function
21666 GL_PREFIX(PointParameterfvEXT):
21667 #if defined(GLX_USE_TLS)
21668 call _x86_64_get_dispatch@PLT
21669 movq 4592(%rax), %r11
21670 jmp *%r11
21671 #elif defined(PTHREADS)
21672 pushq %rdi
21673 pushq %rsi
21674 pushq %rbp
21675 call _x86_64_get_dispatch@PLT
21676 popq %rbp
21677 popq %rsi
21678 popq %rdi
21679 movq 4592(%rax), %r11
21680 jmp *%r11
21681 #else
21682 movq _glapi_Dispatch(%rip), %rax
21683 testq %rax, %rax
21684 je 1f
21685 movq 4592(%rax), %r11
21686 jmp *%r11
21687 1:
21688 pushq %rdi
21689 pushq %rsi
21690 pushq %rbp
21691 call _glapi_get_dispatch
21692 popq %rbp
21693 popq %rsi
21694 popq %rdi
21695 movq 4592(%rax), %r11
21696 jmp *%r11
21697 #endif /* defined(GLX_USE_TLS) */
21698 .size GL_PREFIX(PointParameterfvEXT), .-GL_PREFIX(PointParameterfvEXT)
21699
21700 .p2align 4,,15
21701 .globl GL_PREFIX(LockArraysEXT)
21702 .type GL_PREFIX(LockArraysEXT), @function
21703 GL_PREFIX(LockArraysEXT):
21704 #if defined(GLX_USE_TLS)
21705 call _x86_64_get_dispatch@PLT
21706 movq 4600(%rax), %r11
21707 jmp *%r11
21708 #elif defined(PTHREADS)
21709 pushq %rdi
21710 pushq %rsi
21711 pushq %rbp
21712 call _x86_64_get_dispatch@PLT
21713 popq %rbp
21714 popq %rsi
21715 popq %rdi
21716 movq 4600(%rax), %r11
21717 jmp *%r11
21718 #else
21719 movq _glapi_Dispatch(%rip), %rax
21720 testq %rax, %rax
21721 je 1f
21722 movq 4600(%rax), %r11
21723 jmp *%r11
21724 1:
21725 pushq %rdi
21726 pushq %rsi
21727 pushq %rbp
21728 call _glapi_get_dispatch
21729 popq %rbp
21730 popq %rsi
21731 popq %rdi
21732 movq 4600(%rax), %r11
21733 jmp *%r11
21734 #endif /* defined(GLX_USE_TLS) */
21735 .size GL_PREFIX(LockArraysEXT), .-GL_PREFIX(LockArraysEXT)
21736
21737 .p2align 4,,15
21738 .globl GL_PREFIX(UnlockArraysEXT)
21739 .type GL_PREFIX(UnlockArraysEXT), @function
21740 GL_PREFIX(UnlockArraysEXT):
21741 #if defined(GLX_USE_TLS)
21742 call _x86_64_get_dispatch@PLT
21743 movq 4608(%rax), %r11
21744 jmp *%r11
21745 #elif defined(PTHREADS)
21746 pushq %rbp
21747 call _x86_64_get_dispatch@PLT
21748 popq %rbp
21749 movq 4608(%rax), %r11
21750 jmp *%r11
21751 #else
21752 movq _glapi_Dispatch(%rip), %rax
21753 testq %rax, %rax
21754 je 1f
21755 movq 4608(%rax), %r11
21756 jmp *%r11
21757 1:
21758 pushq %rbp
21759 call _glapi_get_dispatch
21760 popq %rbp
21761 movq 4608(%rax), %r11
21762 jmp *%r11
21763 #endif /* defined(GLX_USE_TLS) */
21764 .size GL_PREFIX(UnlockArraysEXT), .-GL_PREFIX(UnlockArraysEXT)
21765
21766 .p2align 4,,15
21767 .globl GL_PREFIX(_dispatch_stub_577)
21768 .type GL_PREFIX(_dispatch_stub_577), @function
21769 HIDDEN(GL_PREFIX(_dispatch_stub_577))
21770 GL_PREFIX(_dispatch_stub_577):
21771 #if defined(GLX_USE_TLS)
21772 call _x86_64_get_dispatch@PLT
21773 movq 4616(%rax), %r11
21774 jmp *%r11
21775 #elif defined(PTHREADS)
21776 pushq %rdi
21777 pushq %rsi
21778 pushq %rbp
21779 call _x86_64_get_dispatch@PLT
21780 popq %rbp
21781 popq %rsi
21782 popq %rdi
21783 movq 4616(%rax), %r11
21784 jmp *%r11
21785 #else
21786 movq _glapi_Dispatch(%rip), %rax
21787 testq %rax, %rax
21788 je 1f
21789 movq 4616(%rax), %r11
21790 jmp *%r11
21791 1:
21792 pushq %rdi
21793 pushq %rsi
21794 pushq %rbp
21795 call _glapi_get_dispatch
21796 popq %rbp
21797 popq %rsi
21798 popq %rdi
21799 movq 4616(%rax), %r11
21800 jmp *%r11
21801 #endif /* defined(GLX_USE_TLS) */
21802 .size GL_PREFIX(_dispatch_stub_577), .-GL_PREFIX(_dispatch_stub_577)
21803
21804 .p2align 4,,15
21805 .globl GL_PREFIX(_dispatch_stub_578)
21806 .type GL_PREFIX(_dispatch_stub_578), @function
21807 HIDDEN(GL_PREFIX(_dispatch_stub_578))
21808 GL_PREFIX(_dispatch_stub_578):
21809 #if defined(GLX_USE_TLS)
21810 call _x86_64_get_dispatch@PLT
21811 movq 4624(%rax), %r11
21812 jmp *%r11
21813 #elif defined(PTHREADS)
21814 pushq %rdi
21815 pushq %rsi
21816 pushq %rbp
21817 call _x86_64_get_dispatch@PLT
21818 popq %rbp
21819 popq %rsi
21820 popq %rdi
21821 movq 4624(%rax), %r11
21822 jmp *%r11
21823 #else
21824 movq _glapi_Dispatch(%rip), %rax
21825 testq %rax, %rax
21826 je 1f
21827 movq 4624(%rax), %r11
21828 jmp *%r11
21829 1:
21830 pushq %rdi
21831 pushq %rsi
21832 pushq %rbp
21833 call _glapi_get_dispatch
21834 popq %rbp
21835 popq %rsi
21836 popq %rdi
21837 movq 4624(%rax), %r11
21838 jmp *%r11
21839 #endif /* defined(GLX_USE_TLS) */
21840 .size GL_PREFIX(_dispatch_stub_578), .-GL_PREFIX(_dispatch_stub_578)
21841
21842 .p2align 4,,15
21843 .globl GL_PREFIX(SecondaryColor3bEXT)
21844 .type GL_PREFIX(SecondaryColor3bEXT), @function
21845 GL_PREFIX(SecondaryColor3bEXT):
21846 #if defined(GLX_USE_TLS)
21847 call _x86_64_get_dispatch@PLT
21848 movq 4632(%rax), %r11
21849 jmp *%r11
21850 #elif defined(PTHREADS)
21851 pushq %rdi
21852 pushq %rsi
21853 pushq %rdx
21854 call _x86_64_get_dispatch@PLT
21855 popq %rdx
21856 popq %rsi
21857 popq %rdi
21858 movq 4632(%rax), %r11
21859 jmp *%r11
21860 #else
21861 movq _glapi_Dispatch(%rip), %rax
21862 testq %rax, %rax
21863 je 1f
21864 movq 4632(%rax), %r11
21865 jmp *%r11
21866 1:
21867 pushq %rdi
21868 pushq %rsi
21869 pushq %rdx
21870 call _glapi_get_dispatch
21871 popq %rdx
21872 popq %rsi
21873 popq %rdi
21874 movq 4632(%rax), %r11
21875 jmp *%r11
21876 #endif /* defined(GLX_USE_TLS) */
21877 .size GL_PREFIX(SecondaryColor3bEXT), .-GL_PREFIX(SecondaryColor3bEXT)
21878
21879 .p2align 4,,15
21880 .globl GL_PREFIX(SecondaryColor3bvEXT)
21881 .type GL_PREFIX(SecondaryColor3bvEXT), @function
21882 GL_PREFIX(SecondaryColor3bvEXT):
21883 #if defined(GLX_USE_TLS)
21884 call _x86_64_get_dispatch@PLT
21885 movq 4640(%rax), %r11
21886 jmp *%r11
21887 #elif defined(PTHREADS)
21888 pushq %rdi
21889 call _x86_64_get_dispatch@PLT
21890 popq %rdi
21891 movq 4640(%rax), %r11
21892 jmp *%r11
21893 #else
21894 movq _glapi_Dispatch(%rip), %rax
21895 testq %rax, %rax
21896 je 1f
21897 movq 4640(%rax), %r11
21898 jmp *%r11
21899 1:
21900 pushq %rdi
21901 call _glapi_get_dispatch
21902 popq %rdi
21903 movq 4640(%rax), %r11
21904 jmp *%r11
21905 #endif /* defined(GLX_USE_TLS) */
21906 .size GL_PREFIX(SecondaryColor3bvEXT), .-GL_PREFIX(SecondaryColor3bvEXT)
21907
21908 .p2align 4,,15
21909 .globl GL_PREFIX(SecondaryColor3dEXT)
21910 .type GL_PREFIX(SecondaryColor3dEXT), @function
21911 GL_PREFIX(SecondaryColor3dEXT):
21912 #if defined(GLX_USE_TLS)
21913 call _x86_64_get_dispatch@PLT
21914 movq 4648(%rax), %r11
21915 jmp *%r11
21916 #elif defined(PTHREADS)
21917 subq $24, %rsp
21918 movq %xmm0, (%rsp)
21919 movq %xmm1, 8(%rsp)
21920 movq %xmm2, 16(%rsp)
21921 call _x86_64_get_dispatch@PLT
21922 movq 16(%rsp), %xmm2
21923 movq 8(%rsp), %xmm1
21924 movq (%rsp), %xmm0
21925 addq $24, %rsp
21926 movq 4648(%rax), %r11
21927 jmp *%r11
21928 #else
21929 movq _glapi_Dispatch(%rip), %rax
21930 testq %rax, %rax
21931 je 1f
21932 movq 4648(%rax), %r11
21933 jmp *%r11
21934 1:
21935 subq $24, %rsp
21936 movq %xmm0, (%rsp)
21937 movq %xmm1, 8(%rsp)
21938 movq %xmm2, 16(%rsp)
21939 call _glapi_get_dispatch
21940 movq 16(%rsp), %xmm2
21941 movq 8(%rsp), %xmm1
21942 movq (%rsp), %xmm0
21943 addq $24, %rsp
21944 movq 4648(%rax), %r11
21945 jmp *%r11
21946 #endif /* defined(GLX_USE_TLS) */
21947 .size GL_PREFIX(SecondaryColor3dEXT), .-GL_PREFIX(SecondaryColor3dEXT)
21948
21949 .p2align 4,,15
21950 .globl GL_PREFIX(SecondaryColor3dvEXT)
21951 .type GL_PREFIX(SecondaryColor3dvEXT), @function
21952 GL_PREFIX(SecondaryColor3dvEXT):
21953 #if defined(GLX_USE_TLS)
21954 call _x86_64_get_dispatch@PLT
21955 movq 4656(%rax), %r11
21956 jmp *%r11
21957 #elif defined(PTHREADS)
21958 pushq %rdi
21959 call _x86_64_get_dispatch@PLT
21960 popq %rdi
21961 movq 4656(%rax), %r11
21962 jmp *%r11
21963 #else
21964 movq _glapi_Dispatch(%rip), %rax
21965 testq %rax, %rax
21966 je 1f
21967 movq 4656(%rax), %r11
21968 jmp *%r11
21969 1:
21970 pushq %rdi
21971 call _glapi_get_dispatch
21972 popq %rdi
21973 movq 4656(%rax), %r11
21974 jmp *%r11
21975 #endif /* defined(GLX_USE_TLS) */
21976 .size GL_PREFIX(SecondaryColor3dvEXT), .-GL_PREFIX(SecondaryColor3dvEXT)
21977
21978 .p2align 4,,15
21979 .globl GL_PREFIX(SecondaryColor3fEXT)
21980 .type GL_PREFIX(SecondaryColor3fEXT), @function
21981 GL_PREFIX(SecondaryColor3fEXT):
21982 #if defined(GLX_USE_TLS)
21983 call _x86_64_get_dispatch@PLT
21984 movq 4664(%rax), %r11
21985 jmp *%r11
21986 #elif defined(PTHREADS)
21987 subq $24, %rsp
21988 movq %xmm0, (%rsp)
21989 movq %xmm1, 8(%rsp)
21990 movq %xmm2, 16(%rsp)
21991 call _x86_64_get_dispatch@PLT
21992 movq 16(%rsp), %xmm2
21993 movq 8(%rsp), %xmm1
21994 movq (%rsp), %xmm0
21995 addq $24, %rsp
21996 movq 4664(%rax), %r11
21997 jmp *%r11
21998 #else
21999 movq _glapi_Dispatch(%rip), %rax
22000 testq %rax, %rax
22001 je 1f
22002 movq 4664(%rax), %r11
22003 jmp *%r11
22004 1:
22005 subq $24, %rsp
22006 movq %xmm0, (%rsp)
22007 movq %xmm1, 8(%rsp)
22008 movq %xmm2, 16(%rsp)
22009 call _glapi_get_dispatch
22010 movq 16(%rsp), %xmm2
22011 movq 8(%rsp), %xmm1
22012 movq (%rsp), %xmm0
22013 addq $24, %rsp
22014 movq 4664(%rax), %r11
22015 jmp *%r11
22016 #endif /* defined(GLX_USE_TLS) */
22017 .size GL_PREFIX(SecondaryColor3fEXT), .-GL_PREFIX(SecondaryColor3fEXT)
22018
22019 .p2align 4,,15
22020 .globl GL_PREFIX(SecondaryColor3fvEXT)
22021 .type GL_PREFIX(SecondaryColor3fvEXT), @function
22022 GL_PREFIX(SecondaryColor3fvEXT):
22023 #if defined(GLX_USE_TLS)
22024 call _x86_64_get_dispatch@PLT
22025 movq 4672(%rax), %r11
22026 jmp *%r11
22027 #elif defined(PTHREADS)
22028 pushq %rdi
22029 call _x86_64_get_dispatch@PLT
22030 popq %rdi
22031 movq 4672(%rax), %r11
22032 jmp *%r11
22033 #else
22034 movq _glapi_Dispatch(%rip), %rax
22035 testq %rax, %rax
22036 je 1f
22037 movq 4672(%rax), %r11
22038 jmp *%r11
22039 1:
22040 pushq %rdi
22041 call _glapi_get_dispatch
22042 popq %rdi
22043 movq 4672(%rax), %r11
22044 jmp *%r11
22045 #endif /* defined(GLX_USE_TLS) */
22046 .size GL_PREFIX(SecondaryColor3fvEXT), .-GL_PREFIX(SecondaryColor3fvEXT)
22047
22048 .p2align 4,,15
22049 .globl GL_PREFIX(SecondaryColor3iEXT)
22050 .type GL_PREFIX(SecondaryColor3iEXT), @function
22051 GL_PREFIX(SecondaryColor3iEXT):
22052 #if defined(GLX_USE_TLS)
22053 call _x86_64_get_dispatch@PLT
22054 movq 4680(%rax), %r11
22055 jmp *%r11
22056 #elif defined(PTHREADS)
22057 pushq %rdi
22058 pushq %rsi
22059 pushq %rdx
22060 call _x86_64_get_dispatch@PLT
22061 popq %rdx
22062 popq %rsi
22063 popq %rdi
22064 movq 4680(%rax), %r11
22065 jmp *%r11
22066 #else
22067 movq _glapi_Dispatch(%rip), %rax
22068 testq %rax, %rax
22069 je 1f
22070 movq 4680(%rax), %r11
22071 jmp *%r11
22072 1:
22073 pushq %rdi
22074 pushq %rsi
22075 pushq %rdx
22076 call _glapi_get_dispatch
22077 popq %rdx
22078 popq %rsi
22079 popq %rdi
22080 movq 4680(%rax), %r11
22081 jmp *%r11
22082 #endif /* defined(GLX_USE_TLS) */
22083 .size GL_PREFIX(SecondaryColor3iEXT), .-GL_PREFIX(SecondaryColor3iEXT)
22084
22085 .p2align 4,,15
22086 .globl GL_PREFIX(SecondaryColor3ivEXT)
22087 .type GL_PREFIX(SecondaryColor3ivEXT), @function
22088 GL_PREFIX(SecondaryColor3ivEXT):
22089 #if defined(GLX_USE_TLS)
22090 call _x86_64_get_dispatch@PLT
22091 movq 4688(%rax), %r11
22092 jmp *%r11
22093 #elif defined(PTHREADS)
22094 pushq %rdi
22095 call _x86_64_get_dispatch@PLT
22096 popq %rdi
22097 movq 4688(%rax), %r11
22098 jmp *%r11
22099 #else
22100 movq _glapi_Dispatch(%rip), %rax
22101 testq %rax, %rax
22102 je 1f
22103 movq 4688(%rax), %r11
22104 jmp *%r11
22105 1:
22106 pushq %rdi
22107 call _glapi_get_dispatch
22108 popq %rdi
22109 movq 4688(%rax), %r11
22110 jmp *%r11
22111 #endif /* defined(GLX_USE_TLS) */
22112 .size GL_PREFIX(SecondaryColor3ivEXT), .-GL_PREFIX(SecondaryColor3ivEXT)
22113
22114 .p2align 4,,15
22115 .globl GL_PREFIX(SecondaryColor3sEXT)
22116 .type GL_PREFIX(SecondaryColor3sEXT), @function
22117 GL_PREFIX(SecondaryColor3sEXT):
22118 #if defined(GLX_USE_TLS)
22119 call _x86_64_get_dispatch@PLT
22120 movq 4696(%rax), %r11
22121 jmp *%r11
22122 #elif defined(PTHREADS)
22123 pushq %rdi
22124 pushq %rsi
22125 pushq %rdx
22126 call _x86_64_get_dispatch@PLT
22127 popq %rdx
22128 popq %rsi
22129 popq %rdi
22130 movq 4696(%rax), %r11
22131 jmp *%r11
22132 #else
22133 movq _glapi_Dispatch(%rip), %rax
22134 testq %rax, %rax
22135 je 1f
22136 movq 4696(%rax), %r11
22137 jmp *%r11
22138 1:
22139 pushq %rdi
22140 pushq %rsi
22141 pushq %rdx
22142 call _glapi_get_dispatch
22143 popq %rdx
22144 popq %rsi
22145 popq %rdi
22146 movq 4696(%rax), %r11
22147 jmp *%r11
22148 #endif /* defined(GLX_USE_TLS) */
22149 .size GL_PREFIX(SecondaryColor3sEXT), .-GL_PREFIX(SecondaryColor3sEXT)
22150
22151 .p2align 4,,15
22152 .globl GL_PREFIX(SecondaryColor3svEXT)
22153 .type GL_PREFIX(SecondaryColor3svEXT), @function
22154 GL_PREFIX(SecondaryColor3svEXT):
22155 #if defined(GLX_USE_TLS)
22156 call _x86_64_get_dispatch@PLT
22157 movq 4704(%rax), %r11
22158 jmp *%r11
22159 #elif defined(PTHREADS)
22160 pushq %rdi
22161 call _x86_64_get_dispatch@PLT
22162 popq %rdi
22163 movq 4704(%rax), %r11
22164 jmp *%r11
22165 #else
22166 movq _glapi_Dispatch(%rip), %rax
22167 testq %rax, %rax
22168 je 1f
22169 movq 4704(%rax), %r11
22170 jmp *%r11
22171 1:
22172 pushq %rdi
22173 call _glapi_get_dispatch
22174 popq %rdi
22175 movq 4704(%rax), %r11
22176 jmp *%r11
22177 #endif /* defined(GLX_USE_TLS) */
22178 .size GL_PREFIX(SecondaryColor3svEXT), .-GL_PREFIX(SecondaryColor3svEXT)
22179
22180 .p2align 4,,15
22181 .globl GL_PREFIX(SecondaryColor3ubEXT)
22182 .type GL_PREFIX(SecondaryColor3ubEXT), @function
22183 GL_PREFIX(SecondaryColor3ubEXT):
22184 #if defined(GLX_USE_TLS)
22185 call _x86_64_get_dispatch@PLT
22186 movq 4712(%rax), %r11
22187 jmp *%r11
22188 #elif defined(PTHREADS)
22189 pushq %rdi
22190 pushq %rsi
22191 pushq %rdx
22192 call _x86_64_get_dispatch@PLT
22193 popq %rdx
22194 popq %rsi
22195 popq %rdi
22196 movq 4712(%rax), %r11
22197 jmp *%r11
22198 #else
22199 movq _glapi_Dispatch(%rip), %rax
22200 testq %rax, %rax
22201 je 1f
22202 movq 4712(%rax), %r11
22203 jmp *%r11
22204 1:
22205 pushq %rdi
22206 pushq %rsi
22207 pushq %rdx
22208 call _glapi_get_dispatch
22209 popq %rdx
22210 popq %rsi
22211 popq %rdi
22212 movq 4712(%rax), %r11
22213 jmp *%r11
22214 #endif /* defined(GLX_USE_TLS) */
22215 .size GL_PREFIX(SecondaryColor3ubEXT), .-GL_PREFIX(SecondaryColor3ubEXT)
22216
22217 .p2align 4,,15
22218 .globl GL_PREFIX(SecondaryColor3ubvEXT)
22219 .type GL_PREFIX(SecondaryColor3ubvEXT), @function
22220 GL_PREFIX(SecondaryColor3ubvEXT):
22221 #if defined(GLX_USE_TLS)
22222 call _x86_64_get_dispatch@PLT
22223 movq 4720(%rax), %r11
22224 jmp *%r11
22225 #elif defined(PTHREADS)
22226 pushq %rdi
22227 call _x86_64_get_dispatch@PLT
22228 popq %rdi
22229 movq 4720(%rax), %r11
22230 jmp *%r11
22231 #else
22232 movq _glapi_Dispatch(%rip), %rax
22233 testq %rax, %rax
22234 je 1f
22235 movq 4720(%rax), %r11
22236 jmp *%r11
22237 1:
22238 pushq %rdi
22239 call _glapi_get_dispatch
22240 popq %rdi
22241 movq 4720(%rax), %r11
22242 jmp *%r11
22243 #endif /* defined(GLX_USE_TLS) */
22244 .size GL_PREFIX(SecondaryColor3ubvEXT), .-GL_PREFIX(SecondaryColor3ubvEXT)
22245
22246 .p2align 4,,15
22247 .globl GL_PREFIX(SecondaryColor3uiEXT)
22248 .type GL_PREFIX(SecondaryColor3uiEXT), @function
22249 GL_PREFIX(SecondaryColor3uiEXT):
22250 #if defined(GLX_USE_TLS)
22251 call _x86_64_get_dispatch@PLT
22252 movq 4728(%rax), %r11
22253 jmp *%r11
22254 #elif defined(PTHREADS)
22255 pushq %rdi
22256 pushq %rsi
22257 pushq %rdx
22258 call _x86_64_get_dispatch@PLT
22259 popq %rdx
22260 popq %rsi
22261 popq %rdi
22262 movq 4728(%rax), %r11
22263 jmp *%r11
22264 #else
22265 movq _glapi_Dispatch(%rip), %rax
22266 testq %rax, %rax
22267 je 1f
22268 movq 4728(%rax), %r11
22269 jmp *%r11
22270 1:
22271 pushq %rdi
22272 pushq %rsi
22273 pushq %rdx
22274 call _glapi_get_dispatch
22275 popq %rdx
22276 popq %rsi
22277 popq %rdi
22278 movq 4728(%rax), %r11
22279 jmp *%r11
22280 #endif /* defined(GLX_USE_TLS) */
22281 .size GL_PREFIX(SecondaryColor3uiEXT), .-GL_PREFIX(SecondaryColor3uiEXT)
22282
22283 .p2align 4,,15
22284 .globl GL_PREFIX(SecondaryColor3uivEXT)
22285 .type GL_PREFIX(SecondaryColor3uivEXT), @function
22286 GL_PREFIX(SecondaryColor3uivEXT):
22287 #if defined(GLX_USE_TLS)
22288 call _x86_64_get_dispatch@PLT
22289 movq 4736(%rax), %r11
22290 jmp *%r11
22291 #elif defined(PTHREADS)
22292 pushq %rdi
22293 call _x86_64_get_dispatch@PLT
22294 popq %rdi
22295 movq 4736(%rax), %r11
22296 jmp *%r11
22297 #else
22298 movq _glapi_Dispatch(%rip), %rax
22299 testq %rax, %rax
22300 je 1f
22301 movq 4736(%rax), %r11
22302 jmp *%r11
22303 1:
22304 pushq %rdi
22305 call _glapi_get_dispatch
22306 popq %rdi
22307 movq 4736(%rax), %r11
22308 jmp *%r11
22309 #endif /* defined(GLX_USE_TLS) */
22310 .size GL_PREFIX(SecondaryColor3uivEXT), .-GL_PREFIX(SecondaryColor3uivEXT)
22311
22312 .p2align 4,,15
22313 .globl GL_PREFIX(SecondaryColor3usEXT)
22314 .type GL_PREFIX(SecondaryColor3usEXT), @function
22315 GL_PREFIX(SecondaryColor3usEXT):
22316 #if defined(GLX_USE_TLS)
22317 call _x86_64_get_dispatch@PLT
22318 movq 4744(%rax), %r11
22319 jmp *%r11
22320 #elif defined(PTHREADS)
22321 pushq %rdi
22322 pushq %rsi
22323 pushq %rdx
22324 call _x86_64_get_dispatch@PLT
22325 popq %rdx
22326 popq %rsi
22327 popq %rdi
22328 movq 4744(%rax), %r11
22329 jmp *%r11
22330 #else
22331 movq _glapi_Dispatch(%rip), %rax
22332 testq %rax, %rax
22333 je 1f
22334 movq 4744(%rax), %r11
22335 jmp *%r11
22336 1:
22337 pushq %rdi
22338 pushq %rsi
22339 pushq %rdx
22340 call _glapi_get_dispatch
22341 popq %rdx
22342 popq %rsi
22343 popq %rdi
22344 movq 4744(%rax), %r11
22345 jmp *%r11
22346 #endif /* defined(GLX_USE_TLS) */
22347 .size GL_PREFIX(SecondaryColor3usEXT), .-GL_PREFIX(SecondaryColor3usEXT)
22348
22349 .p2align 4,,15
22350 .globl GL_PREFIX(SecondaryColor3usvEXT)
22351 .type GL_PREFIX(SecondaryColor3usvEXT), @function
22352 GL_PREFIX(SecondaryColor3usvEXT):
22353 #if defined(GLX_USE_TLS)
22354 call _x86_64_get_dispatch@PLT
22355 movq 4752(%rax), %r11
22356 jmp *%r11
22357 #elif defined(PTHREADS)
22358 pushq %rdi
22359 call _x86_64_get_dispatch@PLT
22360 popq %rdi
22361 movq 4752(%rax), %r11
22362 jmp *%r11
22363 #else
22364 movq _glapi_Dispatch(%rip), %rax
22365 testq %rax, %rax
22366 je 1f
22367 movq 4752(%rax), %r11
22368 jmp *%r11
22369 1:
22370 pushq %rdi
22371 call _glapi_get_dispatch
22372 popq %rdi
22373 movq 4752(%rax), %r11
22374 jmp *%r11
22375 #endif /* defined(GLX_USE_TLS) */
22376 .size GL_PREFIX(SecondaryColor3usvEXT), .-GL_PREFIX(SecondaryColor3usvEXT)
22377
22378 .p2align 4,,15
22379 .globl GL_PREFIX(SecondaryColorPointerEXT)
22380 .type GL_PREFIX(SecondaryColorPointerEXT), @function
22381 GL_PREFIX(SecondaryColorPointerEXT):
22382 #if defined(GLX_USE_TLS)
22383 call _x86_64_get_dispatch@PLT
22384 movq 4760(%rax), %r11
22385 jmp *%r11
22386 #elif defined(PTHREADS)
22387 pushq %rdi
22388 pushq %rsi
22389 pushq %rdx
22390 pushq %rcx
22391 pushq %rbp
22392 call _x86_64_get_dispatch@PLT
22393 popq %rbp
22394 popq %rcx
22395 popq %rdx
22396 popq %rsi
22397 popq %rdi
22398 movq 4760(%rax), %r11
22399 jmp *%r11
22400 #else
22401 movq _glapi_Dispatch(%rip), %rax
22402 testq %rax, %rax
22403 je 1f
22404 movq 4760(%rax), %r11
22405 jmp *%r11
22406 1:
22407 pushq %rdi
22408 pushq %rsi
22409 pushq %rdx
22410 pushq %rcx
22411 pushq %rbp
22412 call _glapi_get_dispatch
22413 popq %rbp
22414 popq %rcx
22415 popq %rdx
22416 popq %rsi
22417 popq %rdi
22418 movq 4760(%rax), %r11
22419 jmp *%r11
22420 #endif /* defined(GLX_USE_TLS) */
22421 .size GL_PREFIX(SecondaryColorPointerEXT), .-GL_PREFIX(SecondaryColorPointerEXT)
22422
22423 .p2align 4,,15
22424 .globl GL_PREFIX(MultiDrawArraysEXT)
22425 .type GL_PREFIX(MultiDrawArraysEXT), @function
22426 GL_PREFIX(MultiDrawArraysEXT):
22427 #if defined(GLX_USE_TLS)
22428 call _x86_64_get_dispatch@PLT
22429 movq 4768(%rax), %r11
22430 jmp *%r11
22431 #elif defined(PTHREADS)
22432 pushq %rdi
22433 pushq %rsi
22434 pushq %rdx
22435 pushq %rcx
22436 pushq %rbp
22437 call _x86_64_get_dispatch@PLT
22438 popq %rbp
22439 popq %rcx
22440 popq %rdx
22441 popq %rsi
22442 popq %rdi
22443 movq 4768(%rax), %r11
22444 jmp *%r11
22445 #else
22446 movq _glapi_Dispatch(%rip), %rax
22447 testq %rax, %rax
22448 je 1f
22449 movq 4768(%rax), %r11
22450 jmp *%r11
22451 1:
22452 pushq %rdi
22453 pushq %rsi
22454 pushq %rdx
22455 pushq %rcx
22456 pushq %rbp
22457 call _glapi_get_dispatch
22458 popq %rbp
22459 popq %rcx
22460 popq %rdx
22461 popq %rsi
22462 popq %rdi
22463 movq 4768(%rax), %r11
22464 jmp *%r11
22465 #endif /* defined(GLX_USE_TLS) */
22466 .size GL_PREFIX(MultiDrawArraysEXT), .-GL_PREFIX(MultiDrawArraysEXT)
22467
22468 .p2align 4,,15
22469 .globl GL_PREFIX(MultiDrawElementsEXT)
22470 .type GL_PREFIX(MultiDrawElementsEXT), @function
22471 GL_PREFIX(MultiDrawElementsEXT):
22472 #if defined(GLX_USE_TLS)
22473 call _x86_64_get_dispatch@PLT
22474 movq 4776(%rax), %r11
22475 jmp *%r11
22476 #elif defined(PTHREADS)
22477 pushq %rdi
22478 pushq %rsi
22479 pushq %rdx
22480 pushq %rcx
22481 pushq %r8
22482 call _x86_64_get_dispatch@PLT
22483 popq %r8
22484 popq %rcx
22485 popq %rdx
22486 popq %rsi
22487 popq %rdi
22488 movq 4776(%rax), %r11
22489 jmp *%r11
22490 #else
22491 movq _glapi_Dispatch(%rip), %rax
22492 testq %rax, %rax
22493 je 1f
22494 movq 4776(%rax), %r11
22495 jmp *%r11
22496 1:
22497 pushq %rdi
22498 pushq %rsi
22499 pushq %rdx
22500 pushq %rcx
22501 pushq %r8
22502 call _glapi_get_dispatch
22503 popq %r8
22504 popq %rcx
22505 popq %rdx
22506 popq %rsi
22507 popq %rdi
22508 movq 4776(%rax), %r11
22509 jmp *%r11
22510 #endif /* defined(GLX_USE_TLS) */
22511 .size GL_PREFIX(MultiDrawElementsEXT), .-GL_PREFIX(MultiDrawElementsEXT)
22512
22513 .p2align 4,,15
22514 .globl GL_PREFIX(FogCoordPointerEXT)
22515 .type GL_PREFIX(FogCoordPointerEXT), @function
22516 GL_PREFIX(FogCoordPointerEXT):
22517 #if defined(GLX_USE_TLS)
22518 call _x86_64_get_dispatch@PLT
22519 movq 4784(%rax), %r11
22520 jmp *%r11
22521 #elif defined(PTHREADS)
22522 pushq %rdi
22523 pushq %rsi
22524 pushq %rdx
22525 call _x86_64_get_dispatch@PLT
22526 popq %rdx
22527 popq %rsi
22528 popq %rdi
22529 movq 4784(%rax), %r11
22530 jmp *%r11
22531 #else
22532 movq _glapi_Dispatch(%rip), %rax
22533 testq %rax, %rax
22534 je 1f
22535 movq 4784(%rax), %r11
22536 jmp *%r11
22537 1:
22538 pushq %rdi
22539 pushq %rsi
22540 pushq %rdx
22541 call _glapi_get_dispatch
22542 popq %rdx
22543 popq %rsi
22544 popq %rdi
22545 movq 4784(%rax), %r11
22546 jmp *%r11
22547 #endif /* defined(GLX_USE_TLS) */
22548 .size GL_PREFIX(FogCoordPointerEXT), .-GL_PREFIX(FogCoordPointerEXT)
22549
22550 .p2align 4,,15
22551 .globl GL_PREFIX(FogCoorddEXT)
22552 .type GL_PREFIX(FogCoorddEXT), @function
22553 GL_PREFIX(FogCoorddEXT):
22554 #if defined(GLX_USE_TLS)
22555 call _x86_64_get_dispatch@PLT
22556 movq 4792(%rax), %r11
22557 jmp *%r11
22558 #elif defined(PTHREADS)
22559 subq $8, %rsp
22560 movq %xmm0, (%rsp)
22561 call _x86_64_get_dispatch@PLT
22562 movq (%rsp), %xmm0
22563 addq $8, %rsp
22564 movq 4792(%rax), %r11
22565 jmp *%r11
22566 #else
22567 movq _glapi_Dispatch(%rip), %rax
22568 testq %rax, %rax
22569 je 1f
22570 movq 4792(%rax), %r11
22571 jmp *%r11
22572 1:
22573 subq $8, %rsp
22574 movq %xmm0, (%rsp)
22575 call _glapi_get_dispatch
22576 movq (%rsp), %xmm0
22577 addq $8, %rsp
22578 movq 4792(%rax), %r11
22579 jmp *%r11
22580 #endif /* defined(GLX_USE_TLS) */
22581 .size GL_PREFIX(FogCoorddEXT), .-GL_PREFIX(FogCoorddEXT)
22582
22583 .p2align 4,,15
22584 .globl GL_PREFIX(FogCoorddvEXT)
22585 .type GL_PREFIX(FogCoorddvEXT), @function
22586 GL_PREFIX(FogCoorddvEXT):
22587 #if defined(GLX_USE_TLS)
22588 call _x86_64_get_dispatch@PLT
22589 movq 4800(%rax), %r11
22590 jmp *%r11
22591 #elif defined(PTHREADS)
22592 pushq %rdi
22593 call _x86_64_get_dispatch@PLT
22594 popq %rdi
22595 movq 4800(%rax), %r11
22596 jmp *%r11
22597 #else
22598 movq _glapi_Dispatch(%rip), %rax
22599 testq %rax, %rax
22600 je 1f
22601 movq 4800(%rax), %r11
22602 jmp *%r11
22603 1:
22604 pushq %rdi
22605 call _glapi_get_dispatch
22606 popq %rdi
22607 movq 4800(%rax), %r11
22608 jmp *%r11
22609 #endif /* defined(GLX_USE_TLS) */
22610 .size GL_PREFIX(FogCoorddvEXT), .-GL_PREFIX(FogCoorddvEXT)
22611
22612 .p2align 4,,15
22613 .globl GL_PREFIX(FogCoordfEXT)
22614 .type GL_PREFIX(FogCoordfEXT), @function
22615 GL_PREFIX(FogCoordfEXT):
22616 #if defined(GLX_USE_TLS)
22617 call _x86_64_get_dispatch@PLT
22618 movq 4808(%rax), %r11
22619 jmp *%r11
22620 #elif defined(PTHREADS)
22621 subq $8, %rsp
22622 movq %xmm0, (%rsp)
22623 call _x86_64_get_dispatch@PLT
22624 movq (%rsp), %xmm0
22625 addq $8, %rsp
22626 movq 4808(%rax), %r11
22627 jmp *%r11
22628 #else
22629 movq _glapi_Dispatch(%rip), %rax
22630 testq %rax, %rax
22631 je 1f
22632 movq 4808(%rax), %r11
22633 jmp *%r11
22634 1:
22635 subq $8, %rsp
22636 movq %xmm0, (%rsp)
22637 call _glapi_get_dispatch
22638 movq (%rsp), %xmm0
22639 addq $8, %rsp
22640 movq 4808(%rax), %r11
22641 jmp *%r11
22642 #endif /* defined(GLX_USE_TLS) */
22643 .size GL_PREFIX(FogCoordfEXT), .-GL_PREFIX(FogCoordfEXT)
22644
22645 .p2align 4,,15
22646 .globl GL_PREFIX(FogCoordfvEXT)
22647 .type GL_PREFIX(FogCoordfvEXT), @function
22648 GL_PREFIX(FogCoordfvEXT):
22649 #if defined(GLX_USE_TLS)
22650 call _x86_64_get_dispatch@PLT
22651 movq 4816(%rax), %r11
22652 jmp *%r11
22653 #elif defined(PTHREADS)
22654 pushq %rdi
22655 call _x86_64_get_dispatch@PLT
22656 popq %rdi
22657 movq 4816(%rax), %r11
22658 jmp *%r11
22659 #else
22660 movq _glapi_Dispatch(%rip), %rax
22661 testq %rax, %rax
22662 je 1f
22663 movq 4816(%rax), %r11
22664 jmp *%r11
22665 1:
22666 pushq %rdi
22667 call _glapi_get_dispatch
22668 popq %rdi
22669 movq 4816(%rax), %r11
22670 jmp *%r11
22671 #endif /* defined(GLX_USE_TLS) */
22672 .size GL_PREFIX(FogCoordfvEXT), .-GL_PREFIX(FogCoordfvEXT)
22673
22674 .p2align 4,,15
22675 .globl GL_PREFIX(_dispatch_stub_603)
22676 .type GL_PREFIX(_dispatch_stub_603), @function
22677 HIDDEN(GL_PREFIX(_dispatch_stub_603))
22678 GL_PREFIX(_dispatch_stub_603):
22679 #if defined(GLX_USE_TLS)
22680 call _x86_64_get_dispatch@PLT
22681 movq 4824(%rax), %r11
22682 jmp *%r11
22683 #elif defined(PTHREADS)
22684 pushq %rdi
22685 call _x86_64_get_dispatch@PLT
22686 popq %rdi
22687 movq 4824(%rax), %r11
22688 jmp *%r11
22689 #else
22690 movq _glapi_Dispatch(%rip), %rax
22691 testq %rax, %rax
22692 je 1f
22693 movq 4824(%rax), %r11
22694 jmp *%r11
22695 1:
22696 pushq %rdi
22697 call _glapi_get_dispatch
22698 popq %rdi
22699 movq 4824(%rax), %r11
22700 jmp *%r11
22701 #endif /* defined(GLX_USE_TLS) */
22702 .size GL_PREFIX(_dispatch_stub_603), .-GL_PREFIX(_dispatch_stub_603)
22703
22704 .p2align 4,,15
22705 .globl GL_PREFIX(BlendFuncSeparateEXT)
22706 .type GL_PREFIX(BlendFuncSeparateEXT), @function
22707 GL_PREFIX(BlendFuncSeparateEXT):
22708 #if defined(GLX_USE_TLS)
22709 call _x86_64_get_dispatch@PLT
22710 movq 4832(%rax), %r11
22711 jmp *%r11
22712 #elif defined(PTHREADS)
22713 pushq %rdi
22714 pushq %rsi
22715 pushq %rdx
22716 pushq %rcx
22717 pushq %rbp
22718 call _x86_64_get_dispatch@PLT
22719 popq %rbp
22720 popq %rcx
22721 popq %rdx
22722 popq %rsi
22723 popq %rdi
22724 movq 4832(%rax), %r11
22725 jmp *%r11
22726 #else
22727 movq _glapi_Dispatch(%rip), %rax
22728 testq %rax, %rax
22729 je 1f
22730 movq 4832(%rax), %r11
22731 jmp *%r11
22732 1:
22733 pushq %rdi
22734 pushq %rsi
22735 pushq %rdx
22736 pushq %rcx
22737 pushq %rbp
22738 call _glapi_get_dispatch
22739 popq %rbp
22740 popq %rcx
22741 popq %rdx
22742 popq %rsi
22743 popq %rdi
22744 movq 4832(%rax), %r11
22745 jmp *%r11
22746 #endif /* defined(GLX_USE_TLS) */
22747 .size GL_PREFIX(BlendFuncSeparateEXT), .-GL_PREFIX(BlendFuncSeparateEXT)
22748
22749 .p2align 4,,15
22750 .globl GL_PREFIX(FlushVertexArrayRangeNV)
22751 .type GL_PREFIX(FlushVertexArrayRangeNV), @function
22752 GL_PREFIX(FlushVertexArrayRangeNV):
22753 #if defined(GLX_USE_TLS)
22754 call _x86_64_get_dispatch@PLT
22755 movq 4840(%rax), %r11
22756 jmp *%r11
22757 #elif defined(PTHREADS)
22758 pushq %rbp
22759 call _x86_64_get_dispatch@PLT
22760 popq %rbp
22761 movq 4840(%rax), %r11
22762 jmp *%r11
22763 #else
22764 movq _glapi_Dispatch(%rip), %rax
22765 testq %rax, %rax
22766 je 1f
22767 movq 4840(%rax), %r11
22768 jmp *%r11
22769 1:
22770 pushq %rbp
22771 call _glapi_get_dispatch
22772 popq %rbp
22773 movq 4840(%rax), %r11
22774 jmp *%r11
22775 #endif /* defined(GLX_USE_TLS) */
22776 .size GL_PREFIX(FlushVertexArrayRangeNV), .-GL_PREFIX(FlushVertexArrayRangeNV)
22777
22778 .p2align 4,,15
22779 .globl GL_PREFIX(VertexArrayRangeNV)
22780 .type GL_PREFIX(VertexArrayRangeNV), @function
22781 GL_PREFIX(VertexArrayRangeNV):
22782 #if defined(GLX_USE_TLS)
22783 call _x86_64_get_dispatch@PLT
22784 movq 4848(%rax), %r11
22785 jmp *%r11
22786 #elif defined(PTHREADS)
22787 pushq %rdi
22788 pushq %rsi
22789 pushq %rbp
22790 call _x86_64_get_dispatch@PLT
22791 popq %rbp
22792 popq %rsi
22793 popq %rdi
22794 movq 4848(%rax), %r11
22795 jmp *%r11
22796 #else
22797 movq _glapi_Dispatch(%rip), %rax
22798 testq %rax, %rax
22799 je 1f
22800 movq 4848(%rax), %r11
22801 jmp *%r11
22802 1:
22803 pushq %rdi
22804 pushq %rsi
22805 pushq %rbp
22806 call _glapi_get_dispatch
22807 popq %rbp
22808 popq %rsi
22809 popq %rdi
22810 movq 4848(%rax), %r11
22811 jmp *%r11
22812 #endif /* defined(GLX_USE_TLS) */
22813 .size GL_PREFIX(VertexArrayRangeNV), .-GL_PREFIX(VertexArrayRangeNV)
22814
22815 .p2align 4,,15
22816 .globl GL_PREFIX(CombinerInputNV)
22817 .type GL_PREFIX(CombinerInputNV), @function
22818 GL_PREFIX(CombinerInputNV):
22819 #if defined(GLX_USE_TLS)
22820 call _x86_64_get_dispatch@PLT
22821 movq 4856(%rax), %r11
22822 jmp *%r11
22823 #elif defined(PTHREADS)
22824 pushq %rdi
22825 pushq %rsi
22826 pushq %rdx
22827 pushq %rcx
22828 pushq %r8
22829 pushq %r9
22830 pushq %rbp
22831 call _x86_64_get_dispatch@PLT
22832 popq %rbp
22833 popq %r9
22834 popq %r8
22835 popq %rcx
22836 popq %rdx
22837 popq %rsi
22838 popq %rdi
22839 movq 4856(%rax), %r11
22840 jmp *%r11
22841 #else
22842 movq _glapi_Dispatch(%rip), %rax
22843 testq %rax, %rax
22844 je 1f
22845 movq 4856(%rax), %r11
22846 jmp *%r11
22847 1:
22848 pushq %rdi
22849 pushq %rsi
22850 pushq %rdx
22851 pushq %rcx
22852 pushq %r8
22853 pushq %r9
22854 pushq %rbp
22855 call _glapi_get_dispatch
22856 popq %rbp
22857 popq %r9
22858 popq %r8
22859 popq %rcx
22860 popq %rdx
22861 popq %rsi
22862 popq %rdi
22863 movq 4856(%rax), %r11
22864 jmp *%r11
22865 #endif /* defined(GLX_USE_TLS) */
22866 .size GL_PREFIX(CombinerInputNV), .-GL_PREFIX(CombinerInputNV)
22867
22868 .p2align 4,,15
22869 .globl GL_PREFIX(CombinerOutputNV)
22870 .type GL_PREFIX(CombinerOutputNV), @function
22871 GL_PREFIX(CombinerOutputNV):
22872 #if defined(GLX_USE_TLS)
22873 call _x86_64_get_dispatch@PLT
22874 movq 4864(%rax), %r11
22875 jmp *%r11
22876 #elif defined(PTHREADS)
22877 pushq %rdi
22878 pushq %rsi
22879 pushq %rdx
22880 pushq %rcx
22881 pushq %r8
22882 pushq %r9
22883 pushq %rbp
22884 call _x86_64_get_dispatch@PLT
22885 popq %rbp
22886 popq %r9
22887 popq %r8
22888 popq %rcx
22889 popq %rdx
22890 popq %rsi
22891 popq %rdi
22892 movq 4864(%rax), %r11
22893 jmp *%r11
22894 #else
22895 movq _glapi_Dispatch(%rip), %rax
22896 testq %rax, %rax
22897 je 1f
22898 movq 4864(%rax), %r11
22899 jmp *%r11
22900 1:
22901 pushq %rdi
22902 pushq %rsi
22903 pushq %rdx
22904 pushq %rcx
22905 pushq %r8
22906 pushq %r9
22907 pushq %rbp
22908 call _glapi_get_dispatch
22909 popq %rbp
22910 popq %r9
22911 popq %r8
22912 popq %rcx
22913 popq %rdx
22914 popq %rsi
22915 popq %rdi
22916 movq 4864(%rax), %r11
22917 jmp *%r11
22918 #endif /* defined(GLX_USE_TLS) */
22919 .size GL_PREFIX(CombinerOutputNV), .-GL_PREFIX(CombinerOutputNV)
22920
22921 .p2align 4,,15
22922 .globl GL_PREFIX(CombinerParameterfNV)
22923 .type GL_PREFIX(CombinerParameterfNV), @function
22924 GL_PREFIX(CombinerParameterfNV):
22925 #if defined(GLX_USE_TLS)
22926 call _x86_64_get_dispatch@PLT
22927 movq 4872(%rax), %r11
22928 jmp *%r11
22929 #elif defined(PTHREADS)
22930 subq $24, %rsp
22931 movq %rdi, (%rsp)
22932 movq %xmm0, 8(%rsp)
22933 call _x86_64_get_dispatch@PLT
22934 movq 8(%rsp), %xmm0
22935 movq (%rsp), %rdi
22936 addq $24, %rsp
22937 movq 4872(%rax), %r11
22938 jmp *%r11
22939 #else
22940 movq _glapi_Dispatch(%rip), %rax
22941 testq %rax, %rax
22942 je 1f
22943 movq 4872(%rax), %r11
22944 jmp *%r11
22945 1:
22946 subq $24, %rsp
22947 movq %rdi, (%rsp)
22948 movq %xmm0, 8(%rsp)
22949 call _glapi_get_dispatch
22950 movq 8(%rsp), %xmm0
22951 movq (%rsp), %rdi
22952 addq $24, %rsp
22953 movq 4872(%rax), %r11
22954 jmp *%r11
22955 #endif /* defined(GLX_USE_TLS) */
22956 .size GL_PREFIX(CombinerParameterfNV), .-GL_PREFIX(CombinerParameterfNV)
22957
22958 .p2align 4,,15
22959 .globl GL_PREFIX(CombinerParameterfvNV)
22960 .type GL_PREFIX(CombinerParameterfvNV), @function
22961 GL_PREFIX(CombinerParameterfvNV):
22962 #if defined(GLX_USE_TLS)
22963 call _x86_64_get_dispatch@PLT
22964 movq 4880(%rax), %r11
22965 jmp *%r11
22966 #elif defined(PTHREADS)
22967 pushq %rdi
22968 pushq %rsi
22969 pushq %rbp
22970 call _x86_64_get_dispatch@PLT
22971 popq %rbp
22972 popq %rsi
22973 popq %rdi
22974 movq 4880(%rax), %r11
22975 jmp *%r11
22976 #else
22977 movq _glapi_Dispatch(%rip), %rax
22978 testq %rax, %rax
22979 je 1f
22980 movq 4880(%rax), %r11
22981 jmp *%r11
22982 1:
22983 pushq %rdi
22984 pushq %rsi
22985 pushq %rbp
22986 call _glapi_get_dispatch
22987 popq %rbp
22988 popq %rsi
22989 popq %rdi
22990 movq 4880(%rax), %r11
22991 jmp *%r11
22992 #endif /* defined(GLX_USE_TLS) */
22993 .size GL_PREFIX(CombinerParameterfvNV), .-GL_PREFIX(CombinerParameterfvNV)
22994
22995 .p2align 4,,15
22996 .globl GL_PREFIX(CombinerParameteriNV)
22997 .type GL_PREFIX(CombinerParameteriNV), @function
22998 GL_PREFIX(CombinerParameteriNV):
22999 #if defined(GLX_USE_TLS)
23000 call _x86_64_get_dispatch@PLT
23001 movq 4888(%rax), %r11
23002 jmp *%r11
23003 #elif defined(PTHREADS)
23004 pushq %rdi
23005 pushq %rsi
23006 pushq %rbp
23007 call _x86_64_get_dispatch@PLT
23008 popq %rbp
23009 popq %rsi
23010 popq %rdi
23011 movq 4888(%rax), %r11
23012 jmp *%r11
23013 #else
23014 movq _glapi_Dispatch(%rip), %rax
23015 testq %rax, %rax
23016 je 1f
23017 movq 4888(%rax), %r11
23018 jmp *%r11
23019 1:
23020 pushq %rdi
23021 pushq %rsi
23022 pushq %rbp
23023 call _glapi_get_dispatch
23024 popq %rbp
23025 popq %rsi
23026 popq %rdi
23027 movq 4888(%rax), %r11
23028 jmp *%r11
23029 #endif /* defined(GLX_USE_TLS) */
23030 .size GL_PREFIX(CombinerParameteriNV), .-GL_PREFIX(CombinerParameteriNV)
23031
23032 .p2align 4,,15
23033 .globl GL_PREFIX(CombinerParameterivNV)
23034 .type GL_PREFIX(CombinerParameterivNV), @function
23035 GL_PREFIX(CombinerParameterivNV):
23036 #if defined(GLX_USE_TLS)
23037 call _x86_64_get_dispatch@PLT
23038 movq 4896(%rax), %r11
23039 jmp *%r11
23040 #elif defined(PTHREADS)
23041 pushq %rdi
23042 pushq %rsi
23043 pushq %rbp
23044 call _x86_64_get_dispatch@PLT
23045 popq %rbp
23046 popq %rsi
23047 popq %rdi
23048 movq 4896(%rax), %r11
23049 jmp *%r11
23050 #else
23051 movq _glapi_Dispatch(%rip), %rax
23052 testq %rax, %rax
23053 je 1f
23054 movq 4896(%rax), %r11
23055 jmp *%r11
23056 1:
23057 pushq %rdi
23058 pushq %rsi
23059 pushq %rbp
23060 call _glapi_get_dispatch
23061 popq %rbp
23062 popq %rsi
23063 popq %rdi
23064 movq 4896(%rax), %r11
23065 jmp *%r11
23066 #endif /* defined(GLX_USE_TLS) */
23067 .size GL_PREFIX(CombinerParameterivNV), .-GL_PREFIX(CombinerParameterivNV)
23068
23069 .p2align 4,,15
23070 .globl GL_PREFIX(FinalCombinerInputNV)
23071 .type GL_PREFIX(FinalCombinerInputNV), @function
23072 GL_PREFIX(FinalCombinerInputNV):
23073 #if defined(GLX_USE_TLS)
23074 call _x86_64_get_dispatch@PLT
23075 movq 4904(%rax), %r11
23076 jmp *%r11
23077 #elif defined(PTHREADS)
23078 pushq %rdi
23079 pushq %rsi
23080 pushq %rdx
23081 pushq %rcx
23082 pushq %rbp
23083 call _x86_64_get_dispatch@PLT
23084 popq %rbp
23085 popq %rcx
23086 popq %rdx
23087 popq %rsi
23088 popq %rdi
23089 movq 4904(%rax), %r11
23090 jmp *%r11
23091 #else
23092 movq _glapi_Dispatch(%rip), %rax
23093 testq %rax, %rax
23094 je 1f
23095 movq 4904(%rax), %r11
23096 jmp *%r11
23097 1:
23098 pushq %rdi
23099 pushq %rsi
23100 pushq %rdx
23101 pushq %rcx
23102 pushq %rbp
23103 call _glapi_get_dispatch
23104 popq %rbp
23105 popq %rcx
23106 popq %rdx
23107 popq %rsi
23108 popq %rdi
23109 movq 4904(%rax), %r11
23110 jmp *%r11
23111 #endif /* defined(GLX_USE_TLS) */
23112 .size GL_PREFIX(FinalCombinerInputNV), .-GL_PREFIX(FinalCombinerInputNV)
23113
23114 .p2align 4,,15
23115 .globl GL_PREFIX(GetCombinerInputParameterfvNV)
23116 .type GL_PREFIX(GetCombinerInputParameterfvNV), @function
23117 GL_PREFIX(GetCombinerInputParameterfvNV):
23118 #if defined(GLX_USE_TLS)
23119 call _x86_64_get_dispatch@PLT
23120 movq 4912(%rax), %r11
23121 jmp *%r11
23122 #elif defined(PTHREADS)
23123 pushq %rdi
23124 pushq %rsi
23125 pushq %rdx
23126 pushq %rcx
23127 pushq %r8
23128 call _x86_64_get_dispatch@PLT
23129 popq %r8
23130 popq %rcx
23131 popq %rdx
23132 popq %rsi
23133 popq %rdi
23134 movq 4912(%rax), %r11
23135 jmp *%r11
23136 #else
23137 movq _glapi_Dispatch(%rip), %rax
23138 testq %rax, %rax
23139 je 1f
23140 movq 4912(%rax), %r11
23141 jmp *%r11
23142 1:
23143 pushq %rdi
23144 pushq %rsi
23145 pushq %rdx
23146 pushq %rcx
23147 pushq %r8
23148 call _glapi_get_dispatch
23149 popq %r8
23150 popq %rcx
23151 popq %rdx
23152 popq %rsi
23153 popq %rdi
23154 movq 4912(%rax), %r11
23155 jmp *%r11
23156 #endif /* defined(GLX_USE_TLS) */
23157 .size GL_PREFIX(GetCombinerInputParameterfvNV), .-GL_PREFIX(GetCombinerInputParameterfvNV)
23158
23159 .p2align 4,,15
23160 .globl GL_PREFIX(GetCombinerInputParameterivNV)
23161 .type GL_PREFIX(GetCombinerInputParameterivNV), @function
23162 GL_PREFIX(GetCombinerInputParameterivNV):
23163 #if defined(GLX_USE_TLS)
23164 call _x86_64_get_dispatch@PLT
23165 movq 4920(%rax), %r11
23166 jmp *%r11
23167 #elif defined(PTHREADS)
23168 pushq %rdi
23169 pushq %rsi
23170 pushq %rdx
23171 pushq %rcx
23172 pushq %r8
23173 call _x86_64_get_dispatch@PLT
23174 popq %r8
23175 popq %rcx
23176 popq %rdx
23177 popq %rsi
23178 popq %rdi
23179 movq 4920(%rax), %r11
23180 jmp *%r11
23181 #else
23182 movq _glapi_Dispatch(%rip), %rax
23183 testq %rax, %rax
23184 je 1f
23185 movq 4920(%rax), %r11
23186 jmp *%r11
23187 1:
23188 pushq %rdi
23189 pushq %rsi
23190 pushq %rdx
23191 pushq %rcx
23192 pushq %r8
23193 call _glapi_get_dispatch
23194 popq %r8
23195 popq %rcx
23196 popq %rdx
23197 popq %rsi
23198 popq %rdi
23199 movq 4920(%rax), %r11
23200 jmp *%r11
23201 #endif /* defined(GLX_USE_TLS) */
23202 .size GL_PREFIX(GetCombinerInputParameterivNV), .-GL_PREFIX(GetCombinerInputParameterivNV)
23203
23204 .p2align 4,,15
23205 .globl GL_PREFIX(GetCombinerOutputParameterfvNV)
23206 .type GL_PREFIX(GetCombinerOutputParameterfvNV), @function
23207 GL_PREFIX(GetCombinerOutputParameterfvNV):
23208 #if defined(GLX_USE_TLS)
23209 call _x86_64_get_dispatch@PLT
23210 movq 4928(%rax), %r11
23211 jmp *%r11
23212 #elif defined(PTHREADS)
23213 pushq %rdi
23214 pushq %rsi
23215 pushq %rdx
23216 pushq %rcx
23217 pushq %rbp
23218 call _x86_64_get_dispatch@PLT
23219 popq %rbp
23220 popq %rcx
23221 popq %rdx
23222 popq %rsi
23223 popq %rdi
23224 movq 4928(%rax), %r11
23225 jmp *%r11
23226 #else
23227 movq _glapi_Dispatch(%rip), %rax
23228 testq %rax, %rax
23229 je 1f
23230 movq 4928(%rax), %r11
23231 jmp *%r11
23232 1:
23233 pushq %rdi
23234 pushq %rsi
23235 pushq %rdx
23236 pushq %rcx
23237 pushq %rbp
23238 call _glapi_get_dispatch
23239 popq %rbp
23240 popq %rcx
23241 popq %rdx
23242 popq %rsi
23243 popq %rdi
23244 movq 4928(%rax), %r11
23245 jmp *%r11
23246 #endif /* defined(GLX_USE_TLS) */
23247 .size GL_PREFIX(GetCombinerOutputParameterfvNV), .-GL_PREFIX(GetCombinerOutputParameterfvNV)
23248
23249 .p2align 4,,15
23250 .globl GL_PREFIX(GetCombinerOutputParameterivNV)
23251 .type GL_PREFIX(GetCombinerOutputParameterivNV), @function
23252 GL_PREFIX(GetCombinerOutputParameterivNV):
23253 #if defined(GLX_USE_TLS)
23254 call _x86_64_get_dispatch@PLT
23255 movq 4936(%rax), %r11
23256 jmp *%r11
23257 #elif defined(PTHREADS)
23258 pushq %rdi
23259 pushq %rsi
23260 pushq %rdx
23261 pushq %rcx
23262 pushq %rbp
23263 call _x86_64_get_dispatch@PLT
23264 popq %rbp
23265 popq %rcx
23266 popq %rdx
23267 popq %rsi
23268 popq %rdi
23269 movq 4936(%rax), %r11
23270 jmp *%r11
23271 #else
23272 movq _glapi_Dispatch(%rip), %rax
23273 testq %rax, %rax
23274 je 1f
23275 movq 4936(%rax), %r11
23276 jmp *%r11
23277 1:
23278 pushq %rdi
23279 pushq %rsi
23280 pushq %rdx
23281 pushq %rcx
23282 pushq %rbp
23283 call _glapi_get_dispatch
23284 popq %rbp
23285 popq %rcx
23286 popq %rdx
23287 popq %rsi
23288 popq %rdi
23289 movq 4936(%rax), %r11
23290 jmp *%r11
23291 #endif /* defined(GLX_USE_TLS) */
23292 .size GL_PREFIX(GetCombinerOutputParameterivNV), .-GL_PREFIX(GetCombinerOutputParameterivNV)
23293
23294 .p2align 4,,15
23295 .globl GL_PREFIX(GetFinalCombinerInputParameterfvNV)
23296 .type GL_PREFIX(GetFinalCombinerInputParameterfvNV), @function
23297 GL_PREFIX(GetFinalCombinerInputParameterfvNV):
23298 #if defined(GLX_USE_TLS)
23299 call _x86_64_get_dispatch@PLT
23300 movq 4944(%rax), %r11
23301 jmp *%r11
23302 #elif defined(PTHREADS)
23303 pushq %rdi
23304 pushq %rsi
23305 pushq %rdx
23306 call _x86_64_get_dispatch@PLT
23307 popq %rdx
23308 popq %rsi
23309 popq %rdi
23310 movq 4944(%rax), %r11
23311 jmp *%r11
23312 #else
23313 movq _glapi_Dispatch(%rip), %rax
23314 testq %rax, %rax
23315 je 1f
23316 movq 4944(%rax), %r11
23317 jmp *%r11
23318 1:
23319 pushq %rdi
23320 pushq %rsi
23321 pushq %rdx
23322 call _glapi_get_dispatch
23323 popq %rdx
23324 popq %rsi
23325 popq %rdi
23326 movq 4944(%rax), %r11
23327 jmp *%r11
23328 #endif /* defined(GLX_USE_TLS) */
23329 .size GL_PREFIX(GetFinalCombinerInputParameterfvNV), .-GL_PREFIX(GetFinalCombinerInputParameterfvNV)
23330
23331 .p2align 4,,15
23332 .globl GL_PREFIX(GetFinalCombinerInputParameterivNV)
23333 .type GL_PREFIX(GetFinalCombinerInputParameterivNV), @function
23334 GL_PREFIX(GetFinalCombinerInputParameterivNV):
23335 #if defined(GLX_USE_TLS)
23336 call _x86_64_get_dispatch@PLT
23337 movq 4952(%rax), %r11
23338 jmp *%r11
23339 #elif defined(PTHREADS)
23340 pushq %rdi
23341 pushq %rsi
23342 pushq %rdx
23343 call _x86_64_get_dispatch@PLT
23344 popq %rdx
23345 popq %rsi
23346 popq %rdi
23347 movq 4952(%rax), %r11
23348 jmp *%r11
23349 #else
23350 movq _glapi_Dispatch(%rip), %rax
23351 testq %rax, %rax
23352 je 1f
23353 movq 4952(%rax), %r11
23354 jmp *%r11
23355 1:
23356 pushq %rdi
23357 pushq %rsi
23358 pushq %rdx
23359 call _glapi_get_dispatch
23360 popq %rdx
23361 popq %rsi
23362 popq %rdi
23363 movq 4952(%rax), %r11
23364 jmp *%r11
23365 #endif /* defined(GLX_USE_TLS) */
23366 .size GL_PREFIX(GetFinalCombinerInputParameterivNV), .-GL_PREFIX(GetFinalCombinerInputParameterivNV)
23367
23368 .p2align 4,,15
23369 .globl GL_PREFIX(ResizeBuffersMESA)
23370 .type GL_PREFIX(ResizeBuffersMESA), @function
23371 GL_PREFIX(ResizeBuffersMESA):
23372 #if defined(GLX_USE_TLS)
23373 call _x86_64_get_dispatch@PLT
23374 movq 4960(%rax), %r11
23375 jmp *%r11
23376 #elif defined(PTHREADS)
23377 pushq %rbp
23378 call _x86_64_get_dispatch@PLT
23379 popq %rbp
23380 movq 4960(%rax), %r11
23381 jmp *%r11
23382 #else
23383 movq _glapi_Dispatch(%rip), %rax
23384 testq %rax, %rax
23385 je 1f
23386 movq 4960(%rax), %r11
23387 jmp *%r11
23388 1:
23389 pushq %rbp
23390 call _glapi_get_dispatch
23391 popq %rbp
23392 movq 4960(%rax), %r11
23393 jmp *%r11
23394 #endif /* defined(GLX_USE_TLS) */
23395 .size GL_PREFIX(ResizeBuffersMESA), .-GL_PREFIX(ResizeBuffersMESA)
23396
23397 .p2align 4,,15
23398 .globl GL_PREFIX(WindowPos2dMESA)
23399 .type GL_PREFIX(WindowPos2dMESA), @function
23400 GL_PREFIX(WindowPos2dMESA):
23401 #if defined(GLX_USE_TLS)
23402 call _x86_64_get_dispatch@PLT
23403 movq 4968(%rax), %r11
23404 jmp *%r11
23405 #elif defined(PTHREADS)
23406 subq $24, %rsp
23407 movq %xmm0, (%rsp)
23408 movq %xmm1, 8(%rsp)
23409 call _x86_64_get_dispatch@PLT
23410 movq 8(%rsp), %xmm1
23411 movq (%rsp), %xmm0
23412 addq $24, %rsp
23413 movq 4968(%rax), %r11
23414 jmp *%r11
23415 #else
23416 movq _glapi_Dispatch(%rip), %rax
23417 testq %rax, %rax
23418 je 1f
23419 movq 4968(%rax), %r11
23420 jmp *%r11
23421 1:
23422 subq $24, %rsp
23423 movq %xmm0, (%rsp)
23424 movq %xmm1, 8(%rsp)
23425 call _glapi_get_dispatch
23426 movq 8(%rsp), %xmm1
23427 movq (%rsp), %xmm0
23428 addq $24, %rsp
23429 movq 4968(%rax), %r11
23430 jmp *%r11
23431 #endif /* defined(GLX_USE_TLS) */
23432 .size GL_PREFIX(WindowPos2dMESA), .-GL_PREFIX(WindowPos2dMESA)
23433
23434 .p2align 4,,15
23435 .globl GL_PREFIX(WindowPos2dvMESA)
23436 .type GL_PREFIX(WindowPos2dvMESA), @function
23437 GL_PREFIX(WindowPos2dvMESA):
23438 #if defined(GLX_USE_TLS)
23439 call _x86_64_get_dispatch@PLT
23440 movq 4976(%rax), %r11
23441 jmp *%r11
23442 #elif defined(PTHREADS)
23443 pushq %rdi
23444 call _x86_64_get_dispatch@PLT
23445 popq %rdi
23446 movq 4976(%rax), %r11
23447 jmp *%r11
23448 #else
23449 movq _glapi_Dispatch(%rip), %rax
23450 testq %rax, %rax
23451 je 1f
23452 movq 4976(%rax), %r11
23453 jmp *%r11
23454 1:
23455 pushq %rdi
23456 call _glapi_get_dispatch
23457 popq %rdi
23458 movq 4976(%rax), %r11
23459 jmp *%r11
23460 #endif /* defined(GLX_USE_TLS) */
23461 .size GL_PREFIX(WindowPos2dvMESA), .-GL_PREFIX(WindowPos2dvMESA)
23462
23463 .p2align 4,,15
23464 .globl GL_PREFIX(WindowPos2fMESA)
23465 .type GL_PREFIX(WindowPos2fMESA), @function
23466 GL_PREFIX(WindowPos2fMESA):
23467 #if defined(GLX_USE_TLS)
23468 call _x86_64_get_dispatch@PLT
23469 movq 4984(%rax), %r11
23470 jmp *%r11
23471 #elif defined(PTHREADS)
23472 subq $24, %rsp
23473 movq %xmm0, (%rsp)
23474 movq %xmm1, 8(%rsp)
23475 call _x86_64_get_dispatch@PLT
23476 movq 8(%rsp), %xmm1
23477 movq (%rsp), %xmm0
23478 addq $24, %rsp
23479 movq 4984(%rax), %r11
23480 jmp *%r11
23481 #else
23482 movq _glapi_Dispatch(%rip), %rax
23483 testq %rax, %rax
23484 je 1f
23485 movq 4984(%rax), %r11
23486 jmp *%r11
23487 1:
23488 subq $24, %rsp
23489 movq %xmm0, (%rsp)
23490 movq %xmm1, 8(%rsp)
23491 call _glapi_get_dispatch
23492 movq 8(%rsp), %xmm1
23493 movq (%rsp), %xmm0
23494 addq $24, %rsp
23495 movq 4984(%rax), %r11
23496 jmp *%r11
23497 #endif /* defined(GLX_USE_TLS) */
23498 .size GL_PREFIX(WindowPos2fMESA), .-GL_PREFIX(WindowPos2fMESA)
23499
23500 .p2align 4,,15
23501 .globl GL_PREFIX(WindowPos2fvMESA)
23502 .type GL_PREFIX(WindowPos2fvMESA), @function
23503 GL_PREFIX(WindowPos2fvMESA):
23504 #if defined(GLX_USE_TLS)
23505 call _x86_64_get_dispatch@PLT
23506 movq 4992(%rax), %r11
23507 jmp *%r11
23508 #elif defined(PTHREADS)
23509 pushq %rdi
23510 call _x86_64_get_dispatch@PLT
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 call _glapi_get_dispatch
23523 popq %rdi
23524 movq 4992(%rax), %r11
23525 jmp *%r11
23526 #endif /* defined(GLX_USE_TLS) */
23527 .size GL_PREFIX(WindowPos2fvMESA), .-GL_PREFIX(WindowPos2fvMESA)
23528
23529 .p2align 4,,15
23530 .globl GL_PREFIX(WindowPos2iMESA)
23531 .type GL_PREFIX(WindowPos2iMESA), @function
23532 GL_PREFIX(WindowPos2iMESA):
23533 #if defined(GLX_USE_TLS)
23534 call _x86_64_get_dispatch@PLT
23535 movq 5000(%rax), %r11
23536 jmp *%r11
23537 #elif defined(PTHREADS)
23538 pushq %rdi
23539 pushq %rsi
23540 pushq %rbp
23541 call _x86_64_get_dispatch@PLT
23542 popq %rbp
23543 popq %rsi
23544 popq %rdi
23545 movq 5000(%rax), %r11
23546 jmp *%r11
23547 #else
23548 movq _glapi_Dispatch(%rip), %rax
23549 testq %rax, %rax
23550 je 1f
23551 movq 5000(%rax), %r11
23552 jmp *%r11
23553 1:
23554 pushq %rdi
23555 pushq %rsi
23556 pushq %rbp
23557 call _glapi_get_dispatch
23558 popq %rbp
23559 popq %rsi
23560 popq %rdi
23561 movq 5000(%rax), %r11
23562 jmp *%r11
23563 #endif /* defined(GLX_USE_TLS) */
23564 .size GL_PREFIX(WindowPos2iMESA), .-GL_PREFIX(WindowPos2iMESA)
23565
23566 .p2align 4,,15
23567 .globl GL_PREFIX(WindowPos2ivMESA)
23568 .type GL_PREFIX(WindowPos2ivMESA), @function
23569 GL_PREFIX(WindowPos2ivMESA):
23570 #if defined(GLX_USE_TLS)
23571 call _x86_64_get_dispatch@PLT
23572 movq 5008(%rax), %r11
23573 jmp *%r11
23574 #elif defined(PTHREADS)
23575 pushq %rdi
23576 call _x86_64_get_dispatch@PLT
23577 popq %rdi
23578 movq 5008(%rax), %r11
23579 jmp *%r11
23580 #else
23581 movq _glapi_Dispatch(%rip), %rax
23582 testq %rax, %rax
23583 je 1f
23584 movq 5008(%rax), %r11
23585 jmp *%r11
23586 1:
23587 pushq %rdi
23588 call _glapi_get_dispatch
23589 popq %rdi
23590 movq 5008(%rax), %r11
23591 jmp *%r11
23592 #endif /* defined(GLX_USE_TLS) */
23593 .size GL_PREFIX(WindowPos2ivMESA), .-GL_PREFIX(WindowPos2ivMESA)
23594
23595 .p2align 4,,15
23596 .globl GL_PREFIX(WindowPos2sMESA)
23597 .type GL_PREFIX(WindowPos2sMESA), @function
23598 GL_PREFIX(WindowPos2sMESA):
23599 #if defined(GLX_USE_TLS)
23600 call _x86_64_get_dispatch@PLT
23601 movq 5016(%rax), %r11
23602 jmp *%r11
23603 #elif defined(PTHREADS)
23604 pushq %rdi
23605 pushq %rsi
23606 pushq %rbp
23607 call _x86_64_get_dispatch@PLT
23608 popq %rbp
23609 popq %rsi
23610 popq %rdi
23611 movq 5016(%rax), %r11
23612 jmp *%r11
23613 #else
23614 movq _glapi_Dispatch(%rip), %rax
23615 testq %rax, %rax
23616 je 1f
23617 movq 5016(%rax), %r11
23618 jmp *%r11
23619 1:
23620 pushq %rdi
23621 pushq %rsi
23622 pushq %rbp
23623 call _glapi_get_dispatch
23624 popq %rbp
23625 popq %rsi
23626 popq %rdi
23627 movq 5016(%rax), %r11
23628 jmp *%r11
23629 #endif /* defined(GLX_USE_TLS) */
23630 .size GL_PREFIX(WindowPos2sMESA), .-GL_PREFIX(WindowPos2sMESA)
23631
23632 .p2align 4,,15
23633 .globl GL_PREFIX(WindowPos2svMESA)
23634 .type GL_PREFIX(WindowPos2svMESA), @function
23635 GL_PREFIX(WindowPos2svMESA):
23636 #if defined(GLX_USE_TLS)
23637 call _x86_64_get_dispatch@PLT
23638 movq 5024(%rax), %r11
23639 jmp *%r11
23640 #elif defined(PTHREADS)
23641 pushq %rdi
23642 call _x86_64_get_dispatch@PLT
23643 popq %rdi
23644 movq 5024(%rax), %r11
23645 jmp *%r11
23646 #else
23647 movq _glapi_Dispatch(%rip), %rax
23648 testq %rax, %rax
23649 je 1f
23650 movq 5024(%rax), %r11
23651 jmp *%r11
23652 1:
23653 pushq %rdi
23654 call _glapi_get_dispatch
23655 popq %rdi
23656 movq 5024(%rax), %r11
23657 jmp *%r11
23658 #endif /* defined(GLX_USE_TLS) */
23659 .size GL_PREFIX(WindowPos2svMESA), .-GL_PREFIX(WindowPos2svMESA)
23660
23661 .p2align 4,,15
23662 .globl GL_PREFIX(WindowPos3dMESA)
23663 .type GL_PREFIX(WindowPos3dMESA), @function
23664 GL_PREFIX(WindowPos3dMESA):
23665 #if defined(GLX_USE_TLS)
23666 call _x86_64_get_dispatch@PLT
23667 movq 5032(%rax), %r11
23668 jmp *%r11
23669 #elif defined(PTHREADS)
23670 subq $24, %rsp
23671 movq %xmm0, (%rsp)
23672 movq %xmm1, 8(%rsp)
23673 movq %xmm2, 16(%rsp)
23674 call _x86_64_get_dispatch@PLT
23675 movq 16(%rsp), %xmm2
23676 movq 8(%rsp), %xmm1
23677 movq (%rsp), %xmm0
23678 addq $24, %rsp
23679 movq 5032(%rax), %r11
23680 jmp *%r11
23681 #else
23682 movq _glapi_Dispatch(%rip), %rax
23683 testq %rax, %rax
23684 je 1f
23685 movq 5032(%rax), %r11
23686 jmp *%r11
23687 1:
23688 subq $24, %rsp
23689 movq %xmm0, (%rsp)
23690 movq %xmm1, 8(%rsp)
23691 movq %xmm2, 16(%rsp)
23692 call _glapi_get_dispatch
23693 movq 16(%rsp), %xmm2
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(WindowPos3dMESA), .-GL_PREFIX(WindowPos3dMESA)
23701
23702 .p2align 4,,15
23703 .globl GL_PREFIX(WindowPos3dvMESA)
23704 .type GL_PREFIX(WindowPos3dvMESA), @function
23705 GL_PREFIX(WindowPos3dvMESA):
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(WindowPos3dvMESA), .-GL_PREFIX(WindowPos3dvMESA)
23730
23731 .p2align 4,,15
23732 .globl GL_PREFIX(WindowPos3fMESA)
23733 .type GL_PREFIX(WindowPos3fMESA), @function
23734 GL_PREFIX(WindowPos3fMESA):
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 subq $24, %rsp
23741 movq %xmm0, (%rsp)
23742 movq %xmm1, 8(%rsp)
23743 movq %xmm2, 16(%rsp)
23744 call _x86_64_get_dispatch@PLT
23745 movq 16(%rsp), %xmm2
23746 movq 8(%rsp), %xmm1
23747 movq (%rsp), %xmm0
23748 addq $24, %rsp
23749 movq 5048(%rax), %r11
23750 jmp *%r11
23751 #else
23752 movq _glapi_Dispatch(%rip), %rax
23753 testq %rax, %rax
23754 je 1f
23755 movq 5048(%rax), %r11
23756 jmp *%r11
23757 1:
23758 subq $24, %rsp
23759 movq %xmm0, (%rsp)
23760 movq %xmm1, 8(%rsp)
23761 movq %xmm2, 16(%rsp)
23762 call _glapi_get_dispatch
23763 movq 16(%rsp), %xmm2
23764 movq 8(%rsp), %xmm1
23765 movq (%rsp), %xmm0
23766 addq $24, %rsp
23767 movq 5048(%rax), %r11
23768 jmp *%r11
23769 #endif /* defined(GLX_USE_TLS) */
23770 .size GL_PREFIX(WindowPos3fMESA), .-GL_PREFIX(WindowPos3fMESA)
23771
23772 .p2align 4,,15
23773 .globl GL_PREFIX(WindowPos3fvMESA)
23774 .type GL_PREFIX(WindowPos3fvMESA), @function
23775 GL_PREFIX(WindowPos3fvMESA):
23776 #if defined(GLX_USE_TLS)
23777 call _x86_64_get_dispatch@PLT
23778 movq 5056(%rax), %r11
23779 jmp *%r11
23780 #elif defined(PTHREADS)
23781 pushq %rdi
23782 call _x86_64_get_dispatch@PLT
23783 popq %rdi
23784 movq 5056(%rax), %r11
23785 jmp *%r11
23786 #else
23787 movq _glapi_Dispatch(%rip), %rax
23788 testq %rax, %rax
23789 je 1f
23790 movq 5056(%rax), %r11
23791 jmp *%r11
23792 1:
23793 pushq %rdi
23794 call _glapi_get_dispatch
23795 popq %rdi
23796 movq 5056(%rax), %r11
23797 jmp *%r11
23798 #endif /* defined(GLX_USE_TLS) */
23799 .size GL_PREFIX(WindowPos3fvMESA), .-GL_PREFIX(WindowPos3fvMESA)
23800
23801 .p2align 4,,15
23802 .globl GL_PREFIX(WindowPos3iMESA)
23803 .type GL_PREFIX(WindowPos3iMESA), @function
23804 GL_PREFIX(WindowPos3iMESA):
23805 #if defined(GLX_USE_TLS)
23806 call _x86_64_get_dispatch@PLT
23807 movq 5064(%rax), %r11
23808 jmp *%r11
23809 #elif defined(PTHREADS)
23810 pushq %rdi
23811 pushq %rsi
23812 pushq %rdx
23813 call _x86_64_get_dispatch@PLT
23814 popq %rdx
23815 popq %rsi
23816 popq %rdi
23817 movq 5064(%rax), %r11
23818 jmp *%r11
23819 #else
23820 movq _glapi_Dispatch(%rip), %rax
23821 testq %rax, %rax
23822 je 1f
23823 movq 5064(%rax), %r11
23824 jmp *%r11
23825 1:
23826 pushq %rdi
23827 pushq %rsi
23828 pushq %rdx
23829 call _glapi_get_dispatch
23830 popq %rdx
23831 popq %rsi
23832 popq %rdi
23833 movq 5064(%rax), %r11
23834 jmp *%r11
23835 #endif /* defined(GLX_USE_TLS) */
23836 .size GL_PREFIX(WindowPos3iMESA), .-GL_PREFIX(WindowPos3iMESA)
23837
23838 .p2align 4,,15
23839 .globl GL_PREFIX(WindowPos3ivMESA)
23840 .type GL_PREFIX(WindowPos3ivMESA), @function
23841 GL_PREFIX(WindowPos3ivMESA):
23842 #if defined(GLX_USE_TLS)
23843 call _x86_64_get_dispatch@PLT
23844 movq 5072(%rax), %r11
23845 jmp *%r11
23846 #elif defined(PTHREADS)
23847 pushq %rdi
23848 call _x86_64_get_dispatch@PLT
23849 popq %rdi
23850 movq 5072(%rax), %r11
23851 jmp *%r11
23852 #else
23853 movq _glapi_Dispatch(%rip), %rax
23854 testq %rax, %rax
23855 je 1f
23856 movq 5072(%rax), %r11
23857 jmp *%r11
23858 1:
23859 pushq %rdi
23860 call _glapi_get_dispatch
23861 popq %rdi
23862 movq 5072(%rax), %r11
23863 jmp *%r11
23864 #endif /* defined(GLX_USE_TLS) */
23865 .size GL_PREFIX(WindowPos3ivMESA), .-GL_PREFIX(WindowPos3ivMESA)
23866
23867 .p2align 4,,15
23868 .globl GL_PREFIX(WindowPos3sMESA)
23869 .type GL_PREFIX(WindowPos3sMESA), @function
23870 GL_PREFIX(WindowPos3sMESA):
23871 #if defined(GLX_USE_TLS)
23872 call _x86_64_get_dispatch@PLT
23873 movq 5080(%rax), %r11
23874 jmp *%r11
23875 #elif defined(PTHREADS)
23876 pushq %rdi
23877 pushq %rsi
23878 pushq %rdx
23879 call _x86_64_get_dispatch@PLT
23880 popq %rdx
23881 popq %rsi
23882 popq %rdi
23883 movq 5080(%rax), %r11
23884 jmp *%r11
23885 #else
23886 movq _glapi_Dispatch(%rip), %rax
23887 testq %rax, %rax
23888 je 1f
23889 movq 5080(%rax), %r11
23890 jmp *%r11
23891 1:
23892 pushq %rdi
23893 pushq %rsi
23894 pushq %rdx
23895 call _glapi_get_dispatch
23896 popq %rdx
23897 popq %rsi
23898 popq %rdi
23899 movq 5080(%rax), %r11
23900 jmp *%r11
23901 #endif /* defined(GLX_USE_TLS) */
23902 .size GL_PREFIX(WindowPos3sMESA), .-GL_PREFIX(WindowPos3sMESA)
23903
23904 .p2align 4,,15
23905 .globl GL_PREFIX(WindowPos3svMESA)
23906 .type GL_PREFIX(WindowPos3svMESA), @function
23907 GL_PREFIX(WindowPos3svMESA):
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(WindowPos3svMESA), .-GL_PREFIX(WindowPos3svMESA)
23932
23933 .p2align 4,,15
23934 .globl GL_PREFIX(WindowPos4dMESA)
23935 .type GL_PREFIX(WindowPos4dMESA), @function
23936 GL_PREFIX(WindowPos4dMESA):
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 $40, %rsp
23943 movq %xmm0, (%rsp)
23944 movq %xmm1, 8(%rsp)
23945 movq %xmm2, 16(%rsp)
23946 movq %xmm3, 24(%rsp)
23947 call _x86_64_get_dispatch@PLT
23948 movq 24(%rsp), %xmm3
23949 movq 16(%rsp), %xmm2
23950 movq 8(%rsp), %xmm1
23951 movq (%rsp), %xmm0
23952 addq $40, %rsp
23953 movq 5096(%rax), %r11
23954 jmp *%r11
23955 #else
23956 movq _glapi_Dispatch(%rip), %rax
23957 testq %rax, %rax
23958 je 1f
23959 movq 5096(%rax), %r11
23960 jmp *%r11
23961 1:
23962 subq $40, %rsp
23963 movq %xmm0, (%rsp)
23964 movq %xmm1, 8(%rsp)
23965 movq %xmm2, 16(%rsp)
23966 movq %xmm3, 24(%rsp)
23967 call _glapi_get_dispatch
23968 movq 24(%rsp), %xmm3
23969 movq 16(%rsp), %xmm2
23970 movq 8(%rsp), %xmm1
23971 movq (%rsp), %xmm0
23972 addq $40, %rsp
23973 movq 5096(%rax), %r11
23974 jmp *%r11
23975 #endif /* defined(GLX_USE_TLS) */
23976 .size GL_PREFIX(WindowPos4dMESA), .-GL_PREFIX(WindowPos4dMESA)
23977
23978 .p2align 4,,15
23979 .globl GL_PREFIX(WindowPos4dvMESA)
23980 .type GL_PREFIX(WindowPos4dvMESA), @function
23981 GL_PREFIX(WindowPos4dvMESA):
23982 #if defined(GLX_USE_TLS)
23983 call _x86_64_get_dispatch@PLT
23984 movq 5104(%rax), %r11
23985 jmp *%r11
23986 #elif defined(PTHREADS)
23987 pushq %rdi
23988 call _x86_64_get_dispatch@PLT
23989 popq %rdi
23990 movq 5104(%rax), %r11
23991 jmp *%r11
23992 #else
23993 movq _glapi_Dispatch(%rip), %rax
23994 testq %rax, %rax
23995 je 1f
23996 movq 5104(%rax), %r11
23997 jmp *%r11
23998 1:
23999 pushq %rdi
24000 call _glapi_get_dispatch
24001 popq %rdi
24002 movq 5104(%rax), %r11
24003 jmp *%r11
24004 #endif /* defined(GLX_USE_TLS) */
24005 .size GL_PREFIX(WindowPos4dvMESA), .-GL_PREFIX(WindowPos4dvMESA)
24006
24007 .p2align 4,,15
24008 .globl GL_PREFIX(WindowPos4fMESA)
24009 .type GL_PREFIX(WindowPos4fMESA), @function
24010 GL_PREFIX(WindowPos4fMESA):
24011 #if defined(GLX_USE_TLS)
24012 call _x86_64_get_dispatch@PLT
24013 movq 5112(%rax), %r11
24014 jmp *%r11
24015 #elif defined(PTHREADS)
24016 subq $40, %rsp
24017 movq %xmm0, (%rsp)
24018 movq %xmm1, 8(%rsp)
24019 movq %xmm2, 16(%rsp)
24020 movq %xmm3, 24(%rsp)
24021 call _x86_64_get_dispatch@PLT
24022 movq 24(%rsp), %xmm3
24023 movq 16(%rsp), %xmm2
24024 movq 8(%rsp), %xmm1
24025 movq (%rsp), %xmm0
24026 addq $40, %rsp
24027 movq 5112(%rax), %r11
24028 jmp *%r11
24029 #else
24030 movq _glapi_Dispatch(%rip), %rax
24031 testq %rax, %rax
24032 je 1f
24033 movq 5112(%rax), %r11
24034 jmp *%r11
24035 1:
24036 subq $40, %rsp
24037 movq %xmm0, (%rsp)
24038 movq %xmm1, 8(%rsp)
24039 movq %xmm2, 16(%rsp)
24040 movq %xmm3, 24(%rsp)
24041 call _glapi_get_dispatch
24042 movq 24(%rsp), %xmm3
24043 movq 16(%rsp), %xmm2
24044 movq 8(%rsp), %xmm1
24045 movq (%rsp), %xmm0
24046 addq $40, %rsp
24047 movq 5112(%rax), %r11
24048 jmp *%r11
24049 #endif /* defined(GLX_USE_TLS) */
24050 .size GL_PREFIX(WindowPos4fMESA), .-GL_PREFIX(WindowPos4fMESA)
24051
24052 .p2align 4,,15
24053 .globl GL_PREFIX(WindowPos4fvMESA)
24054 .type GL_PREFIX(WindowPos4fvMESA), @function
24055 GL_PREFIX(WindowPos4fvMESA):
24056 #if defined(GLX_USE_TLS)
24057 call _x86_64_get_dispatch@PLT
24058 movq 5120(%rax), %r11
24059 jmp *%r11
24060 #elif defined(PTHREADS)
24061 pushq %rdi
24062 call _x86_64_get_dispatch@PLT
24063 popq %rdi
24064 movq 5120(%rax), %r11
24065 jmp *%r11
24066 #else
24067 movq _glapi_Dispatch(%rip), %rax
24068 testq %rax, %rax
24069 je 1f
24070 movq 5120(%rax), %r11
24071 jmp *%r11
24072 1:
24073 pushq %rdi
24074 call _glapi_get_dispatch
24075 popq %rdi
24076 movq 5120(%rax), %r11
24077 jmp *%r11
24078 #endif /* defined(GLX_USE_TLS) */
24079 .size GL_PREFIX(WindowPos4fvMESA), .-GL_PREFIX(WindowPos4fvMESA)
24080
24081 .p2align 4,,15
24082 .globl GL_PREFIX(WindowPos4iMESA)
24083 .type GL_PREFIX(WindowPos4iMESA), @function
24084 GL_PREFIX(WindowPos4iMESA):
24085 #if defined(GLX_USE_TLS)
24086 call _x86_64_get_dispatch@PLT
24087 movq 5128(%rax), %r11
24088 jmp *%r11
24089 #elif defined(PTHREADS)
24090 pushq %rdi
24091 pushq %rsi
24092 pushq %rdx
24093 pushq %rcx
24094 pushq %rbp
24095 call _x86_64_get_dispatch@PLT
24096 popq %rbp
24097 popq %rcx
24098 popq %rdx
24099 popq %rsi
24100 popq %rdi
24101 movq 5128(%rax), %r11
24102 jmp *%r11
24103 #else
24104 movq _glapi_Dispatch(%rip), %rax
24105 testq %rax, %rax
24106 je 1f
24107 movq 5128(%rax), %r11
24108 jmp *%r11
24109 1:
24110 pushq %rdi
24111 pushq %rsi
24112 pushq %rdx
24113 pushq %rcx
24114 pushq %rbp
24115 call _glapi_get_dispatch
24116 popq %rbp
24117 popq %rcx
24118 popq %rdx
24119 popq %rsi
24120 popq %rdi
24121 movq 5128(%rax), %r11
24122 jmp *%r11
24123 #endif /* defined(GLX_USE_TLS) */
24124 .size GL_PREFIX(WindowPos4iMESA), .-GL_PREFIX(WindowPos4iMESA)
24125
24126 .p2align 4,,15
24127 .globl GL_PREFIX(WindowPos4ivMESA)
24128 .type GL_PREFIX(WindowPos4ivMESA), @function
24129 GL_PREFIX(WindowPos4ivMESA):
24130 #if defined(GLX_USE_TLS)
24131 call _x86_64_get_dispatch@PLT
24132 movq 5136(%rax), %r11
24133 jmp *%r11
24134 #elif defined(PTHREADS)
24135 pushq %rdi
24136 call _x86_64_get_dispatch@PLT
24137 popq %rdi
24138 movq 5136(%rax), %r11
24139 jmp *%r11
24140 #else
24141 movq _glapi_Dispatch(%rip), %rax
24142 testq %rax, %rax
24143 je 1f
24144 movq 5136(%rax), %r11
24145 jmp *%r11
24146 1:
24147 pushq %rdi
24148 call _glapi_get_dispatch
24149 popq %rdi
24150 movq 5136(%rax), %r11
24151 jmp *%r11
24152 #endif /* defined(GLX_USE_TLS) */
24153 .size GL_PREFIX(WindowPos4ivMESA), .-GL_PREFIX(WindowPos4ivMESA)
24154
24155 .p2align 4,,15
24156 .globl GL_PREFIX(WindowPos4sMESA)
24157 .type GL_PREFIX(WindowPos4sMESA), @function
24158 GL_PREFIX(WindowPos4sMESA):
24159 #if defined(GLX_USE_TLS)
24160 call _x86_64_get_dispatch@PLT
24161 movq 5144(%rax), %r11
24162 jmp *%r11
24163 #elif defined(PTHREADS)
24164 pushq %rdi
24165 pushq %rsi
24166 pushq %rdx
24167 pushq %rcx
24168 pushq %rbp
24169 call _x86_64_get_dispatch@PLT
24170 popq %rbp
24171 popq %rcx
24172 popq %rdx
24173 popq %rsi
24174 popq %rdi
24175 movq 5144(%rax), %r11
24176 jmp *%r11
24177 #else
24178 movq _glapi_Dispatch(%rip), %rax
24179 testq %rax, %rax
24180 je 1f
24181 movq 5144(%rax), %r11
24182 jmp *%r11
24183 1:
24184 pushq %rdi
24185 pushq %rsi
24186 pushq %rdx
24187 pushq %rcx
24188 pushq %rbp
24189 call _glapi_get_dispatch
24190 popq %rbp
24191 popq %rcx
24192 popq %rdx
24193 popq %rsi
24194 popq %rdi
24195 movq 5144(%rax), %r11
24196 jmp *%r11
24197 #endif /* defined(GLX_USE_TLS) */
24198 .size GL_PREFIX(WindowPos4sMESA), .-GL_PREFIX(WindowPos4sMESA)
24199
24200 .p2align 4,,15
24201 .globl GL_PREFIX(WindowPos4svMESA)
24202 .type GL_PREFIX(WindowPos4svMESA), @function
24203 GL_PREFIX(WindowPos4svMESA):
24204 #if defined(GLX_USE_TLS)
24205 call _x86_64_get_dispatch@PLT
24206 movq 5152(%rax), %r11
24207 jmp *%r11
24208 #elif defined(PTHREADS)
24209 pushq %rdi
24210 call _x86_64_get_dispatch@PLT
24211 popq %rdi
24212 movq 5152(%rax), %r11
24213 jmp *%r11
24214 #else
24215 movq _glapi_Dispatch(%rip), %rax
24216 testq %rax, %rax
24217 je 1f
24218 movq 5152(%rax), %r11
24219 jmp *%r11
24220 1:
24221 pushq %rdi
24222 call _glapi_get_dispatch
24223 popq %rdi
24224 movq 5152(%rax), %r11
24225 jmp *%r11
24226 #endif /* defined(GLX_USE_TLS) */
24227 .size GL_PREFIX(WindowPos4svMESA), .-GL_PREFIX(WindowPos4svMESA)
24228
24229 .p2align 4,,15
24230 .globl GL_PREFIX(_dispatch_stub_645)
24231 .type GL_PREFIX(_dispatch_stub_645), @function
24232 HIDDEN(GL_PREFIX(_dispatch_stub_645))
24233 GL_PREFIX(_dispatch_stub_645):
24234 #if defined(GLX_USE_TLS)
24235 call _x86_64_get_dispatch@PLT
24236 movq 5160(%rax), %r11
24237 jmp *%r11
24238 #elif defined(PTHREADS)
24239 pushq %rdi
24240 pushq %rsi
24241 pushq %rdx
24242 pushq %rcx
24243 pushq %r8
24244 call _x86_64_get_dispatch@PLT
24245 popq %r8
24246 popq %rcx
24247 popq %rdx
24248 popq %rsi
24249 popq %rdi
24250 movq 5160(%rax), %r11
24251 jmp *%r11
24252 #else
24253 movq _glapi_Dispatch(%rip), %rax
24254 testq %rax, %rax
24255 je 1f
24256 movq 5160(%rax), %r11
24257 jmp *%r11
24258 1:
24259 pushq %rdi
24260 pushq %rsi
24261 pushq %rdx
24262 pushq %rcx
24263 pushq %r8
24264 call _glapi_get_dispatch
24265 popq %r8
24266 popq %rcx
24267 popq %rdx
24268 popq %rsi
24269 popq %rdi
24270 movq 5160(%rax), %r11
24271 jmp *%r11
24272 #endif /* defined(GLX_USE_TLS) */
24273 .size GL_PREFIX(_dispatch_stub_645), .-GL_PREFIX(_dispatch_stub_645)
24274
24275 .p2align 4,,15
24276 .globl GL_PREFIX(_dispatch_stub_646)
24277 .type GL_PREFIX(_dispatch_stub_646), @function
24278 HIDDEN(GL_PREFIX(_dispatch_stub_646))
24279 GL_PREFIX(_dispatch_stub_646):
24280 #if defined(GLX_USE_TLS)
24281 call _x86_64_get_dispatch@PLT
24282 movq 5168(%rax), %r11
24283 jmp *%r11
24284 #elif defined(PTHREADS)
24285 pushq %rdi
24286 pushq %rsi
24287 pushq %rdx
24288 pushq %rcx
24289 pushq %r8
24290 pushq %r9
24291 pushq %rbp
24292 call _x86_64_get_dispatch@PLT
24293 popq %rbp
24294 popq %r9
24295 popq %r8
24296 popq %rcx
24297 popq %rdx
24298 popq %rsi
24299 popq %rdi
24300 movq 5168(%rax), %r11
24301 jmp *%r11
24302 #else
24303 movq _glapi_Dispatch(%rip), %rax
24304 testq %rax, %rax
24305 je 1f
24306 movq 5168(%rax), %r11
24307 jmp *%r11
24308 1:
24309 pushq %rdi
24310 pushq %rsi
24311 pushq %rdx
24312 pushq %rcx
24313 pushq %r8
24314 pushq %r9
24315 pushq %rbp
24316 call _glapi_get_dispatch
24317 popq %rbp
24318 popq %r9
24319 popq %r8
24320 popq %rcx
24321 popq %rdx
24322 popq %rsi
24323 popq %rdi
24324 movq 5168(%rax), %r11
24325 jmp *%r11
24326 #endif /* defined(GLX_USE_TLS) */
24327 .size GL_PREFIX(_dispatch_stub_646), .-GL_PREFIX(_dispatch_stub_646)
24328
24329 .p2align 4,,15
24330 .globl GL_PREFIX(_dispatch_stub_647)
24331 .type GL_PREFIX(_dispatch_stub_647), @function
24332 HIDDEN(GL_PREFIX(_dispatch_stub_647))
24333 GL_PREFIX(_dispatch_stub_647):
24334 #if defined(GLX_USE_TLS)
24335 call _x86_64_get_dispatch@PLT
24336 movq 5176(%rax), %r11
24337 jmp *%r11
24338 #elif defined(PTHREADS)
24339 pushq %rdi
24340 pushq %rsi
24341 pushq %rbp
24342 call _x86_64_get_dispatch@PLT
24343 popq %rbp
24344 popq %rsi
24345 popq %rdi
24346 movq 5176(%rax), %r11
24347 jmp *%r11
24348 #else
24349 movq _glapi_Dispatch(%rip), %rax
24350 testq %rax, %rax
24351 je 1f
24352 movq 5176(%rax), %r11
24353 jmp *%r11
24354 1:
24355 pushq %rdi
24356 pushq %rsi
24357 pushq %rbp
24358 call _glapi_get_dispatch
24359 popq %rbp
24360 popq %rsi
24361 popq %rdi
24362 movq 5176(%rax), %r11
24363 jmp *%r11
24364 #endif /* defined(GLX_USE_TLS) */
24365 .size GL_PREFIX(_dispatch_stub_647), .-GL_PREFIX(_dispatch_stub_647)
24366
24367 .p2align 4,,15
24368 .globl GL_PREFIX(_dispatch_stub_648)
24369 .type GL_PREFIX(_dispatch_stub_648), @function
24370 HIDDEN(GL_PREFIX(_dispatch_stub_648))
24371 GL_PREFIX(_dispatch_stub_648):
24372 #if defined(GLX_USE_TLS)
24373 call _x86_64_get_dispatch@PLT
24374 movq 5184(%rax), %r11
24375 jmp *%r11
24376 #elif defined(PTHREADS)
24377 pushq %rdi
24378 call _x86_64_get_dispatch@PLT
24379 popq %rdi
24380 movq 5184(%rax), %r11
24381 jmp *%r11
24382 #else
24383 movq _glapi_Dispatch(%rip), %rax
24384 testq %rax, %rax
24385 je 1f
24386 movq 5184(%rax), %r11
24387 jmp *%r11
24388 1:
24389 pushq %rdi
24390 call _glapi_get_dispatch
24391 popq %rdi
24392 movq 5184(%rax), %r11
24393 jmp *%r11
24394 #endif /* defined(GLX_USE_TLS) */
24395 .size GL_PREFIX(_dispatch_stub_648), .-GL_PREFIX(_dispatch_stub_648)
24396
24397 .p2align 4,,15
24398 .globl GL_PREFIX(_dispatch_stub_649)
24399 .type GL_PREFIX(_dispatch_stub_649), @function
24400 HIDDEN(GL_PREFIX(_dispatch_stub_649))
24401 GL_PREFIX(_dispatch_stub_649):
24402 #if defined(GLX_USE_TLS)
24403 call _x86_64_get_dispatch@PLT
24404 movq 5192(%rax), %r11
24405 jmp *%r11
24406 #elif defined(PTHREADS)
24407 pushq %rdi
24408 pushq %rsi
24409 pushq %rbp
24410 call _x86_64_get_dispatch@PLT
24411 popq %rbp
24412 popq %rsi
24413 popq %rdi
24414 movq 5192(%rax), %r11
24415 jmp *%r11
24416 #else
24417 movq _glapi_Dispatch(%rip), %rax
24418 testq %rax, %rax
24419 je 1f
24420 movq 5192(%rax), %r11
24421 jmp *%r11
24422 1:
24423 pushq %rdi
24424 pushq %rsi
24425 pushq %rbp
24426 call _glapi_get_dispatch
24427 popq %rbp
24428 popq %rsi
24429 popq %rdi
24430 movq 5192(%rax), %r11
24431 jmp *%r11
24432 #endif /* defined(GLX_USE_TLS) */
24433 .size GL_PREFIX(_dispatch_stub_649), .-GL_PREFIX(_dispatch_stub_649)
24434
24435 .p2align 4,,15
24436 .globl GL_PREFIX(_dispatch_stub_650)
24437 .type GL_PREFIX(_dispatch_stub_650), @function
24438 HIDDEN(GL_PREFIX(_dispatch_stub_650))
24439 GL_PREFIX(_dispatch_stub_650):
24440 #if defined(GLX_USE_TLS)
24441 call _x86_64_get_dispatch@PLT
24442 movq 5200(%rax), %r11
24443 jmp *%r11
24444 #elif defined(PTHREADS)
24445 pushq %rdi
24446 pushq %rsi
24447 pushq %rdx
24448 call _x86_64_get_dispatch@PLT
24449 popq %rdx
24450 popq %rsi
24451 popq %rdi
24452 movq 5200(%rax), %r11
24453 jmp *%r11
24454 #else
24455 movq _glapi_Dispatch(%rip), %rax
24456 testq %rax, %rax
24457 je 1f
24458 movq 5200(%rax), %r11
24459 jmp *%r11
24460 1:
24461 pushq %rdi
24462 pushq %rsi
24463 pushq %rdx
24464 call _glapi_get_dispatch
24465 popq %rdx
24466 popq %rsi
24467 popq %rdi
24468 movq 5200(%rax), %r11
24469 jmp *%r11
24470 #endif /* defined(GLX_USE_TLS) */
24471 .size GL_PREFIX(_dispatch_stub_650), .-GL_PREFIX(_dispatch_stub_650)
24472
24473 .p2align 4,,15
24474 .globl GL_PREFIX(_dispatch_stub_651)
24475 .type GL_PREFIX(_dispatch_stub_651), @function
24476 HIDDEN(GL_PREFIX(_dispatch_stub_651))
24477 GL_PREFIX(_dispatch_stub_651):
24478 #if defined(GLX_USE_TLS)
24479 call _x86_64_get_dispatch@PLT
24480 movq 5208(%rax), %r11
24481 jmp *%r11
24482 #elif defined(PTHREADS)
24483 pushq %rdi
24484 call _x86_64_get_dispatch@PLT
24485 popq %rdi
24486 movq 5208(%rax), %r11
24487 jmp *%r11
24488 #else
24489 movq _glapi_Dispatch(%rip), %rax
24490 testq %rax, %rax
24491 je 1f
24492 movq 5208(%rax), %r11
24493 jmp *%r11
24494 1:
24495 pushq %rdi
24496 call _glapi_get_dispatch
24497 popq %rdi
24498 movq 5208(%rax), %r11
24499 jmp *%r11
24500 #endif /* defined(GLX_USE_TLS) */
24501 .size GL_PREFIX(_dispatch_stub_651), .-GL_PREFIX(_dispatch_stub_651)
24502
24503 .p2align 4,,15
24504 .globl GL_PREFIX(_dispatch_stub_652)
24505 .type GL_PREFIX(_dispatch_stub_652), @function
24506 HIDDEN(GL_PREFIX(_dispatch_stub_652))
24507 GL_PREFIX(_dispatch_stub_652):
24508 #if defined(GLX_USE_TLS)
24509 call _x86_64_get_dispatch@PLT
24510 movq 5216(%rax), %r11
24511 jmp *%r11
24512 #elif defined(PTHREADS)
24513 pushq %rdi
24514 pushq %rsi
24515 pushq %rbp
24516 call _x86_64_get_dispatch@PLT
24517 popq %rbp
24518 popq %rsi
24519 popq %rdi
24520 movq 5216(%rax), %r11
24521 jmp *%r11
24522 #else
24523 movq _glapi_Dispatch(%rip), %rax
24524 testq %rax, %rax
24525 je 1f
24526 movq 5216(%rax), %r11
24527 jmp *%r11
24528 1:
24529 pushq %rdi
24530 pushq %rsi
24531 pushq %rbp
24532 call _glapi_get_dispatch
24533 popq %rbp
24534 popq %rsi
24535 popq %rdi
24536 movq 5216(%rax), %r11
24537 jmp *%r11
24538 #endif /* defined(GLX_USE_TLS) */
24539 .size GL_PREFIX(_dispatch_stub_652), .-GL_PREFIX(_dispatch_stub_652)
24540
24541 .p2align 4,,15
24542 .globl GL_PREFIX(_dispatch_stub_653)
24543 .type GL_PREFIX(_dispatch_stub_653), @function
24544 HIDDEN(GL_PREFIX(_dispatch_stub_653))
24545 GL_PREFIX(_dispatch_stub_653):
24546 #if defined(GLX_USE_TLS)
24547 call _x86_64_get_dispatch@PLT
24548 movq 5224(%rax), %r11
24549 jmp *%r11
24550 #elif defined(PTHREADS)
24551 pushq %rdi
24552 call _x86_64_get_dispatch@PLT
24553 popq %rdi
24554 movq 5224(%rax), %r11
24555 jmp *%r11
24556 #else
24557 movq _glapi_Dispatch(%rip), %rax
24558 testq %rax, %rax
24559 je 1f
24560 movq 5224(%rax), %r11
24561 jmp *%r11
24562 1:
24563 pushq %rdi
24564 call _glapi_get_dispatch
24565 popq %rdi
24566 movq 5224(%rax), %r11
24567 jmp *%r11
24568 #endif /* defined(GLX_USE_TLS) */
24569 .size GL_PREFIX(_dispatch_stub_653), .-GL_PREFIX(_dispatch_stub_653)
24570
24571 .p2align 4,,15
24572 .globl GL_PREFIX(AreProgramsResidentNV)
24573 .type GL_PREFIX(AreProgramsResidentNV), @function
24574 GL_PREFIX(AreProgramsResidentNV):
24575 #if defined(GLX_USE_TLS)
24576 call _x86_64_get_dispatch@PLT
24577 movq 5232(%rax), %r11
24578 jmp *%r11
24579 #elif defined(PTHREADS)
24580 pushq %rdi
24581 pushq %rsi
24582 pushq %rdx
24583 call _x86_64_get_dispatch@PLT
24584 popq %rdx
24585 popq %rsi
24586 popq %rdi
24587 movq 5232(%rax), %r11
24588 jmp *%r11
24589 #else
24590 movq _glapi_Dispatch(%rip), %rax
24591 testq %rax, %rax
24592 je 1f
24593 movq 5232(%rax), %r11
24594 jmp *%r11
24595 1:
24596 pushq %rdi
24597 pushq %rsi
24598 pushq %rdx
24599 call _glapi_get_dispatch
24600 popq %rdx
24601 popq %rsi
24602 popq %rdi
24603 movq 5232(%rax), %r11
24604 jmp *%r11
24605 #endif /* defined(GLX_USE_TLS) */
24606 .size GL_PREFIX(AreProgramsResidentNV), .-GL_PREFIX(AreProgramsResidentNV)
24607
24608 .p2align 4,,15
24609 .globl GL_PREFIX(BindProgramNV)
24610 .type GL_PREFIX(BindProgramNV), @function
24611 GL_PREFIX(BindProgramNV):
24612 #if defined(GLX_USE_TLS)
24613 call _x86_64_get_dispatch@PLT
24614 movq 5240(%rax), %r11
24615 jmp *%r11
24616 #elif defined(PTHREADS)
24617 pushq %rdi
24618 pushq %rsi
24619 pushq %rbp
24620 call _x86_64_get_dispatch@PLT
24621 popq %rbp
24622 popq %rsi
24623 popq %rdi
24624 movq 5240(%rax), %r11
24625 jmp *%r11
24626 #else
24627 movq _glapi_Dispatch(%rip), %rax
24628 testq %rax, %rax
24629 je 1f
24630 movq 5240(%rax), %r11
24631 jmp *%r11
24632 1:
24633 pushq %rdi
24634 pushq %rsi
24635 pushq %rbp
24636 call _glapi_get_dispatch
24637 popq %rbp
24638 popq %rsi
24639 popq %rdi
24640 movq 5240(%rax), %r11
24641 jmp *%r11
24642 #endif /* defined(GLX_USE_TLS) */
24643 .size GL_PREFIX(BindProgramNV), .-GL_PREFIX(BindProgramNV)
24644
24645 .p2align 4,,15
24646 .globl GL_PREFIX(DeleteProgramsNV)
24647 .type GL_PREFIX(DeleteProgramsNV), @function
24648 GL_PREFIX(DeleteProgramsNV):
24649 #if defined(GLX_USE_TLS)
24650 call _x86_64_get_dispatch@PLT
24651 movq 5248(%rax), %r11
24652 jmp *%r11
24653 #elif defined(PTHREADS)
24654 pushq %rdi
24655 pushq %rsi
24656 pushq %rbp
24657 call _x86_64_get_dispatch@PLT
24658 popq %rbp
24659 popq %rsi
24660 popq %rdi
24661 movq 5248(%rax), %r11
24662 jmp *%r11
24663 #else
24664 movq _glapi_Dispatch(%rip), %rax
24665 testq %rax, %rax
24666 je 1f
24667 movq 5248(%rax), %r11
24668 jmp *%r11
24669 1:
24670 pushq %rdi
24671 pushq %rsi
24672 pushq %rbp
24673 call _glapi_get_dispatch
24674 popq %rbp
24675 popq %rsi
24676 popq %rdi
24677 movq 5248(%rax), %r11
24678 jmp *%r11
24679 #endif /* defined(GLX_USE_TLS) */
24680 .size GL_PREFIX(DeleteProgramsNV), .-GL_PREFIX(DeleteProgramsNV)
24681
24682 .p2align 4,,15
24683 .globl GL_PREFIX(ExecuteProgramNV)
24684 .type GL_PREFIX(ExecuteProgramNV), @function
24685 GL_PREFIX(ExecuteProgramNV):
24686 #if defined(GLX_USE_TLS)
24687 call _x86_64_get_dispatch@PLT
24688 movq 5256(%rax), %r11
24689 jmp *%r11
24690 #elif defined(PTHREADS)
24691 pushq %rdi
24692 pushq %rsi
24693 pushq %rdx
24694 call _x86_64_get_dispatch@PLT
24695 popq %rdx
24696 popq %rsi
24697 popq %rdi
24698 movq 5256(%rax), %r11
24699 jmp *%r11
24700 #else
24701 movq _glapi_Dispatch(%rip), %rax
24702 testq %rax, %rax
24703 je 1f
24704 movq 5256(%rax), %r11
24705 jmp *%r11
24706 1:
24707 pushq %rdi
24708 pushq %rsi
24709 pushq %rdx
24710 call _glapi_get_dispatch
24711 popq %rdx
24712 popq %rsi
24713 popq %rdi
24714 movq 5256(%rax), %r11
24715 jmp *%r11
24716 #endif /* defined(GLX_USE_TLS) */
24717 .size GL_PREFIX(ExecuteProgramNV), .-GL_PREFIX(ExecuteProgramNV)
24718
24719 .p2align 4,,15
24720 .globl GL_PREFIX(GenProgramsNV)
24721 .type GL_PREFIX(GenProgramsNV), @function
24722 GL_PREFIX(GenProgramsNV):
24723 #if defined(GLX_USE_TLS)
24724 call _x86_64_get_dispatch@PLT
24725 movq 5264(%rax), %r11
24726 jmp *%r11
24727 #elif defined(PTHREADS)
24728 pushq %rdi
24729 pushq %rsi
24730 pushq %rbp
24731 call _x86_64_get_dispatch@PLT
24732 popq %rbp
24733 popq %rsi
24734 popq %rdi
24735 movq 5264(%rax), %r11
24736 jmp *%r11
24737 #else
24738 movq _glapi_Dispatch(%rip), %rax
24739 testq %rax, %rax
24740 je 1f
24741 movq 5264(%rax), %r11
24742 jmp *%r11
24743 1:
24744 pushq %rdi
24745 pushq %rsi
24746 pushq %rbp
24747 call _glapi_get_dispatch
24748 popq %rbp
24749 popq %rsi
24750 popq %rdi
24751 movq 5264(%rax), %r11
24752 jmp *%r11
24753 #endif /* defined(GLX_USE_TLS) */
24754 .size GL_PREFIX(GenProgramsNV), .-GL_PREFIX(GenProgramsNV)
24755
24756 .p2align 4,,15
24757 .globl GL_PREFIX(GetProgramParameterdvNV)
24758 .type GL_PREFIX(GetProgramParameterdvNV), @function
24759 GL_PREFIX(GetProgramParameterdvNV):
24760 #if defined(GLX_USE_TLS)
24761 call _x86_64_get_dispatch@PLT
24762 movq 5272(%rax), %r11
24763 jmp *%r11
24764 #elif defined(PTHREADS)
24765 pushq %rdi
24766 pushq %rsi
24767 pushq %rdx
24768 pushq %rcx
24769 pushq %rbp
24770 call _x86_64_get_dispatch@PLT
24771 popq %rbp
24772 popq %rcx
24773 popq %rdx
24774 popq %rsi
24775 popq %rdi
24776 movq 5272(%rax), %r11
24777 jmp *%r11
24778 #else
24779 movq _glapi_Dispatch(%rip), %rax
24780 testq %rax, %rax
24781 je 1f
24782 movq 5272(%rax), %r11
24783 jmp *%r11
24784 1:
24785 pushq %rdi
24786 pushq %rsi
24787 pushq %rdx
24788 pushq %rcx
24789 pushq %rbp
24790 call _glapi_get_dispatch
24791 popq %rbp
24792 popq %rcx
24793 popq %rdx
24794 popq %rsi
24795 popq %rdi
24796 movq 5272(%rax), %r11
24797 jmp *%r11
24798 #endif /* defined(GLX_USE_TLS) */
24799 .size GL_PREFIX(GetProgramParameterdvNV), .-GL_PREFIX(GetProgramParameterdvNV)
24800
24801 .p2align 4,,15
24802 .globl GL_PREFIX(GetProgramParameterfvNV)
24803 .type GL_PREFIX(GetProgramParameterfvNV), @function
24804 GL_PREFIX(GetProgramParameterfvNV):
24805 #if defined(GLX_USE_TLS)
24806 call _x86_64_get_dispatch@PLT
24807 movq 5280(%rax), %r11
24808 jmp *%r11
24809 #elif defined(PTHREADS)
24810 pushq %rdi
24811 pushq %rsi
24812 pushq %rdx
24813 pushq %rcx
24814 pushq %rbp
24815 call _x86_64_get_dispatch@PLT
24816 popq %rbp
24817 popq %rcx
24818 popq %rdx
24819 popq %rsi
24820 popq %rdi
24821 movq 5280(%rax), %r11
24822 jmp *%r11
24823 #else
24824 movq _glapi_Dispatch(%rip), %rax
24825 testq %rax, %rax
24826 je 1f
24827 movq 5280(%rax), %r11
24828 jmp *%r11
24829 1:
24830 pushq %rdi
24831 pushq %rsi
24832 pushq %rdx
24833 pushq %rcx
24834 pushq %rbp
24835 call _glapi_get_dispatch
24836 popq %rbp
24837 popq %rcx
24838 popq %rdx
24839 popq %rsi
24840 popq %rdi
24841 movq 5280(%rax), %r11
24842 jmp *%r11
24843 #endif /* defined(GLX_USE_TLS) */
24844 .size GL_PREFIX(GetProgramParameterfvNV), .-GL_PREFIX(GetProgramParameterfvNV)
24845
24846 .p2align 4,,15
24847 .globl GL_PREFIX(GetProgramStringNV)
24848 .type GL_PREFIX(GetProgramStringNV), @function
24849 GL_PREFIX(GetProgramStringNV):
24850 #if defined(GLX_USE_TLS)
24851 call _x86_64_get_dispatch@PLT
24852 movq 5288(%rax), %r11
24853 jmp *%r11
24854 #elif defined(PTHREADS)
24855 pushq %rdi
24856 pushq %rsi
24857 pushq %rdx
24858 call _x86_64_get_dispatch@PLT
24859 popq %rdx
24860 popq %rsi
24861 popq %rdi
24862 movq 5288(%rax), %r11
24863 jmp *%r11
24864 #else
24865 movq _glapi_Dispatch(%rip), %rax
24866 testq %rax, %rax
24867 je 1f
24868 movq 5288(%rax), %r11
24869 jmp *%r11
24870 1:
24871 pushq %rdi
24872 pushq %rsi
24873 pushq %rdx
24874 call _glapi_get_dispatch
24875 popq %rdx
24876 popq %rsi
24877 popq %rdi
24878 movq 5288(%rax), %r11
24879 jmp *%r11
24880 #endif /* defined(GLX_USE_TLS) */
24881 .size GL_PREFIX(GetProgramStringNV), .-GL_PREFIX(GetProgramStringNV)
24882
24883 .p2align 4,,15
24884 .globl GL_PREFIX(GetProgramivNV)
24885 .type GL_PREFIX(GetProgramivNV), @function
24886 GL_PREFIX(GetProgramivNV):
24887 #if defined(GLX_USE_TLS)
24888 call _x86_64_get_dispatch@PLT
24889 movq 5296(%rax), %r11
24890 jmp *%r11
24891 #elif defined(PTHREADS)
24892 pushq %rdi
24893 pushq %rsi
24894 pushq %rdx
24895 call _x86_64_get_dispatch@PLT
24896 popq %rdx
24897 popq %rsi
24898 popq %rdi
24899 movq 5296(%rax), %r11
24900 jmp *%r11
24901 #else
24902 movq _glapi_Dispatch(%rip), %rax
24903 testq %rax, %rax
24904 je 1f
24905 movq 5296(%rax), %r11
24906 jmp *%r11
24907 1:
24908 pushq %rdi
24909 pushq %rsi
24910 pushq %rdx
24911 call _glapi_get_dispatch
24912 popq %rdx
24913 popq %rsi
24914 popq %rdi
24915 movq 5296(%rax), %r11
24916 jmp *%r11
24917 #endif /* defined(GLX_USE_TLS) */
24918 .size GL_PREFIX(GetProgramivNV), .-GL_PREFIX(GetProgramivNV)
24919
24920 .p2align 4,,15
24921 .globl GL_PREFIX(GetTrackMatrixivNV)
24922 .type GL_PREFIX(GetTrackMatrixivNV), @function
24923 GL_PREFIX(GetTrackMatrixivNV):
24924 #if defined(GLX_USE_TLS)
24925 call _x86_64_get_dispatch@PLT
24926 movq 5304(%rax), %r11
24927 jmp *%r11
24928 #elif defined(PTHREADS)
24929 pushq %rdi
24930 pushq %rsi
24931 pushq %rdx
24932 pushq %rcx
24933 pushq %rbp
24934 call _x86_64_get_dispatch@PLT
24935 popq %rbp
24936 popq %rcx
24937 popq %rdx
24938 popq %rsi
24939 popq %rdi
24940 movq 5304(%rax), %r11
24941 jmp *%r11
24942 #else
24943 movq _glapi_Dispatch(%rip), %rax
24944 testq %rax, %rax
24945 je 1f
24946 movq 5304(%rax), %r11
24947 jmp *%r11
24948 1:
24949 pushq %rdi
24950 pushq %rsi
24951 pushq %rdx
24952 pushq %rcx
24953 pushq %rbp
24954 call _glapi_get_dispatch
24955 popq %rbp
24956 popq %rcx
24957 popq %rdx
24958 popq %rsi
24959 popq %rdi
24960 movq 5304(%rax), %r11
24961 jmp *%r11
24962 #endif /* defined(GLX_USE_TLS) */
24963 .size GL_PREFIX(GetTrackMatrixivNV), .-GL_PREFIX(GetTrackMatrixivNV)
24964
24965 .p2align 4,,15
24966 .globl GL_PREFIX(GetVertexAttribPointervNV)
24967 .type GL_PREFIX(GetVertexAttribPointervNV), @function
24968 GL_PREFIX(GetVertexAttribPointervNV):
24969 #if defined(GLX_USE_TLS)
24970 call _x86_64_get_dispatch@PLT
24971 movq 5312(%rax), %r11
24972 jmp *%r11
24973 #elif defined(PTHREADS)
24974 pushq %rdi
24975 pushq %rsi
24976 pushq %rdx
24977 call _x86_64_get_dispatch@PLT
24978 popq %rdx
24979 popq %rsi
24980 popq %rdi
24981 movq 5312(%rax), %r11
24982 jmp *%r11
24983 #else
24984 movq _glapi_Dispatch(%rip), %rax
24985 testq %rax, %rax
24986 je 1f
24987 movq 5312(%rax), %r11
24988 jmp *%r11
24989 1:
24990 pushq %rdi
24991 pushq %rsi
24992 pushq %rdx
24993 call _glapi_get_dispatch
24994 popq %rdx
24995 popq %rsi
24996 popq %rdi
24997 movq 5312(%rax), %r11
24998 jmp *%r11
24999 #endif /* defined(GLX_USE_TLS) */
25000 .size GL_PREFIX(GetVertexAttribPointervNV), .-GL_PREFIX(GetVertexAttribPointervNV)
25001
25002 .p2align 4,,15
25003 .globl GL_PREFIX(GetVertexAttribdvNV)
25004 .type GL_PREFIX(GetVertexAttribdvNV), @function
25005 GL_PREFIX(GetVertexAttribdvNV):
25006 #if defined(GLX_USE_TLS)
25007 call _x86_64_get_dispatch@PLT
25008 movq 5320(%rax), %r11
25009 jmp *%r11
25010 #elif defined(PTHREADS)
25011 pushq %rdi
25012 pushq %rsi
25013 pushq %rdx
25014 call _x86_64_get_dispatch@PLT
25015 popq %rdx
25016 popq %rsi
25017 popq %rdi
25018 movq 5320(%rax), %r11
25019 jmp *%r11
25020 #else
25021 movq _glapi_Dispatch(%rip), %rax
25022 testq %rax, %rax
25023 je 1f
25024 movq 5320(%rax), %r11
25025 jmp *%r11
25026 1:
25027 pushq %rdi
25028 pushq %rsi
25029 pushq %rdx
25030 call _glapi_get_dispatch
25031 popq %rdx
25032 popq %rsi
25033 popq %rdi
25034 movq 5320(%rax), %r11
25035 jmp *%r11
25036 #endif /* defined(GLX_USE_TLS) */
25037 .size GL_PREFIX(GetVertexAttribdvNV), .-GL_PREFIX(GetVertexAttribdvNV)
25038
25039 .p2align 4,,15
25040 .globl GL_PREFIX(GetVertexAttribfvNV)
25041 .type GL_PREFIX(GetVertexAttribfvNV), @function
25042 GL_PREFIX(GetVertexAttribfvNV):
25043 #if defined(GLX_USE_TLS)
25044 call _x86_64_get_dispatch@PLT
25045 movq 5328(%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 5328(%rax), %r11
25056 jmp *%r11
25057 #else
25058 movq _glapi_Dispatch(%rip), %rax
25059 testq %rax, %rax
25060 je 1f
25061 movq 5328(%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 5328(%rax), %r11
25072 jmp *%r11
25073 #endif /* defined(GLX_USE_TLS) */
25074 .size GL_PREFIX(GetVertexAttribfvNV), .-GL_PREFIX(GetVertexAttribfvNV)
25075
25076 .p2align 4,,15
25077 .globl GL_PREFIX(GetVertexAttribivNV)
25078 .type GL_PREFIX(GetVertexAttribivNV), @function
25079 GL_PREFIX(GetVertexAttribivNV):
25080 #if defined(GLX_USE_TLS)
25081 call _x86_64_get_dispatch@PLT
25082 movq 5336(%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 5336(%rax), %r11
25093 jmp *%r11
25094 #else
25095 movq _glapi_Dispatch(%rip), %rax
25096 testq %rax, %rax
25097 je 1f
25098 movq 5336(%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 5336(%rax), %r11
25109 jmp *%r11
25110 #endif /* defined(GLX_USE_TLS) */
25111 .size GL_PREFIX(GetVertexAttribivNV), .-GL_PREFIX(GetVertexAttribivNV)
25112
25113 .p2align 4,,15
25114 .globl GL_PREFIX(IsProgramNV)
25115 .type GL_PREFIX(IsProgramNV), @function
25116 GL_PREFIX(IsProgramNV):
25117 #if defined(GLX_USE_TLS)
25118 call _x86_64_get_dispatch@PLT
25119 movq 5344(%rax), %r11
25120 jmp *%r11
25121 #elif defined(PTHREADS)
25122 pushq %rdi
25123 call _x86_64_get_dispatch@PLT
25124 popq %rdi
25125 movq 5344(%rax), %r11
25126 jmp *%r11
25127 #else
25128 movq _glapi_Dispatch(%rip), %rax
25129 testq %rax, %rax
25130 je 1f
25131 movq 5344(%rax), %r11
25132 jmp *%r11
25133 1:
25134 pushq %rdi
25135 call _glapi_get_dispatch
25136 popq %rdi
25137 movq 5344(%rax), %r11
25138 jmp *%r11
25139 #endif /* defined(GLX_USE_TLS) */
25140 .size GL_PREFIX(IsProgramNV), .-GL_PREFIX(IsProgramNV)
25141
25142 .p2align 4,,15
25143 .globl GL_PREFIX(LoadProgramNV)
25144 .type GL_PREFIX(LoadProgramNV), @function
25145 GL_PREFIX(LoadProgramNV):
25146 #if defined(GLX_USE_TLS)
25147 call _x86_64_get_dispatch@PLT
25148 movq 5352(%rax), %r11
25149 jmp *%r11
25150 #elif defined(PTHREADS)
25151 pushq %rdi
25152 pushq %rsi
25153 pushq %rdx
25154 pushq %rcx
25155 pushq %rbp
25156 call _x86_64_get_dispatch@PLT
25157 popq %rbp
25158 popq %rcx
25159 popq %rdx
25160 popq %rsi
25161 popq %rdi
25162 movq 5352(%rax), %r11
25163 jmp *%r11
25164 #else
25165 movq _glapi_Dispatch(%rip), %rax
25166 testq %rax, %rax
25167 je 1f
25168 movq 5352(%rax), %r11
25169 jmp *%r11
25170 1:
25171 pushq %rdi
25172 pushq %rsi
25173 pushq %rdx
25174 pushq %rcx
25175 pushq %rbp
25176 call _glapi_get_dispatch
25177 popq %rbp
25178 popq %rcx
25179 popq %rdx
25180 popq %rsi
25181 popq %rdi
25182 movq 5352(%rax), %r11
25183 jmp *%r11
25184 #endif /* defined(GLX_USE_TLS) */
25185 .size GL_PREFIX(LoadProgramNV), .-GL_PREFIX(LoadProgramNV)
25186
25187 .p2align 4,,15
25188 .globl GL_PREFIX(ProgramParameter4dNV)
25189 .type GL_PREFIX(ProgramParameter4dNV), @function
25190 GL_PREFIX(ProgramParameter4dNV):
25191 #if defined(GLX_USE_TLS)
25192 call _x86_64_get_dispatch@PLT
25193 movq 5360(%rax), %r11
25194 jmp *%r11
25195 #elif defined(PTHREADS)
25196 subq $56, %rsp
25197 movq %rdi, (%rsp)
25198 movq %rsi, 8(%rsp)
25199 movq %xmm0, 16(%rsp)
25200 movq %xmm1, 24(%rsp)
25201 movq %xmm2, 32(%rsp)
25202 movq %xmm3, 40(%rsp)
25203 call _x86_64_get_dispatch@PLT
25204 movq 40(%rsp), %xmm3
25205 movq 32(%rsp), %xmm2
25206 movq 24(%rsp), %xmm1
25207 movq 16(%rsp), %xmm0
25208 movq 8(%rsp), %rsi
25209 movq (%rsp), %rdi
25210 addq $56, %rsp
25211 movq 5360(%rax), %r11
25212 jmp *%r11
25213 #else
25214 movq _glapi_Dispatch(%rip), %rax
25215 testq %rax, %rax
25216 je 1f
25217 movq 5360(%rax), %r11
25218 jmp *%r11
25219 1:
25220 subq $56, %rsp
25221 movq %rdi, (%rsp)
25222 movq %rsi, 8(%rsp)
25223 movq %xmm0, 16(%rsp)
25224 movq %xmm1, 24(%rsp)
25225 movq %xmm2, 32(%rsp)
25226 movq %xmm3, 40(%rsp)
25227 call _glapi_get_dispatch
25228 movq 40(%rsp), %xmm3
25229 movq 32(%rsp), %xmm2
25230 movq 24(%rsp), %xmm1
25231 movq 16(%rsp), %xmm0
25232 movq 8(%rsp), %rsi
25233 movq (%rsp), %rdi
25234 addq $56, %rsp
25235 movq 5360(%rax), %r11
25236 jmp *%r11
25237 #endif /* defined(GLX_USE_TLS) */
25238 .size GL_PREFIX(ProgramParameter4dNV), .-GL_PREFIX(ProgramParameter4dNV)
25239
25240 .p2align 4,,15
25241 .globl GL_PREFIX(ProgramParameter4dvNV)
25242 .type GL_PREFIX(ProgramParameter4dvNV), @function
25243 GL_PREFIX(ProgramParameter4dvNV):
25244 #if defined(GLX_USE_TLS)
25245 call _x86_64_get_dispatch@PLT
25246 movq 5368(%rax), %r11
25247 jmp *%r11
25248 #elif defined(PTHREADS)
25249 pushq %rdi
25250 pushq %rsi
25251 pushq %rdx
25252 call _x86_64_get_dispatch@PLT
25253 popq %rdx
25254 popq %rsi
25255 popq %rdi
25256 movq 5368(%rax), %r11
25257 jmp *%r11
25258 #else
25259 movq _glapi_Dispatch(%rip), %rax
25260 testq %rax, %rax
25261 je 1f
25262 movq 5368(%rax), %r11
25263 jmp *%r11
25264 1:
25265 pushq %rdi
25266 pushq %rsi
25267 pushq %rdx
25268 call _glapi_get_dispatch
25269 popq %rdx
25270 popq %rsi
25271 popq %rdi
25272 movq 5368(%rax), %r11
25273 jmp *%r11
25274 #endif /* defined(GLX_USE_TLS) */
25275 .size GL_PREFIX(ProgramParameter4dvNV), .-GL_PREFIX(ProgramParameter4dvNV)
25276
25277 .p2align 4,,15
25278 .globl GL_PREFIX(ProgramParameter4fNV)
25279 .type GL_PREFIX(ProgramParameter4fNV), @function
25280 GL_PREFIX(ProgramParameter4fNV):
25281 #if defined(GLX_USE_TLS)
25282 call _x86_64_get_dispatch@PLT
25283 movq 5376(%rax), %r11
25284 jmp *%r11
25285 #elif defined(PTHREADS)
25286 subq $56, %rsp
25287 movq %rdi, (%rsp)
25288 movq %rsi, 8(%rsp)
25289 movq %xmm0, 16(%rsp)
25290 movq %xmm1, 24(%rsp)
25291 movq %xmm2, 32(%rsp)
25292 movq %xmm3, 40(%rsp)
25293 call _x86_64_get_dispatch@PLT
25294 movq 40(%rsp), %xmm3
25295 movq 32(%rsp), %xmm2
25296 movq 24(%rsp), %xmm1
25297 movq 16(%rsp), %xmm0
25298 movq 8(%rsp), %rsi
25299 movq (%rsp), %rdi
25300 addq $56, %rsp
25301 movq 5376(%rax), %r11
25302 jmp *%r11
25303 #else
25304 movq _glapi_Dispatch(%rip), %rax
25305 testq %rax, %rax
25306 je 1f
25307 movq 5376(%rax), %r11
25308 jmp *%r11
25309 1:
25310 subq $56, %rsp
25311 movq %rdi, (%rsp)
25312 movq %rsi, 8(%rsp)
25313 movq %xmm0, 16(%rsp)
25314 movq %xmm1, 24(%rsp)
25315 movq %xmm2, 32(%rsp)
25316 movq %xmm3, 40(%rsp)
25317 call _glapi_get_dispatch
25318 movq 40(%rsp), %xmm3
25319 movq 32(%rsp), %xmm2
25320 movq 24(%rsp), %xmm1
25321 movq 16(%rsp), %xmm0
25322 movq 8(%rsp), %rsi
25323 movq (%rsp), %rdi
25324 addq $56, %rsp
25325 movq 5376(%rax), %r11
25326 jmp *%r11
25327 #endif /* defined(GLX_USE_TLS) */
25328 .size GL_PREFIX(ProgramParameter4fNV), .-GL_PREFIX(ProgramParameter4fNV)
25329
25330 .p2align 4,,15
25331 .globl GL_PREFIX(ProgramParameter4fvNV)
25332 .type GL_PREFIX(ProgramParameter4fvNV), @function
25333 GL_PREFIX(ProgramParameter4fvNV):
25334 #if defined(GLX_USE_TLS)
25335 call _x86_64_get_dispatch@PLT
25336 movq 5384(%rax), %r11
25337 jmp *%r11
25338 #elif defined(PTHREADS)
25339 pushq %rdi
25340 pushq %rsi
25341 pushq %rdx
25342 call _x86_64_get_dispatch@PLT
25343 popq %rdx
25344 popq %rsi
25345 popq %rdi
25346 movq 5384(%rax), %r11
25347 jmp *%r11
25348 #else
25349 movq _glapi_Dispatch(%rip), %rax
25350 testq %rax, %rax
25351 je 1f
25352 movq 5384(%rax), %r11
25353 jmp *%r11
25354 1:
25355 pushq %rdi
25356 pushq %rsi
25357 pushq %rdx
25358 call _glapi_get_dispatch
25359 popq %rdx
25360 popq %rsi
25361 popq %rdi
25362 movq 5384(%rax), %r11
25363 jmp *%r11
25364 #endif /* defined(GLX_USE_TLS) */
25365 .size GL_PREFIX(ProgramParameter4fvNV), .-GL_PREFIX(ProgramParameter4fvNV)
25366
25367 .p2align 4,,15
25368 .globl GL_PREFIX(ProgramParameters4dvNV)
25369 .type GL_PREFIX(ProgramParameters4dvNV), @function
25370 GL_PREFIX(ProgramParameters4dvNV):
25371 #if defined(GLX_USE_TLS)
25372 call _x86_64_get_dispatch@PLT
25373 movq 5392(%rax), %r11
25374 jmp *%r11
25375 #elif defined(PTHREADS)
25376 pushq %rdi
25377 pushq %rsi
25378 pushq %rdx
25379 pushq %rcx
25380 pushq %rbp
25381 call _x86_64_get_dispatch@PLT
25382 popq %rbp
25383 popq %rcx
25384 popq %rdx
25385 popq %rsi
25386 popq %rdi
25387 movq 5392(%rax), %r11
25388 jmp *%r11
25389 #else
25390 movq _glapi_Dispatch(%rip), %rax
25391 testq %rax, %rax
25392 je 1f
25393 movq 5392(%rax), %r11
25394 jmp *%r11
25395 1:
25396 pushq %rdi
25397 pushq %rsi
25398 pushq %rdx
25399 pushq %rcx
25400 pushq %rbp
25401 call _glapi_get_dispatch
25402 popq %rbp
25403 popq %rcx
25404 popq %rdx
25405 popq %rsi
25406 popq %rdi
25407 movq 5392(%rax), %r11
25408 jmp *%r11
25409 #endif /* defined(GLX_USE_TLS) */
25410 .size GL_PREFIX(ProgramParameters4dvNV), .-GL_PREFIX(ProgramParameters4dvNV)
25411
25412 .p2align 4,,15
25413 .globl GL_PREFIX(ProgramParameters4fvNV)
25414 .type GL_PREFIX(ProgramParameters4fvNV), @function
25415 GL_PREFIX(ProgramParameters4fvNV):
25416 #if defined(GLX_USE_TLS)
25417 call _x86_64_get_dispatch@PLT
25418 movq 5400(%rax), %r11
25419 jmp *%r11
25420 #elif defined(PTHREADS)
25421 pushq %rdi
25422 pushq %rsi
25423 pushq %rdx
25424 pushq %rcx
25425 pushq %rbp
25426 call _x86_64_get_dispatch@PLT
25427 popq %rbp
25428 popq %rcx
25429 popq %rdx
25430 popq %rsi
25431 popq %rdi
25432 movq 5400(%rax), %r11
25433 jmp *%r11
25434 #else
25435 movq _glapi_Dispatch(%rip), %rax
25436 testq %rax, %rax
25437 je 1f
25438 movq 5400(%rax), %r11
25439 jmp *%r11
25440 1:
25441 pushq %rdi
25442 pushq %rsi
25443 pushq %rdx
25444 pushq %rcx
25445 pushq %rbp
25446 call _glapi_get_dispatch
25447 popq %rbp
25448 popq %rcx
25449 popq %rdx
25450 popq %rsi
25451 popq %rdi
25452 movq 5400(%rax), %r11
25453 jmp *%r11
25454 #endif /* defined(GLX_USE_TLS) */
25455 .size GL_PREFIX(ProgramParameters4fvNV), .-GL_PREFIX(ProgramParameters4fvNV)
25456
25457 .p2align 4,,15
25458 .globl GL_PREFIX(RequestResidentProgramsNV)
25459 .type GL_PREFIX(RequestResidentProgramsNV), @function
25460 GL_PREFIX(RequestResidentProgramsNV):
25461 #if defined(GLX_USE_TLS)
25462 call _x86_64_get_dispatch@PLT
25463 movq 5408(%rax), %r11
25464 jmp *%r11
25465 #elif defined(PTHREADS)
25466 pushq %rdi
25467 pushq %rsi
25468 pushq %rbp
25469 call _x86_64_get_dispatch@PLT
25470 popq %rbp
25471 popq %rsi
25472 popq %rdi
25473 movq 5408(%rax), %r11
25474 jmp *%r11
25475 #else
25476 movq _glapi_Dispatch(%rip), %rax
25477 testq %rax, %rax
25478 je 1f
25479 movq 5408(%rax), %r11
25480 jmp *%r11
25481 1:
25482 pushq %rdi
25483 pushq %rsi
25484 pushq %rbp
25485 call _glapi_get_dispatch
25486 popq %rbp
25487 popq %rsi
25488 popq %rdi
25489 movq 5408(%rax), %r11
25490 jmp *%r11
25491 #endif /* defined(GLX_USE_TLS) */
25492 .size GL_PREFIX(RequestResidentProgramsNV), .-GL_PREFIX(RequestResidentProgramsNV)
25493
25494 .p2align 4,,15
25495 .globl GL_PREFIX(TrackMatrixNV)
25496 .type GL_PREFIX(TrackMatrixNV), @function
25497 GL_PREFIX(TrackMatrixNV):
25498 #if defined(GLX_USE_TLS)
25499 call _x86_64_get_dispatch@PLT
25500 movq 5416(%rax), %r11
25501 jmp *%r11
25502 #elif defined(PTHREADS)
25503 pushq %rdi
25504 pushq %rsi
25505 pushq %rdx
25506 pushq %rcx
25507 pushq %rbp
25508 call _x86_64_get_dispatch@PLT
25509 popq %rbp
25510 popq %rcx
25511 popq %rdx
25512 popq %rsi
25513 popq %rdi
25514 movq 5416(%rax), %r11
25515 jmp *%r11
25516 #else
25517 movq _glapi_Dispatch(%rip), %rax
25518 testq %rax, %rax
25519 je 1f
25520 movq 5416(%rax), %r11
25521 jmp *%r11
25522 1:
25523 pushq %rdi
25524 pushq %rsi
25525 pushq %rdx
25526 pushq %rcx
25527 pushq %rbp
25528 call _glapi_get_dispatch
25529 popq %rbp
25530 popq %rcx
25531 popq %rdx
25532 popq %rsi
25533 popq %rdi
25534 movq 5416(%rax), %r11
25535 jmp *%r11
25536 #endif /* defined(GLX_USE_TLS) */
25537 .size GL_PREFIX(TrackMatrixNV), .-GL_PREFIX(TrackMatrixNV)
25538
25539 .p2align 4,,15
25540 .globl GL_PREFIX(VertexAttrib1dNV)
25541 .type GL_PREFIX(VertexAttrib1dNV), @function
25542 GL_PREFIX(VertexAttrib1dNV):
25543 #if defined(GLX_USE_TLS)
25544 call _x86_64_get_dispatch@PLT
25545 movq 5424(%rax), %r11
25546 jmp *%r11
25547 #elif defined(PTHREADS)
25548 subq $24, %rsp
25549 movq %rdi, (%rsp)
25550 movq %xmm0, 8(%rsp)
25551 call _x86_64_get_dispatch@PLT
25552 movq 8(%rsp), %xmm0
25553 movq (%rsp), %rdi
25554 addq $24, %rsp
25555 movq 5424(%rax), %r11
25556 jmp *%r11
25557 #else
25558 movq _glapi_Dispatch(%rip), %rax
25559 testq %rax, %rax
25560 je 1f
25561 movq 5424(%rax), %r11
25562 jmp *%r11
25563 1:
25564 subq $24, %rsp
25565 movq %rdi, (%rsp)
25566 movq %xmm0, 8(%rsp)
25567 call _glapi_get_dispatch
25568 movq 8(%rsp), %xmm0
25569 movq (%rsp), %rdi
25570 addq $24, %rsp
25571 movq 5424(%rax), %r11
25572 jmp *%r11
25573 #endif /* defined(GLX_USE_TLS) */
25574 .size GL_PREFIX(VertexAttrib1dNV), .-GL_PREFIX(VertexAttrib1dNV)
25575
25576 .p2align 4,,15
25577 .globl GL_PREFIX(VertexAttrib1dvNV)
25578 .type GL_PREFIX(VertexAttrib1dvNV), @function
25579 GL_PREFIX(VertexAttrib1dvNV):
25580 #if defined(GLX_USE_TLS)
25581 call _x86_64_get_dispatch@PLT
25582 movq 5432(%rax), %r11
25583 jmp *%r11
25584 #elif defined(PTHREADS)
25585 pushq %rdi
25586 pushq %rsi
25587 pushq %rbp
25588 call _x86_64_get_dispatch@PLT
25589 popq %rbp
25590 popq %rsi
25591 popq %rdi
25592 movq 5432(%rax), %r11
25593 jmp *%r11
25594 #else
25595 movq _glapi_Dispatch(%rip), %rax
25596 testq %rax, %rax
25597 je 1f
25598 movq 5432(%rax), %r11
25599 jmp *%r11
25600 1:
25601 pushq %rdi
25602 pushq %rsi
25603 pushq %rbp
25604 call _glapi_get_dispatch
25605 popq %rbp
25606 popq %rsi
25607 popq %rdi
25608 movq 5432(%rax), %r11
25609 jmp *%r11
25610 #endif /* defined(GLX_USE_TLS) */
25611 .size GL_PREFIX(VertexAttrib1dvNV), .-GL_PREFIX(VertexAttrib1dvNV)
25612
25613 .p2align 4,,15
25614 .globl GL_PREFIX(VertexAttrib1fNV)
25615 .type GL_PREFIX(VertexAttrib1fNV), @function
25616 GL_PREFIX(VertexAttrib1fNV):
25617 #if defined(GLX_USE_TLS)
25618 call _x86_64_get_dispatch@PLT
25619 movq 5440(%rax), %r11
25620 jmp *%r11
25621 #elif defined(PTHREADS)
25622 subq $24, %rsp
25623 movq %rdi, (%rsp)
25624 movq %xmm0, 8(%rsp)
25625 call _x86_64_get_dispatch@PLT
25626 movq 8(%rsp), %xmm0
25627 movq (%rsp), %rdi
25628 addq $24, %rsp
25629 movq 5440(%rax), %r11
25630 jmp *%r11
25631 #else
25632 movq _glapi_Dispatch(%rip), %rax
25633 testq %rax, %rax
25634 je 1f
25635 movq 5440(%rax), %r11
25636 jmp *%r11
25637 1:
25638 subq $24, %rsp
25639 movq %rdi, (%rsp)
25640 movq %xmm0, 8(%rsp)
25641 call _glapi_get_dispatch
25642 movq 8(%rsp), %xmm0
25643 movq (%rsp), %rdi
25644 addq $24, %rsp
25645 movq 5440(%rax), %r11
25646 jmp *%r11
25647 #endif /* defined(GLX_USE_TLS) */
25648 .size GL_PREFIX(VertexAttrib1fNV), .-GL_PREFIX(VertexAttrib1fNV)
25649
25650 .p2align 4,,15
25651 .globl GL_PREFIX(VertexAttrib1fvNV)
25652 .type GL_PREFIX(VertexAttrib1fvNV), @function
25653 GL_PREFIX(VertexAttrib1fvNV):
25654 #if defined(GLX_USE_TLS)
25655 call _x86_64_get_dispatch@PLT
25656 movq 5448(%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 5448(%rax), %r11
25667 jmp *%r11
25668 #else
25669 movq _glapi_Dispatch(%rip), %rax
25670 testq %rax, %rax
25671 je 1f
25672 movq 5448(%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 5448(%rax), %r11
25683 jmp *%r11
25684 #endif /* defined(GLX_USE_TLS) */
25685 .size GL_PREFIX(VertexAttrib1fvNV), .-GL_PREFIX(VertexAttrib1fvNV)
25686
25687 .p2align 4,,15
25688 .globl GL_PREFIX(VertexAttrib1sNV)
25689 .type GL_PREFIX(VertexAttrib1sNV), @function
25690 GL_PREFIX(VertexAttrib1sNV):
25691 #if defined(GLX_USE_TLS)
25692 call _x86_64_get_dispatch@PLT
25693 movq 5456(%rax), %r11
25694 jmp *%r11
25695 #elif defined(PTHREADS)
25696 pushq %rdi
25697 pushq %rsi
25698 pushq %rbp
25699 call _x86_64_get_dispatch@PLT
25700 popq %rbp
25701 popq %rsi
25702 popq %rdi
25703 movq 5456(%rax), %r11
25704 jmp *%r11
25705 #else
25706 movq _glapi_Dispatch(%rip), %rax
25707 testq %rax, %rax
25708 je 1f
25709 movq 5456(%rax), %r11
25710 jmp *%r11
25711 1:
25712 pushq %rdi
25713 pushq %rsi
25714 pushq %rbp
25715 call _glapi_get_dispatch
25716 popq %rbp
25717 popq %rsi
25718 popq %rdi
25719 movq 5456(%rax), %r11
25720 jmp *%r11
25721 #endif /* defined(GLX_USE_TLS) */
25722 .size GL_PREFIX(VertexAttrib1sNV), .-GL_PREFIX(VertexAttrib1sNV)
25723
25724 .p2align 4,,15
25725 .globl GL_PREFIX(VertexAttrib1svNV)
25726 .type GL_PREFIX(VertexAttrib1svNV), @function
25727 GL_PREFIX(VertexAttrib1svNV):
25728 #if defined(GLX_USE_TLS)
25729 call _x86_64_get_dispatch@PLT
25730 movq 5464(%rax), %r11
25731 jmp *%r11
25732 #elif defined(PTHREADS)
25733 pushq %rdi
25734 pushq %rsi
25735 pushq %rbp
25736 call _x86_64_get_dispatch@PLT
25737 popq %rbp
25738 popq %rsi
25739 popq %rdi
25740 movq 5464(%rax), %r11
25741 jmp *%r11
25742 #else
25743 movq _glapi_Dispatch(%rip), %rax
25744 testq %rax, %rax
25745 je 1f
25746 movq 5464(%rax), %r11
25747 jmp *%r11
25748 1:
25749 pushq %rdi
25750 pushq %rsi
25751 pushq %rbp
25752 call _glapi_get_dispatch
25753 popq %rbp
25754 popq %rsi
25755 popq %rdi
25756 movq 5464(%rax), %r11
25757 jmp *%r11
25758 #endif /* defined(GLX_USE_TLS) */
25759 .size GL_PREFIX(VertexAttrib1svNV), .-GL_PREFIX(VertexAttrib1svNV)
25760
25761 .p2align 4,,15
25762 .globl GL_PREFIX(VertexAttrib2dNV)
25763 .type GL_PREFIX(VertexAttrib2dNV), @function
25764 GL_PREFIX(VertexAttrib2dNV):
25765 #if defined(GLX_USE_TLS)
25766 call _x86_64_get_dispatch@PLT
25767 movq 5472(%rax), %r11
25768 jmp *%r11
25769 #elif defined(PTHREADS)
25770 subq $24, %rsp
25771 movq %rdi, (%rsp)
25772 movq %xmm0, 8(%rsp)
25773 movq %xmm1, 16(%rsp)
25774 call _x86_64_get_dispatch@PLT
25775 movq 16(%rsp), %xmm1
25776 movq 8(%rsp), %xmm0
25777 movq (%rsp), %rdi
25778 addq $24, %rsp
25779 movq 5472(%rax), %r11
25780 jmp *%r11
25781 #else
25782 movq _glapi_Dispatch(%rip), %rax
25783 testq %rax, %rax
25784 je 1f
25785 movq 5472(%rax), %r11
25786 jmp *%r11
25787 1:
25788 subq $24, %rsp
25789 movq %rdi, (%rsp)
25790 movq %xmm0, 8(%rsp)
25791 movq %xmm1, 16(%rsp)
25792 call _glapi_get_dispatch
25793 movq 16(%rsp), %xmm1
25794 movq 8(%rsp), %xmm0
25795 movq (%rsp), %rdi
25796 addq $24, %rsp
25797 movq 5472(%rax), %r11
25798 jmp *%r11
25799 #endif /* defined(GLX_USE_TLS) */
25800 .size GL_PREFIX(VertexAttrib2dNV), .-GL_PREFIX(VertexAttrib2dNV)
25801
25802 .p2align 4,,15
25803 .globl GL_PREFIX(VertexAttrib2dvNV)
25804 .type GL_PREFIX(VertexAttrib2dvNV), @function
25805 GL_PREFIX(VertexAttrib2dvNV):
25806 #if defined(GLX_USE_TLS)
25807 call _x86_64_get_dispatch@PLT
25808 movq 5480(%rax), %r11
25809 jmp *%r11
25810 #elif defined(PTHREADS)
25811 pushq %rdi
25812 pushq %rsi
25813 pushq %rbp
25814 call _x86_64_get_dispatch@PLT
25815 popq %rbp
25816 popq %rsi
25817 popq %rdi
25818 movq 5480(%rax), %r11
25819 jmp *%r11
25820 #else
25821 movq _glapi_Dispatch(%rip), %rax
25822 testq %rax, %rax
25823 je 1f
25824 movq 5480(%rax), %r11
25825 jmp *%r11
25826 1:
25827 pushq %rdi
25828 pushq %rsi
25829 pushq %rbp
25830 call _glapi_get_dispatch
25831 popq %rbp
25832 popq %rsi
25833 popq %rdi
25834 movq 5480(%rax), %r11
25835 jmp *%r11
25836 #endif /* defined(GLX_USE_TLS) */
25837 .size GL_PREFIX(VertexAttrib2dvNV), .-GL_PREFIX(VertexAttrib2dvNV)
25838
25839 .p2align 4,,15
25840 .globl GL_PREFIX(VertexAttrib2fNV)
25841 .type GL_PREFIX(VertexAttrib2fNV), @function
25842 GL_PREFIX(VertexAttrib2fNV):
25843 #if defined(GLX_USE_TLS)
25844 call _x86_64_get_dispatch@PLT
25845 movq 5488(%rax), %r11
25846 jmp *%r11
25847 #elif defined(PTHREADS)
25848 subq $24, %rsp
25849 movq %rdi, (%rsp)
25850 movq %xmm0, 8(%rsp)
25851 movq %xmm1, 16(%rsp)
25852 call _x86_64_get_dispatch@PLT
25853 movq 16(%rsp), %xmm1
25854 movq 8(%rsp), %xmm0
25855 movq (%rsp), %rdi
25856 addq $24, %rsp
25857 movq 5488(%rax), %r11
25858 jmp *%r11
25859 #else
25860 movq _glapi_Dispatch(%rip), %rax
25861 testq %rax, %rax
25862 je 1f
25863 movq 5488(%rax), %r11
25864 jmp *%r11
25865 1:
25866 subq $24, %rsp
25867 movq %rdi, (%rsp)
25868 movq %xmm0, 8(%rsp)
25869 movq %xmm1, 16(%rsp)
25870 call _glapi_get_dispatch
25871 movq 16(%rsp), %xmm1
25872 movq 8(%rsp), %xmm0
25873 movq (%rsp), %rdi
25874 addq $24, %rsp
25875 movq 5488(%rax), %r11
25876 jmp *%r11
25877 #endif /* defined(GLX_USE_TLS) */
25878 .size GL_PREFIX(VertexAttrib2fNV), .-GL_PREFIX(VertexAttrib2fNV)
25879
25880 .p2align 4,,15
25881 .globl GL_PREFIX(VertexAttrib2fvNV)
25882 .type GL_PREFIX(VertexAttrib2fvNV), @function
25883 GL_PREFIX(VertexAttrib2fvNV):
25884 #if defined(GLX_USE_TLS)
25885 call _x86_64_get_dispatch@PLT
25886 movq 5496(%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 5496(%rax), %r11
25897 jmp *%r11
25898 #else
25899 movq _glapi_Dispatch(%rip), %rax
25900 testq %rax, %rax
25901 je 1f
25902 movq 5496(%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 5496(%rax), %r11
25913 jmp *%r11
25914 #endif /* defined(GLX_USE_TLS) */
25915 .size GL_PREFIX(VertexAttrib2fvNV), .-GL_PREFIX(VertexAttrib2fvNV)
25916
25917 .p2align 4,,15
25918 .globl GL_PREFIX(VertexAttrib2sNV)
25919 .type GL_PREFIX(VertexAttrib2sNV), @function
25920 GL_PREFIX(VertexAttrib2sNV):
25921 #if defined(GLX_USE_TLS)
25922 call _x86_64_get_dispatch@PLT
25923 movq 5504(%rax), %r11
25924 jmp *%r11
25925 #elif defined(PTHREADS)
25926 pushq %rdi
25927 pushq %rsi
25928 pushq %rdx
25929 call _x86_64_get_dispatch@PLT
25930 popq %rdx
25931 popq %rsi
25932 popq %rdi
25933 movq 5504(%rax), %r11
25934 jmp *%r11
25935 #else
25936 movq _glapi_Dispatch(%rip), %rax
25937 testq %rax, %rax
25938 je 1f
25939 movq 5504(%rax), %r11
25940 jmp *%r11
25941 1:
25942 pushq %rdi
25943 pushq %rsi
25944 pushq %rdx
25945 call _glapi_get_dispatch
25946 popq %rdx
25947 popq %rsi
25948 popq %rdi
25949 movq 5504(%rax), %r11
25950 jmp *%r11
25951 #endif /* defined(GLX_USE_TLS) */
25952 .size GL_PREFIX(VertexAttrib2sNV), .-GL_PREFIX(VertexAttrib2sNV)
25953
25954 .p2align 4,,15
25955 .globl GL_PREFIX(VertexAttrib2svNV)
25956 .type GL_PREFIX(VertexAttrib2svNV), @function
25957 GL_PREFIX(VertexAttrib2svNV):
25958 #if defined(GLX_USE_TLS)
25959 call _x86_64_get_dispatch@PLT
25960 movq 5512(%rax), %r11
25961 jmp *%r11
25962 #elif defined(PTHREADS)
25963 pushq %rdi
25964 pushq %rsi
25965 pushq %rbp
25966 call _x86_64_get_dispatch@PLT
25967 popq %rbp
25968 popq %rsi
25969 popq %rdi
25970 movq 5512(%rax), %r11
25971 jmp *%r11
25972 #else
25973 movq _glapi_Dispatch(%rip), %rax
25974 testq %rax, %rax
25975 je 1f
25976 movq 5512(%rax), %r11
25977 jmp *%r11
25978 1:
25979 pushq %rdi
25980 pushq %rsi
25981 pushq %rbp
25982 call _glapi_get_dispatch
25983 popq %rbp
25984 popq %rsi
25985 popq %rdi
25986 movq 5512(%rax), %r11
25987 jmp *%r11
25988 #endif /* defined(GLX_USE_TLS) */
25989 .size GL_PREFIX(VertexAttrib2svNV), .-GL_PREFIX(VertexAttrib2svNV)
25990
25991 .p2align 4,,15
25992 .globl GL_PREFIX(VertexAttrib3dNV)
25993 .type GL_PREFIX(VertexAttrib3dNV), @function
25994 GL_PREFIX(VertexAttrib3dNV):
25995 #if defined(GLX_USE_TLS)
25996 call _x86_64_get_dispatch@PLT
25997 movq 5520(%rax), %r11
25998 jmp *%r11
25999 #elif defined(PTHREADS)
26000 subq $40, %rsp
26001 movq %rdi, (%rsp)
26002 movq %xmm0, 8(%rsp)
26003 movq %xmm1, 16(%rsp)
26004 movq %xmm2, 24(%rsp)
26005 call _x86_64_get_dispatch@PLT
26006 movq 24(%rsp), %xmm2
26007 movq 16(%rsp), %xmm1
26008 movq 8(%rsp), %xmm0
26009 movq (%rsp), %rdi
26010 addq $40, %rsp
26011 movq 5520(%rax), %r11
26012 jmp *%r11
26013 #else
26014 movq _glapi_Dispatch(%rip), %rax
26015 testq %rax, %rax
26016 je 1f
26017 movq 5520(%rax), %r11
26018 jmp *%r11
26019 1:
26020 subq $40, %rsp
26021 movq %rdi, (%rsp)
26022 movq %xmm0, 8(%rsp)
26023 movq %xmm1, 16(%rsp)
26024 movq %xmm2, 24(%rsp)
26025 call _glapi_get_dispatch
26026 movq 24(%rsp), %xmm2
26027 movq 16(%rsp), %xmm1
26028 movq 8(%rsp), %xmm0
26029 movq (%rsp), %rdi
26030 addq $40, %rsp
26031 movq 5520(%rax), %r11
26032 jmp *%r11
26033 #endif /* defined(GLX_USE_TLS) */
26034 .size GL_PREFIX(VertexAttrib3dNV), .-GL_PREFIX(VertexAttrib3dNV)
26035
26036 .p2align 4,,15
26037 .globl GL_PREFIX(VertexAttrib3dvNV)
26038 .type GL_PREFIX(VertexAttrib3dvNV), @function
26039 GL_PREFIX(VertexAttrib3dvNV):
26040 #if defined(GLX_USE_TLS)
26041 call _x86_64_get_dispatch@PLT
26042 movq 5528(%rax), %r11
26043 jmp *%r11
26044 #elif defined(PTHREADS)
26045 pushq %rdi
26046 pushq %rsi
26047 pushq %rbp
26048 call _x86_64_get_dispatch@PLT
26049 popq %rbp
26050 popq %rsi
26051 popq %rdi
26052 movq 5528(%rax), %r11
26053 jmp *%r11
26054 #else
26055 movq _glapi_Dispatch(%rip), %rax
26056 testq %rax, %rax
26057 je 1f
26058 movq 5528(%rax), %r11
26059 jmp *%r11
26060 1:
26061 pushq %rdi
26062 pushq %rsi
26063 pushq %rbp
26064 call _glapi_get_dispatch
26065 popq %rbp
26066 popq %rsi
26067 popq %rdi
26068 movq 5528(%rax), %r11
26069 jmp *%r11
26070 #endif /* defined(GLX_USE_TLS) */
26071 .size GL_PREFIX(VertexAttrib3dvNV), .-GL_PREFIX(VertexAttrib3dvNV)
26072
26073 .p2align 4,,15
26074 .globl GL_PREFIX(VertexAttrib3fNV)
26075 .type GL_PREFIX(VertexAttrib3fNV), @function
26076 GL_PREFIX(VertexAttrib3fNV):
26077 #if defined(GLX_USE_TLS)
26078 call _x86_64_get_dispatch@PLT
26079 movq 5536(%rax), %r11
26080 jmp *%r11
26081 #elif defined(PTHREADS)
26082 subq $40, %rsp
26083 movq %rdi, (%rsp)
26084 movq %xmm0, 8(%rsp)
26085 movq %xmm1, 16(%rsp)
26086 movq %xmm2, 24(%rsp)
26087 call _x86_64_get_dispatch@PLT
26088 movq 24(%rsp), %xmm2
26089 movq 16(%rsp), %xmm1
26090 movq 8(%rsp), %xmm0
26091 movq (%rsp), %rdi
26092 addq $40, %rsp
26093 movq 5536(%rax), %r11
26094 jmp *%r11
26095 #else
26096 movq _glapi_Dispatch(%rip), %rax
26097 testq %rax, %rax
26098 je 1f
26099 movq 5536(%rax), %r11
26100 jmp *%r11
26101 1:
26102 subq $40, %rsp
26103 movq %rdi, (%rsp)
26104 movq %xmm0, 8(%rsp)
26105 movq %xmm1, 16(%rsp)
26106 movq %xmm2, 24(%rsp)
26107 call _glapi_get_dispatch
26108 movq 24(%rsp), %xmm2
26109 movq 16(%rsp), %xmm1
26110 movq 8(%rsp), %xmm0
26111 movq (%rsp), %rdi
26112 addq $40, %rsp
26113 movq 5536(%rax), %r11
26114 jmp *%r11
26115 #endif /* defined(GLX_USE_TLS) */
26116 .size GL_PREFIX(VertexAttrib3fNV), .-GL_PREFIX(VertexAttrib3fNV)
26117
26118 .p2align 4,,15
26119 .globl GL_PREFIX(VertexAttrib3fvNV)
26120 .type GL_PREFIX(VertexAttrib3fvNV), @function
26121 GL_PREFIX(VertexAttrib3fvNV):
26122 #if defined(GLX_USE_TLS)
26123 call _x86_64_get_dispatch@PLT
26124 movq 5544(%rax), %r11
26125 jmp *%r11
26126 #elif defined(PTHREADS)
26127 pushq %rdi
26128 pushq %rsi
26129 pushq %rbp
26130 call _x86_64_get_dispatch@PLT
26131 popq %rbp
26132 popq %rsi
26133 popq %rdi
26134 movq 5544(%rax), %r11
26135 jmp *%r11
26136 #else
26137 movq _glapi_Dispatch(%rip), %rax
26138 testq %rax, %rax
26139 je 1f
26140 movq 5544(%rax), %r11
26141 jmp *%r11
26142 1:
26143 pushq %rdi
26144 pushq %rsi
26145 pushq %rbp
26146 call _glapi_get_dispatch
26147 popq %rbp
26148 popq %rsi
26149 popq %rdi
26150 movq 5544(%rax), %r11
26151 jmp *%r11
26152 #endif /* defined(GLX_USE_TLS) */
26153 .size GL_PREFIX(VertexAttrib3fvNV), .-GL_PREFIX(VertexAttrib3fvNV)
26154
26155 .p2align 4,,15
26156 .globl GL_PREFIX(VertexAttrib3sNV)
26157 .type GL_PREFIX(VertexAttrib3sNV), @function
26158 GL_PREFIX(VertexAttrib3sNV):
26159 #if defined(GLX_USE_TLS)
26160 call _x86_64_get_dispatch@PLT
26161 movq 5552(%rax), %r11
26162 jmp *%r11
26163 #elif defined(PTHREADS)
26164 pushq %rdi
26165 pushq %rsi
26166 pushq %rdx
26167 pushq %rcx
26168 pushq %rbp
26169 call _x86_64_get_dispatch@PLT
26170 popq %rbp
26171 popq %rcx
26172 popq %rdx
26173 popq %rsi
26174 popq %rdi
26175 movq 5552(%rax), %r11
26176 jmp *%r11
26177 #else
26178 movq _glapi_Dispatch(%rip), %rax
26179 testq %rax, %rax
26180 je 1f
26181 movq 5552(%rax), %r11
26182 jmp *%r11
26183 1:
26184 pushq %rdi
26185 pushq %rsi
26186 pushq %rdx
26187 pushq %rcx
26188 pushq %rbp
26189 call _glapi_get_dispatch
26190 popq %rbp
26191 popq %rcx
26192 popq %rdx
26193 popq %rsi
26194 popq %rdi
26195 movq 5552(%rax), %r11
26196 jmp *%r11
26197 #endif /* defined(GLX_USE_TLS) */
26198 .size GL_PREFIX(VertexAttrib3sNV), .-GL_PREFIX(VertexAttrib3sNV)
26199
26200 .p2align 4,,15
26201 .globl GL_PREFIX(VertexAttrib3svNV)
26202 .type GL_PREFIX(VertexAttrib3svNV), @function
26203 GL_PREFIX(VertexAttrib3svNV):
26204 #if defined(GLX_USE_TLS)
26205 call _x86_64_get_dispatch@PLT
26206 movq 5560(%rax), %r11
26207 jmp *%r11
26208 #elif defined(PTHREADS)
26209 pushq %rdi
26210 pushq %rsi
26211 pushq %rbp
26212 call _x86_64_get_dispatch@PLT
26213 popq %rbp
26214 popq %rsi
26215 popq %rdi
26216 movq 5560(%rax), %r11
26217 jmp *%r11
26218 #else
26219 movq _glapi_Dispatch(%rip), %rax
26220 testq %rax, %rax
26221 je 1f
26222 movq 5560(%rax), %r11
26223 jmp *%r11
26224 1:
26225 pushq %rdi
26226 pushq %rsi
26227 pushq %rbp
26228 call _glapi_get_dispatch
26229 popq %rbp
26230 popq %rsi
26231 popq %rdi
26232 movq 5560(%rax), %r11
26233 jmp *%r11
26234 #endif /* defined(GLX_USE_TLS) */
26235 .size GL_PREFIX(VertexAttrib3svNV), .-GL_PREFIX(VertexAttrib3svNV)
26236
26237 .p2align 4,,15
26238 .globl GL_PREFIX(VertexAttrib4dNV)
26239 .type GL_PREFIX(VertexAttrib4dNV), @function
26240 GL_PREFIX(VertexAttrib4dNV):
26241 #if defined(GLX_USE_TLS)
26242 call _x86_64_get_dispatch@PLT
26243 movq 5568(%rax), %r11
26244 jmp *%r11
26245 #elif defined(PTHREADS)
26246 subq $40, %rsp
26247 movq %rdi, (%rsp)
26248 movq %xmm0, 8(%rsp)
26249 movq %xmm1, 16(%rsp)
26250 movq %xmm2, 24(%rsp)
26251 movq %xmm3, 32(%rsp)
26252 call _x86_64_get_dispatch@PLT
26253 movq 32(%rsp), %xmm3
26254 movq 24(%rsp), %xmm2
26255 movq 16(%rsp), %xmm1
26256 movq 8(%rsp), %xmm0
26257 movq (%rsp), %rdi
26258 addq $40, %rsp
26259 movq 5568(%rax), %r11
26260 jmp *%r11
26261 #else
26262 movq _glapi_Dispatch(%rip), %rax
26263 testq %rax, %rax
26264 je 1f
26265 movq 5568(%rax), %r11
26266 jmp *%r11
26267 1:
26268 subq $40, %rsp
26269 movq %rdi, (%rsp)
26270 movq %xmm0, 8(%rsp)
26271 movq %xmm1, 16(%rsp)
26272 movq %xmm2, 24(%rsp)
26273 movq %xmm3, 32(%rsp)
26274 call _glapi_get_dispatch
26275 movq 32(%rsp), %xmm3
26276 movq 24(%rsp), %xmm2
26277 movq 16(%rsp), %xmm1
26278 movq 8(%rsp), %xmm0
26279 movq (%rsp), %rdi
26280 addq $40, %rsp
26281 movq 5568(%rax), %r11
26282 jmp *%r11
26283 #endif /* defined(GLX_USE_TLS) */
26284 .size GL_PREFIX(VertexAttrib4dNV), .-GL_PREFIX(VertexAttrib4dNV)
26285
26286 .p2align 4,,15
26287 .globl GL_PREFIX(VertexAttrib4dvNV)
26288 .type GL_PREFIX(VertexAttrib4dvNV), @function
26289 GL_PREFIX(VertexAttrib4dvNV):
26290 #if defined(GLX_USE_TLS)
26291 call _x86_64_get_dispatch@PLT
26292 movq 5576(%rax), %r11
26293 jmp *%r11
26294 #elif defined(PTHREADS)
26295 pushq %rdi
26296 pushq %rsi
26297 pushq %rbp
26298 call _x86_64_get_dispatch@PLT
26299 popq %rbp
26300 popq %rsi
26301 popq %rdi
26302 movq 5576(%rax), %r11
26303 jmp *%r11
26304 #else
26305 movq _glapi_Dispatch(%rip), %rax
26306 testq %rax, %rax
26307 je 1f
26308 movq 5576(%rax), %r11
26309 jmp *%r11
26310 1:
26311 pushq %rdi
26312 pushq %rsi
26313 pushq %rbp
26314 call _glapi_get_dispatch
26315 popq %rbp
26316 popq %rsi
26317 popq %rdi
26318 movq 5576(%rax), %r11
26319 jmp *%r11
26320 #endif /* defined(GLX_USE_TLS) */
26321 .size GL_PREFIX(VertexAttrib4dvNV), .-GL_PREFIX(VertexAttrib4dvNV)
26322
26323 .p2align 4,,15
26324 .globl GL_PREFIX(VertexAttrib4fNV)
26325 .type GL_PREFIX(VertexAttrib4fNV), @function
26326 GL_PREFIX(VertexAttrib4fNV):
26327 #if defined(GLX_USE_TLS)
26328 call _x86_64_get_dispatch@PLT
26329 movq 5584(%rax), %r11
26330 jmp *%r11
26331 #elif defined(PTHREADS)
26332 subq $40, %rsp
26333 movq %rdi, (%rsp)
26334 movq %xmm0, 8(%rsp)
26335 movq %xmm1, 16(%rsp)
26336 movq %xmm2, 24(%rsp)
26337 movq %xmm3, 32(%rsp)
26338 call _x86_64_get_dispatch@PLT
26339 movq 32(%rsp), %xmm3
26340 movq 24(%rsp), %xmm2
26341 movq 16(%rsp), %xmm1
26342 movq 8(%rsp), %xmm0
26343 movq (%rsp), %rdi
26344 addq $40, %rsp
26345 movq 5584(%rax), %r11
26346 jmp *%r11
26347 #else
26348 movq _glapi_Dispatch(%rip), %rax
26349 testq %rax, %rax
26350 je 1f
26351 movq 5584(%rax), %r11
26352 jmp *%r11
26353 1:
26354 subq $40, %rsp
26355 movq %rdi, (%rsp)
26356 movq %xmm0, 8(%rsp)
26357 movq %xmm1, 16(%rsp)
26358 movq %xmm2, 24(%rsp)
26359 movq %xmm3, 32(%rsp)
26360 call _glapi_get_dispatch
26361 movq 32(%rsp), %xmm3
26362 movq 24(%rsp), %xmm2
26363 movq 16(%rsp), %xmm1
26364 movq 8(%rsp), %xmm0
26365 movq (%rsp), %rdi
26366 addq $40, %rsp
26367 movq 5584(%rax), %r11
26368 jmp *%r11
26369 #endif /* defined(GLX_USE_TLS) */
26370 .size GL_PREFIX(VertexAttrib4fNV), .-GL_PREFIX(VertexAttrib4fNV)
26371
26372 .p2align 4,,15
26373 .globl GL_PREFIX(VertexAttrib4fvNV)
26374 .type GL_PREFIX(VertexAttrib4fvNV), @function
26375 GL_PREFIX(VertexAttrib4fvNV):
26376 #if defined(GLX_USE_TLS)
26377 call _x86_64_get_dispatch@PLT
26378 movq 5592(%rax), %r11
26379 jmp *%r11
26380 #elif defined(PTHREADS)
26381 pushq %rdi
26382 pushq %rsi
26383 pushq %rbp
26384 call _x86_64_get_dispatch@PLT
26385 popq %rbp
26386 popq %rsi
26387 popq %rdi
26388 movq 5592(%rax), %r11
26389 jmp *%r11
26390 #else
26391 movq _glapi_Dispatch(%rip), %rax
26392 testq %rax, %rax
26393 je 1f
26394 movq 5592(%rax), %r11
26395 jmp *%r11
26396 1:
26397 pushq %rdi
26398 pushq %rsi
26399 pushq %rbp
26400 call _glapi_get_dispatch
26401 popq %rbp
26402 popq %rsi
26403 popq %rdi
26404 movq 5592(%rax), %r11
26405 jmp *%r11
26406 #endif /* defined(GLX_USE_TLS) */
26407 .size GL_PREFIX(VertexAttrib4fvNV), .-GL_PREFIX(VertexAttrib4fvNV)
26408
26409 .p2align 4,,15
26410 .globl GL_PREFIX(VertexAttrib4sNV)
26411 .type GL_PREFIX(VertexAttrib4sNV), @function
26412 GL_PREFIX(VertexAttrib4sNV):
26413 #if defined(GLX_USE_TLS)
26414 call _x86_64_get_dispatch@PLT
26415 movq 5600(%rax), %r11
26416 jmp *%r11
26417 #elif defined(PTHREADS)
26418 pushq %rdi
26419 pushq %rsi
26420 pushq %rdx
26421 pushq %rcx
26422 pushq %r8
26423 call _x86_64_get_dispatch@PLT
26424 popq %r8
26425 popq %rcx
26426 popq %rdx
26427 popq %rsi
26428 popq %rdi
26429 movq 5600(%rax), %r11
26430 jmp *%r11
26431 #else
26432 movq _glapi_Dispatch(%rip), %rax
26433 testq %rax, %rax
26434 je 1f
26435 movq 5600(%rax), %r11
26436 jmp *%r11
26437 1:
26438 pushq %rdi
26439 pushq %rsi
26440 pushq %rdx
26441 pushq %rcx
26442 pushq %r8
26443 call _glapi_get_dispatch
26444 popq %r8
26445 popq %rcx
26446 popq %rdx
26447 popq %rsi
26448 popq %rdi
26449 movq 5600(%rax), %r11
26450 jmp *%r11
26451 #endif /* defined(GLX_USE_TLS) */
26452 .size GL_PREFIX(VertexAttrib4sNV), .-GL_PREFIX(VertexAttrib4sNV)
26453
26454 .p2align 4,,15
26455 .globl GL_PREFIX(VertexAttrib4svNV)
26456 .type GL_PREFIX(VertexAttrib4svNV), @function
26457 GL_PREFIX(VertexAttrib4svNV):
26458 #if defined(GLX_USE_TLS)
26459 call _x86_64_get_dispatch@PLT
26460 movq 5608(%rax), %r11
26461 jmp *%r11
26462 #elif defined(PTHREADS)
26463 pushq %rdi
26464 pushq %rsi
26465 pushq %rbp
26466 call _x86_64_get_dispatch@PLT
26467 popq %rbp
26468 popq %rsi
26469 popq %rdi
26470 movq 5608(%rax), %r11
26471 jmp *%r11
26472 #else
26473 movq _glapi_Dispatch(%rip), %rax
26474 testq %rax, %rax
26475 je 1f
26476 movq 5608(%rax), %r11
26477 jmp *%r11
26478 1:
26479 pushq %rdi
26480 pushq %rsi
26481 pushq %rbp
26482 call _glapi_get_dispatch
26483 popq %rbp
26484 popq %rsi
26485 popq %rdi
26486 movq 5608(%rax), %r11
26487 jmp *%r11
26488 #endif /* defined(GLX_USE_TLS) */
26489 .size GL_PREFIX(VertexAttrib4svNV), .-GL_PREFIX(VertexAttrib4svNV)
26490
26491 .p2align 4,,15
26492 .globl GL_PREFIX(VertexAttrib4ubNV)
26493 .type GL_PREFIX(VertexAttrib4ubNV), @function
26494 GL_PREFIX(VertexAttrib4ubNV):
26495 #if defined(GLX_USE_TLS)
26496 call _x86_64_get_dispatch@PLT
26497 movq 5616(%rax), %r11
26498 jmp *%r11
26499 #elif defined(PTHREADS)
26500 pushq %rdi
26501 pushq %rsi
26502 pushq %rdx
26503 pushq %rcx
26504 pushq %r8
26505 call _x86_64_get_dispatch@PLT
26506 popq %r8
26507 popq %rcx
26508 popq %rdx
26509 popq %rsi
26510 popq %rdi
26511 movq 5616(%rax), %r11
26512 jmp *%r11
26513 #else
26514 movq _glapi_Dispatch(%rip), %rax
26515 testq %rax, %rax
26516 je 1f
26517 movq 5616(%rax), %r11
26518 jmp *%r11
26519 1:
26520 pushq %rdi
26521 pushq %rsi
26522 pushq %rdx
26523 pushq %rcx
26524 pushq %r8
26525 call _glapi_get_dispatch
26526 popq %r8
26527 popq %rcx
26528 popq %rdx
26529 popq %rsi
26530 popq %rdi
26531 movq 5616(%rax), %r11
26532 jmp *%r11
26533 #endif /* defined(GLX_USE_TLS) */
26534 .size GL_PREFIX(VertexAttrib4ubNV), .-GL_PREFIX(VertexAttrib4ubNV)
26535
26536 .p2align 4,,15
26537 .globl GL_PREFIX(VertexAttrib4ubvNV)
26538 .type GL_PREFIX(VertexAttrib4ubvNV), @function
26539 GL_PREFIX(VertexAttrib4ubvNV):
26540 #if defined(GLX_USE_TLS)
26541 call _x86_64_get_dispatch@PLT
26542 movq 5624(%rax), %r11
26543 jmp *%r11
26544 #elif defined(PTHREADS)
26545 pushq %rdi
26546 pushq %rsi
26547 pushq %rbp
26548 call _x86_64_get_dispatch@PLT
26549 popq %rbp
26550 popq %rsi
26551 popq %rdi
26552 movq 5624(%rax), %r11
26553 jmp *%r11
26554 #else
26555 movq _glapi_Dispatch(%rip), %rax
26556 testq %rax, %rax
26557 je 1f
26558 movq 5624(%rax), %r11
26559 jmp *%r11
26560 1:
26561 pushq %rdi
26562 pushq %rsi
26563 pushq %rbp
26564 call _glapi_get_dispatch
26565 popq %rbp
26566 popq %rsi
26567 popq %rdi
26568 movq 5624(%rax), %r11
26569 jmp *%r11
26570 #endif /* defined(GLX_USE_TLS) */
26571 .size GL_PREFIX(VertexAttrib4ubvNV), .-GL_PREFIX(VertexAttrib4ubvNV)
26572
26573 .p2align 4,,15
26574 .globl GL_PREFIX(VertexAttribPointerNV)
26575 .type GL_PREFIX(VertexAttribPointerNV), @function
26576 GL_PREFIX(VertexAttribPointerNV):
26577 #if defined(GLX_USE_TLS)
26578 call _x86_64_get_dispatch@PLT
26579 movq 5632(%rax), %r11
26580 jmp *%r11
26581 #elif defined(PTHREADS)
26582 pushq %rdi
26583 pushq %rsi
26584 pushq %rdx
26585 pushq %rcx
26586 pushq %r8
26587 call _x86_64_get_dispatch@PLT
26588 popq %r8
26589 popq %rcx
26590 popq %rdx
26591 popq %rsi
26592 popq %rdi
26593 movq 5632(%rax), %r11
26594 jmp *%r11
26595 #else
26596 movq _glapi_Dispatch(%rip), %rax
26597 testq %rax, %rax
26598 je 1f
26599 movq 5632(%rax), %r11
26600 jmp *%r11
26601 1:
26602 pushq %rdi
26603 pushq %rsi
26604 pushq %rdx
26605 pushq %rcx
26606 pushq %r8
26607 call _glapi_get_dispatch
26608 popq %r8
26609 popq %rcx
26610 popq %rdx
26611 popq %rsi
26612 popq %rdi
26613 movq 5632(%rax), %r11
26614 jmp *%r11
26615 #endif /* defined(GLX_USE_TLS) */
26616 .size GL_PREFIX(VertexAttribPointerNV), .-GL_PREFIX(VertexAttribPointerNV)
26617
26618 .p2align 4,,15
26619 .globl GL_PREFIX(VertexAttribs1dvNV)
26620 .type GL_PREFIX(VertexAttribs1dvNV), @function
26621 GL_PREFIX(VertexAttribs1dvNV):
26622 #if defined(GLX_USE_TLS)
26623 call _x86_64_get_dispatch@PLT
26624 movq 5640(%rax), %r11
26625 jmp *%r11
26626 #elif defined(PTHREADS)
26627 pushq %rdi
26628 pushq %rsi
26629 pushq %rdx
26630 call _x86_64_get_dispatch@PLT
26631 popq %rdx
26632 popq %rsi
26633 popq %rdi
26634 movq 5640(%rax), %r11
26635 jmp *%r11
26636 #else
26637 movq _glapi_Dispatch(%rip), %rax
26638 testq %rax, %rax
26639 je 1f
26640 movq 5640(%rax), %r11
26641 jmp *%r11
26642 1:
26643 pushq %rdi
26644 pushq %rsi
26645 pushq %rdx
26646 call _glapi_get_dispatch
26647 popq %rdx
26648 popq %rsi
26649 popq %rdi
26650 movq 5640(%rax), %r11
26651 jmp *%r11
26652 #endif /* defined(GLX_USE_TLS) */
26653 .size GL_PREFIX(VertexAttribs1dvNV), .-GL_PREFIX(VertexAttribs1dvNV)
26654
26655 .p2align 4,,15
26656 .globl GL_PREFIX(VertexAttribs1fvNV)
26657 .type GL_PREFIX(VertexAttribs1fvNV), @function
26658 GL_PREFIX(VertexAttribs1fvNV):
26659 #if defined(GLX_USE_TLS)
26660 call _x86_64_get_dispatch@PLT
26661 movq 5648(%rax), %r11
26662 jmp *%r11
26663 #elif defined(PTHREADS)
26664 pushq %rdi
26665 pushq %rsi
26666 pushq %rdx
26667 call _x86_64_get_dispatch@PLT
26668 popq %rdx
26669 popq %rsi
26670 popq %rdi
26671 movq 5648(%rax), %r11
26672 jmp *%r11
26673 #else
26674 movq _glapi_Dispatch(%rip), %rax
26675 testq %rax, %rax
26676 je 1f
26677 movq 5648(%rax), %r11
26678 jmp *%r11
26679 1:
26680 pushq %rdi
26681 pushq %rsi
26682 pushq %rdx
26683 call _glapi_get_dispatch
26684 popq %rdx
26685 popq %rsi
26686 popq %rdi
26687 movq 5648(%rax), %r11
26688 jmp *%r11
26689 #endif /* defined(GLX_USE_TLS) */
26690 .size GL_PREFIX(VertexAttribs1fvNV), .-GL_PREFIX(VertexAttribs1fvNV)
26691
26692 .p2align 4,,15
26693 .globl GL_PREFIX(VertexAttribs1svNV)
26694 .type GL_PREFIX(VertexAttribs1svNV), @function
26695 GL_PREFIX(VertexAttribs1svNV):
26696 #if defined(GLX_USE_TLS)
26697 call _x86_64_get_dispatch@PLT
26698 movq 5656(%rax), %r11
26699 jmp *%r11
26700 #elif defined(PTHREADS)
26701 pushq %rdi
26702 pushq %rsi
26703 pushq %rdx
26704 call _x86_64_get_dispatch@PLT
26705 popq %rdx
26706 popq %rsi
26707 popq %rdi
26708 movq 5656(%rax), %r11
26709 jmp *%r11
26710 #else
26711 movq _glapi_Dispatch(%rip), %rax
26712 testq %rax, %rax
26713 je 1f
26714 movq 5656(%rax), %r11
26715 jmp *%r11
26716 1:
26717 pushq %rdi
26718 pushq %rsi
26719 pushq %rdx
26720 call _glapi_get_dispatch
26721 popq %rdx
26722 popq %rsi
26723 popq %rdi
26724 movq 5656(%rax), %r11
26725 jmp *%r11
26726 #endif /* defined(GLX_USE_TLS) */
26727 .size GL_PREFIX(VertexAttribs1svNV), .-GL_PREFIX(VertexAttribs1svNV)
26728
26729 .p2align 4,,15
26730 .globl GL_PREFIX(VertexAttribs2dvNV)
26731 .type GL_PREFIX(VertexAttribs2dvNV), @function
26732 GL_PREFIX(VertexAttribs2dvNV):
26733 #if defined(GLX_USE_TLS)
26734 call _x86_64_get_dispatch@PLT
26735 movq 5664(%rax), %r11
26736 jmp *%r11
26737 #elif defined(PTHREADS)
26738 pushq %rdi
26739 pushq %rsi
26740 pushq %rdx
26741 call _x86_64_get_dispatch@PLT
26742 popq %rdx
26743 popq %rsi
26744 popq %rdi
26745 movq 5664(%rax), %r11
26746 jmp *%r11
26747 #else
26748 movq _glapi_Dispatch(%rip), %rax
26749 testq %rax, %rax
26750 je 1f
26751 movq 5664(%rax), %r11
26752 jmp *%r11
26753 1:
26754 pushq %rdi
26755 pushq %rsi
26756 pushq %rdx
26757 call _glapi_get_dispatch
26758 popq %rdx
26759 popq %rsi
26760 popq %rdi
26761 movq 5664(%rax), %r11
26762 jmp *%r11
26763 #endif /* defined(GLX_USE_TLS) */
26764 .size GL_PREFIX(VertexAttribs2dvNV), .-GL_PREFIX(VertexAttribs2dvNV)
26765
26766 .p2align 4,,15
26767 .globl GL_PREFIX(VertexAttribs2fvNV)
26768 .type GL_PREFIX(VertexAttribs2fvNV), @function
26769 GL_PREFIX(VertexAttribs2fvNV):
26770 #if defined(GLX_USE_TLS)
26771 call _x86_64_get_dispatch@PLT
26772 movq 5672(%rax), %r11
26773 jmp *%r11
26774 #elif defined(PTHREADS)
26775 pushq %rdi
26776 pushq %rsi
26777 pushq %rdx
26778 call _x86_64_get_dispatch@PLT
26779 popq %rdx
26780 popq %rsi
26781 popq %rdi
26782 movq 5672(%rax), %r11
26783 jmp *%r11
26784 #else
26785 movq _glapi_Dispatch(%rip), %rax
26786 testq %rax, %rax
26787 je 1f
26788 movq 5672(%rax), %r11
26789 jmp *%r11
26790 1:
26791 pushq %rdi
26792 pushq %rsi
26793 pushq %rdx
26794 call _glapi_get_dispatch
26795 popq %rdx
26796 popq %rsi
26797 popq %rdi
26798 movq 5672(%rax), %r11
26799 jmp *%r11
26800 #endif /* defined(GLX_USE_TLS) */
26801 .size GL_PREFIX(VertexAttribs2fvNV), .-GL_PREFIX(VertexAttribs2fvNV)
26802
26803 .p2align 4,,15
26804 .globl GL_PREFIX(VertexAttribs2svNV)
26805 .type GL_PREFIX(VertexAttribs2svNV), @function
26806 GL_PREFIX(VertexAttribs2svNV):
26807 #if defined(GLX_USE_TLS)
26808 call _x86_64_get_dispatch@PLT
26809 movq 5680(%rax), %r11
26810 jmp *%r11
26811 #elif defined(PTHREADS)
26812 pushq %rdi
26813 pushq %rsi
26814 pushq %rdx
26815 call _x86_64_get_dispatch@PLT
26816 popq %rdx
26817 popq %rsi
26818 popq %rdi
26819 movq 5680(%rax), %r11
26820 jmp *%r11
26821 #else
26822 movq _glapi_Dispatch(%rip), %rax
26823 testq %rax, %rax
26824 je 1f
26825 movq 5680(%rax), %r11
26826 jmp *%r11
26827 1:
26828 pushq %rdi
26829 pushq %rsi
26830 pushq %rdx
26831 call _glapi_get_dispatch
26832 popq %rdx
26833 popq %rsi
26834 popq %rdi
26835 movq 5680(%rax), %r11
26836 jmp *%r11
26837 #endif /* defined(GLX_USE_TLS) */
26838 .size GL_PREFIX(VertexAttribs2svNV), .-GL_PREFIX(VertexAttribs2svNV)
26839
26840 .p2align 4,,15
26841 .globl GL_PREFIX(VertexAttribs3dvNV)
26842 .type GL_PREFIX(VertexAttribs3dvNV), @function
26843 GL_PREFIX(VertexAttribs3dvNV):
26844 #if defined(GLX_USE_TLS)
26845 call _x86_64_get_dispatch@PLT
26846 movq 5688(%rax), %r11
26847 jmp *%r11
26848 #elif defined(PTHREADS)
26849 pushq %rdi
26850 pushq %rsi
26851 pushq %rdx
26852 call _x86_64_get_dispatch@PLT
26853 popq %rdx
26854 popq %rsi
26855 popq %rdi
26856 movq 5688(%rax), %r11
26857 jmp *%r11
26858 #else
26859 movq _glapi_Dispatch(%rip), %rax
26860 testq %rax, %rax
26861 je 1f
26862 movq 5688(%rax), %r11
26863 jmp *%r11
26864 1:
26865 pushq %rdi
26866 pushq %rsi
26867 pushq %rdx
26868 call _glapi_get_dispatch
26869 popq %rdx
26870 popq %rsi
26871 popq %rdi
26872 movq 5688(%rax), %r11
26873 jmp *%r11
26874 #endif /* defined(GLX_USE_TLS) */
26875 .size GL_PREFIX(VertexAttribs3dvNV), .-GL_PREFIX(VertexAttribs3dvNV)
26876
26877 .p2align 4,,15
26878 .globl GL_PREFIX(VertexAttribs3fvNV)
26879 .type GL_PREFIX(VertexAttribs3fvNV), @function
26880 GL_PREFIX(VertexAttribs3fvNV):
26881 #if defined(GLX_USE_TLS)
26882 call _x86_64_get_dispatch@PLT
26883 movq 5696(%rax), %r11
26884 jmp *%r11
26885 #elif defined(PTHREADS)
26886 pushq %rdi
26887 pushq %rsi
26888 pushq %rdx
26889 call _x86_64_get_dispatch@PLT
26890 popq %rdx
26891 popq %rsi
26892 popq %rdi
26893 movq 5696(%rax), %r11
26894 jmp *%r11
26895 #else
26896 movq _glapi_Dispatch(%rip), %rax
26897 testq %rax, %rax
26898 je 1f
26899 movq 5696(%rax), %r11
26900 jmp *%r11
26901 1:
26902 pushq %rdi
26903 pushq %rsi
26904 pushq %rdx
26905 call _glapi_get_dispatch
26906 popq %rdx
26907 popq %rsi
26908 popq %rdi
26909 movq 5696(%rax), %r11
26910 jmp *%r11
26911 #endif /* defined(GLX_USE_TLS) */
26912 .size GL_PREFIX(VertexAttribs3fvNV), .-GL_PREFIX(VertexAttribs3fvNV)
26913
26914 .p2align 4,,15
26915 .globl GL_PREFIX(VertexAttribs3svNV)
26916 .type GL_PREFIX(VertexAttribs3svNV), @function
26917 GL_PREFIX(VertexAttribs3svNV):
26918 #if defined(GLX_USE_TLS)
26919 call _x86_64_get_dispatch@PLT
26920 movq 5704(%rax), %r11
26921 jmp *%r11
26922 #elif defined(PTHREADS)
26923 pushq %rdi
26924 pushq %rsi
26925 pushq %rdx
26926 call _x86_64_get_dispatch@PLT
26927 popq %rdx
26928 popq %rsi
26929 popq %rdi
26930 movq 5704(%rax), %r11
26931 jmp *%r11
26932 #else
26933 movq _glapi_Dispatch(%rip), %rax
26934 testq %rax, %rax
26935 je 1f
26936 movq 5704(%rax), %r11
26937 jmp *%r11
26938 1:
26939 pushq %rdi
26940 pushq %rsi
26941 pushq %rdx
26942 call _glapi_get_dispatch
26943 popq %rdx
26944 popq %rsi
26945 popq %rdi
26946 movq 5704(%rax), %r11
26947 jmp *%r11
26948 #endif /* defined(GLX_USE_TLS) */
26949 .size GL_PREFIX(VertexAttribs3svNV), .-GL_PREFIX(VertexAttribs3svNV)
26950
26951 .p2align 4,,15
26952 .globl GL_PREFIX(VertexAttribs4dvNV)
26953 .type GL_PREFIX(VertexAttribs4dvNV), @function
26954 GL_PREFIX(VertexAttribs4dvNV):
26955 #if defined(GLX_USE_TLS)
26956 call _x86_64_get_dispatch@PLT
26957 movq 5712(%rax), %r11
26958 jmp *%r11
26959 #elif defined(PTHREADS)
26960 pushq %rdi
26961 pushq %rsi
26962 pushq %rdx
26963 call _x86_64_get_dispatch@PLT
26964 popq %rdx
26965 popq %rsi
26966 popq %rdi
26967 movq 5712(%rax), %r11
26968 jmp *%r11
26969 #else
26970 movq _glapi_Dispatch(%rip), %rax
26971 testq %rax, %rax
26972 je 1f
26973 movq 5712(%rax), %r11
26974 jmp *%r11
26975 1:
26976 pushq %rdi
26977 pushq %rsi
26978 pushq %rdx
26979 call _glapi_get_dispatch
26980 popq %rdx
26981 popq %rsi
26982 popq %rdi
26983 movq 5712(%rax), %r11
26984 jmp *%r11
26985 #endif /* defined(GLX_USE_TLS) */
26986 .size GL_PREFIX(VertexAttribs4dvNV), .-GL_PREFIX(VertexAttribs4dvNV)
26987
26988 .p2align 4,,15
26989 .globl GL_PREFIX(VertexAttribs4fvNV)
26990 .type GL_PREFIX(VertexAttribs4fvNV), @function
26991 GL_PREFIX(VertexAttribs4fvNV):
26992 #if defined(GLX_USE_TLS)
26993 call _x86_64_get_dispatch@PLT
26994 movq 5720(%rax), %r11
26995 jmp *%r11
26996 #elif defined(PTHREADS)
26997 pushq %rdi
26998 pushq %rsi
26999 pushq %rdx
27000 call _x86_64_get_dispatch@PLT
27001 popq %rdx
27002 popq %rsi
27003 popq %rdi
27004 movq 5720(%rax), %r11
27005 jmp *%r11
27006 #else
27007 movq _glapi_Dispatch(%rip), %rax
27008 testq %rax, %rax
27009 je 1f
27010 movq 5720(%rax), %r11
27011 jmp *%r11
27012 1:
27013 pushq %rdi
27014 pushq %rsi
27015 pushq %rdx
27016 call _glapi_get_dispatch
27017 popq %rdx
27018 popq %rsi
27019 popq %rdi
27020 movq 5720(%rax), %r11
27021 jmp *%r11
27022 #endif /* defined(GLX_USE_TLS) */
27023 .size GL_PREFIX(VertexAttribs4fvNV), .-GL_PREFIX(VertexAttribs4fvNV)
27024
27025 .p2align 4,,15
27026 .globl GL_PREFIX(VertexAttribs4svNV)
27027 .type GL_PREFIX(VertexAttribs4svNV), @function
27028 GL_PREFIX(VertexAttribs4svNV):
27029 #if defined(GLX_USE_TLS)
27030 call _x86_64_get_dispatch@PLT
27031 movq 5728(%rax), %r11
27032 jmp *%r11
27033 #elif defined(PTHREADS)
27034 pushq %rdi
27035 pushq %rsi
27036 pushq %rdx
27037 call _x86_64_get_dispatch@PLT
27038 popq %rdx
27039 popq %rsi
27040 popq %rdi
27041 movq 5728(%rax), %r11
27042 jmp *%r11
27043 #else
27044 movq _glapi_Dispatch(%rip), %rax
27045 testq %rax, %rax
27046 je 1f
27047 movq 5728(%rax), %r11
27048 jmp *%r11
27049 1:
27050 pushq %rdi
27051 pushq %rsi
27052 pushq %rdx
27053 call _glapi_get_dispatch
27054 popq %rdx
27055 popq %rsi
27056 popq %rdi
27057 movq 5728(%rax), %r11
27058 jmp *%r11
27059 #endif /* defined(GLX_USE_TLS) */
27060 .size GL_PREFIX(VertexAttribs4svNV), .-GL_PREFIX(VertexAttribs4svNV)
27061
27062 .p2align 4,,15
27063 .globl GL_PREFIX(VertexAttribs4ubvNV)
27064 .type GL_PREFIX(VertexAttribs4ubvNV), @function
27065 GL_PREFIX(VertexAttribs4ubvNV):
27066 #if defined(GLX_USE_TLS)
27067 call _x86_64_get_dispatch@PLT
27068 movq 5736(%rax), %r11
27069 jmp *%r11
27070 #elif defined(PTHREADS)
27071 pushq %rdi
27072 pushq %rsi
27073 pushq %rdx
27074 call _x86_64_get_dispatch@PLT
27075 popq %rdx
27076 popq %rsi
27077 popq %rdi
27078 movq 5736(%rax), %r11
27079 jmp *%r11
27080 #else
27081 movq _glapi_Dispatch(%rip), %rax
27082 testq %rax, %rax
27083 je 1f
27084 movq 5736(%rax), %r11
27085 jmp *%r11
27086 1:
27087 pushq %rdi
27088 pushq %rsi
27089 pushq %rdx
27090 call _glapi_get_dispatch
27091 popq %rdx
27092 popq %rsi
27093 popq %rdi
27094 movq 5736(%rax), %r11
27095 jmp *%r11
27096 #endif /* defined(GLX_USE_TLS) */
27097 .size GL_PREFIX(VertexAttribs4ubvNV), .-GL_PREFIX(VertexAttribs4ubvNV)
27098
27099 .p2align 4,,15
27100 .globl GL_PREFIX(AlphaFragmentOp1ATI)
27101 .type GL_PREFIX(AlphaFragmentOp1ATI), @function
27102 GL_PREFIX(AlphaFragmentOp1ATI):
27103 #if defined(GLX_USE_TLS)
27104 call _x86_64_get_dispatch@PLT
27105 movq 5744(%rax), %r11
27106 jmp *%r11
27107 #elif defined(PTHREADS)
27108 pushq %rdi
27109 pushq %rsi
27110 pushq %rdx
27111 pushq %rcx
27112 pushq %r8
27113 pushq %r9
27114 pushq %rbp
27115 call _x86_64_get_dispatch@PLT
27116 popq %rbp
27117 popq %r9
27118 popq %r8
27119 popq %rcx
27120 popq %rdx
27121 popq %rsi
27122 popq %rdi
27123 movq 5744(%rax), %r11
27124 jmp *%r11
27125 #else
27126 movq _glapi_Dispatch(%rip), %rax
27127 testq %rax, %rax
27128 je 1f
27129 movq 5744(%rax), %r11
27130 jmp *%r11
27131 1:
27132 pushq %rdi
27133 pushq %rsi
27134 pushq %rdx
27135 pushq %rcx
27136 pushq %r8
27137 pushq %r9
27138 pushq %rbp
27139 call _glapi_get_dispatch
27140 popq %rbp
27141 popq %r9
27142 popq %r8
27143 popq %rcx
27144 popq %rdx
27145 popq %rsi
27146 popq %rdi
27147 movq 5744(%rax), %r11
27148 jmp *%r11
27149 #endif /* defined(GLX_USE_TLS) */
27150 .size GL_PREFIX(AlphaFragmentOp1ATI), .-GL_PREFIX(AlphaFragmentOp1ATI)
27151
27152 .p2align 4,,15
27153 .globl GL_PREFIX(AlphaFragmentOp2ATI)
27154 .type GL_PREFIX(AlphaFragmentOp2ATI), @function
27155 GL_PREFIX(AlphaFragmentOp2ATI):
27156 #if defined(GLX_USE_TLS)
27157 call _x86_64_get_dispatch@PLT
27158 movq 5752(%rax), %r11
27159 jmp *%r11
27160 #elif defined(PTHREADS)
27161 pushq %rdi
27162 pushq %rsi
27163 pushq %rdx
27164 pushq %rcx
27165 pushq %r8
27166 pushq %r9
27167 pushq %rbp
27168 call _x86_64_get_dispatch@PLT
27169 popq %rbp
27170 popq %r9
27171 popq %r8
27172 popq %rcx
27173 popq %rdx
27174 popq %rsi
27175 popq %rdi
27176 movq 5752(%rax), %r11
27177 jmp *%r11
27178 #else
27179 movq _glapi_Dispatch(%rip), %rax
27180 testq %rax, %rax
27181 je 1f
27182 movq 5752(%rax), %r11
27183 jmp *%r11
27184 1:
27185 pushq %rdi
27186 pushq %rsi
27187 pushq %rdx
27188 pushq %rcx
27189 pushq %r8
27190 pushq %r9
27191 pushq %rbp
27192 call _glapi_get_dispatch
27193 popq %rbp
27194 popq %r9
27195 popq %r8
27196 popq %rcx
27197 popq %rdx
27198 popq %rsi
27199 popq %rdi
27200 movq 5752(%rax), %r11
27201 jmp *%r11
27202 #endif /* defined(GLX_USE_TLS) */
27203 .size GL_PREFIX(AlphaFragmentOp2ATI), .-GL_PREFIX(AlphaFragmentOp2ATI)
27204
27205 .p2align 4,,15
27206 .globl GL_PREFIX(AlphaFragmentOp3ATI)
27207 .type GL_PREFIX(AlphaFragmentOp3ATI), @function
27208 GL_PREFIX(AlphaFragmentOp3ATI):
27209 #if defined(GLX_USE_TLS)
27210 call _x86_64_get_dispatch@PLT
27211 movq 5760(%rax), %r11
27212 jmp *%r11
27213 #elif defined(PTHREADS)
27214 pushq %rdi
27215 pushq %rsi
27216 pushq %rdx
27217 pushq %rcx
27218 pushq %r8
27219 pushq %r9
27220 pushq %rbp
27221 call _x86_64_get_dispatch@PLT
27222 popq %rbp
27223 popq %r9
27224 popq %r8
27225 popq %rcx
27226 popq %rdx
27227 popq %rsi
27228 popq %rdi
27229 movq 5760(%rax), %r11
27230 jmp *%r11
27231 #else
27232 movq _glapi_Dispatch(%rip), %rax
27233 testq %rax, %rax
27234 je 1f
27235 movq 5760(%rax), %r11
27236 jmp *%r11
27237 1:
27238 pushq %rdi
27239 pushq %rsi
27240 pushq %rdx
27241 pushq %rcx
27242 pushq %r8
27243 pushq %r9
27244 pushq %rbp
27245 call _glapi_get_dispatch
27246 popq %rbp
27247 popq %r9
27248 popq %r8
27249 popq %rcx
27250 popq %rdx
27251 popq %rsi
27252 popq %rdi
27253 movq 5760(%rax), %r11
27254 jmp *%r11
27255 #endif /* defined(GLX_USE_TLS) */
27256 .size GL_PREFIX(AlphaFragmentOp3ATI), .-GL_PREFIX(AlphaFragmentOp3ATI)
27257
27258 .p2align 4,,15
27259 .globl GL_PREFIX(BeginFragmentShaderATI)
27260 .type GL_PREFIX(BeginFragmentShaderATI), @function
27261 GL_PREFIX(BeginFragmentShaderATI):
27262 #if defined(GLX_USE_TLS)
27263 call _x86_64_get_dispatch@PLT
27264 movq 5768(%rax), %r11
27265 jmp *%r11
27266 #elif defined(PTHREADS)
27267 pushq %rbp
27268 call _x86_64_get_dispatch@PLT
27269 popq %rbp
27270 movq 5768(%rax), %r11
27271 jmp *%r11
27272 #else
27273 movq _glapi_Dispatch(%rip), %rax
27274 testq %rax, %rax
27275 je 1f
27276 movq 5768(%rax), %r11
27277 jmp *%r11
27278 1:
27279 pushq %rbp
27280 call _glapi_get_dispatch
27281 popq %rbp
27282 movq 5768(%rax), %r11
27283 jmp *%r11
27284 #endif /* defined(GLX_USE_TLS) */
27285 .size GL_PREFIX(BeginFragmentShaderATI), .-GL_PREFIX(BeginFragmentShaderATI)
27286
27287 .p2align 4,,15
27288 .globl GL_PREFIX(BindFragmentShaderATI)
27289 .type GL_PREFIX(BindFragmentShaderATI), @function
27290 GL_PREFIX(BindFragmentShaderATI):
27291 #if defined(GLX_USE_TLS)
27292 call _x86_64_get_dispatch@PLT
27293 movq 5776(%rax), %r11
27294 jmp *%r11
27295 #elif defined(PTHREADS)
27296 pushq %rdi
27297 call _x86_64_get_dispatch@PLT
27298 popq %rdi
27299 movq 5776(%rax), %r11
27300 jmp *%r11
27301 #else
27302 movq _glapi_Dispatch(%rip), %rax
27303 testq %rax, %rax
27304 je 1f
27305 movq 5776(%rax), %r11
27306 jmp *%r11
27307 1:
27308 pushq %rdi
27309 call _glapi_get_dispatch
27310 popq %rdi
27311 movq 5776(%rax), %r11
27312 jmp *%r11
27313 #endif /* defined(GLX_USE_TLS) */
27314 .size GL_PREFIX(BindFragmentShaderATI), .-GL_PREFIX(BindFragmentShaderATI)
27315
27316 .p2align 4,,15
27317 .globl GL_PREFIX(ColorFragmentOp1ATI)
27318 .type GL_PREFIX(ColorFragmentOp1ATI), @function
27319 GL_PREFIX(ColorFragmentOp1ATI):
27320 #if defined(GLX_USE_TLS)
27321 call _x86_64_get_dispatch@PLT
27322 movq 5784(%rax), %r11
27323 jmp *%r11
27324 #elif defined(PTHREADS)
27325 pushq %rdi
27326 pushq %rsi
27327 pushq %rdx
27328 pushq %rcx
27329 pushq %r8
27330 pushq %r9
27331 pushq %rbp
27332 call _x86_64_get_dispatch@PLT
27333 popq %rbp
27334 popq %r9
27335 popq %r8
27336 popq %rcx
27337 popq %rdx
27338 popq %rsi
27339 popq %rdi
27340 movq 5784(%rax), %r11
27341 jmp *%r11
27342 #else
27343 movq _glapi_Dispatch(%rip), %rax
27344 testq %rax, %rax
27345 je 1f
27346 movq 5784(%rax), %r11
27347 jmp *%r11
27348 1:
27349 pushq %rdi
27350 pushq %rsi
27351 pushq %rdx
27352 pushq %rcx
27353 pushq %r8
27354 pushq %r9
27355 pushq %rbp
27356 call _glapi_get_dispatch
27357 popq %rbp
27358 popq %r9
27359 popq %r8
27360 popq %rcx
27361 popq %rdx
27362 popq %rsi
27363 popq %rdi
27364 movq 5784(%rax), %r11
27365 jmp *%r11
27366 #endif /* defined(GLX_USE_TLS) */
27367 .size GL_PREFIX(ColorFragmentOp1ATI), .-GL_PREFIX(ColorFragmentOp1ATI)
27368
27369 .p2align 4,,15
27370 .globl GL_PREFIX(ColorFragmentOp2ATI)
27371 .type GL_PREFIX(ColorFragmentOp2ATI), @function
27372 GL_PREFIX(ColorFragmentOp2ATI):
27373 #if defined(GLX_USE_TLS)
27374 call _x86_64_get_dispatch@PLT
27375 movq 5792(%rax), %r11
27376 jmp *%r11
27377 #elif defined(PTHREADS)
27378 pushq %rdi
27379 pushq %rsi
27380 pushq %rdx
27381 pushq %rcx
27382 pushq %r8
27383 pushq %r9
27384 pushq %rbp
27385 call _x86_64_get_dispatch@PLT
27386 popq %rbp
27387 popq %r9
27388 popq %r8
27389 popq %rcx
27390 popq %rdx
27391 popq %rsi
27392 popq %rdi
27393 movq 5792(%rax), %r11
27394 jmp *%r11
27395 #else
27396 movq _glapi_Dispatch(%rip), %rax
27397 testq %rax, %rax
27398 je 1f
27399 movq 5792(%rax), %r11
27400 jmp *%r11
27401 1:
27402 pushq %rdi
27403 pushq %rsi
27404 pushq %rdx
27405 pushq %rcx
27406 pushq %r8
27407 pushq %r9
27408 pushq %rbp
27409 call _glapi_get_dispatch
27410 popq %rbp
27411 popq %r9
27412 popq %r8
27413 popq %rcx
27414 popq %rdx
27415 popq %rsi
27416 popq %rdi
27417 movq 5792(%rax), %r11
27418 jmp *%r11
27419 #endif /* defined(GLX_USE_TLS) */
27420 .size GL_PREFIX(ColorFragmentOp2ATI), .-GL_PREFIX(ColorFragmentOp2ATI)
27421
27422 .p2align 4,,15
27423 .globl GL_PREFIX(ColorFragmentOp3ATI)
27424 .type GL_PREFIX(ColorFragmentOp3ATI), @function
27425 GL_PREFIX(ColorFragmentOp3ATI):
27426 #if defined(GLX_USE_TLS)
27427 call _x86_64_get_dispatch@PLT
27428 movq 5800(%rax), %r11
27429 jmp *%r11
27430 #elif defined(PTHREADS)
27431 pushq %rdi
27432 pushq %rsi
27433 pushq %rdx
27434 pushq %rcx
27435 pushq %r8
27436 pushq %r9
27437 pushq %rbp
27438 call _x86_64_get_dispatch@PLT
27439 popq %rbp
27440 popq %r9
27441 popq %r8
27442 popq %rcx
27443 popq %rdx
27444 popq %rsi
27445 popq %rdi
27446 movq 5800(%rax), %r11
27447 jmp *%r11
27448 #else
27449 movq _glapi_Dispatch(%rip), %rax
27450 testq %rax, %rax
27451 je 1f
27452 movq 5800(%rax), %r11
27453 jmp *%r11
27454 1:
27455 pushq %rdi
27456 pushq %rsi
27457 pushq %rdx
27458 pushq %rcx
27459 pushq %r8
27460 pushq %r9
27461 pushq %rbp
27462 call _glapi_get_dispatch
27463 popq %rbp
27464 popq %r9
27465 popq %r8
27466 popq %rcx
27467 popq %rdx
27468 popq %rsi
27469 popq %rdi
27470 movq 5800(%rax), %r11
27471 jmp *%r11
27472 #endif /* defined(GLX_USE_TLS) */
27473 .size GL_PREFIX(ColorFragmentOp3ATI), .-GL_PREFIX(ColorFragmentOp3ATI)
27474
27475 .p2align 4,,15
27476 .globl GL_PREFIX(DeleteFragmentShaderATI)
27477 .type GL_PREFIX(DeleteFragmentShaderATI), @function
27478 GL_PREFIX(DeleteFragmentShaderATI):
27479 #if defined(GLX_USE_TLS)
27480 call _x86_64_get_dispatch@PLT
27481 movq 5808(%rax), %r11
27482 jmp *%r11
27483 #elif defined(PTHREADS)
27484 pushq %rdi
27485 call _x86_64_get_dispatch@PLT
27486 popq %rdi
27487 movq 5808(%rax), %r11
27488 jmp *%r11
27489 #else
27490 movq _glapi_Dispatch(%rip), %rax
27491 testq %rax, %rax
27492 je 1f
27493 movq 5808(%rax), %r11
27494 jmp *%r11
27495 1:
27496 pushq %rdi
27497 call _glapi_get_dispatch
27498 popq %rdi
27499 movq 5808(%rax), %r11
27500 jmp *%r11
27501 #endif /* defined(GLX_USE_TLS) */
27502 .size GL_PREFIX(DeleteFragmentShaderATI), .-GL_PREFIX(DeleteFragmentShaderATI)
27503
27504 .p2align 4,,15
27505 .globl GL_PREFIX(EndFragmentShaderATI)
27506 .type GL_PREFIX(EndFragmentShaderATI), @function
27507 GL_PREFIX(EndFragmentShaderATI):
27508 #if defined(GLX_USE_TLS)
27509 call _x86_64_get_dispatch@PLT
27510 movq 5816(%rax), %r11
27511 jmp *%r11
27512 #elif defined(PTHREADS)
27513 pushq %rbp
27514 call _x86_64_get_dispatch@PLT
27515 popq %rbp
27516 movq 5816(%rax), %r11
27517 jmp *%r11
27518 #else
27519 movq _glapi_Dispatch(%rip), %rax
27520 testq %rax, %rax
27521 je 1f
27522 movq 5816(%rax), %r11
27523 jmp *%r11
27524 1:
27525 pushq %rbp
27526 call _glapi_get_dispatch
27527 popq %rbp
27528 movq 5816(%rax), %r11
27529 jmp *%r11
27530 #endif /* defined(GLX_USE_TLS) */
27531 .size GL_PREFIX(EndFragmentShaderATI), .-GL_PREFIX(EndFragmentShaderATI)
27532
27533 .p2align 4,,15
27534 .globl GL_PREFIX(GenFragmentShadersATI)
27535 .type GL_PREFIX(GenFragmentShadersATI), @function
27536 GL_PREFIX(GenFragmentShadersATI):
27537 #if defined(GLX_USE_TLS)
27538 call _x86_64_get_dispatch@PLT
27539 movq 5824(%rax), %r11
27540 jmp *%r11
27541 #elif defined(PTHREADS)
27542 pushq %rdi
27543 call _x86_64_get_dispatch@PLT
27544 popq %rdi
27545 movq 5824(%rax), %r11
27546 jmp *%r11
27547 #else
27548 movq _glapi_Dispatch(%rip), %rax
27549 testq %rax, %rax
27550 je 1f
27551 movq 5824(%rax), %r11
27552 jmp *%r11
27553 1:
27554 pushq %rdi
27555 call _glapi_get_dispatch
27556 popq %rdi
27557 movq 5824(%rax), %r11
27558 jmp *%r11
27559 #endif /* defined(GLX_USE_TLS) */
27560 .size GL_PREFIX(GenFragmentShadersATI), .-GL_PREFIX(GenFragmentShadersATI)
27561
27562 .p2align 4,,15
27563 .globl GL_PREFIX(PassTexCoordATI)
27564 .type GL_PREFIX(PassTexCoordATI), @function
27565 GL_PREFIX(PassTexCoordATI):
27566 #if defined(GLX_USE_TLS)
27567 call _x86_64_get_dispatch@PLT
27568 movq 5832(%rax), %r11
27569 jmp *%r11
27570 #elif defined(PTHREADS)
27571 pushq %rdi
27572 pushq %rsi
27573 pushq %rdx
27574 call _x86_64_get_dispatch@PLT
27575 popq %rdx
27576 popq %rsi
27577 popq %rdi
27578 movq 5832(%rax), %r11
27579 jmp *%r11
27580 #else
27581 movq _glapi_Dispatch(%rip), %rax
27582 testq %rax, %rax
27583 je 1f
27584 movq 5832(%rax), %r11
27585 jmp *%r11
27586 1:
27587 pushq %rdi
27588 pushq %rsi
27589 pushq %rdx
27590 call _glapi_get_dispatch
27591 popq %rdx
27592 popq %rsi
27593 popq %rdi
27594 movq 5832(%rax), %r11
27595 jmp *%r11
27596 #endif /* defined(GLX_USE_TLS) */
27597 .size GL_PREFIX(PassTexCoordATI), .-GL_PREFIX(PassTexCoordATI)
27598
27599 .p2align 4,,15
27600 .globl GL_PREFIX(SampleMapATI)
27601 .type GL_PREFIX(SampleMapATI), @function
27602 GL_PREFIX(SampleMapATI):
27603 #if defined(GLX_USE_TLS)
27604 call _x86_64_get_dispatch@PLT
27605 movq 5840(%rax), %r11
27606 jmp *%r11
27607 #elif defined(PTHREADS)
27608 pushq %rdi
27609 pushq %rsi
27610 pushq %rdx
27611 call _x86_64_get_dispatch@PLT
27612 popq %rdx
27613 popq %rsi
27614 popq %rdi
27615 movq 5840(%rax), %r11
27616 jmp *%r11
27617 #else
27618 movq _glapi_Dispatch(%rip), %rax
27619 testq %rax, %rax
27620 je 1f
27621 movq 5840(%rax), %r11
27622 jmp *%r11
27623 1:
27624 pushq %rdi
27625 pushq %rsi
27626 pushq %rdx
27627 call _glapi_get_dispatch
27628 popq %rdx
27629 popq %rsi
27630 popq %rdi
27631 movq 5840(%rax), %r11
27632 jmp *%r11
27633 #endif /* defined(GLX_USE_TLS) */
27634 .size GL_PREFIX(SampleMapATI), .-GL_PREFIX(SampleMapATI)
27635
27636 .p2align 4,,15
27637 .globl GL_PREFIX(SetFragmentShaderConstantATI)
27638 .type GL_PREFIX(SetFragmentShaderConstantATI), @function
27639 GL_PREFIX(SetFragmentShaderConstantATI):
27640 #if defined(GLX_USE_TLS)
27641 call _x86_64_get_dispatch@PLT
27642 movq 5848(%rax), %r11
27643 jmp *%r11
27644 #elif defined(PTHREADS)
27645 pushq %rdi
27646 pushq %rsi
27647 pushq %rbp
27648 call _x86_64_get_dispatch@PLT
27649 popq %rbp
27650 popq %rsi
27651 popq %rdi
27652 movq 5848(%rax), %r11
27653 jmp *%r11
27654 #else
27655 movq _glapi_Dispatch(%rip), %rax
27656 testq %rax, %rax
27657 je 1f
27658 movq 5848(%rax), %r11
27659 jmp *%r11
27660 1:
27661 pushq %rdi
27662 pushq %rsi
27663 pushq %rbp
27664 call _glapi_get_dispatch
27665 popq %rbp
27666 popq %rsi
27667 popq %rdi
27668 movq 5848(%rax), %r11
27669 jmp *%r11
27670 #endif /* defined(GLX_USE_TLS) */
27671 .size GL_PREFIX(SetFragmentShaderConstantATI), .-GL_PREFIX(SetFragmentShaderConstantATI)
27672
27673 .p2align 4,,15
27674 .globl GL_PREFIX(PointParameteriNV)
27675 .type GL_PREFIX(PointParameteriNV), @function
27676 GL_PREFIX(PointParameteriNV):
27677 #if defined(GLX_USE_TLS)
27678 call _x86_64_get_dispatch@PLT
27679 movq 5856(%rax), %r11
27680 jmp *%r11
27681 #elif defined(PTHREADS)
27682 pushq %rdi
27683 pushq %rsi
27684 pushq %rbp
27685 call _x86_64_get_dispatch@PLT
27686 popq %rbp
27687 popq %rsi
27688 popq %rdi
27689 movq 5856(%rax), %r11
27690 jmp *%r11
27691 #else
27692 movq _glapi_Dispatch(%rip), %rax
27693 testq %rax, %rax
27694 je 1f
27695 movq 5856(%rax), %r11
27696 jmp *%r11
27697 1:
27698 pushq %rdi
27699 pushq %rsi
27700 pushq %rbp
27701 call _glapi_get_dispatch
27702 popq %rbp
27703 popq %rsi
27704 popq %rdi
27705 movq 5856(%rax), %r11
27706 jmp *%r11
27707 #endif /* defined(GLX_USE_TLS) */
27708 .size GL_PREFIX(PointParameteriNV), .-GL_PREFIX(PointParameteriNV)
27709
27710 .p2align 4,,15
27711 .globl GL_PREFIX(PointParameterivNV)
27712 .type GL_PREFIX(PointParameterivNV), @function
27713 GL_PREFIX(PointParameterivNV):
27714 #if defined(GLX_USE_TLS)
27715 call _x86_64_get_dispatch@PLT
27716 movq 5864(%rax), %r11
27717 jmp *%r11
27718 #elif defined(PTHREADS)
27719 pushq %rdi
27720 pushq %rsi
27721 pushq %rbp
27722 call _x86_64_get_dispatch@PLT
27723 popq %rbp
27724 popq %rsi
27725 popq %rdi
27726 movq 5864(%rax), %r11
27727 jmp *%r11
27728 #else
27729 movq _glapi_Dispatch(%rip), %rax
27730 testq %rax, %rax
27731 je 1f
27732 movq 5864(%rax), %r11
27733 jmp *%r11
27734 1:
27735 pushq %rdi
27736 pushq %rsi
27737 pushq %rbp
27738 call _glapi_get_dispatch
27739 popq %rbp
27740 popq %rsi
27741 popq %rdi
27742 movq 5864(%rax), %r11
27743 jmp *%r11
27744 #endif /* defined(GLX_USE_TLS) */
27745 .size GL_PREFIX(PointParameterivNV), .-GL_PREFIX(PointParameterivNV)
27746
27747 .p2align 4,,15
27748 .globl GL_PREFIX(_dispatch_stub_734)
27749 .type GL_PREFIX(_dispatch_stub_734), @function
27750 HIDDEN(GL_PREFIX(_dispatch_stub_734))
27751 GL_PREFIX(_dispatch_stub_734):
27752 #if defined(GLX_USE_TLS)
27753 call _x86_64_get_dispatch@PLT
27754 movq 5872(%rax), %r11
27755 jmp *%r11
27756 #elif defined(PTHREADS)
27757 pushq %rdi
27758 call _x86_64_get_dispatch@PLT
27759 popq %rdi
27760 movq 5872(%rax), %r11
27761 jmp *%r11
27762 #else
27763 movq _glapi_Dispatch(%rip), %rax
27764 testq %rax, %rax
27765 je 1f
27766 movq 5872(%rax), %r11
27767 jmp *%r11
27768 1:
27769 pushq %rdi
27770 call _glapi_get_dispatch
27771 popq %rdi
27772 movq 5872(%rax), %r11
27773 jmp *%r11
27774 #endif /* defined(GLX_USE_TLS) */
27775 .size GL_PREFIX(_dispatch_stub_734), .-GL_PREFIX(_dispatch_stub_734)
27776
27777 .p2align 4,,15
27778 .globl GL_PREFIX(_dispatch_stub_735)
27779 .type GL_PREFIX(_dispatch_stub_735), @function
27780 HIDDEN(GL_PREFIX(_dispatch_stub_735))
27781 GL_PREFIX(_dispatch_stub_735):
27782 #if defined(GLX_USE_TLS)
27783 call _x86_64_get_dispatch@PLT
27784 movq 5880(%rax), %r11
27785 jmp *%r11
27786 #elif defined(PTHREADS)
27787 pushq %rdi
27788 call _x86_64_get_dispatch@PLT
27789 popq %rdi
27790 movq 5880(%rax), %r11
27791 jmp *%r11
27792 #else
27793 movq _glapi_Dispatch(%rip), %rax
27794 testq %rax, %rax
27795 je 1f
27796 movq 5880(%rax), %r11
27797 jmp *%r11
27798 1:
27799 pushq %rdi
27800 call _glapi_get_dispatch
27801 popq %rdi
27802 movq 5880(%rax), %r11
27803 jmp *%r11
27804 #endif /* defined(GLX_USE_TLS) */
27805 .size GL_PREFIX(_dispatch_stub_735), .-GL_PREFIX(_dispatch_stub_735)
27806
27807 .p2align 4,,15
27808 .globl GL_PREFIX(_dispatch_stub_736)
27809 .type GL_PREFIX(_dispatch_stub_736), @function
27810 HIDDEN(GL_PREFIX(_dispatch_stub_736))
27811 GL_PREFIX(_dispatch_stub_736):
27812 #if defined(GLX_USE_TLS)
27813 call _x86_64_get_dispatch@PLT
27814 movq 5888(%rax), %r11
27815 jmp *%r11
27816 #elif defined(PTHREADS)
27817 pushq %rdi
27818 pushq %rsi
27819 pushq %rbp
27820 call _x86_64_get_dispatch@PLT
27821 popq %rbp
27822 popq %rsi
27823 popq %rdi
27824 movq 5888(%rax), %r11
27825 jmp *%r11
27826 #else
27827 movq _glapi_Dispatch(%rip), %rax
27828 testq %rax, %rax
27829 je 1f
27830 movq 5888(%rax), %r11
27831 jmp *%r11
27832 1:
27833 pushq %rdi
27834 pushq %rsi
27835 pushq %rbp
27836 call _glapi_get_dispatch
27837 popq %rbp
27838 popq %rsi
27839 popq %rdi
27840 movq 5888(%rax), %r11
27841 jmp *%r11
27842 #endif /* defined(GLX_USE_TLS) */
27843 .size GL_PREFIX(_dispatch_stub_736), .-GL_PREFIX(_dispatch_stub_736)
27844
27845 .p2align 4,,15
27846 .globl GL_PREFIX(_dispatch_stub_737)
27847 .type GL_PREFIX(_dispatch_stub_737), @function
27848 HIDDEN(GL_PREFIX(_dispatch_stub_737))
27849 GL_PREFIX(_dispatch_stub_737):
27850 #if defined(GLX_USE_TLS)
27851 call _x86_64_get_dispatch@PLT
27852 movq 5896(%rax), %r11
27853 jmp *%r11
27854 #elif defined(PTHREADS)
27855 pushq %rdi
27856 pushq %rsi
27857 pushq %rbp
27858 call _x86_64_get_dispatch@PLT
27859 popq %rbp
27860 popq %rsi
27861 popq %rdi
27862 movq 5896(%rax), %r11
27863 jmp *%r11
27864 #else
27865 movq _glapi_Dispatch(%rip), %rax
27866 testq %rax, %rax
27867 je 1f
27868 movq 5896(%rax), %r11
27869 jmp *%r11
27870 1:
27871 pushq %rdi
27872 pushq %rsi
27873 pushq %rbp
27874 call _glapi_get_dispatch
27875 popq %rbp
27876 popq %rsi
27877 popq %rdi
27878 movq 5896(%rax), %r11
27879 jmp *%r11
27880 #endif /* defined(GLX_USE_TLS) */
27881 .size GL_PREFIX(_dispatch_stub_737), .-GL_PREFIX(_dispatch_stub_737)
27882
27883 .p2align 4,,15
27884 .globl GL_PREFIX(_dispatch_stub_738)
27885 .type GL_PREFIX(_dispatch_stub_738), @function
27886 HIDDEN(GL_PREFIX(_dispatch_stub_738))
27887 GL_PREFIX(_dispatch_stub_738):
27888 #if defined(GLX_USE_TLS)
27889 call _x86_64_get_dispatch@PLT
27890 movq 5904(%rax), %r11
27891 jmp *%r11
27892 #elif defined(PTHREADS)
27893 pushq %rdi
27894 call _x86_64_get_dispatch@PLT
27895 popq %rdi
27896 movq 5904(%rax), %r11
27897 jmp *%r11
27898 #else
27899 movq _glapi_Dispatch(%rip), %rax
27900 testq %rax, %rax
27901 je 1f
27902 movq 5904(%rax), %r11
27903 jmp *%r11
27904 1:
27905 pushq %rdi
27906 call _glapi_get_dispatch
27907 popq %rdi
27908 movq 5904(%rax), %r11
27909 jmp *%r11
27910 #endif /* defined(GLX_USE_TLS) */
27911 .size GL_PREFIX(_dispatch_stub_738), .-GL_PREFIX(_dispatch_stub_738)
27912
27913 .p2align 4,,15
27914 .globl GL_PREFIX(GetProgramNamedParameterdvNV)
27915 .type GL_PREFIX(GetProgramNamedParameterdvNV), @function
27916 GL_PREFIX(GetProgramNamedParameterdvNV):
27917 #if defined(GLX_USE_TLS)
27918 call _x86_64_get_dispatch@PLT
27919 movq 5912(%rax), %r11
27920 jmp *%r11
27921 #elif defined(PTHREADS)
27922 pushq %rdi
27923 pushq %rsi
27924 pushq %rdx
27925 pushq %rcx
27926 pushq %rbp
27927 call _x86_64_get_dispatch@PLT
27928 popq %rbp
27929 popq %rcx
27930 popq %rdx
27931 popq %rsi
27932 popq %rdi
27933 movq 5912(%rax), %r11
27934 jmp *%r11
27935 #else
27936 movq _glapi_Dispatch(%rip), %rax
27937 testq %rax, %rax
27938 je 1f
27939 movq 5912(%rax), %r11
27940 jmp *%r11
27941 1:
27942 pushq %rdi
27943 pushq %rsi
27944 pushq %rdx
27945 pushq %rcx
27946 pushq %rbp
27947 call _glapi_get_dispatch
27948 popq %rbp
27949 popq %rcx
27950 popq %rdx
27951 popq %rsi
27952 popq %rdi
27953 movq 5912(%rax), %r11
27954 jmp *%r11
27955 #endif /* defined(GLX_USE_TLS) */
27956 .size GL_PREFIX(GetProgramNamedParameterdvNV), .-GL_PREFIX(GetProgramNamedParameterdvNV)
27957
27958 .p2align 4,,15
27959 .globl GL_PREFIX(GetProgramNamedParameterfvNV)
27960 .type GL_PREFIX(GetProgramNamedParameterfvNV), @function
27961 GL_PREFIX(GetProgramNamedParameterfvNV):
27962 #if defined(GLX_USE_TLS)
27963 call _x86_64_get_dispatch@PLT
27964 movq 5920(%rax), %r11
27965 jmp *%r11
27966 #elif defined(PTHREADS)
27967 pushq %rdi
27968 pushq %rsi
27969 pushq %rdx
27970 pushq %rcx
27971 pushq %rbp
27972 call _x86_64_get_dispatch@PLT
27973 popq %rbp
27974 popq %rcx
27975 popq %rdx
27976 popq %rsi
27977 popq %rdi
27978 movq 5920(%rax), %r11
27979 jmp *%r11
27980 #else
27981 movq _glapi_Dispatch(%rip), %rax
27982 testq %rax, %rax
27983 je 1f
27984 movq 5920(%rax), %r11
27985 jmp *%r11
27986 1:
27987 pushq %rdi
27988 pushq %rsi
27989 pushq %rdx
27990 pushq %rcx
27991 pushq %rbp
27992 call _glapi_get_dispatch
27993 popq %rbp
27994 popq %rcx
27995 popq %rdx
27996 popq %rsi
27997 popq %rdi
27998 movq 5920(%rax), %r11
27999 jmp *%r11
28000 #endif /* defined(GLX_USE_TLS) */
28001 .size GL_PREFIX(GetProgramNamedParameterfvNV), .-GL_PREFIX(GetProgramNamedParameterfvNV)
28002
28003 .p2align 4,,15
28004 .globl GL_PREFIX(ProgramNamedParameter4dNV)
28005 .type GL_PREFIX(ProgramNamedParameter4dNV), @function
28006 GL_PREFIX(ProgramNamedParameter4dNV):
28007 #if defined(GLX_USE_TLS)
28008 call _x86_64_get_dispatch@PLT
28009 movq 5928(%rax), %r11
28010 jmp *%r11
28011 #elif defined(PTHREADS)
28012 subq $56, %rsp
28013 movq %rdi, (%rsp)
28014 movq %rsi, 8(%rsp)
28015 movq %rdx, 16(%rsp)
28016 movq %xmm0, 24(%rsp)
28017 movq %xmm1, 32(%rsp)
28018 movq %xmm2, 40(%rsp)
28019 movq %xmm3, 48(%rsp)
28020 call _x86_64_get_dispatch@PLT
28021 movq 48(%rsp), %xmm3
28022 movq 40(%rsp), %xmm2
28023 movq 32(%rsp), %xmm1
28024 movq 24(%rsp), %xmm0
28025 movq 16(%rsp), %rdx
28026 movq 8(%rsp), %rsi
28027 movq (%rsp), %rdi
28028 addq $56, %rsp
28029 movq 5928(%rax), %r11
28030 jmp *%r11
28031 #else
28032 movq _glapi_Dispatch(%rip), %rax
28033 testq %rax, %rax
28034 je 1f
28035 movq 5928(%rax), %r11
28036 jmp *%r11
28037 1:
28038 subq $56, %rsp
28039 movq %rdi, (%rsp)
28040 movq %rsi, 8(%rsp)
28041 movq %rdx, 16(%rsp)
28042 movq %xmm0, 24(%rsp)
28043 movq %xmm1, 32(%rsp)
28044 movq %xmm2, 40(%rsp)
28045 movq %xmm3, 48(%rsp)
28046 call _glapi_get_dispatch
28047 movq 48(%rsp), %xmm3
28048 movq 40(%rsp), %xmm2
28049 movq 32(%rsp), %xmm1
28050 movq 24(%rsp), %xmm0
28051 movq 16(%rsp), %rdx
28052 movq 8(%rsp), %rsi
28053 movq (%rsp), %rdi
28054 addq $56, %rsp
28055 movq 5928(%rax), %r11
28056 jmp *%r11
28057 #endif /* defined(GLX_USE_TLS) */
28058 .size GL_PREFIX(ProgramNamedParameter4dNV), .-GL_PREFIX(ProgramNamedParameter4dNV)
28059
28060 .p2align 4,,15
28061 .globl GL_PREFIX(ProgramNamedParameter4dvNV)
28062 .type GL_PREFIX(ProgramNamedParameter4dvNV), @function
28063 GL_PREFIX(ProgramNamedParameter4dvNV):
28064 #if defined(GLX_USE_TLS)
28065 call _x86_64_get_dispatch@PLT
28066 movq 5936(%rax), %r11
28067 jmp *%r11
28068 #elif defined(PTHREADS)
28069 pushq %rdi
28070 pushq %rsi
28071 pushq %rdx
28072 pushq %rcx
28073 pushq %rbp
28074 call _x86_64_get_dispatch@PLT
28075 popq %rbp
28076 popq %rcx
28077 popq %rdx
28078 popq %rsi
28079 popq %rdi
28080 movq 5936(%rax), %r11
28081 jmp *%r11
28082 #else
28083 movq _glapi_Dispatch(%rip), %rax
28084 testq %rax, %rax
28085 je 1f
28086 movq 5936(%rax), %r11
28087 jmp *%r11
28088 1:
28089 pushq %rdi
28090 pushq %rsi
28091 pushq %rdx
28092 pushq %rcx
28093 pushq %rbp
28094 call _glapi_get_dispatch
28095 popq %rbp
28096 popq %rcx
28097 popq %rdx
28098 popq %rsi
28099 popq %rdi
28100 movq 5936(%rax), %r11
28101 jmp *%r11
28102 #endif /* defined(GLX_USE_TLS) */
28103 .size GL_PREFIX(ProgramNamedParameter4dvNV), .-GL_PREFIX(ProgramNamedParameter4dvNV)
28104
28105 .p2align 4,,15
28106 .globl GL_PREFIX(ProgramNamedParameter4fNV)
28107 .type GL_PREFIX(ProgramNamedParameter4fNV), @function
28108 GL_PREFIX(ProgramNamedParameter4fNV):
28109 #if defined(GLX_USE_TLS)
28110 call _x86_64_get_dispatch@PLT
28111 movq 5944(%rax), %r11
28112 jmp *%r11
28113 #elif defined(PTHREADS)
28114 subq $56, %rsp
28115 movq %rdi, (%rsp)
28116 movq %rsi, 8(%rsp)
28117 movq %rdx, 16(%rsp)
28118 movq %xmm0, 24(%rsp)
28119 movq %xmm1, 32(%rsp)
28120 movq %xmm2, 40(%rsp)
28121 movq %xmm3, 48(%rsp)
28122 call _x86_64_get_dispatch@PLT
28123 movq 48(%rsp), %xmm3
28124 movq 40(%rsp), %xmm2
28125 movq 32(%rsp), %xmm1
28126 movq 24(%rsp), %xmm0
28127 movq 16(%rsp), %rdx
28128 movq 8(%rsp), %rsi
28129 movq (%rsp), %rdi
28130 addq $56, %rsp
28131 movq 5944(%rax), %r11
28132 jmp *%r11
28133 #else
28134 movq _glapi_Dispatch(%rip), %rax
28135 testq %rax, %rax
28136 je 1f
28137 movq 5944(%rax), %r11
28138 jmp *%r11
28139 1:
28140 subq $56, %rsp
28141 movq %rdi, (%rsp)
28142 movq %rsi, 8(%rsp)
28143 movq %rdx, 16(%rsp)
28144 movq %xmm0, 24(%rsp)
28145 movq %xmm1, 32(%rsp)
28146 movq %xmm2, 40(%rsp)
28147 movq %xmm3, 48(%rsp)
28148 call _glapi_get_dispatch
28149 movq 48(%rsp), %xmm3
28150 movq 40(%rsp), %xmm2
28151 movq 32(%rsp), %xmm1
28152 movq 24(%rsp), %xmm0
28153 movq 16(%rsp), %rdx
28154 movq 8(%rsp), %rsi
28155 movq (%rsp), %rdi
28156 addq $56, %rsp
28157 movq 5944(%rax), %r11
28158 jmp *%r11
28159 #endif /* defined(GLX_USE_TLS) */
28160 .size GL_PREFIX(ProgramNamedParameter4fNV), .-GL_PREFIX(ProgramNamedParameter4fNV)
28161
28162 .p2align 4,,15
28163 .globl GL_PREFIX(ProgramNamedParameter4fvNV)
28164 .type GL_PREFIX(ProgramNamedParameter4fvNV), @function
28165 GL_PREFIX(ProgramNamedParameter4fvNV):
28166 #if defined(GLX_USE_TLS)
28167 call _x86_64_get_dispatch@PLT
28168 movq 5952(%rax), %r11
28169 jmp *%r11
28170 #elif defined(PTHREADS)
28171 pushq %rdi
28172 pushq %rsi
28173 pushq %rdx
28174 pushq %rcx
28175 pushq %rbp
28176 call _x86_64_get_dispatch@PLT
28177 popq %rbp
28178 popq %rcx
28179 popq %rdx
28180 popq %rsi
28181 popq %rdi
28182 movq 5952(%rax), %r11
28183 jmp *%r11
28184 #else
28185 movq _glapi_Dispatch(%rip), %rax
28186 testq %rax, %rax
28187 je 1f
28188 movq 5952(%rax), %r11
28189 jmp *%r11
28190 1:
28191 pushq %rdi
28192 pushq %rsi
28193 pushq %rdx
28194 pushq %rcx
28195 pushq %rbp
28196 call _glapi_get_dispatch
28197 popq %rbp
28198 popq %rcx
28199 popq %rdx
28200 popq %rsi
28201 popq %rdi
28202 movq 5952(%rax), %r11
28203 jmp *%r11
28204 #endif /* defined(GLX_USE_TLS) */
28205 .size GL_PREFIX(ProgramNamedParameter4fvNV), .-GL_PREFIX(ProgramNamedParameter4fvNV)
28206
28207 .p2align 4,,15
28208 .globl GL_PREFIX(_dispatch_stub_745)
28209 .type GL_PREFIX(_dispatch_stub_745), @function
28210 HIDDEN(GL_PREFIX(_dispatch_stub_745))
28211 GL_PREFIX(_dispatch_stub_745):
28212 #if defined(GLX_USE_TLS)
28213 call _x86_64_get_dispatch@PLT
28214 movq 5960(%rax), %r11
28215 jmp *%r11
28216 #elif defined(PTHREADS)
28217 pushq %rdi
28218 pushq %rsi
28219 pushq %rbp
28220 call _x86_64_get_dispatch@PLT
28221 popq %rbp
28222 popq %rsi
28223 popq %rdi
28224 movq 5960(%rax), %r11
28225 jmp *%r11
28226 #else
28227 movq _glapi_Dispatch(%rip), %rax
28228 testq %rax, %rax
28229 je 1f
28230 movq 5960(%rax), %r11
28231 jmp *%r11
28232 1:
28233 pushq %rdi
28234 pushq %rsi
28235 pushq %rbp
28236 call _glapi_get_dispatch
28237 popq %rbp
28238 popq %rsi
28239 popq %rdi
28240 movq 5960(%rax), %r11
28241 jmp *%r11
28242 #endif /* defined(GLX_USE_TLS) */
28243 .size GL_PREFIX(_dispatch_stub_745), .-GL_PREFIX(_dispatch_stub_745)
28244
28245 .p2align 4,,15
28246 .globl GL_PREFIX(_dispatch_stub_746)
28247 .type GL_PREFIX(_dispatch_stub_746), @function
28248 HIDDEN(GL_PREFIX(_dispatch_stub_746))
28249 GL_PREFIX(_dispatch_stub_746):
28250 #if defined(GLX_USE_TLS)
28251 call _x86_64_get_dispatch@PLT
28252 movq 5968(%rax), %r11
28253 jmp *%r11
28254 #elif defined(PTHREADS)
28255 pushq %rdi
28256 pushq %rsi
28257 pushq %rbp
28258 call _x86_64_get_dispatch@PLT
28259 popq %rbp
28260 popq %rsi
28261 popq %rdi
28262 movq 5968(%rax), %r11
28263 jmp *%r11
28264 #else
28265 movq _glapi_Dispatch(%rip), %rax
28266 testq %rax, %rax
28267 je 1f
28268 movq 5968(%rax), %r11
28269 jmp *%r11
28270 1:
28271 pushq %rdi
28272 pushq %rsi
28273 pushq %rbp
28274 call _glapi_get_dispatch
28275 popq %rbp
28276 popq %rsi
28277 popq %rdi
28278 movq 5968(%rax), %r11
28279 jmp *%r11
28280 #endif /* defined(GLX_USE_TLS) */
28281 .size GL_PREFIX(_dispatch_stub_746), .-GL_PREFIX(_dispatch_stub_746)
28282
28283 .p2align 4,,15
28284 .globl GL_PREFIX(BindFramebufferEXT)
28285 .type GL_PREFIX(BindFramebufferEXT), @function
28286 GL_PREFIX(BindFramebufferEXT):
28287 #if defined(GLX_USE_TLS)
28288 call _x86_64_get_dispatch@PLT
28289 movq 5976(%rax), %r11
28290 jmp *%r11
28291 #elif defined(PTHREADS)
28292 pushq %rdi
28293 pushq %rsi
28294 pushq %rbp
28295 call _x86_64_get_dispatch@PLT
28296 popq %rbp
28297 popq %rsi
28298 popq %rdi
28299 movq 5976(%rax), %r11
28300 jmp *%r11
28301 #else
28302 movq _glapi_Dispatch(%rip), %rax
28303 testq %rax, %rax
28304 je 1f
28305 movq 5976(%rax), %r11
28306 jmp *%r11
28307 1:
28308 pushq %rdi
28309 pushq %rsi
28310 pushq %rbp
28311 call _glapi_get_dispatch
28312 popq %rbp
28313 popq %rsi
28314 popq %rdi
28315 movq 5976(%rax), %r11
28316 jmp *%r11
28317 #endif /* defined(GLX_USE_TLS) */
28318 .size GL_PREFIX(BindFramebufferEXT), .-GL_PREFIX(BindFramebufferEXT)
28319
28320 .p2align 4,,15
28321 .globl GL_PREFIX(BindRenderbufferEXT)
28322 .type GL_PREFIX(BindRenderbufferEXT), @function
28323 GL_PREFIX(BindRenderbufferEXT):
28324 #if defined(GLX_USE_TLS)
28325 call _x86_64_get_dispatch@PLT
28326 movq 5984(%rax), %r11
28327 jmp *%r11
28328 #elif defined(PTHREADS)
28329 pushq %rdi
28330 pushq %rsi
28331 pushq %rbp
28332 call _x86_64_get_dispatch@PLT
28333 popq %rbp
28334 popq %rsi
28335 popq %rdi
28336 movq 5984(%rax), %r11
28337 jmp *%r11
28338 #else
28339 movq _glapi_Dispatch(%rip), %rax
28340 testq %rax, %rax
28341 je 1f
28342 movq 5984(%rax), %r11
28343 jmp *%r11
28344 1:
28345 pushq %rdi
28346 pushq %rsi
28347 pushq %rbp
28348 call _glapi_get_dispatch
28349 popq %rbp
28350 popq %rsi
28351 popq %rdi
28352 movq 5984(%rax), %r11
28353 jmp *%r11
28354 #endif /* defined(GLX_USE_TLS) */
28355 .size GL_PREFIX(BindRenderbufferEXT), .-GL_PREFIX(BindRenderbufferEXT)
28356
28357 .p2align 4,,15
28358 .globl GL_PREFIX(CheckFramebufferStatusEXT)
28359 .type GL_PREFIX(CheckFramebufferStatusEXT), @function
28360 GL_PREFIX(CheckFramebufferStatusEXT):
28361 #if defined(GLX_USE_TLS)
28362 call _x86_64_get_dispatch@PLT
28363 movq 5992(%rax), %r11
28364 jmp *%r11
28365 #elif defined(PTHREADS)
28366 pushq %rdi
28367 call _x86_64_get_dispatch@PLT
28368 popq %rdi
28369 movq 5992(%rax), %r11
28370 jmp *%r11
28371 #else
28372 movq _glapi_Dispatch(%rip), %rax
28373 testq %rax, %rax
28374 je 1f
28375 movq 5992(%rax), %r11
28376 jmp *%r11
28377 1:
28378 pushq %rdi
28379 call _glapi_get_dispatch
28380 popq %rdi
28381 movq 5992(%rax), %r11
28382 jmp *%r11
28383 #endif /* defined(GLX_USE_TLS) */
28384 .size GL_PREFIX(CheckFramebufferStatusEXT), .-GL_PREFIX(CheckFramebufferStatusEXT)
28385
28386 .p2align 4,,15
28387 .globl GL_PREFIX(DeleteFramebuffersEXT)
28388 .type GL_PREFIX(DeleteFramebuffersEXT), @function
28389 GL_PREFIX(DeleteFramebuffersEXT):
28390 #if defined(GLX_USE_TLS)
28391 call _x86_64_get_dispatch@PLT
28392 movq 6000(%rax), %r11
28393 jmp *%r11
28394 #elif defined(PTHREADS)
28395 pushq %rdi
28396 pushq %rsi
28397 pushq %rbp
28398 call _x86_64_get_dispatch@PLT
28399 popq %rbp
28400 popq %rsi
28401 popq %rdi
28402 movq 6000(%rax), %r11
28403 jmp *%r11
28404 #else
28405 movq _glapi_Dispatch(%rip), %rax
28406 testq %rax, %rax
28407 je 1f
28408 movq 6000(%rax), %r11
28409 jmp *%r11
28410 1:
28411 pushq %rdi
28412 pushq %rsi
28413 pushq %rbp
28414 call _glapi_get_dispatch
28415 popq %rbp
28416 popq %rsi
28417 popq %rdi
28418 movq 6000(%rax), %r11
28419 jmp *%r11
28420 #endif /* defined(GLX_USE_TLS) */
28421 .size GL_PREFIX(DeleteFramebuffersEXT), .-GL_PREFIX(DeleteFramebuffersEXT)
28422
28423 .p2align 4,,15
28424 .globl GL_PREFIX(DeleteRenderbuffersEXT)
28425 .type GL_PREFIX(DeleteRenderbuffersEXT), @function
28426 GL_PREFIX(DeleteRenderbuffersEXT):
28427 #if defined(GLX_USE_TLS)
28428 call _x86_64_get_dispatch@PLT
28429 movq 6008(%rax), %r11
28430 jmp *%r11
28431 #elif defined(PTHREADS)
28432 pushq %rdi
28433 pushq %rsi
28434 pushq %rbp
28435 call _x86_64_get_dispatch@PLT
28436 popq %rbp
28437 popq %rsi
28438 popq %rdi
28439 movq 6008(%rax), %r11
28440 jmp *%r11
28441 #else
28442 movq _glapi_Dispatch(%rip), %rax
28443 testq %rax, %rax
28444 je 1f
28445 movq 6008(%rax), %r11
28446 jmp *%r11
28447 1:
28448 pushq %rdi
28449 pushq %rsi
28450 pushq %rbp
28451 call _glapi_get_dispatch
28452 popq %rbp
28453 popq %rsi
28454 popq %rdi
28455 movq 6008(%rax), %r11
28456 jmp *%r11
28457 #endif /* defined(GLX_USE_TLS) */
28458 .size GL_PREFIX(DeleteRenderbuffersEXT), .-GL_PREFIX(DeleteRenderbuffersEXT)
28459
28460 .p2align 4,,15
28461 .globl GL_PREFIX(FramebufferRenderbufferEXT)
28462 .type GL_PREFIX(FramebufferRenderbufferEXT), @function
28463 GL_PREFIX(FramebufferRenderbufferEXT):
28464 #if defined(GLX_USE_TLS)
28465 call _x86_64_get_dispatch@PLT
28466 movq 6016(%rax), %r11
28467 jmp *%r11
28468 #elif defined(PTHREADS)
28469 pushq %rdi
28470 pushq %rsi
28471 pushq %rdx
28472 pushq %rcx
28473 pushq %rbp
28474 call _x86_64_get_dispatch@PLT
28475 popq %rbp
28476 popq %rcx
28477 popq %rdx
28478 popq %rsi
28479 popq %rdi
28480 movq 6016(%rax), %r11
28481 jmp *%r11
28482 #else
28483 movq _glapi_Dispatch(%rip), %rax
28484 testq %rax, %rax
28485 je 1f
28486 movq 6016(%rax), %r11
28487 jmp *%r11
28488 1:
28489 pushq %rdi
28490 pushq %rsi
28491 pushq %rdx
28492 pushq %rcx
28493 pushq %rbp
28494 call _glapi_get_dispatch
28495 popq %rbp
28496 popq %rcx
28497 popq %rdx
28498 popq %rsi
28499 popq %rdi
28500 movq 6016(%rax), %r11
28501 jmp *%r11
28502 #endif /* defined(GLX_USE_TLS) */
28503 .size GL_PREFIX(FramebufferRenderbufferEXT), .-GL_PREFIX(FramebufferRenderbufferEXT)
28504
28505 .p2align 4,,15
28506 .globl GL_PREFIX(FramebufferTexture1DEXT)
28507 .type GL_PREFIX(FramebufferTexture1DEXT), @function
28508 GL_PREFIX(FramebufferTexture1DEXT):
28509 #if defined(GLX_USE_TLS)
28510 call _x86_64_get_dispatch@PLT
28511 movq 6024(%rax), %r11
28512 jmp *%r11
28513 #elif defined(PTHREADS)
28514 pushq %rdi
28515 pushq %rsi
28516 pushq %rdx
28517 pushq %rcx
28518 pushq %r8
28519 call _x86_64_get_dispatch@PLT
28520 popq %r8
28521 popq %rcx
28522 popq %rdx
28523 popq %rsi
28524 popq %rdi
28525 movq 6024(%rax), %r11
28526 jmp *%r11
28527 #else
28528 movq _glapi_Dispatch(%rip), %rax
28529 testq %rax, %rax
28530 je 1f
28531 movq 6024(%rax), %r11
28532 jmp *%r11
28533 1:
28534 pushq %rdi
28535 pushq %rsi
28536 pushq %rdx
28537 pushq %rcx
28538 pushq %r8
28539 call _glapi_get_dispatch
28540 popq %r8
28541 popq %rcx
28542 popq %rdx
28543 popq %rsi
28544 popq %rdi
28545 movq 6024(%rax), %r11
28546 jmp *%r11
28547 #endif /* defined(GLX_USE_TLS) */
28548 .size GL_PREFIX(FramebufferTexture1DEXT), .-GL_PREFIX(FramebufferTexture1DEXT)
28549
28550 .p2align 4,,15
28551 .globl GL_PREFIX(FramebufferTexture2DEXT)
28552 .type GL_PREFIX(FramebufferTexture2DEXT), @function
28553 GL_PREFIX(FramebufferTexture2DEXT):
28554 #if defined(GLX_USE_TLS)
28555 call _x86_64_get_dispatch@PLT
28556 movq 6032(%rax), %r11
28557 jmp *%r11
28558 #elif defined(PTHREADS)
28559 pushq %rdi
28560 pushq %rsi
28561 pushq %rdx
28562 pushq %rcx
28563 pushq %r8
28564 call _x86_64_get_dispatch@PLT
28565 popq %r8
28566 popq %rcx
28567 popq %rdx
28568 popq %rsi
28569 popq %rdi
28570 movq 6032(%rax), %r11
28571 jmp *%r11
28572 #else
28573 movq _glapi_Dispatch(%rip), %rax
28574 testq %rax, %rax
28575 je 1f
28576 movq 6032(%rax), %r11
28577 jmp *%r11
28578 1:
28579 pushq %rdi
28580 pushq %rsi
28581 pushq %rdx
28582 pushq %rcx
28583 pushq %r8
28584 call _glapi_get_dispatch
28585 popq %r8
28586 popq %rcx
28587 popq %rdx
28588 popq %rsi
28589 popq %rdi
28590 movq 6032(%rax), %r11
28591 jmp *%r11
28592 #endif /* defined(GLX_USE_TLS) */
28593 .size GL_PREFIX(FramebufferTexture2DEXT), .-GL_PREFIX(FramebufferTexture2DEXT)
28594
28595 .p2align 4,,15
28596 .globl GL_PREFIX(FramebufferTexture3DEXT)
28597 .type GL_PREFIX(FramebufferTexture3DEXT), @function
28598 GL_PREFIX(FramebufferTexture3DEXT):
28599 #if defined(GLX_USE_TLS)
28600 call _x86_64_get_dispatch@PLT
28601 movq 6040(%rax), %r11
28602 jmp *%r11
28603 #elif defined(PTHREADS)
28604 pushq %rdi
28605 pushq %rsi
28606 pushq %rdx
28607 pushq %rcx
28608 pushq %r8
28609 pushq %r9
28610 pushq %rbp
28611 call _x86_64_get_dispatch@PLT
28612 popq %rbp
28613 popq %r9
28614 popq %r8
28615 popq %rcx
28616 popq %rdx
28617 popq %rsi
28618 popq %rdi
28619 movq 6040(%rax), %r11
28620 jmp *%r11
28621 #else
28622 movq _glapi_Dispatch(%rip), %rax
28623 testq %rax, %rax
28624 je 1f
28625 movq 6040(%rax), %r11
28626 jmp *%r11
28627 1:
28628 pushq %rdi
28629 pushq %rsi
28630 pushq %rdx
28631 pushq %rcx
28632 pushq %r8
28633 pushq %r9
28634 pushq %rbp
28635 call _glapi_get_dispatch
28636 popq %rbp
28637 popq %r9
28638 popq %r8
28639 popq %rcx
28640 popq %rdx
28641 popq %rsi
28642 popq %rdi
28643 movq 6040(%rax), %r11
28644 jmp *%r11
28645 #endif /* defined(GLX_USE_TLS) */
28646 .size GL_PREFIX(FramebufferTexture3DEXT), .-GL_PREFIX(FramebufferTexture3DEXT)
28647
28648 .p2align 4,,15
28649 .globl GL_PREFIX(GenFramebuffersEXT)
28650 .type GL_PREFIX(GenFramebuffersEXT), @function
28651 GL_PREFIX(GenFramebuffersEXT):
28652 #if defined(GLX_USE_TLS)
28653 call _x86_64_get_dispatch@PLT
28654 movq 6048(%rax), %r11
28655 jmp *%r11
28656 #elif defined(PTHREADS)
28657 pushq %rdi
28658 pushq %rsi
28659 pushq %rbp
28660 call _x86_64_get_dispatch@PLT
28661 popq %rbp
28662 popq %rsi
28663 popq %rdi
28664 movq 6048(%rax), %r11
28665 jmp *%r11
28666 #else
28667 movq _glapi_Dispatch(%rip), %rax
28668 testq %rax, %rax
28669 je 1f
28670 movq 6048(%rax), %r11
28671 jmp *%r11
28672 1:
28673 pushq %rdi
28674 pushq %rsi
28675 pushq %rbp
28676 call _glapi_get_dispatch
28677 popq %rbp
28678 popq %rsi
28679 popq %rdi
28680 movq 6048(%rax), %r11
28681 jmp *%r11
28682 #endif /* defined(GLX_USE_TLS) */
28683 .size GL_PREFIX(GenFramebuffersEXT), .-GL_PREFIX(GenFramebuffersEXT)
28684
28685 .p2align 4,,15
28686 .globl GL_PREFIX(GenRenderbuffersEXT)
28687 .type GL_PREFIX(GenRenderbuffersEXT), @function
28688 GL_PREFIX(GenRenderbuffersEXT):
28689 #if defined(GLX_USE_TLS)
28690 call _x86_64_get_dispatch@PLT
28691 movq 6056(%rax), %r11
28692 jmp *%r11
28693 #elif defined(PTHREADS)
28694 pushq %rdi
28695 pushq %rsi
28696 pushq %rbp
28697 call _x86_64_get_dispatch@PLT
28698 popq %rbp
28699 popq %rsi
28700 popq %rdi
28701 movq 6056(%rax), %r11
28702 jmp *%r11
28703 #else
28704 movq _glapi_Dispatch(%rip), %rax
28705 testq %rax, %rax
28706 je 1f
28707 movq 6056(%rax), %r11
28708 jmp *%r11
28709 1:
28710 pushq %rdi
28711 pushq %rsi
28712 pushq %rbp
28713 call _glapi_get_dispatch
28714 popq %rbp
28715 popq %rsi
28716 popq %rdi
28717 movq 6056(%rax), %r11
28718 jmp *%r11
28719 #endif /* defined(GLX_USE_TLS) */
28720 .size GL_PREFIX(GenRenderbuffersEXT), .-GL_PREFIX(GenRenderbuffersEXT)
28721
28722 .p2align 4,,15
28723 .globl GL_PREFIX(GenerateMipmapEXT)
28724 .type GL_PREFIX(GenerateMipmapEXT), @function
28725 GL_PREFIX(GenerateMipmapEXT):
28726 #if defined(GLX_USE_TLS)
28727 call _x86_64_get_dispatch@PLT
28728 movq 6064(%rax), %r11
28729 jmp *%r11
28730 #elif defined(PTHREADS)
28731 pushq %rdi
28732 call _x86_64_get_dispatch@PLT
28733 popq %rdi
28734 movq 6064(%rax), %r11
28735 jmp *%r11
28736 #else
28737 movq _glapi_Dispatch(%rip), %rax
28738 testq %rax, %rax
28739 je 1f
28740 movq 6064(%rax), %r11
28741 jmp *%r11
28742 1:
28743 pushq %rdi
28744 call _glapi_get_dispatch
28745 popq %rdi
28746 movq 6064(%rax), %r11
28747 jmp *%r11
28748 #endif /* defined(GLX_USE_TLS) */
28749 .size GL_PREFIX(GenerateMipmapEXT), .-GL_PREFIX(GenerateMipmapEXT)
28750
28751 .p2align 4,,15
28752 .globl GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
28753 .type GL_PREFIX(GetFramebufferAttachmentParameterivEXT), @function
28754 GL_PREFIX(GetFramebufferAttachmentParameterivEXT):
28755 #if defined(GLX_USE_TLS)
28756 call _x86_64_get_dispatch@PLT
28757 movq 6072(%rax), %r11
28758 jmp *%r11
28759 #elif defined(PTHREADS)
28760 pushq %rdi
28761 pushq %rsi
28762 pushq %rdx
28763 pushq %rcx
28764 pushq %rbp
28765 call _x86_64_get_dispatch@PLT
28766 popq %rbp
28767 popq %rcx
28768 popq %rdx
28769 popq %rsi
28770 popq %rdi
28771 movq 6072(%rax), %r11
28772 jmp *%r11
28773 #else
28774 movq _glapi_Dispatch(%rip), %rax
28775 testq %rax, %rax
28776 je 1f
28777 movq 6072(%rax), %r11
28778 jmp *%r11
28779 1:
28780 pushq %rdi
28781 pushq %rsi
28782 pushq %rdx
28783 pushq %rcx
28784 pushq %rbp
28785 call _glapi_get_dispatch
28786 popq %rbp
28787 popq %rcx
28788 popq %rdx
28789 popq %rsi
28790 popq %rdi
28791 movq 6072(%rax), %r11
28792 jmp *%r11
28793 #endif /* defined(GLX_USE_TLS) */
28794 .size GL_PREFIX(GetFramebufferAttachmentParameterivEXT), .-GL_PREFIX(GetFramebufferAttachmentParameterivEXT)
28795
28796 .p2align 4,,15
28797 .globl GL_PREFIX(_dispatch_stub_760)
28798 .type GL_PREFIX(_dispatch_stub_760), @function
28799 HIDDEN(GL_PREFIX(_dispatch_stub_760))
28800 GL_PREFIX(_dispatch_stub_760):
28801 #if defined(GLX_USE_TLS)
28802 call _x86_64_get_dispatch@PLT
28803 movq 6080(%rax), %r11
28804 jmp *%r11
28805 #elif defined(PTHREADS)
28806 pushq %rdi
28807 pushq %rsi
28808 pushq %rdx
28809 call _x86_64_get_dispatch@PLT
28810 popq %rdx
28811 popq %rsi
28812 popq %rdi
28813 movq 6080(%rax), %r11
28814 jmp *%r11
28815 #else
28816 movq _glapi_Dispatch(%rip), %rax
28817 testq %rax, %rax
28818 je 1f
28819 movq 6080(%rax), %r11
28820 jmp *%r11
28821 1:
28822 pushq %rdi
28823 pushq %rsi
28824 pushq %rdx
28825 call _glapi_get_dispatch
28826 popq %rdx
28827 popq %rsi
28828 popq %rdi
28829 movq 6080(%rax), %r11
28830 jmp *%r11
28831 #endif /* defined(GLX_USE_TLS) */
28832 .size GL_PREFIX(_dispatch_stub_760), .-GL_PREFIX(_dispatch_stub_760)
28833
28834 .p2align 4,,15
28835 .globl GL_PREFIX(_dispatch_stub_761)
28836 .type GL_PREFIX(_dispatch_stub_761), @function
28837 HIDDEN(GL_PREFIX(_dispatch_stub_761))
28838 GL_PREFIX(_dispatch_stub_761):
28839 #if defined(GLX_USE_TLS)
28840 call _x86_64_get_dispatch@PLT
28841 movq 6088(%rax), %r11
28842 jmp *%r11
28843 #elif defined(PTHREADS)
28844 pushq %rdi
28845 pushq %rsi
28846 pushq %rdx
28847 call _x86_64_get_dispatch@PLT
28848 popq %rdx
28849 popq %rsi
28850 popq %rdi
28851 movq 6088(%rax), %r11
28852 jmp *%r11
28853 #else
28854 movq _glapi_Dispatch(%rip), %rax
28855 testq %rax, %rax
28856 je 1f
28857 movq 6088(%rax), %r11
28858 jmp *%r11
28859 1:
28860 pushq %rdi
28861 pushq %rsi
28862 pushq %rdx
28863 call _glapi_get_dispatch
28864 popq %rdx
28865 popq %rsi
28866 popq %rdi
28867 movq 6088(%rax), %r11
28868 jmp *%r11
28869 #endif /* defined(GLX_USE_TLS) */
28870 .size GL_PREFIX(_dispatch_stub_761), .-GL_PREFIX(_dispatch_stub_761)
28871
28872 .p2align 4,,15
28873 .globl GL_PREFIX(GetRenderbufferParameterivEXT)
28874 .type GL_PREFIX(GetRenderbufferParameterivEXT), @function
28875 GL_PREFIX(GetRenderbufferParameterivEXT):
28876 #if defined(GLX_USE_TLS)
28877 call _x86_64_get_dispatch@PLT
28878 movq 6096(%rax), %r11
28879 jmp *%r11
28880 #elif defined(PTHREADS)
28881 pushq %rdi
28882 pushq %rsi
28883 pushq %rdx
28884 call _x86_64_get_dispatch@PLT
28885 popq %rdx
28886 popq %rsi
28887 popq %rdi
28888 movq 6096(%rax), %r11
28889 jmp *%r11
28890 #else
28891 movq _glapi_Dispatch(%rip), %rax
28892 testq %rax, %rax
28893 je 1f
28894 movq 6096(%rax), %r11
28895 jmp *%r11
28896 1:
28897 pushq %rdi
28898 pushq %rsi
28899 pushq %rdx
28900 call _glapi_get_dispatch
28901 popq %rdx
28902 popq %rsi
28903 popq %rdi
28904 movq 6096(%rax), %r11
28905 jmp *%r11
28906 #endif /* defined(GLX_USE_TLS) */
28907 .size GL_PREFIX(GetRenderbufferParameterivEXT), .-GL_PREFIX(GetRenderbufferParameterivEXT)
28908
28909 .p2align 4,,15
28910 .globl GL_PREFIX(IsFramebufferEXT)
28911 .type GL_PREFIX(IsFramebufferEXT), @function
28912 GL_PREFIX(IsFramebufferEXT):
28913 #if defined(GLX_USE_TLS)
28914 call _x86_64_get_dispatch@PLT
28915 movq 6104(%rax), %r11
28916 jmp *%r11
28917 #elif defined(PTHREADS)
28918 pushq %rdi
28919 call _x86_64_get_dispatch@PLT
28920 popq %rdi
28921 movq 6104(%rax), %r11
28922 jmp *%r11
28923 #else
28924 movq _glapi_Dispatch(%rip), %rax
28925 testq %rax, %rax
28926 je 1f
28927 movq 6104(%rax), %r11
28928 jmp *%r11
28929 1:
28930 pushq %rdi
28931 call _glapi_get_dispatch
28932 popq %rdi
28933 movq 6104(%rax), %r11
28934 jmp *%r11
28935 #endif /* defined(GLX_USE_TLS) */
28936 .size GL_PREFIX(IsFramebufferEXT), .-GL_PREFIX(IsFramebufferEXT)
28937
28938 .p2align 4,,15
28939 .globl GL_PREFIX(IsRenderbufferEXT)
28940 .type GL_PREFIX(IsRenderbufferEXT), @function
28941 GL_PREFIX(IsRenderbufferEXT):
28942 #if defined(GLX_USE_TLS)
28943 call _x86_64_get_dispatch@PLT
28944 movq 6112(%rax), %r11
28945 jmp *%r11
28946 #elif defined(PTHREADS)
28947 pushq %rdi
28948 call _x86_64_get_dispatch@PLT
28949 popq %rdi
28950 movq 6112(%rax), %r11
28951 jmp *%r11
28952 #else
28953 movq _glapi_Dispatch(%rip), %rax
28954 testq %rax, %rax
28955 je 1f
28956 movq 6112(%rax), %r11
28957 jmp *%r11
28958 1:
28959 pushq %rdi
28960 call _glapi_get_dispatch
28961 popq %rdi
28962 movq 6112(%rax), %r11
28963 jmp *%r11
28964 #endif /* defined(GLX_USE_TLS) */
28965 .size GL_PREFIX(IsRenderbufferEXT), .-GL_PREFIX(IsRenderbufferEXT)
28966
28967 .p2align 4,,15
28968 .globl GL_PREFIX(RenderbufferStorageEXT)
28969 .type GL_PREFIX(RenderbufferStorageEXT), @function
28970 GL_PREFIX(RenderbufferStorageEXT):
28971 #if defined(GLX_USE_TLS)
28972 call _x86_64_get_dispatch@PLT
28973 movq 6120(%rax), %r11
28974 jmp *%r11
28975 #elif defined(PTHREADS)
28976 pushq %rdi
28977 pushq %rsi
28978 pushq %rdx
28979 pushq %rcx
28980 pushq %rbp
28981 call _x86_64_get_dispatch@PLT
28982 popq %rbp
28983 popq %rcx
28984 popq %rdx
28985 popq %rsi
28986 popq %rdi
28987 movq 6120(%rax), %r11
28988 jmp *%r11
28989 #else
28990 movq _glapi_Dispatch(%rip), %rax
28991 testq %rax, %rax
28992 je 1f
28993 movq 6120(%rax), %r11
28994 jmp *%r11
28995 1:
28996 pushq %rdi
28997 pushq %rsi
28998 pushq %rdx
28999 pushq %rcx
29000 pushq %rbp
29001 call _glapi_get_dispatch
29002 popq %rbp
29003 popq %rcx
29004 popq %rdx
29005 popq %rsi
29006 popq %rdi
29007 movq 6120(%rax), %r11
29008 jmp *%r11
29009 #endif /* defined(GLX_USE_TLS) */
29010 .size GL_PREFIX(RenderbufferStorageEXT), .-GL_PREFIX(RenderbufferStorageEXT)
29011
29012 .p2align 4,,15
29013 .globl GL_PREFIX(_dispatch_stub_766)
29014 .type GL_PREFIX(_dispatch_stub_766), @function
29015 HIDDEN(GL_PREFIX(_dispatch_stub_766))
29016 GL_PREFIX(_dispatch_stub_766):
29017 #if defined(GLX_USE_TLS)
29018 call _x86_64_get_dispatch@PLT
29019 movq 6128(%rax), %r11
29020 jmp *%r11
29021 #elif defined(PTHREADS)
29022 pushq %rdi
29023 pushq %rsi
29024 pushq %rdx
29025 pushq %rcx
29026 pushq %r8
29027 pushq %r9
29028 pushq %rbp
29029 call _x86_64_get_dispatch@PLT
29030 popq %rbp
29031 popq %r9
29032 popq %r8
29033 popq %rcx
29034 popq %rdx
29035 popq %rsi
29036 popq %rdi
29037 movq 6128(%rax), %r11
29038 jmp *%r11
29039 #else
29040 movq _glapi_Dispatch(%rip), %rax
29041 testq %rax, %rax
29042 je 1f
29043 movq 6128(%rax), %r11
29044 jmp *%r11
29045 1:
29046 pushq %rdi
29047 pushq %rsi
29048 pushq %rdx
29049 pushq %rcx
29050 pushq %r8
29051 pushq %r9
29052 pushq %rbp
29053 call _glapi_get_dispatch
29054 popq %rbp
29055 popq %r9
29056 popq %r8
29057 popq %rcx
29058 popq %rdx
29059 popq %rsi
29060 popq %rdi
29061 movq 6128(%rax), %r11
29062 jmp *%r11
29063 #endif /* defined(GLX_USE_TLS) */
29064 .size GL_PREFIX(_dispatch_stub_766), .-GL_PREFIX(_dispatch_stub_766)
29065
29066 .p2align 4,,15
29067 .globl GL_PREFIX(_dispatch_stub_767)
29068 .type GL_PREFIX(_dispatch_stub_767), @function
29069 HIDDEN(GL_PREFIX(_dispatch_stub_767))
29070 GL_PREFIX(_dispatch_stub_767):
29071 #if defined(GLX_USE_TLS)
29072 call _x86_64_get_dispatch@PLT
29073 movq 6136(%rax), %r11
29074 jmp *%r11
29075 #elif defined(PTHREADS)
29076 pushq %rdi
29077 pushq %rsi
29078 pushq %rdx
29079 pushq %rcx
29080 pushq %rbp
29081 call _x86_64_get_dispatch@PLT
29082 popq %rbp
29083 popq %rcx
29084 popq %rdx
29085 popq %rsi
29086 popq %rdi
29087 movq 6136(%rax), %r11
29088 jmp *%r11
29089 #else
29090 movq _glapi_Dispatch(%rip), %rax
29091 testq %rax, %rax
29092 je 1f
29093 movq 6136(%rax), %r11
29094 jmp *%r11
29095 1:
29096 pushq %rdi
29097 pushq %rsi
29098 pushq %rdx
29099 pushq %rcx
29100 pushq %rbp
29101 call _glapi_get_dispatch
29102 popq %rbp
29103 popq %rcx
29104 popq %rdx
29105 popq %rsi
29106 popq %rdi
29107 movq 6136(%rax), %r11
29108 jmp *%r11
29109 #endif /* defined(GLX_USE_TLS) */
29110 .size GL_PREFIX(_dispatch_stub_767), .-GL_PREFIX(_dispatch_stub_767)
29111
29112 .p2align 4,,15
29113 .globl GL_PREFIX(_dispatch_stub_768)
29114 .type GL_PREFIX(_dispatch_stub_768), @function
29115 HIDDEN(GL_PREFIX(_dispatch_stub_768))
29116 GL_PREFIX(_dispatch_stub_768):
29117 #if defined(GLX_USE_TLS)
29118 call _x86_64_get_dispatch@PLT
29119 movq 6144(%rax), %r11
29120 jmp *%r11
29121 #elif defined(PTHREADS)
29122 pushq %rdi
29123 pushq %rsi
29124 pushq %rdx
29125 pushq %rcx
29126 pushq %rbp
29127 call _x86_64_get_dispatch@PLT
29128 popq %rbp
29129 popq %rcx
29130 popq %rdx
29131 popq %rsi
29132 popq %rdi
29133 movq 6144(%rax), %r11
29134 jmp *%r11
29135 #else
29136 movq _glapi_Dispatch(%rip), %rax
29137 testq %rax, %rax
29138 je 1f
29139 movq 6144(%rax), %r11
29140 jmp *%r11
29141 1:
29142 pushq %rdi
29143 pushq %rsi
29144 pushq %rdx
29145 pushq %rcx
29146 pushq %rbp
29147 call _glapi_get_dispatch
29148 popq %rbp
29149 popq %rcx
29150 popq %rdx
29151 popq %rsi
29152 popq %rdi
29153 movq 6144(%rax), %r11
29154 jmp *%r11
29155 #endif /* defined(GLX_USE_TLS) */
29156 .size GL_PREFIX(_dispatch_stub_768), .-GL_PREFIX(_dispatch_stub_768)
29157
29158 .globl GL_PREFIX(ArrayElementEXT) ; .set GL_PREFIX(ArrayElementEXT), GL_PREFIX(ArrayElement)
29159 .globl GL_PREFIX(BindTextureEXT) ; .set GL_PREFIX(BindTextureEXT), GL_PREFIX(BindTexture)
29160 .globl GL_PREFIX(DrawArraysEXT) ; .set GL_PREFIX(DrawArraysEXT), GL_PREFIX(DrawArrays)
29161 .globl GL_PREFIX(CopyTexImage1DEXT) ; .set GL_PREFIX(CopyTexImage1DEXT), GL_PREFIX(CopyTexImage1D)
29162 .globl GL_PREFIX(CopyTexImage2DEXT) ; .set GL_PREFIX(CopyTexImage2DEXT), GL_PREFIX(CopyTexImage2D)
29163 .globl GL_PREFIX(CopyTexSubImage1DEXT) ; .set GL_PREFIX(CopyTexSubImage1DEXT), GL_PREFIX(CopyTexSubImage1D)
29164 .globl GL_PREFIX(CopyTexSubImage2DEXT) ; .set GL_PREFIX(CopyTexSubImage2DEXT), GL_PREFIX(CopyTexSubImage2D)
29165 .globl GL_PREFIX(DeleteTexturesEXT) ; .set GL_PREFIX(DeleteTexturesEXT), GL_PREFIX(DeleteTextures)
29166 .globl GL_PREFIX(GetPointervEXT) ; .set GL_PREFIX(GetPointervEXT), GL_PREFIX(GetPointerv)
29167 .globl GL_PREFIX(PrioritizeTexturesEXT) ; .set GL_PREFIX(PrioritizeTexturesEXT), GL_PREFIX(PrioritizeTextures)
29168 .globl GL_PREFIX(TexSubImage1DEXT) ; .set GL_PREFIX(TexSubImage1DEXT), GL_PREFIX(TexSubImage1D)
29169 .globl GL_PREFIX(TexSubImage2DEXT) ; .set GL_PREFIX(TexSubImage2DEXT), GL_PREFIX(TexSubImage2D)
29170 .globl GL_PREFIX(BlendColorEXT) ; .set GL_PREFIX(BlendColorEXT), GL_PREFIX(BlendColor)
29171 .globl GL_PREFIX(BlendEquationEXT) ; .set GL_PREFIX(BlendEquationEXT), GL_PREFIX(BlendEquation)
29172 .globl GL_PREFIX(DrawRangeElementsEXT) ; .set GL_PREFIX(DrawRangeElementsEXT), GL_PREFIX(DrawRangeElements)
29173 .globl GL_PREFIX(ColorTableEXT) ; .set GL_PREFIX(ColorTableEXT), GL_PREFIX(ColorTable)
29174 .globl GL_PREFIX(TexImage3DEXT) ; .set GL_PREFIX(TexImage3DEXT), GL_PREFIX(TexImage3D)
29175 .globl GL_PREFIX(TexSubImage3DEXT) ; .set GL_PREFIX(TexSubImage3DEXT), GL_PREFIX(TexSubImage3D)
29176 .globl GL_PREFIX(CopyTexSubImage3DEXT) ; .set GL_PREFIX(CopyTexSubImage3DEXT), GL_PREFIX(CopyTexSubImage3D)
29177 .globl GL_PREFIX(ActiveTexture) ; .set GL_PREFIX(ActiveTexture), GL_PREFIX(ActiveTextureARB)
29178 .globl GL_PREFIX(ClientActiveTexture) ; .set GL_PREFIX(ClientActiveTexture), GL_PREFIX(ClientActiveTextureARB)
29179 .globl GL_PREFIX(MultiTexCoord1d) ; .set GL_PREFIX(MultiTexCoord1d), GL_PREFIX(MultiTexCoord1dARB)
29180 .globl GL_PREFIX(MultiTexCoord1dv) ; .set GL_PREFIX(MultiTexCoord1dv), GL_PREFIX(MultiTexCoord1dvARB)
29181 .globl GL_PREFIX(MultiTexCoord1f) ; .set GL_PREFIX(MultiTexCoord1f), GL_PREFIX(MultiTexCoord1fARB)
29182 .globl GL_PREFIX(MultiTexCoord1fv) ; .set GL_PREFIX(MultiTexCoord1fv), GL_PREFIX(MultiTexCoord1fvARB)
29183 .globl GL_PREFIX(MultiTexCoord1i) ; .set GL_PREFIX(MultiTexCoord1i), GL_PREFIX(MultiTexCoord1iARB)
29184 .globl GL_PREFIX(MultiTexCoord1iv) ; .set GL_PREFIX(MultiTexCoord1iv), GL_PREFIX(MultiTexCoord1ivARB)
29185 .globl GL_PREFIX(MultiTexCoord1s) ; .set GL_PREFIX(MultiTexCoord1s), GL_PREFIX(MultiTexCoord1sARB)
29186 .globl GL_PREFIX(MultiTexCoord1sv) ; .set GL_PREFIX(MultiTexCoord1sv), GL_PREFIX(MultiTexCoord1svARB)
29187 .globl GL_PREFIX(MultiTexCoord2d) ; .set GL_PREFIX(MultiTexCoord2d), GL_PREFIX(MultiTexCoord2dARB)
29188 .globl GL_PREFIX(MultiTexCoord2dv) ; .set GL_PREFIX(MultiTexCoord2dv), GL_PREFIX(MultiTexCoord2dvARB)
29189 .globl GL_PREFIX(MultiTexCoord2f) ; .set GL_PREFIX(MultiTexCoord2f), GL_PREFIX(MultiTexCoord2fARB)
29190 .globl GL_PREFIX(MultiTexCoord2fv) ; .set GL_PREFIX(MultiTexCoord2fv), GL_PREFIX(MultiTexCoord2fvARB)
29191 .globl GL_PREFIX(MultiTexCoord2i) ; .set GL_PREFIX(MultiTexCoord2i), GL_PREFIX(MultiTexCoord2iARB)
29192 .globl GL_PREFIX(MultiTexCoord2iv) ; .set GL_PREFIX(MultiTexCoord2iv), GL_PREFIX(MultiTexCoord2ivARB)
29193 .globl GL_PREFIX(MultiTexCoord2s) ; .set GL_PREFIX(MultiTexCoord2s), GL_PREFIX(MultiTexCoord2sARB)
29194 .globl GL_PREFIX(MultiTexCoord2sv) ; .set GL_PREFIX(MultiTexCoord2sv), GL_PREFIX(MultiTexCoord2svARB)
29195 .globl GL_PREFIX(MultiTexCoord3d) ; .set GL_PREFIX(MultiTexCoord3d), GL_PREFIX(MultiTexCoord3dARB)
29196 .globl GL_PREFIX(MultiTexCoord3dv) ; .set GL_PREFIX(MultiTexCoord3dv), GL_PREFIX(MultiTexCoord3dvARB)
29197 .globl GL_PREFIX(MultiTexCoord3f) ; .set GL_PREFIX(MultiTexCoord3f), GL_PREFIX(MultiTexCoord3fARB)
29198 .globl GL_PREFIX(MultiTexCoord3fv) ; .set GL_PREFIX(MultiTexCoord3fv), GL_PREFIX(MultiTexCoord3fvARB)
29199 .globl GL_PREFIX(MultiTexCoord3i) ; .set GL_PREFIX(MultiTexCoord3i), GL_PREFIX(MultiTexCoord3iARB)
29200 .globl GL_PREFIX(MultiTexCoord3iv) ; .set GL_PREFIX(MultiTexCoord3iv), GL_PREFIX(MultiTexCoord3ivARB)
29201 .globl GL_PREFIX(MultiTexCoord3s) ; .set GL_PREFIX(MultiTexCoord3s), GL_PREFIX(MultiTexCoord3sARB)
29202 .globl GL_PREFIX(MultiTexCoord3sv) ; .set GL_PREFIX(MultiTexCoord3sv), GL_PREFIX(MultiTexCoord3svARB)
29203 .globl GL_PREFIX(MultiTexCoord4d) ; .set GL_PREFIX(MultiTexCoord4d), GL_PREFIX(MultiTexCoord4dARB)
29204 .globl GL_PREFIX(MultiTexCoord4dv) ; .set GL_PREFIX(MultiTexCoord4dv), GL_PREFIX(MultiTexCoord4dvARB)
29205 .globl GL_PREFIX(MultiTexCoord4f) ; .set GL_PREFIX(MultiTexCoord4f), GL_PREFIX(MultiTexCoord4fARB)
29206 .globl GL_PREFIX(MultiTexCoord4fv) ; .set GL_PREFIX(MultiTexCoord4fv), GL_PREFIX(MultiTexCoord4fvARB)
29207 .globl GL_PREFIX(MultiTexCoord4i) ; .set GL_PREFIX(MultiTexCoord4i), GL_PREFIX(MultiTexCoord4iARB)
29208 .globl GL_PREFIX(MultiTexCoord4iv) ; .set GL_PREFIX(MultiTexCoord4iv), GL_PREFIX(MultiTexCoord4ivARB)
29209 .globl GL_PREFIX(MultiTexCoord4s) ; .set GL_PREFIX(MultiTexCoord4s), GL_PREFIX(MultiTexCoord4sARB)
29210 .globl GL_PREFIX(MultiTexCoord4sv) ; .set GL_PREFIX(MultiTexCoord4sv), GL_PREFIX(MultiTexCoord4svARB)
29211 .globl GL_PREFIX(LoadTransposeMatrixd) ; .set GL_PREFIX(LoadTransposeMatrixd), GL_PREFIX(LoadTransposeMatrixdARB)
29212 .globl GL_PREFIX(LoadTransposeMatrixf) ; .set GL_PREFIX(LoadTransposeMatrixf), GL_PREFIX(LoadTransposeMatrixfARB)
29213 .globl GL_PREFIX(MultTransposeMatrixd) ; .set GL_PREFIX(MultTransposeMatrixd), GL_PREFIX(MultTransposeMatrixdARB)
29214 .globl GL_PREFIX(MultTransposeMatrixf) ; .set GL_PREFIX(MultTransposeMatrixf), GL_PREFIX(MultTransposeMatrixfARB)
29215 .globl GL_PREFIX(SampleCoverage) ; .set GL_PREFIX(SampleCoverage), GL_PREFIX(SampleCoverageARB)
29216 .globl GL_PREFIX(CompressedTexImage1D) ; .set GL_PREFIX(CompressedTexImage1D), GL_PREFIX(CompressedTexImage1DARB)
29217 .globl GL_PREFIX(CompressedTexImage2D) ; .set GL_PREFIX(CompressedTexImage2D), GL_PREFIX(CompressedTexImage2DARB)
29218 .globl GL_PREFIX(CompressedTexImage3D) ; .set GL_PREFIX(CompressedTexImage3D), GL_PREFIX(CompressedTexImage3DARB)
29219 .globl GL_PREFIX(CompressedTexSubImage1D) ; .set GL_PREFIX(CompressedTexSubImage1D), GL_PREFIX(CompressedTexSubImage1DARB)
29220 .globl GL_PREFIX(CompressedTexSubImage2D) ; .set GL_PREFIX(CompressedTexSubImage2D), GL_PREFIX(CompressedTexSubImage2DARB)
29221 .globl GL_PREFIX(CompressedTexSubImage3D) ; .set GL_PREFIX(CompressedTexSubImage3D), GL_PREFIX(CompressedTexSubImage3DARB)
29222 .globl GL_PREFIX(GetCompressedTexImage) ; .set GL_PREFIX(GetCompressedTexImage), GL_PREFIX(GetCompressedTexImageARB)
29223 .globl GL_PREFIX(BindBuffer) ; .set GL_PREFIX(BindBuffer), GL_PREFIX(BindBufferARB)
29224 .globl GL_PREFIX(BufferData) ; .set GL_PREFIX(BufferData), GL_PREFIX(BufferDataARB)
29225 .globl GL_PREFIX(BufferSubData) ; .set GL_PREFIX(BufferSubData), GL_PREFIX(BufferSubDataARB)
29226 .globl GL_PREFIX(DeleteBuffers) ; .set GL_PREFIX(DeleteBuffers), GL_PREFIX(DeleteBuffersARB)
29227 .globl GL_PREFIX(GenBuffers) ; .set GL_PREFIX(GenBuffers), GL_PREFIX(GenBuffersARB)
29228 .globl GL_PREFIX(GetBufferParameteriv) ; .set GL_PREFIX(GetBufferParameteriv), GL_PREFIX(GetBufferParameterivARB)
29229 .globl GL_PREFIX(GetBufferPointerv) ; .set GL_PREFIX(GetBufferPointerv), GL_PREFIX(GetBufferPointervARB)
29230 .globl GL_PREFIX(GetBufferSubData) ; .set GL_PREFIX(GetBufferSubData), GL_PREFIX(GetBufferSubDataARB)
29231 .globl GL_PREFIX(IsBuffer) ; .set GL_PREFIX(IsBuffer), GL_PREFIX(IsBufferARB)
29232 .globl GL_PREFIX(MapBuffer) ; .set GL_PREFIX(MapBuffer), GL_PREFIX(MapBufferARB)
29233 .globl GL_PREFIX(UnmapBuffer) ; .set GL_PREFIX(UnmapBuffer), GL_PREFIX(UnmapBufferARB)
29234 .globl GL_PREFIX(BeginQuery) ; .set GL_PREFIX(BeginQuery), GL_PREFIX(BeginQueryARB)
29235 .globl GL_PREFIX(DeleteQueries) ; .set GL_PREFIX(DeleteQueries), GL_PREFIX(DeleteQueriesARB)
29236 .globl GL_PREFIX(EndQuery) ; .set GL_PREFIX(EndQuery), GL_PREFIX(EndQueryARB)
29237 .globl GL_PREFIX(GenQueries) ; .set GL_PREFIX(GenQueries), GL_PREFIX(GenQueriesARB)
29238 .globl GL_PREFIX(GetQueryObjectiv) ; .set GL_PREFIX(GetQueryObjectiv), GL_PREFIX(GetQueryObjectivARB)
29239 .globl GL_PREFIX(GetQueryObjectuiv) ; .set GL_PREFIX(GetQueryObjectuiv), GL_PREFIX(GetQueryObjectuivARB)
29240 .globl GL_PREFIX(GetQueryiv) ; .set GL_PREFIX(GetQueryiv), GL_PREFIX(GetQueryivARB)
29241 .globl GL_PREFIX(IsQuery) ; .set GL_PREFIX(IsQuery), GL_PREFIX(IsQueryARB)
29242 .globl GL_PREFIX(DrawBuffers) ; .set GL_PREFIX(DrawBuffers), GL_PREFIX(DrawBuffersARB)
29243 .globl GL_PREFIX(DrawBuffersATI) ; .set GL_PREFIX(DrawBuffersATI), GL_PREFIX(DrawBuffersARB)
29244 .globl GL_PREFIX(GetColorTableParameterfvEXT) ; .set GL_PREFIX(GetColorTableParameterfvEXT), GL_PREFIX(_dispatch_stub_553)
29245 .globl GL_PREFIX(GetColorTableParameterivEXT) ; .set GL_PREFIX(GetColorTableParameterivEXT), GL_PREFIX(_dispatch_stub_554)
29246 .globl GL_PREFIX(GetColorTableEXT) ; .set GL_PREFIX(GetColorTableEXT), GL_PREFIX(_dispatch_stub_555)
29247 .globl GL_PREFIX(PointParameterf) ; .set GL_PREFIX(PointParameterf), GL_PREFIX(PointParameterfEXT)
29248 .globl GL_PREFIX(PointParameterfARB) ; .set GL_PREFIX(PointParameterfARB), GL_PREFIX(PointParameterfEXT)
29249 .globl GL_PREFIX(PointParameterfv) ; .set GL_PREFIX(PointParameterfv), GL_PREFIX(PointParameterfvEXT)
29250 .globl GL_PREFIX(PointParameterfvARB) ; .set GL_PREFIX(PointParameterfvARB), GL_PREFIX(PointParameterfvEXT)
29251 .globl GL_PREFIX(SecondaryColor3b) ; .set GL_PREFIX(SecondaryColor3b), GL_PREFIX(SecondaryColor3bEXT)
29252 .globl GL_PREFIX(SecondaryColor3bv) ; .set GL_PREFIX(SecondaryColor3bv), GL_PREFIX(SecondaryColor3bvEXT)
29253 .globl GL_PREFIX(SecondaryColor3d) ; .set GL_PREFIX(SecondaryColor3d), GL_PREFIX(SecondaryColor3dEXT)
29254 .globl GL_PREFIX(SecondaryColor3dv) ; .set GL_PREFIX(SecondaryColor3dv), GL_PREFIX(SecondaryColor3dvEXT)
29255 .globl GL_PREFIX(SecondaryColor3f) ; .set GL_PREFIX(SecondaryColor3f), GL_PREFIX(SecondaryColor3fEXT)
29256 .globl GL_PREFIX(SecondaryColor3fv) ; .set GL_PREFIX(SecondaryColor3fv), GL_PREFIX(SecondaryColor3fvEXT)
29257 .globl GL_PREFIX(SecondaryColor3i) ; .set GL_PREFIX(SecondaryColor3i), GL_PREFIX(SecondaryColor3iEXT)
29258 .globl GL_PREFIX(SecondaryColor3iv) ; .set GL_PREFIX(SecondaryColor3iv), GL_PREFIX(SecondaryColor3ivEXT)
29259 .globl GL_PREFIX(SecondaryColor3s) ; .set GL_PREFIX(SecondaryColor3s), GL_PREFIX(SecondaryColor3sEXT)
29260 .globl GL_PREFIX(SecondaryColor3sv) ; .set GL_PREFIX(SecondaryColor3sv), GL_PREFIX(SecondaryColor3svEXT)
29261 .globl GL_PREFIX(SecondaryColor3ub) ; .set GL_PREFIX(SecondaryColor3ub), GL_PREFIX(SecondaryColor3ubEXT)
29262 .globl GL_PREFIX(SecondaryColor3ubv) ; .set GL_PREFIX(SecondaryColor3ubv), GL_PREFIX(SecondaryColor3ubvEXT)
29263 .globl GL_PREFIX(SecondaryColor3ui) ; .set GL_PREFIX(SecondaryColor3ui), GL_PREFIX(SecondaryColor3uiEXT)
29264 .globl GL_PREFIX(SecondaryColor3uiv) ; .set GL_PREFIX(SecondaryColor3uiv), GL_PREFIX(SecondaryColor3uivEXT)
29265 .globl GL_PREFIX(SecondaryColor3us) ; .set GL_PREFIX(SecondaryColor3us), GL_PREFIX(SecondaryColor3usEXT)
29266 .globl GL_PREFIX(SecondaryColor3usv) ; .set GL_PREFIX(SecondaryColor3usv), GL_PREFIX(SecondaryColor3usvEXT)
29267 .globl GL_PREFIX(SecondaryColorPointer) ; .set GL_PREFIX(SecondaryColorPointer), GL_PREFIX(SecondaryColorPointerEXT)
29268 .globl GL_PREFIX(MultiDrawArrays) ; .set GL_PREFIX(MultiDrawArrays), GL_PREFIX(MultiDrawArraysEXT)
29269 .globl GL_PREFIX(MultiDrawElements) ; .set GL_PREFIX(MultiDrawElements), GL_PREFIX(MultiDrawElementsEXT)
29270 .globl GL_PREFIX(FogCoordPointer) ; .set GL_PREFIX(FogCoordPointer), GL_PREFIX(FogCoordPointerEXT)
29271 .globl GL_PREFIX(FogCoordd) ; .set GL_PREFIX(FogCoordd), GL_PREFIX(FogCoorddEXT)
29272 .globl GL_PREFIX(FogCoorddv) ; .set GL_PREFIX(FogCoorddv), GL_PREFIX(FogCoorddvEXT)
29273 .globl GL_PREFIX(FogCoordf) ; .set GL_PREFIX(FogCoordf), GL_PREFIX(FogCoordfEXT)
29274 .globl GL_PREFIX(FogCoordfv) ; .set GL_PREFIX(FogCoordfv), GL_PREFIX(FogCoordfvEXT)
29275 .globl GL_PREFIX(BlendFuncSeparate) ; .set GL_PREFIX(BlendFuncSeparate), GL_PREFIX(BlendFuncSeparateEXT)
29276 .globl GL_PREFIX(WindowPos2d) ; .set GL_PREFIX(WindowPos2d), GL_PREFIX(WindowPos2dMESA)
29277 .globl GL_PREFIX(WindowPos2dARB) ; .set GL_PREFIX(WindowPos2dARB), GL_PREFIX(WindowPos2dMESA)
29278 .globl GL_PREFIX(WindowPos2dv) ; .set GL_PREFIX(WindowPos2dv), GL_PREFIX(WindowPos2dvMESA)
29279 .globl GL_PREFIX(WindowPos2dvARB) ; .set GL_PREFIX(WindowPos2dvARB), GL_PREFIX(WindowPos2dvMESA)
29280 .globl GL_PREFIX(WindowPos2f) ; .set GL_PREFIX(WindowPos2f), GL_PREFIX(WindowPos2fMESA)
29281 .globl GL_PREFIX(WindowPos2fARB) ; .set GL_PREFIX(WindowPos2fARB), GL_PREFIX(WindowPos2fMESA)
29282 .globl GL_PREFIX(WindowPos2fv) ; .set GL_PREFIX(WindowPos2fv), GL_PREFIX(WindowPos2fvMESA)
29283 .globl GL_PREFIX(WindowPos2fvARB) ; .set GL_PREFIX(WindowPos2fvARB), GL_PREFIX(WindowPos2fvMESA)
29284 .globl GL_PREFIX(WindowPos2i) ; .set GL_PREFIX(WindowPos2i), GL_PREFIX(WindowPos2iMESA)
29285 .globl GL_PREFIX(WindowPos2iARB) ; .set GL_PREFIX(WindowPos2iARB), GL_PREFIX(WindowPos2iMESA)
29286 .globl GL_PREFIX(WindowPos2iv) ; .set GL_PREFIX(WindowPos2iv), GL_PREFIX(WindowPos2ivMESA)
29287 .globl GL_PREFIX(WindowPos2ivARB) ; .set GL_PREFIX(WindowPos2ivARB), GL_PREFIX(WindowPos2ivMESA)
29288 .globl GL_PREFIX(WindowPos2s) ; .set GL_PREFIX(WindowPos2s), GL_PREFIX(WindowPos2sMESA)
29289 .globl GL_PREFIX(WindowPos2sARB) ; .set GL_PREFIX(WindowPos2sARB), GL_PREFIX(WindowPos2sMESA)
29290 .globl GL_PREFIX(WindowPos2sv) ; .set GL_PREFIX(WindowPos2sv), GL_PREFIX(WindowPos2svMESA)
29291 .globl GL_PREFIX(WindowPos2svARB) ; .set GL_PREFIX(WindowPos2svARB), GL_PREFIX(WindowPos2svMESA)
29292 .globl GL_PREFIX(WindowPos3d) ; .set GL_PREFIX(WindowPos3d), GL_PREFIX(WindowPos3dMESA)
29293 .globl GL_PREFIX(WindowPos3dARB) ; .set GL_PREFIX(WindowPos3dARB), GL_PREFIX(WindowPos3dMESA)
29294 .globl GL_PREFIX(WindowPos3dv) ; .set GL_PREFIX(WindowPos3dv), GL_PREFIX(WindowPos3dvMESA)
29295 .globl GL_PREFIX(WindowPos3dvARB) ; .set GL_PREFIX(WindowPos3dvARB), GL_PREFIX(WindowPos3dvMESA)
29296 .globl GL_PREFIX(WindowPos3f) ; .set GL_PREFIX(WindowPos3f), GL_PREFIX(WindowPos3fMESA)
29297 .globl GL_PREFIX(WindowPos3fARB) ; .set GL_PREFIX(WindowPos3fARB), GL_PREFIX(WindowPos3fMESA)
29298 .globl GL_PREFIX(WindowPos3fv) ; .set GL_PREFIX(WindowPos3fv), GL_PREFIX(WindowPos3fvMESA)
29299 .globl GL_PREFIX(WindowPos3fvARB) ; .set GL_PREFIX(WindowPos3fvARB), GL_PREFIX(WindowPos3fvMESA)
29300 .globl GL_PREFIX(WindowPos3i) ; .set GL_PREFIX(WindowPos3i), GL_PREFIX(WindowPos3iMESA)
29301 .globl GL_PREFIX(WindowPos3iARB) ; .set GL_PREFIX(WindowPos3iARB), GL_PREFIX(WindowPos3iMESA)
29302 .globl GL_PREFIX(WindowPos3iv) ; .set GL_PREFIX(WindowPos3iv), GL_PREFIX(WindowPos3ivMESA)
29303 .globl GL_PREFIX(WindowPos3ivARB) ; .set GL_PREFIX(WindowPos3ivARB), GL_PREFIX(WindowPos3ivMESA)
29304 .globl GL_PREFIX(WindowPos3s) ; .set GL_PREFIX(WindowPos3s), GL_PREFIX(WindowPos3sMESA)
29305 .globl GL_PREFIX(WindowPos3sARB) ; .set GL_PREFIX(WindowPos3sARB), GL_PREFIX(WindowPos3sMESA)
29306 .globl GL_PREFIX(WindowPos3sv) ; .set GL_PREFIX(WindowPos3sv), GL_PREFIX(WindowPos3svMESA)
29307 .globl GL_PREFIX(WindowPos3svARB) ; .set GL_PREFIX(WindowPos3svARB), GL_PREFIX(WindowPos3svMESA)
29308 .globl GL_PREFIX(BindProgramARB) ; .set GL_PREFIX(BindProgramARB), GL_PREFIX(BindProgramNV)
29309 .globl GL_PREFIX(DeleteProgramsARB) ; .set GL_PREFIX(DeleteProgramsARB), GL_PREFIX(DeleteProgramsNV)
29310 .globl GL_PREFIX(GenProgramsARB) ; .set GL_PREFIX(GenProgramsARB), GL_PREFIX(GenProgramsNV)
29311 .globl GL_PREFIX(GetVertexAttribPointervARB) ; .set GL_PREFIX(GetVertexAttribPointervARB), GL_PREFIX(GetVertexAttribPointervNV)
29312 .globl GL_PREFIX(IsProgramARB) ; .set GL_PREFIX(IsProgramARB), GL_PREFIX(IsProgramNV)
29313 .globl GL_PREFIX(PointParameteri) ; .set GL_PREFIX(PointParameteri), GL_PREFIX(PointParameteriNV)
29314 .globl GL_PREFIX(PointParameteriv) ; .set GL_PREFIX(PointParameteriv), GL_PREFIX(PointParameterivNV)
29315 .globl GL_PREFIX(BlendEquationSeparate) ; .set GL_PREFIX(BlendEquationSeparate), GL_PREFIX(_dispatch_stub_746)
29316
29317 #if defined(GLX_USE_TLS) && defined(__linux__)
29318 .section ".note.ABI-tag", "a"
29319 .p2align 2
29320 .long 1f - 0f /* name length */
29321 .long 3f - 2f /* data length */
29322 .long 1 /* note length */
29323 0: .asciz "GNU" /* vendor name */
29324 1: .p2align 2
29325 2: .long 0 /* note data: the ABI tag */
29326 .long 2,4,20 /* Minimum kernel version w/TLS */
29327 3: .p2align 2 /* pad out section */
29328 #endif /* GLX_USE_TLS */
29329
29330 #if defined (__ELF__) && defined (__linux__)
29331 .section .note.GNU-stack,"",%progbits
29332 #endif