dynarmic/src/frontend/ir
2020-04-22 20:46:22 +01:00
..
basic_block.cpp ir/basic_block: Add missing U16 immediate type to DumpBlock 2020-04-22 20:46:18 +01:00
basic_block.h basic_block: Fix bogus GCC maybe-uninitialized warning 2020-04-22 20:46:13 +01:00
cond.h Label A32 specific code appropriately 2020-04-22 20:33:30 +01:00
ir_emitter.cpp A64: Implement FRSQRTS (vector), single/double variant 2020-04-22 20:46:22 +01:00
ir_emitter.h A64: Implement FRSQRTS (vector), single/double variant 2020-04-22 20:46:22 +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 General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
microinstruction.cpp microinstruction: Add missing FP scalar opcodes to ReadsFromFPSCR() and WritesToFPSCR() 2020-04-22 20:46:22 +01:00
microinstruction.h A64: The A64SetTPIDR IR instruction writes to a system register and should not be eliminated by the dead code elimination pass. 2020-04-22 20:46:21 +01:00
opcodes.cpp Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
opcodes.h Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
opcodes.inc A64: Implement FRSQRTS (vector), single/double variant 2020-04-22 20:46:22 +01:00
terminal.h General: Convert multiple namespace specifiers to nested namespace specifiers where applicable 2020-04-22 20:44:38 +01:00
type.cpp Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
type.h Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
value.cpp Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
value.h Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00