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-02-19 06:49:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
070637e0f6b687d2e284d6d4a5c772d40c642f6e
dynarmic
/
tests
/
A64
History
MerryMage
76b07d6646
u128: StickyLogicalShiftRight requires special-casing for amount == 64
...
In this case (128 - amount) == 64, and this invokes undefined behaviour
2020-04-22 20:46:21 +01:00
..
unicorn_emu
fuzz_with_unicorn: Avoid self-modifying code
2020-04-22 20:46:19 +01:00
a64.cpp
u128: StickyLogicalShiftRight requires special-casing for amount == 64
2020-04-22 20:46:21 +01:00
fuzz_with_unicorn.cpp
emit_x64_floating_point: Implement accurate fallback for FPMulAdd{32,64}
2020-04-22 20:46:21 +01:00
inst_gen.cpp
inst_gen: Make invalid_instructions a static inline variable
2020-04-22 20:46:13 +01:00
inst_gen.h
inst_gen: Compress loop into std::any_of in IsInvalidInstruction()
2020-04-22 20:46:18 +01:00
testenv.h
a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT
2020-04-22 20:46:21 +01:00
verify_unicorn.cpp
tests/unicorn: Add type aliases to the Unicorn class
2020-04-22 20:46:19 +01:00