dynarmic/src/frontend/ir
MerryMage e10985d179 ir/basic_block: Add FastDispatchHint to TerminalToString
Use a boost::static_visitor to ensure this is caught at compile-time in the future.
2020-04-22 21:04:23 +01:00
..
basic_block.cpp ir/basic_block: Add FastDispatchHint to TerminalToString 2020-04-22 21:04:23 +01:00
basic_block.h General: Correct typos is code comments 2020-04-22 21:04:22 +01:00
cond.h frontend/ir/cond: Remove unused invert() function 2020-04-22 21:01:46 +01:00
ir_emitter.cpp frontend/ir_emitter: Add half-precision opcode for FPVectorEquals 2020-04-22 21:04:22 +01:00
ir_emitter.h A64/impl: Move AccType and MemOp enum into general IR emitter header 2020-04-22 21:04:23 +01:00
location_descriptor.cpp
location_descriptor.h general: Mark hash functions as noexcept 2020-04-22 21:01:43 +01:00
microinstruction.cpp frontend/ir_emitter: Add half-precision opcode for FPVectorEquals 2020-04-22 21:04:22 +01:00
microinstruction.h General: Correct typos is code comments 2020-04-22 21:04:22 +01:00
opcodes.cpp IR: Add VectorTable and VectorTableLookup IR instructions 2020-04-22 20:53:45 +01:00
opcodes.h
opcodes.inc frontend/ir_emitter: Add half-precision opcode for FPVectorEquals 2020-04-22 21:04:22 +01:00
terminal.h ir/terminal: std::move constructor parameters where applicable 2020-04-22 21:04:22 +01:00
type.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +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 frontend/ir/value: Add U16U32U64 type to represent floating point types 2020-04-22 20:58:11 +01:00