dynarmic/src
Lioncash 575ae852a9 constant_propagation_pass: Fold byte reversal opcodes where applicable
These are reasonably trivial to fold away when applicable. We just
perform the swap and replace the instruction with the constant value.
2020-04-22 20:57:37 +01:00
..
backend/x64 emit_x64_vector_floating_point: AVX && DN implementation of EmitFPVectorMulX 2020-04-22 20:57:37 +01:00
common common: Move byte swapping functions to bit_utils.h 2020-04-22 20:57:37 +01:00
frontend A64: Implement FMULX (by element), single and double precision variants 2020-04-22 20:57:37 +01:00
ir_opt constant_propagation_pass: Fold byte reversal opcodes where applicable 2020-04-22 20:57:37 +01:00
CMakeLists.txt CMakeLists: Add missing cond.h header to file listing 2020-04-22 20:55:05 +01:00