mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
Implement PSET, refactor common comparison funcs
This commit is contained in:
parent
f7e0d532a8
commit
c6e6e4bc7e
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