dynarmic/tests/A64
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