mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
10 lines
163 B
ArmAsm
10 lines
163 B
ArmAsm
|
.text
|
||
|
.global tlsdsofn
|
||
|
.type tlsdsofn,@function
|
||
|
.p2align 1
|
||
|
tlsdsofn:
|
||
|
move.d x1:TPOFFGOT,$r10
|
||
|
move.d x2:TPOFFGOT,$r11
|
||
|
.Lfe11:
|
||
|
.size tlsdsofn,.Lfe11-tlsdsofn
|