mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
shader: Implement ISCADD (imm)
This commit is contained in:
parent
53a0b113d2
commit
2b8d3555f1
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ void TranslatorVisitor::ISCADD_cbuf(u64) {
|
||||||
throw NotImplementedException("ISCADD (cbuf)");
|
throw NotImplementedException("ISCADD (cbuf)");
|
||||||
}
|
}
|
||||||
|
|
||||||
void TranslatorVisitor::ISCADD_imm(u64) {
|
void TranslatorVisitor::ISCADD_imm(u64 insn) {
|
||||||
throw NotImplementedException("ISCADD (imm)");
|
ISCADD(*this, insn, GetImm20(insn));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TranslatorVisitor::ISCADD32I(u64) {
|
void TranslatorVisitor::ISCADD32I(u64) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue