mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-29 09:22:02 +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
|
||
|
|
||
|
|