This website requires JavaScript.
Explore
Help
Sign In
Citra-emu
/
dynarmic
Watch
1
Star
0
Fork
0
You've already forked dynarmic
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dynarmic
/
tests
/
A64
History
MerryMage
bed3cc03f9
u128: StickyLogicalShiftRight requires special-casing for amount == 64
...
In this case (128 - amount) == 64, and this invokes undefined behaviour
2018-07-23 20:22:01 +01:00
..
unicorn_emu
fuzz_with_unicorn: Avoid self-modifying code
2018-07-15 12:07:52 +01:00
a64.cpp
u128: StickyLogicalShiftRight requires special-casing for amount == 64
2018-07-23 20:22:01 +01:00
fuzz_with_unicorn.cpp
emit_x64_floating_point: Implement accurate fallback for FPMulAdd{32,64}
2018-07-23 18:52:09 +01:00
inst_gen.cpp
inst_gen: Make invalid_instructions a static inline variable
2018-02-04 19:44:29 +00:00
inst_gen.h
inst_gen: Compress loop into std::any_of in IsInvalidInstruction()
2018-07-13 18:28:38 +01:00
testenv.h
a64_emit_x64: Ensure host has updated ticks in EmitA64GetCNTPCT
2018-07-22 16:16:26 +01:00
verify_unicorn.cpp
tests/unicorn: Add type aliases to the Unicorn class
2018-07-14 08:22:18 +01:00