diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-06-26 20:25:09 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-01 15:43:17 +1000 |
commit | 1b0cdc0794825fe147fc3bc8a717e83246640d2d (patch) | |
tree | e315f08efd0dadbd8d0a4a2ea0287e6fafde695a /lib/mbedtls_errors/README.md | |
parent | 6fd7422a8e5b6c8952f7b67713f0551992d247cc (diff) | |
download | micropython-master.tar.gz micropython-master.zip |
This commit cleans up the single entry point integer-indexed load/store
emitters that have been built by merging the single operand type
load/store functions in 1f5ba6998bb1895354f5afcd7bb52d83a02733be.
To follow the same convention found in RV32 and Xtensa emitters, the
function operand size is not named after the left shift amount to apply
to the initial offset to get its true byte offset, but by a generic
"operand size".
Also, those functions were updated to use the new MP_FIT_UNSIGNED macros
to perform bit width checks when figuring out which opcode encoding is
the best one to use.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'lib/mbedtls_errors/README.md')
0 files changed, 0 insertions, 0 deletions