dynarmic/src/frontend/A32/translate
Lioncash fe95575b95 general: Replace unreachable-imitating assertions with UNREACHABLE()
We can just use the self-documenting assertion for indicating
unreachable paths, instead of manually passing false and providing a
message.
2020-04-22 21:01:43 +01:00
..
translate_arm frontend/ir/ir_emitter: Alter parameters of FPDoubleToSingle() and FPSingleToDouble() to pass along desired rounding mode 2020-04-22 20:58:10 +01:00
translate.cpp A32: Add define_unpredictable_behaviour option 2020-04-22 20:53:46 +01:00
translate.h A32: Add define_unpredictable_behaviour option 2020-04-22 20:53:46 +01:00
translate_arm.cpp general: Replace unreachable-imitating assertions with UNREACHABLE() 2020-04-22 21:01:43 +01:00
translate_thumb.cpp Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00