aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/arm_regformat.h
Commit message (Collapse)AuthorAge
* arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-06
|
* vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-29
| | | | Also has a side-benefit of correcting access to the FPEXC register.
* vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-12
| | | | These are able to be accessed in any privilege mode.
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-06
|
* Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-06
| | | | Also gets rid of preprocessor mumbo-jumbo
* dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-02
| | | | Also implements writing to the rest of the ARM11 MPCore CP15 register set.
* dyncom: Move CP15 register reading into its own function.Gravatar Lioncash2015-04-02
| | | | Keeps everything contained. Added all supported readable registers in an ARM11 MPCore.
* dyncom: Add more regs to MCR/MRCGravatar Lioncash2015-02-10
| | | | Adds the registers that were left out of some coprocessor ranges.
* arm: Move headers over to pragma onceGravatar Lioncash2015-01-30
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
| | | | | | | | | | Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
area. Removed s_ prefix