summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/integer_shift_right.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23shader: Implement CC for ISET, FSET, PSET, CSET, and DSETFernandoS271-0/+4
Throw when other instructions are missing CC.
2021-07-23shader: Make IMNMX, SHR, SEL stylistically more consistentameerj1-2/+2
2021-07-23shader: Implement SHRameerj1-0/+62