forked from eden-emu/eden
shader: Implement POPC
This commit is contained in:
parent
cc55d28949
commit
a8c41c50d3
8 changed files with 59 additions and 12 deletions
|
@ -653,18 +653,6 @@ void TranslatorVisitor::PLONGJMP(u64) {
|
|||
ThrowNotImplemented(Opcode::PLONGJMP);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::POPC_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::POPC_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PRET(u64) {
|
||||
ThrowNotImplemented(Opcode::PRET);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue