dynarmic/src/frontend/ir
MerryMage 814e378249 VCMP and VCMPE were the other way around
- This was due to a misunderstanding of what the E in VCMPE means.
- The E refers to an exception being raised when a QNaN is encountered.
- Added unit tests for VCMP{E}
2020-04-22 20:26:07 +01:00
..
basic_block.cpp Ranged cache invalidation 2017-03-20 11:58:25 +00:00
basic_block.h Ranged cache invalidation 2017-03-20 11:58:25 +00:00
ir_emitter.cpp VCMP and VCMPE were the other way around 2020-04-22 20:26:07 +01:00
ir_emitter.h VCMP and VCMPE were the other way around 2020-04-22 20:26:07 +01:00
location_descriptor.cpp location_descriptor: Provide operator<< string overload (#24) 2016-09-05 21:31:25 +01:00
location_descriptor.h location_descriptor: Provide operator<< string overload (#24) 2016-09-05 21:31:25 +01:00
microinstruction.cpp microinstruction: Implement HasAssociatedPseudoOperation 2017-04-04 13:10:50 +01:00
microinstruction.h microinstruction: Implement HasAssociatedPseudoOperation 2017-04-04 13:10:50 +01:00
opcodes.cpp Standardize location of storage-class specifiers: Place at beginning of declarations 2017-09-29 01:23:45 +01:00
opcodes.h IR: Add IR type CoprocInfo 2017-01-08 14:56:06 +00:00
opcodes.inc parallel: Add and Subtract with Exchange improvements 2017-03-24 15:56:24 +00:00
terminal.h Add missing explicit specifiers (#27) 2016-09-07 12:08:48 +01:00
value.cpp Prefer ASSERT to DEBUG_ASSERT 2017-02-26 23:30:40 +00:00
value.h ir/value: Support U16 immediates 2017-01-29 22:58:11 +00:00