circuitpython/tests/inlineasm
2019-10-22 19:16:54 +11:00
..
asmargs.py tests: Add a test for argument passing to inline-asm functions. 2016-03-16 08:24:07 +00:00
asmargs.py.exp tests: Add a test for argument passing to inline-asm functions. 2016-03-16 08:24:07 +00: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
asmbitops.py.exp
asmblbx.py
asmblbx.py.exp
asmconst.py py/inlinethumb: Remove 30-bit restriction on movwt instruction. 2016-01-07 16:34:11 +00:00
asmconst.py.exp py/inlinethumb: Remove 30-bit restriction on movwt instruction. 2016-01-07 16:34:11 +00:00
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 tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11: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
asmrettype.py py/inlineasm: Add ability to specify return type of asm_thumb funcs. 2016-01-27 14:27:10 +00:00
asmrettype.py.exp py/inlineasm: Add ability to specify return type of asm_thumb funcs. 2016-01-27 14:27:10 +00:00
asmshift.py py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmshift.py.exp py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler. 2015-10-19 14:26:19 +01:00
asmspecialregs.py py/emitinlinethumb: Add support for MRS instruction. 2015-12-10 17:32:54 +00:00
asmspecialregs.py.exp py/emitinlinethumb: Add support for MRS instruction. 2015-12-10 17:32:54 +00:00
asmsum.py tests: Rename "array" module to "uarray". 2019-10-22 19:16:54 +11:00
asmsum.py.exp py: Allow to pass in read-only buffers to viper and inline-asm funcs. 2019-08-06 15:58:23 +10:00