shader: Implement LOP32I

This commit is contained in:
ReinUsesLisp 2021-03-19 20:28:26 -03:00 committed by ameerj
parent 260743f371
commit eeb1efa2d2
2 changed files with 45 additions and 18 deletions

View file

@ -357,10 +357,6 @@ void TranslatorVisitor::LONGJMP(u64) {
ThrowNotImplemented(Opcode::LONGJMP);
}
void TranslatorVisitor::LOP32I(u64) {
ThrowNotImplemented(Opcode::LOP32I);
}
void TranslatorVisitor::MEMBAR(u64) {
ThrowNotImplemented(Opcode::MEMBAR);
}