dynarmic/src/frontend/ir
Lioncash 4f12e86ebb basic_block: Mark move constructor and assignment as noexcept
Allows the type to play nicely with standard library facilities better
(also we shouldn't be throwing in move operations to begin with).
2020-08-14 14:38:28 -04:00
..
basic_block.cpp basic_block: Mark move constructor and assignment as noexcept 2020-08-14 14:38:28 -04:00
basic_block.h basic_block: Mark move constructor and assignment as noexcept 2020-08-14 14:38:28 -04:00
cond.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
ir_emitter.cpp IR: Add VectorDeinterleave{Even,Odd}Lower 2020-07-04 11:04:10 +01:00
ir_emitter.h IR: Add VectorDeinterleave{Even,Odd}Lower 2020-07-04 11:04:10 +01:00
location_descriptor.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
location_descriptor.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
microinstruction.cpp A32 global exlcusive monitor 2020-06-16 17:54:21 +01:00
microinstruction.h Exclusive Monitor: Rework exclusive monitor interface. 2020-05-03 01:40:37 +01:00
opcodes.cpp opcodes: Switch from std::map to std::array 2020-05-17 17:01:39 +01:00
opcodes.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
opcodes.inc IR: Add VectorDeinterleave{Even,Odd}Lower 2020-07-04 11:04:10 +01:00
terminal.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
type.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
type.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
value.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
value.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00