mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 20:37:58 -05:00
Implement postfactor multiplication/division for fmul instructions
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user