mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-16 22:19:55 +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
|
|
|
|
|