forked from eden-emu/eden
shader: Rename, implement FADD.SAT and P2R (imm)
This commit is contained in:
parent
e2bc05b17d
commit
704c6f353f
18 changed files with 213 additions and 127 deletions
|
@ -633,18 +633,6 @@ void TranslatorVisitor::OUT_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::OUT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::P2R_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::P2R_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PBK() {
|
||||
// PBK is a no-op
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue