summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/vfp/vfpinstr.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei1-1703/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-421/+336
2016-06-11arm_dyncom_interpreter: Rename anonymous enum to TransExtDataarchshift1-32/+32
2016-06-11Revert "Split huge interpreter source file into translation info and interpreter (+ some tiny misc style fixes)"archshift1-32/+32
2016-06-09arm_dyncom_interpreter.cpp: Split by translation and interpreter logicarchshift1-32/+32
2015-09-06DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift1-32/+32
2015-07-29dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMLioncash1-20/+34
2015-07-26dyncom: Use ARMul_State as an objectLioncash1-63/+63
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash1-28/+47
2015-06-13vfp: Handle accesses to the VFP media feature registersLioncash1-4/+2
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash1-4/+8
2015-05-23dyncom: remove load_r15 from arm_instLioncash1-128/+96
2015-05-21dyncom: Eliminate clang warningsLioncash1-4/+0
2015-05-14dyncom: Remove unnecessary typedefsLioncash1-64/+64
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash1-41/+41
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash1-29/+73
2015-02-18vfpinstr: Fix trivial signed/unsigned mismatch warningsLioncash1-4/+4
2015-02-13core: Apply static to local functionsLioncash1-32/+32
2015-02-04vfp: Throw out unused codeLioncash1-1733/+0
2015-01-23vfp: Clean up vertical alignment for instructionsLioncash1-131/+125
2015-01-19Cleanup: Logging in CoreChin1-248/+84
2015-01-03VFP: Minor cleanup, functionally the same.bunnei1-2587/+2476
2014-12-31dyncom: Massive refactorbunnei1-140/+30
2014-12-30vfp: Implement VMOVBRRSSLioncash1-10/+25
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-32/+0
2014-12-29vfp: Actually make the code somewhat readableLioncash1-1581/+344
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-24/+24
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-0/+0
2014-05-16- moved mmu to arm/interpreter folderbunnei1-0/+5123