mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement FSET and FSETP
Also fix oversight with adding SignedZeroInfNanPreserve execution mode.
This commit is contained in:
parent
1842c601ce
commit
ea4e293758
9 changed files with 204 additions and 94 deletions
|
@ -201,30 +201,6 @@ void TranslatorVisitor::FCHK_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::FCHK_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSET_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FSET_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSET_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::FSET_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSET_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::FSET_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSETP_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::FSETP_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSETP_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::FSETP_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSETP_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::FSETP_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::FSWZADD(u64) {
|
||||
ThrowNotImplemented(Opcode::FSWZADD);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue