shader: Implement HADD2
This commit is contained in:
parent
980cafdc27
commit
4006929c98
12 changed files with 400 additions and 42 deletions
|
@ -265,22 +265,6 @@ void TranslatorVisitor::GETLMEMBASE(u64) {
|
|||
ThrowNotImplemented(Opcode::GETLMEMBASE);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HADD2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HADD2_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HADD2_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::HADD2_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HADD2_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::HADD2_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HADD2_32I(u64) {
|
||||
ThrowNotImplemented(Opcode::HADD2_32I);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::HFMA2_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::HFMA2_reg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue