mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-22 16:30:16 +01:00
dbaebd8582
The encoding for negation and absolute value was wrong.
Extracting is now done manually. Similar instructions having different
encodings is the rule, not the exception. To keep sanity and readability
I preferred to extract the desired bit manually.
This is implemented against nxas:
8dbc389957/table.h (L68)
That is itself tested against nvdisasm (Nvidia's official disassembler).