dynarmic/src/frontend/ir
Lioncash 597a8be5d5 ir: Add A64-specific opcodes for getting and setting raw NZCV values
This will be necessary to implement the flag manipulation and flag
format instructions.
2020-04-22 20:58:11 +01:00
..
basic_block.cpp Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
basic_block.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
cond.h ir/cond: Migrate to C++17 nested namespace specifiers 2020-04-22 20:55:05 +01:00
ir_emitter.cpp frontend/ir: Add opcodes for vector square roots 2020-04-22 20:58:10 +01:00
ir_emitter.h frontend/ir: Add opcodes for vector square roots 2020-04-22 20:58:10 +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 ir: Add A64-specific opcodes for getting and setting raw NZCV values 2020-04-22 20:58:11 +01:00
microinstruction.h IR: Implement Vector{Signed,Unsigned}Multiply{16,32} 2020-04-22 20:55:06 +01:00
opcodes.cpp IR: Add VectorTable and VectorTableLookup IR instructions 2020-04-22 20:53:45 +01:00
opcodes.h Forward declare IR::Opcode and IR::Type where possible 2020-04-22 20:46:14 +01:00
opcodes.inc ir: Add A64-specific opcodes for getting and setting raw NZCV values 2020-04-22 20:58:11 +01:00
terminal.h ir/terminal: Add FastDispatchHint 2020-04-22 20:53:46 +01:00
type.cpp IR: Add VectorTable and VectorTableLookup IR instructions 2020-04-22 20:53:45 +01:00
type.h IR: Add VectorTable and VectorTableLookup IR instructions 2020-04-22 20:53:45 +01:00
value.cpp ir/value: Add IsSignedImmediate() and IsUnsignedImmediate() functions to Value's interface 2020-04-22 20:57:37 +01:00
value.h ir/value: Add IsSignedImmediate() and IsUnsignedImmediate() functions to Value's interface 2020-04-22 20:57:37 +01:00