summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/integer_shift_left.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* shader: FMUL, select, RRO, and MUFU fixesGravatar ReinUsesLisp2021-07-221-1/+1
* shader: Fix MOV(reg), add SHL variants and emit neg and abs instructionsGravatar ReinUsesLisp2021-07-221-4/+4
* shader: Initial implementation of an ASTGravatar ReinUsesLisp2021-07-221-1/+1
* shader: Initial instruction supportGravatar ReinUsesLisp2021-07-221-0/+71