summaryrefslogtreecommitdiffstatshomepage
path: root/tests/inlineasm
Commit message (Collapse)AuthorAge
* py/inlinethumb: Support for core floating point instructions.=2015-04-19
| | | | | | | | | | | | | | | | | | | 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
* tests: Add tests for inline assembler beq_n and beq_w ops.Damien George2015-03-02
|
* py: Implement bl/bx instructions for inline Thumb assembler.Damien George2015-02-16
|
* py: Implement clz and rbit for inline Thumb assembler.Damien George2015-02-13
|
* py: Implement sdiv/udiv for inline Thumb assembler.Damien George2015-02-13
|
* py: Implement push/pop for inline Thumb assembler.Damien George2015-02-13
|
* tests: Add inline assembler test for pyboard.Damien George2014-05-07