diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-06-10 19:54:28 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-01 15:34:29 +1000 |
commit | 12f36cc13c126770d81bc95daf695f3aa05bc5cb (patch) | |
tree | 2243db31bf0dbd89ac7648ba4f16d3dabcc98c03 /docs/esp8266/tutorial | |
parent | cd1b921bf296da72cee4f6135ad8bd74e6217d2f (diff) | |
download | micropython-12f36cc13c126770d81bc95daf695f3aa05bc5cb.tar.gz micropython-12f36cc13c126770d81bc95daf695f3aa05bc5cb.zip |
py/asmxtensa: Implement the full set of Viper load/store operations.
This commit expands the implementation of Viper load/store operations
that are optimised for the Xtensa platform.
Now both load and store emitters should generate the shortest possible
sequence in all cases. Redundant specialised operation emitters have
been aliased to the general case implementation - this was the case of
integer-indexed load/store operations with a fixed offset of zero.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp8266/tutorial')
0 files changed, 0 insertions, 0 deletions