.. |
asmargs.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmargs.py.exp
|
tests: Add a test for argument passing to inline-asm functions.
|
9 years ago |
asmbcc.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmbcc.py.exp
|
tests: Add tests for inline assembler beq_n and beq_w ops.
|
10 years ago |
asmbitops.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmbitops.py.exp
|
py: Implement clz and rbit for inline Thumb assembler.
|
10 years ago |
asmblbx.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmblbx.py.exp
|
py: Implement bl/bx instructions for inline Thumb assembler.
|
10 years ago |
asmconst.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmconst.py.exp
|
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
|
9 years ago |
asmdiv.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmdiv.py.exp
|
py: Implement sdiv/udiv for inline Thumb assembler.
|
10 years ago |
asmfpaddsub.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmfpaddsub.py.exp
|
py/inlinethumb: Support for core floating point instructions.
|
10 years ago |
asmfpcmp.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmfpcmp.py.exp
|
py/inlinethumb: Support for core floating point instructions.
|
10 years ago |
asmfpldrstr.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmfpldrstr.py.exp
|
py/inlinethumb: Support for core floating point instructions.
|
10 years ago |
asmfpmuldiv.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmfpmuldiv.py.exp
|
py/inlinethumb: Support for core floating point instructions.
|
10 years ago |
asmfpsqrt.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmfpsqrt.py.exp
|
py/inlinethumb: Support for core floating point instructions.
|
10 years ago |
asmit.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmit.py.exp
|
py: Implement bl/bx instructions for inline Thumb assembler.
|
10 years ago |
asmpushpop.py
|
tests/inlineasm: Add test for PUSH LR and POP PC.
|
3 years ago |
asmpushpop.py.exp
|
tests/inlineasm: Add test for PUSH LR and POP PC.
|
3 years ago |
asmrettype.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmrettype.py.exp
|
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
|
9 years ago |
asmshift.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmshift.py.exp
|
py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.
|
9 years ago |
asmspecialregs.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmspecialregs.py.exp
|
py/emitinlinethumb: Add support for MRS instruction.
|
9 years ago |
asmsum.py
|
tests: Format all Python code with black, except tests in basics subdir.
|
5 years ago |
asmsum.py.exp
|
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
|
5 years ago |