Implement postfactor multiplication/division for fmul instructions

This commit is contained in:
heapo
2018-12-14 17:10:14 -08:00
parent 50fd2e2893
commit b90caaf285
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;