mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement HMUL2
This commit is contained in:
parent
fa85d2f603
commit
7646d50ae4
3 changed files with 144 additions and 16 deletions
|
@ -181,22 +181,6 @@ void TranslatorVisitor::GETLMEMBASE(u64) {
|
|||
ThrowNotImplemented(Opcode::GETLMEMBASE);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HMUL2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HMUL2_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HMUL2_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::HMUL2_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HMUL2_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::HMUL2_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HMUL2_32I(u64) {
|
||||
ThrowNotImplemented(Opcode::HMUL2_32I);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HSET2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HSET2_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue