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:
magumagu9 2009-06-29 01:08:08 +00:00
parent 5717f1f15b
commit 449f075fd6
4 changed files with 1614 additions and 1584 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",