summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/bitfield_extract.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Implement BFE and BFI CCameerj2021-07-231-4/+7
| | | | Fix two bugs in BFI.
* shader: Implement CC for ISET, FSET, PSET, CSET, and DSETFernandoS272021-07-231-0/+5
| | | | Throw when other instructions are missing CC.
* shader: Implement BFEameerj2021-07-231-0/+66