fix local labels, binary, register groups

This commit is contained in:
ARM9
2015-07-15 18:22:40 +02:00
parent 3d23f83716
commit 6445d61998
7 changed files with 56 additions and 37 deletions

View File

@ -8,6 +8,7 @@
adc r1, r15, R14
add A1, v1, V8
sub r5, #0xFeeDB4c
smull r0, r1,R2
smull r0, r1,R2
@ -16,5 +17,6 @@ blx 0002f
smlalBt r1,r15
SMLawTb V8, v3
SMLALtb A1, a4
1.0f 0.f .1f
@ vim:ft=armv4

View File

@ -1,10 +1,17 @@
adc r0, r1
add R1, R2
0:
sub r14, 0b1110110
1:
and R2,r3
bic r3 , r4
eor r4,r5
mla r5,R6
mov R6,R7
b 001b
push {r0, r1, r2-r9}
pop {r1-r14}
FSHTOS
@ -15,8 +22,16 @@ fcmpezs
fcmpzs
fdivs
vmul Q15, Q16, d31, s31, s32, d32
vdiv
vsqrt
.float 3.14159
@ illegal
blx 0002f
1.0f 0.f .1f
vmul Q15, Q16, d31, s31, s32, d32
vmull q01, q09, q14, q16
push {q0-q14}
pop {s3-s32}
@ vim:ft=arm