shader: Implement I2F
This commit is contained in:
parent
c97d03efb9
commit
f91859efd2
17 changed files with 429 additions and 70 deletions
|
@ -241,18 +241,6 @@ void TranslatorVisitor::HSETP2_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::HSETP2_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2F_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::I2F_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2F_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::I2F_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::I2F_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::I2F_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue