Implement postfactor multiplication/division for fmul instructions

This commit is contained in:
heapo 2018-12-14 17:10:14 -08:00
parent 1a23970d17
commit 72599cc667
2 changed files with 21 additions and 5 deletions

View file

@ -575,7 +575,7 @@ union Instruction {
union {
BitField<39, 2, u64> tab5cb8_2;
BitField<41, 3, u64> tab5c68_1;
BitField<41, 3, u64> postfactor;
BitField<44, 2, u64> tab5c68_0;
BitField<48, 1, u64> negate_b;
} fmul;