forked from eden-emu/eden
shader: Implement SHR
This commit is contained in:
parent
8810c88b7e
commit
cc55d28949
8 changed files with 80 additions and 18 deletions
|
@ -757,18 +757,6 @@ void TranslatorVisitor::SHFL(u64) {
|
|||
ThrowNotImplemented(Opcode::SHFL);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SHR_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::SHR_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SHR_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::SHR_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SHR_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::SHR_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::SSY() {
|
||||
// SSY is a no-op
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue