This website requires JavaScript.
Explore
Help
Register
Sign In
TeamHepta
/
dynarmic
Watch
1
Star
0
Fork
0
You've already forked dynarmic
mirror of
https://github.com/azahar-emu/dynarmic.git
synced
2026-03-28 16:30:59 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c330d9e0e30253ebf42eecfbdedc3c67f3d82caa
dynarmic
/
src
/
backend_x64
History
Subv
703a46ec99
Pass the current IR::Block by reference to the emitter.
...
This avoids calling the copy constructor more times than needed.
2016-07-18 11:27:33 -05:00
..
emit_x64.cpp
Pass the current IR::Block by reference to the emitter.
2016-07-18 11:27:33 -05:00
emit_x64.h
Pass the current IR::Block by reference to the emitter.
2016-07-18 11:27:33 -05:00
interface_x64.cpp
Reorganise src/frontend: Add subdirectories disassembler and translate
2016-07-14 14:39:43 +01:00
jitstate.h
Reorganisation, Import Skyeye, This is a mess
2016-07-04 17:22:11 +08:00
reg_alloc.cpp
Implement Thumb PUSH instruction
2016-07-18 15:11:16 +01:00
reg_alloc.h
Implement Thumb PUSH instruction
2016-07-18 15:11:16 +01:00
routines.cpp
Better MSVC support
2016-07-18 10:38:22 +01:00
routines.h
backend_x64: Inline Routines::GenReturnFromRunCode into emitted code
2016-07-12 16:46:27 +01:00