arm-syntax-vim/test/armv7-test.s

22 lines
149 B
ArmAsm
Raw Normal View History

2015-03-08 06:48:56 -07:00
adc r0, r1
add R1, R2
and R2,r3
bic r3 , r4
eor r4,r5
mla r5,R6
mov R6,R7
2015-04-07 07:02:14 -07:00
FSHTOS
2015-05-01 02:02:21 -07:00
fmuls
fcmps
FCMPEs
fcmpezs
fcmpzs
2015-05-03 03:02:57 -07:00
fdivs
vmul
vdiv
2015-05-01 02:02:21 -07:00
2015-04-07 07:02:14 -07:00
@ vim:ft=arm