mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Koen Zandberg
b57b3d490d
The mv instruction (which is usually implemented as `add rd, x0, r1`) is changed to `add rd, x0, %input`. This can either be used as a load immediate or as an move. The code size grows by two bytes. This because GCC does not compress the li instruction to the compressed version (even though this is possible). |
||
---|---|---|
.. | ||
vendor | ||
architecture_arch.h | ||
atomic_utils_arch.h | ||
c11_atomics_compat_cpu.hpp | ||
clk_conf.h | ||
context_frame.h | ||
cpu_conf.h | ||
cpu.h | ||
cpucycle.h | ||
irq_arch.h | ||
periph_cpu.h | ||
plic.h | ||
thread_arch.h |