mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 05:04:41 +01:00
IR: Implement new pseudo-operation GetGEFromOp
This commit is contained in:
parent
370f654590
commit
7cad6949e7
4 changed files with 26 additions and 1 deletions
|
|
@ -443,6 +443,10 @@ void EmitX64::EmitGetOverflowFromOp(IR::Block&, IR::Inst*) {
|
|||
ASSERT_MSG(false, "should never happen");
|
||||
}
|
||||
|
||||
void EmitX64::EmitGetGEFromOp(IR::Block&, IR::Inst*) {
|
||||
ASSERT_MSG(false, "should never happen");
|
||||
}
|
||||
|
||||
void EmitX64::EmitPack2x32To1x64(IR::Block&, IR::Inst* inst) {
|
||||
OpArg lo;
|
||||
Xbyak::Reg64 result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue