dynarmic/src/frontend/A32
Lioncash b57ed8917a frontend/A32/types: Remove redundant std::string initializer
std::string initializes to empty by default. While we're at it, brace a
lone unbraced if statement.
2020-04-22 21:04:22 +01:00
..
decoder Merge pull request #500 from lioncash/cbz 2020-04-22 21:04:21 +01:00
disassembler Merge pull request #500 from lioncash/cbz 2020-04-22 21:04:21 +01:00
translate A32/translate/translate: Add missing doxygen parameter string 2020-04-22 21:04:22 +01:00
FPSCR.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
ir_emitter.cpp frontend/A32/ir_emitter: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
ir_emitter.h frontend/A32/ir_emitter: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
ITState.h A32: Add ITState 2020-04-22 21:04:22 +01:00
location_descriptor.cpp General: Make parameter names from declarations and implementations consistent 2020-04-22 21:04:22 +01:00
location_descriptor.h A32/location_descriptor: Add CPSR.IT to A32::LocationDescriptor 2020-04-22 21:04:22 +01:00
PSR.h PSR: Use Common::ModifyBit{,s} 2020-04-22 21:04:22 +01:00
types.cpp frontend/A32/types: Remove redundant std::string initializer 2020-04-22 21:04:22 +01:00
types.h A32: Replace immediate type aliases with the Imm template 2020-04-22 21:02:46 +01:00