summaryrefslogtreecommitdiff
path: root/py/builtinhelp.c
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2025-01-23 23:55:57 +0100
committerDamien George <damien@micropython.org>2025-01-26 23:42:36 +1100
commitbfc0d7b0b97cbf52db892775b0f371dd06d2ba08 (patch)
tree79f8ac868a436ce5e2f58ab80bf756e8f43884c8 /py/builtinhelp.c
parent13b13d1fdd05549d504eeded0b5aa8871d5e5dcf (diff)
py/emitnative: Optimise Viper register offset load/stores on Xtensa.
This commit improves the emitted code sequences for address generation in the Viper subsystem when loading/storing 16 and 32 bit values via a register offset. The Xtensa opcodes ADDX2 and ADDX4 are used to avoid performing the extra shifts to align the final operation offset. Those opcodes are available on both xtensa and xtensawin MicroPython architectures. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'py/builtinhelp.c')
0 files changed, 0 insertions, 0 deletions