Skip to content

ISACOV : Fix rd_toggle for LBU & LHU instructions

Created by: AyoubJalali

This PR, fix an issue related to rd_toggle for LBU & LHU instruction, because the destination register store only 1 byte (LBU), 2 bytes (LHU), and add to this the instructions are unsigned so we can't toggle all the raining bits in the register, so it's make more sense to toggle only 1 byte or 2 byte.

Merge request reports

Loading