summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2015-08-13Merge pull request #1027 from lioncash/debuggerbunnei
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Emmanuel Gil Peyrot
2015-08-11arm_disasm: ARMv6 mul/div and abs media instructionsaroulin
2015-08-11arm_disasm: ARMv6 parallel add/sub media instructionsaroulin
2015-08-09arm_disasm: ARMv6 reversal media instructionsaroulin
2015-08-09arm_disasm: ARMv6 saturation media instructionsaroulin
2015-08-09arm_disasm: ARMv6 packing and sign-extend media instructionsaroulin
2015-08-07Merge pull request #1026 from lioncash/disasmLioncash
2015-08-06arm_interface: Implement interface for retrieving VFP registersLioncash
2015-08-06arm_disasm: Remove unnecessary codeLioncash
2015-08-06Disassembler: ARMv6K REX instructionsaroulin
2015-08-06Disassembler: ARMv6K hint instructionsaroulin
2015-07-30Merge pull request #1008 from lioncash/pcbunnei
2015-07-29dyncom: Remove an unused variableLioncash
2015-07-29dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMLioncash
2015-07-28dyncom: Handle left-operand PC correctly for data-processing opsLioncash
2015-07-28dyncom: Remove an unnecessary typedefLioncash
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash
2015-07-27dyncom: Remove code duplication regarding thumb instructionsLioncash
2015-07-27dyncom: Migrate exclusive memory access control into armstateLioncash
2015-07-27dyncom: Remove duplicated typedef and externLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-21dyncom: Pass SVC immediates directly.Lioncash
2015-07-19dyncom: Properly retrieve the PC value in BX if used.Lioncash
2015-07-18Dyncom: Support for a missing ARMv6 Thumb MOV encodingYuri Kunde Schlesner
2015-07-16arm_dyncom_interpreter: Simplify assignment in SMLAWLioncash
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Lioncash
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-06-12vfp: Handle accesses to the VFP media feature registersLioncash
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash
2015-06-04arm_dyncom_thumb: Fix handling of writeback for thumb LDMIALioncash
2015-05-31arm_dyncom_thumb: Fix encoding of BKPT's immediateLioncash
2015-05-31arm_dyncom_thumb: Implement CPS and SETENDLioncash
2015-05-31arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Lioncash
2015-05-31arm_dyncom_thumb: Implement REV, REV16, and REVSH.Lioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-26Merge pull request #826 from lioncash/tablesYuri Kunde Schlesner
2015-05-26arm_dyncom_thumb: Merge STR/LDR table subsets.Lioncash