Fixed performance issue with register pairs
Created by: christian-herber-nxp
When using register pairs, the validity of source operands was signalled per register pair only. Thus, instructions that only use a single register for an operand have to wait for the entire pair to be valid and might be stalled unnecessarily.
Fixes #76 (closed)