shader: Implement SEL

This commit is contained in:
ameerj 2021-02-24 20:31:15 -05:00
parent 726625cf50
commit 8810c88b7e
4 changed files with 53 additions and 16 deletions

View file

@ -729,18 +729,6 @@ void TranslatorVisitor::SAM(u64) {
ThrowNotImplemented(Opcode::SAM);
}
void TranslatorVisitor::SEL_reg(u64) {
ThrowNotImplemented(Opcode::SEL_reg);
}
void TranslatorVisitor::SEL_cbuf(u64) {
ThrowNotImplemented(Opcode::SEL_cbuf);
}
void TranslatorVisitor::SEL_imm(u64) {
ThrowNotImplemented(Opcode::SEL_imm);
}
void TranslatorVisitor::SETCRSPTR(u64) {
ThrowNotImplemented(Opcode::SETCRSPTR);
}