forked from eden-emu/eden
shader: Implement ISET, add common_funcs
This commit is contained in:
parent
bec7d3111d
commit
e038928616
8 changed files with 150 additions and 50 deletions
|
@ -457,18 +457,6 @@ void TranslatorVisitor::ISBERD(u64) {
|
|||
ThrowNotImplemented(Opcode::ISBERD);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ISET_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::ISET_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::JCAL(u64) {
|
||||
ThrowNotImplemented(Opcode::JCAL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue