pulp-platform / pulp-riscv-gnu-toolchain

Other
68 stars 50 forks source link

instructions with same source and destination register #11

Open yaronbe1 opened 4 years ago

yaronbe1 commented 4 years ago

From Ri5cy developer (Davide) we understand that instructions like :

p.lb x1, 1(x1!)

I.E. same source and destination register are not allowed and should be blocked by the compiler.