forked from eden-emu/eden
shader: Implement FLO
This commit is contained in:
parent
e038928616
commit
103b9da4f7
8 changed files with 75 additions and 18 deletions
|
@ -217,18 +217,6 @@ void TranslatorVisitor::FCMP_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::FCMP_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FLO_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FLO_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FLO_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::FLO_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FLO_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::FLO_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FMNMX_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FMNMX_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue