forked from eden-emu/eden
shader: Implement LEA
This commit is contained in:
parent
d1edc16ba8
commit
5465cb1561
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