mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 15:17:59 +00:00
16 lines
122 B
ArmAsm
16 lines
122 B
ArmAsm
.set noreorder
|
|
|
|
.section .text
|
|
|
|
.global test
|
|
trunc.w.s $f0, $f12
|
|
jr $31
|
|
nop
|
|
|
|
.global test2
|
|
cvt.w.s $f0, $f12
|
|
jr $31
|
|
nop
|
|
|
|
|