dynarmic/src/frontend/A32
Lioncash 9365487797 frontend/A32/ir_emitter: Remove unnecessary includes
std::initializer_list isn't used anywhere in here, and we can just
forward declare the CoprocReg enum to avoid needing to include the
header.
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 frontend/A32/ir_emitter: Remove unnecessary includes 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 A32/location_descriptor: Change formatting to use hex 2020-04-22 20:53:46 +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 {A32, A64}/types: Use std::array deduction guides where applicable 2020-04-22 21:02:46 +01:00
types.h A32: Replace immediate type aliases with the Imm template 2020-04-22 21:02:46 +01:00