This website requires JavaScript.
Explore
Help
Register
Sign In
SwitchEmu
/
dynarmic
Watch
1
Star
0
Fork
0
You've already forked dynarmic
mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced
2026-03-26 23:02:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e0d6e28b67f5fe15108a885280608ea9e51135f7
dynarmic
/
src
/
backend_x64
History
MerryMage
e0d6e28b67
Implement Thumb instructions: BX, BLX (reg), B (T1), B (T2)
2016-07-18 21:04:39 +01:00
..
emit_x64.cpp
Implement Thumb instructions: BX, BLX (reg), B (T1), B (T2)
2016-07-18 21:04:39 +01: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