dynarmic/src/frontend/ir
Lioncash d5805cc6eb intrusive_list: Add size querying
Since we store pointers and have an interface for iterators
set up, the count is just the distance from the beginning
to the end of the list.

Nice thing is that because of this, basic blocks also get
the ability to have a size count without needing to do anything
directly.
2016-08-23 19:52:09 +01:00
..
basic_block.cpp basic_block: Use a range-based for loop for iteration 2016-08-23 19:51:01 +01:00
basic_block.h intrusive_list: Add size querying 2016-08-23 19:52:09 +01:00
ir_emitter.cpp intrusive_list: Support inserters 2016-08-19 20:25:17 +01:00
ir_emitter.h ir: separate components out a little more 2016-08-17 20:46:21 +01:00
microinstruction.cpp microinstruction: Identity's type depends on the type of its argument 2016-08-23 15:48:30 +01:00
microinstruction.h microinstruction: Identity's type depends on the type of its argument 2016-08-23 15:48:30 +01:00
opcodes.cpp ir/opcodes: Implement IR::AreTypesCompatible 2016-08-19 01:34:14 +01:00
opcodes.h ir/opcodes: Implement IR::AreTypesCompatible 2016-08-19 01:34:14 +01:00
opcodes.inc TranslateArm: Implement MRS, MSR (imm), MSR (reg) 2016-08-15 11:50:49 +01:00
terminal.h ir: separate components out a little more 2016-08-17 20:46:21 +01:00
value.cpp ir: separate components out a little more 2016-08-17 20:46:21 +01:00
value.h ir: separate components out a little more 2016-08-17 20:46:21 +01:00