mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
187 B
10 lines
187 B
.text
|
|
.global __set_thread_area
|
|
.hidden __set_thread_area
|
|
.type __set_thread_area, %function
|
|
__set_thread_area:
|
|
sar %a1, %r2
|
|
srlg %r2, %r2, 32
|
|
sar %a0, %r2
|
|
lghi %r2, 0
|
|
br %r14
|
|
|