Created by: semihalf-kardach-stanislaw
RISC-V does not have condition codes. Instead all conditional branches are arithmetic register comparison based and those are also used for overflow checking. Therefore remove the xflags field so that client code does not use it by mistake.
Issue #3544
Signed-off-by: Stanislaw Kardach kda@semihalf.com