mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 23:52:29 +02:00
Code cleanup: split IR.cpp into its two logical components.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3589 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5717f1f15b
commit
449f075fd6
File diff suppressed because it is too large
Load Diff
@ -158,7 +158,6 @@ enum Opcode {
|
||||
RFIExit,
|
||||
InterpreterBranch,
|
||||
|
||||
//IdleLoop, // The "usual" idle loop, load+compare+branch
|
||||
IdleBranch, // branch operation belonging to idle loop
|
||||
ShortIdleLoop, // Idle loop seen in homebrew like wii mahjong,
|
||||
// just a branch
|
||||
|
1613
Source/Core/Core/Src/PowerPC/Jit64IL/IR_X86.cpp
Normal file
1613
Source/Core/Core/Src/PowerPC/Jit64IL/IR_X86.cpp
Normal file
File diff suppressed because it is too large
Load Diff
@ -103,6 +103,7 @@ if env['JITTEST']:
|
||||
"PowerPC/Jit64IL/Jit_LoadStoreFloating.cpp",
|
||||
"PowerPC/Jit64IL/Jit_SystemRegisters.cpp",
|
||||
"PowerPC/Jit64IL/IR.cpp",
|
||||
"PowerPC/Jit64IL/IR_X86.cpp",
|
||||
]
|
||||
else:
|
||||
files += ["PowerPC/Jit64/Jit.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user