dynarmic/src/frontend/A64
Lioncash b5bf890584 load_store_*: Make bracing consistent and variables const where applicable
Makes bracing consistent, and variables const where applicable to be
consistent with the rest of the codebase.

In most bracing cases, they'd need to be added to conditionals that
would involve checking stack pointer alignment in the future anyways.
2020-04-22 21:01:44 +01:00
..
decoder A64: Implement SQRDMULH's scalar vector variant 2020-04-22 21:01:43 +01:00
translate load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
imm.h A64/imm: Add full range of comparison operators to Imm template 2020-04-22 20:55:06 +01:00
ir_emitter.cpp ir: Add A64-specific opcodes for getting and setting raw NZCV values 2020-04-22 20:58:11 +01:00
ir_emitter.h ir: Add A64-specific opcodes for getting and setting raw NZCV values 2020-04-22 20:58:11 +01:00
location_descriptor.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
location_descriptor.h fp: A64::FPCR -> FP::FPCR 2020-04-22 20:46:21 +01:00
types.cpp General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
types.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00