mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement ICMP
This commit is contained in:
parent
88324f800c
commit
b098b8fc5c
3 changed files with 84 additions and 16 deletions
|
@ -389,22 +389,6 @@ void TranslatorVisitor::IADD3_imm(u64) {
|
|||
ThrowNotImplemented(Opcode::IADD3_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ICMP_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::ICMP_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ICMP_rc(u64) {
|
||||
ThrowNotImplemented(Opcode::ICMP_rc);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ICMP_cr(u64) {
|
||||
ThrowNotImplemented(Opcode::ICMP_cr);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::ICMP_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::ICMP_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::IDE(u64) {
|
||||
ThrowNotImplemented(Opcode::IDE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue