dynarmic/src/frontend/translate
Sebastian Valle 4d44474ad4 Implemented the ARM UHADD8 instruction. (#45)
The x64 implementation uses the SSSE3 instruction PSHUFB.
A non-SSE fallback is provided in case the CPU doesn't support it.
2016-11-25 20:32:22 +00:00
..
translate_arm Implemented the ARM UHADD8 instruction. (#45) 2016-11-25 20:32:22 +00:00
translate_arm.cpp translate_arm: Remove unused method ArmTranslatorVisitor::LinkToNextInstruction 2016-09-21 14:07:53 +01:00
translate_thumb.cpp decoder: Generify the matcher interface (#33) 2016-09-17 09:48:18 +01:00
translate.cpp arm_types: Split out LocationDescriptor (#20) 2016-09-05 11:54:09 +01:00
translate.h arm_types: Split out LocationDescriptor (#20) 2016-09-05 11:54:09 +01:00