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 tests: Add tests for inline assembler beq_n and beq_w ops. 2015-03-02 14:31:00 +00:00
asmbcc.py.exp tests: Add tests for inline assembler beq_n and beq_w ops. 2015-03-02 14:31:00 +00:00
asmbitops.py py: Implement clz and rbit for inline Thumb assembler. 2015-02-13 11:06:23 +00:00
asmbitops.py.exp py: Implement clz and rbit for inline Thumb assembler. 2015-02-13 11:06:23 +00:00
asmblbx.py py: Implement bl/bx instructions for inline Thumb assembler. 2015-02-16 18:17:07 +00:00
asmblbx.py.exp py: Implement bl/bx instructions for inline Thumb assembler. 2015-02-16 18:17:07 +00:00
asmdiv.py py: Implement sdiv/udiv for inline Thumb assembler. 2015-02-13 10:43:05 +00:00
asmdiv.py.exp py: Implement sdiv/udiv for inline Thumb assembler. 2015-02-13 10:43:05 +00:00
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 py: Implement bl/bx instructions for inline Thumb assembler. 2015-02-16 18:17:07 +00:00
asmit.py.exp py: Implement bl/bx instructions for inline Thumb assembler. 2015-02-16 18:17:07 +00:00
asmpushpop.py py: Implement push/pop for inline Thumb assembler. 2015-02-13 02:30:35 +00:00
asmpushpop.py.exp py: Implement push/pop for inline Thumb assembler. 2015-02-13 02:30:35 +00:00
asmsum.py tests: Add inline assembler test for pyboard. 2014-05-07 18:31:14 +01:00
asmsum.py.exp tests: Add inline assembler test for pyboard. 2014-05-07 18:31:14 +01:00