aboutsummaryrefslogtreecommitdiff
path: root/py/asmxtensa.h
AgeCommit message (Expand)Author
2022-05-23py/asm: Add ASM_LOAD16_REG_REG_OFFSET macro for load-u16 with offset.Damien George
2022-03-30py/asmxtensa: Fix use of l32i/s32i when offset won't fit in encoding.Damien George
2020-06-27py/asm: Add funcs/macros to emit machine code for logical-shift-right.Damien George
2019-10-05py/asmxtensa: Add support for Xtensa with windowed registers.Damien George
2019-03-08py: Add support to save native, viper and asm code to .mpy files.Damien George
2018-10-13py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro.Damien George
2018-10-13py/emitnative: Load native fun table ptr from const table for all archs.Damien George
2018-09-27py/asm*: Remove ASM_MOV_REG_ALIGNED_IMM emit macro, it's no longer used.Damien George
2018-09-16py/asmxtensa: Make indirect calls using func table, not raw pointers.Damien George
2018-08-17py/asmxtensa: Use narrow version of add instr to reduce native code sizeDamien George
2018-08-17py/asmxtensa: Fix bug with order of regs in addi encoding.Damien George
2018-08-16py/asm*: Support assembling code to jump to a register, and get PC+off.Damien George
2018-08-04py/emitnative: Fix x86 native zero checks by comparing full word.Damien George
2017-11-15py/emitnative: Clean up asm macro names so they have dest as first arg.Damien George
2017-02-08py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.Damien George
2016-12-09py/asmxtensa: Add low-level Xtensa assembler.Damien George