forked from eden-emu/eden
shader: Implement I2I
This commit is contained in:
parent
4006929c98
commit
81f72471e8
3 changed files with 100 additions and 12 deletions
|
@ -337,18 +337,6 @@ void TranslatorVisitor::I2F_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::I2F_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2I_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::I2I_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue