dynarmic/src/frontend/A32/translate
Lioncash c0ae23bbb7 A32/translate_thumb: Clean up formatting
Performs a similar tidying up of the Thumb translator, like what was
done with the regular ARM translator to make it consistent with the rest
of the codebase.

The A32 backend (both Thumb and ARM), will likely see more changes to it
in the near future, so this just acts as a "dusting off".
2020-04-22 21:02:46 +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 A32/translate_thumb: Clean up formatting 2020-04-22 21:02:46 +01:00