roc/crates/compiler/gen_dev/src/generic64
shua c195cff8e3
fix Num.shift_right_by to not mutate src register
The intent of this change is to fix a bug calling `Num.shift_right_by(a, b)`
mutates `a`. This was happening in the dev backend only, and the cause was
some generated assembly which writes to register a is stored in.
2025-01-12 00:37:10 +01:00
..
aarch64.rs gen-dev: impl Num.neg for Dec,F32,F64 2024-11-23 19:17:55 +01:00
disassembler_test_macro.rs clippy fixes 2024-01-01 19:19:44 +01:00
mod.rs fix Num.shift_right_by to not mutate src register 2025-01-12 00:37:10 +01:00
storage.rs Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00
x86_64.rs gen-dev: impl Num.neg for Dec,F32,F64 2024-11-23 19:17:55 +01:00