micropython/tests/inlineasm
= 5008972fef py/inlinethumb: Support for core floating point instructions.
Adds support for the following Thumb2 VFP instructions, via the option
MICROPY_EMIT_INLINE_THUMB_FLOAT:

vcmp
vsqrt
vneg
vcvt_f32_to_s32
vcvt_s32_to_f32
vmrs
vmov
vldr
vstr
vadd
vsub
vmul
vdiv
2015-04-19 15:47:05 +01:00
..
asmbcc.py
asmbcc.py.exp
asmbitops.py
asmbitops.py.exp
asmblbx.py
asmblbx.py.exp
asmdiv.py
asmdiv.py.exp
asmfpaddsub.py py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpaddsub.py.exp py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpcmp.py py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpcmp.py.exp py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpldrstr.py py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpldrstr.py.exp py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpmuldiv.py py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpmuldiv.py.exp py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpsqrt.py py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmfpsqrt.py.exp py/inlinethumb: Support for core floating point instructions. 2015-04-19 15:47:05 +01:00
asmit.py
asmit.py.exp
asmpushpop.py
asmpushpop.py.exp
asmsum.py
asmsum.py.exp