mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 06:06:18 +00:00
JitArm64: ADDI2R optimizations 2.
This commit is contained in:
parent
1df694626d
commit
694e9b4132
3 changed files with 61 additions and 54 deletions
|
@ -835,6 +835,7 @@ public:
|
|||
|
||||
// Wrapper around MOVZ+MOVK
|
||||
void MOVI2R(ARM64Reg Rd, u64 imm, bool optimize = true);
|
||||
bool MOVI2R2(ARM64Reg Rd, u64 imm1, u64 imm2);
|
||||
template <class P>
|
||||
void MOVP2R(ARM64Reg Rd, P* ptr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue