dynarmic/src
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