Files
Xenia-Canary/src/xenia/cpu/backend/x64
Wunkolo 4303f6b200 [x64] Fix OPCODE_AND_NOT src1-constant case
Fix the the case where src1 is constant and src2 is non-constant causing
an assert due to trying to call `.constant()` on the src2 operand.
Interfaces with an issue Gliniak was encountering where title `4D53082D`
encounters an assert. Also includes a BMI1-acceleration in the 64-bit
case where a temporary register is needed(the `and` x86 instruction only
supports immediate constants up to 32-bits).
2022-01-06 13:00:58 -06:00
..
2020-04-07 16:09:41 -05:00
2020-04-07 16:09:41 -05:00
2015-08-06 20:17:01 -07:00
2020-03-07 19:39:56 -06:00
2020-04-07 16:09:41 -05:00
2015-08-06 20:17:01 -07:00