shader: Implement CSET and CSETP

This commit is contained in:
ameerj 2021-03-17 00:53:53 -04:00
parent 32b6c63485
commit 3b7fd3ad0f
6 changed files with 114 additions and 15 deletions

View file

@ -85,14 +85,6 @@ void TranslatorVisitor::CS2R(u64) {
ThrowNotImplemented(Opcode::CS2R);
}
void TranslatorVisitor::CSET(u64) {
ThrowNotImplemented(Opcode::CSET);
}
void TranslatorVisitor::CSETP(u64) {
ThrowNotImplemented(Opcode::CSETP);
}
void TranslatorVisitor::DADD_reg(u64) {
ThrowNotImplemented(Opcode::DADD_reg);
}