shader: Implement AL2P

This commit is contained in:
FernandoS27
2021-04-04 02:42:58 +02:00
committed by ameerj
parent 20ba0ea0a9
commit 0df7e509db
3 changed files with 36 additions and 4 deletions

View File

@ -13,10 +13,6 @@ namespace Shader::Maxwell {
throw NotImplementedException("Instruction {} is not implemented", opcode);
}
void TranslatorVisitor::AL2P(u64) {
ThrowNotImplemented(Opcode::AL2P);
}
void TranslatorVisitor::ATOM_cas(u64) {
ThrowNotImplemented(Opcode::ATOM_cas);
}