Added Saturation to FMUL32I

This commit is contained in:
FernandoS27 2018-10-22 20:17:04 -04:00
parent a505ae172d
commit 9183b82847
2 changed files with 8 additions and 3 deletions

View file

@ -563,6 +563,10 @@ union Instruction {
BitField<48, 1, u64> negate_b;
} fmul;
union {
BitField<55, 1, u64> saturate;
} fmul32;
union {
BitField<48, 1, u64> is_signed;
} shift;