mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
shader: Implement SHR
This commit is contained in:
parent
1040d61017
commit
b3d166ad4c
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