Files
dolphin/Source/Core/Common
Lioncash de82330a74 GekkoDisassembler: Correct disassembly of fabs, fnabs, and fneg
These three instructions use the B field (bits 16-20 of the opcode)
to determine what the operand register is. However, the code was
using the path that uses the C field (bits 21-25).

This amends the code to use the B field (and also fixes the 64-bit PPC
opcodes, because why not?).

Fixes issue 10683.
2017-12-04 00:02:35 -05:00
..
2017-11-07 11:02:27 -05:00
2017-08-22 16:40:34 +02:00
2016-12-06 20:33:53 +01:00
2017-08-13 19:06:10 -07:00
2015-05-25 13:11:47 +02:00
2017-11-15 18:04:40 +00:00
2017-08-22 16:40:34 +02:00
2017-08-22 16:40:34 +02:00
2017-08-25 19:14:14 +02:00
2017-05-03 06:40:52 +01:00
2017-05-03 06:40:52 +01:00
2017-04-12 06:15:18 +01:00
2016-07-16 22:48:46 +02:00
2017-08-03 13:29:59 -07:00
2017-08-03 13:29:59 -07:00
2017-08-15 22:29:10 +02:00
2017-08-15 22:29:10 +02:00
2017-01-17 20:46:48 -05:00
2017-01-17 20:46:48 -05:00
2017-06-15 21:33:50 +02:00
2017-08-22 16:40:34 +02:00
2017-11-03 23:00:43 +01:00
2017-01-24 03:31:51 +01:00