This website requires JavaScript.
Explore
Help
Sign In
Citra-emu
/
dynarmic-android
Watch
1
Star
0
Fork
0
You've already forked dynarmic-android
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dynarmic-android
/
src
/
frontend
History
MerryMage
0d7476d3ec
constant_propagation_pass: Propagate constants across commutative operations
...
e.g. (a & b) & c == a & (b & c) where b and c are constants
2020-04-22 21:07:09 +01:00
..
A32
A32: Detect unpredictable LDM/STM instructions
2020-04-22 21:06:18 +01:00
A64
IR: Add ReplicateBit microinstruction
2020-04-22 21:07:09 +01:00
decoder
mp: Migrate to shared version of mp library
2020-04-22 21:06:17 +01:00
ir
constant_propagation_pass: Propagate constants across commutative operations
2020-04-22 21:07:09 +01:00
imm.h
General: Correct typos is code comments
2020-04-22 21:04:22 +01:00