shader: Implement CSET and CSETP
This commit is contained in:
parent
32b6c63485
commit
3b7fd3ad0f
6 changed files with 114 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue