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-24 04:42:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca3a2bab168b7ff585f2bde26680c71f450d604e
dynarmic
/
src
History
Lioncash
ee973f13c7
frontend/A32/ir_emitter: Mark PC() and AlignPC() as const-qualified member functions
...
These don't modify instance state, so they can be const-qualified member functions.
2020-04-22 20:57:38 +01:00
..
backend
/x64
emit_x64_vector_floating_point: AVX && DN implementation of EmitFPVectorMulX
2020-04-22 20:57:37 +01:00
common
common: Move byte swapping functions to bit_utils.h
2020-04-22 20:57:37 +01:00
frontend
frontend/A32/ir_emitter: Mark PC() and AlignPC() as const-qualified member functions
2020-04-22 20:57:38 +01:00
ir_opt
constant_propagation_pass: Fold byte reversal opcodes where applicable
2020-04-22 20:57:37 +01:00
CMakeLists.txt
CMakeLists: Add missing cond.h header to file listing
2020-04-22 20:55:05 +01:00