mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-11 09:02:56 +00:00
reg_alloc: Reimplement UseScratchHostLocReg
This commit is contained in:
@@ -156,6 +156,7 @@ private:
|
||||
HostLoc LoadImmediateIntoHostLocReg(IR::Value imm, HostLoc reg);
|
||||
|
||||
void Move(HostLoc to, HostLoc from);
|
||||
void CopyToScratch(HostLoc to, HostLoc from);
|
||||
void Exchange(HostLoc a, HostLoc b);
|
||||
void MoveOutOfTheWay(HostLoc reg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user