forked from eden-emu/eden
Implement PSET, refactor common comparison funcs
This commit is contained in:
parent
103b9da4f7
commit
ce9b116cfe
9 changed files with 88 additions and 101 deletions
|
@ -593,10 +593,6 @@ void TranslatorVisitor::PRMT_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::PRMT_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PSET(u64) {
|
||||
ThrowNotImplemented(Opcode::PSET);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::PSETP(u64) {
|
||||
ThrowNotImplemented(Opcode::PSETP);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue