mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
shader: Implement LEA
This commit is contained in:
parent
e47fd18387
commit
67a8a810d2
9 changed files with 136 additions and 29 deletions
|
@ -437,26 +437,6 @@ void TranslatorVisitor::LDS(u64) {
|
|||
ThrowNotImplemented(Opcode::LDS);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEA_hi_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::LEA_hi_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEA_hi_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::LEA_hi_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEA_lo_reg(u64) {
|
||||
ThrowNotImplemented(Opcode::LEA_lo_reg);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEA_lo_cbuf(u64) {
|
||||
ThrowNotImplemented(Opcode::LEA_lo_cbuf);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEA_lo_imm(u64) {
|
||||
ThrowNotImplemented(Opcode::LEA_lo_imm);
|
||||
}
|
||||
|
||||
void TranslatorVisitor::LEPC(u64) {
|
||||
ThrowNotImplemented(Opcode::LEPC);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue