clarify the purpose of this project
[nyanglibc.git] / nptl / thrd_detach.shared.s
blobe36d144fec300cbf283650e7ba0924cdadbc6068
1 .text
2 .p2align 4,,15
3 .globl thrd_detach
4 .type thrd_detach, @function
5 thrd_detach:
6 subq $8, %rsp
7 call __pthread_detach@PLT
8 cmpl $12, %eax
9 je .L3
10 jle .L13
11 cmpl $16, %eax
12 je .L6
13 cmpl $110, %eax
14 jne .L2
15 movl $4, %eax
16 .L1:
17 addq $8, %rsp
18 ret
19 .p2align 4,,10
20 .p2align 3
21 .L6:
22 movl $1, %eax
23 addq $8, %rsp
24 ret
25 .p2align 4,,10
26 .p2align 3
27 .L13:
28 testl %eax, %eax
29 je .L1
30 .L2:
31 movl $2, %eax
32 addq $8, %rsp
33 ret
34 .p2align 4,,10
35 .p2align 3
36 .L3:
37 movl $3, %eax
38 addq $8, %rsp
39 ret
40 .size thrd_detach, .-thrd_detach