This website requires JavaScript.
Explore
Help
Sign in
Suyu
/
dynarmic
Watch
1
Star
0
Fork
You've already forked dynarmic
0
mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced
2025-12-29 10:45:20 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
94f0fba16b
dynarmic
/
src
History
Download ZIP
Download TAR.GZ
Lioncash
94f0fba16b
A64: Implement SHA1H
...
This is a fairly trivial instruction it's essentially: result = ROL(data, 30);
2020-04-22 20:46:15 +01:00
..
backend_x64
emit_x64_data_processing: Deduplicate some code in zero-extension functions
2020-04-22 20:46:15 +01:00
common
bit_util: Do nothing in RotateRight if the rotation amount is zero
2020-04-22 20:46:15 +01:00
frontend
A64: Implement SHA1H
2020-04-22 20:46:15 +01:00
ir_opt
Implement DC instructions
2020-04-22 20:46:14 +01:00
CMakeLists.txt
A64: Implement SHA1H
2020-04-22 20:46:15 +01:00