dynarmic/src/frontend/ir
Lioncash a1cace21a9 frontend/ir/ir_emitter: Apply const to locals where applicable
Makes const usage consistent with all other functions in the source
file.
2020-04-22 21:02:46 +01:00
..
basic_block.cpp ir/basic_block: Forward declare headers where applicable 2020-04-22 21:01:45 +01:00
basic_block.h ir/basic_block: Forward declare headers where applicable 2020-04-22 21:01:45 +01:00
cond.h frontend/ir/cond: Remove unused invert() function 2020-04-22 21:01:46 +01:00
ir_emitter.cpp frontend/ir/ir_emitter: Apply const to locals where applicable 2020-04-22 21:02:46 +01:00
ir_emitter.h Merge pull request #482 from lioncash/fixedfp 2020-04-22 21:02:45 +01:00
location_descriptor.cpp
location_descriptor.h general: Mark hash functions as noexcept 2020-04-22 21:01:43 +01:00
microinstruction.cpp A32: Implement barrier instructions introduced in ARMv7 2020-04-22 21:02:46 +01:00
microinstruction.h A32: Implement barrier instructions introduced in ARMv7 2020-04-22 21:02:46 +01:00
opcodes.cpp IR: Add VectorTable and VectorTableLookup IR instructions 2020-04-22 20:53:45 +01:00
opcodes.h
opcodes.inc A32: Implement barrier instructions introduced in ARMv7 2020-04-22 21:02:46 +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 frontend/ir/value: Add U16U32U64 type to represent floating point types 2020-04-22 20:58:11 +01:00