You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Lechner
3dc324d3f1
tests: Format all Python code with black, except tests in basics subdir.
This adds the Python files in the tests/ directory to be formatted with
./tools/codeformat.py. The basics/ subdirectory is excluded for now so we
aren't changing too much at once.
In a few places `# fmt: off`/`# fmt: on` was used where the code had
special formatting for readability or where the test was actually testing
the specific formatting.
5 years ago
..
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: Format all Python code with black, except tests in basics subdir.
5 years ago
asmpushpop.py.exp
py: Implement push/pop for inline Thumb assembler.
10 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