mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
shader: Implement ICMP
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user