index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
asmxtensa.h
Age
Commit message (
Expand
)
Author
2020-06-27
py/asm: Add funcs/macros to emit machine code for logical-shift-right.
Damien George
2019-10-05
py/asmxtensa: Add support for Xtensa with windowed registers.
Damien George
2019-03-08
py: Add support to save native, viper and asm code to .mpy files.
Damien George
2018-10-13
py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.
Damien George
2018-10-13
py/emitnative: Load native fun table ptr from const table for all archs.
Damien George
2018-09-27
py/asm*: Remove ASM_MOV_REG_ALIGNED_IMM emit macro, it's no longer used.
Damien George
2018-09-16
py/asmxtensa: Make indirect calls using func table, not raw pointers.
Damien George
2018-08-17
py/asmxtensa: Use narrow version of add instr to reduce native code size
Damien George
2018-08-17
py/asmxtensa: Fix bug with order of regs in addi encoding.
Damien George
2018-08-16
py/asm*: Support assembling code to jump to a register, and get PC+off.
Damien George
2018-08-04
py/emitnative: Fix x86 native zero checks by comparing full word.
Damien George
2017-11-15
py/emitnative: Clean up asm macro names so they have dest as first arg.
Damien George
2017-02-08
py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.
Damien George
2016-12-09
py/asmxtensa: Add low-level Xtensa assembler.
Damien George