citra/src/core/arm/skyeye_common
MerryMage b37a850654 dyncom: Remove VFP_REG_ZERO
Fixes two issues that will never happen:

1. There are cases when VFP_REG_ZERO will be non-zero, but these will
   never be encoutered in well behaved guest code (i.e. writing to D16).

2. If CONFIG_VFPv3 is defined, accessing VFP_REG_ZERO would be out of
   bounds.
2017-12-02 12:06:51 +00:00
..
vfp dyncom: Remove VFP_REG_ZERO 2017-12-02 12:06:51 +00:00
arm_regformat.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
armstate.cpp gdbstub: Remove global variable from public interface 2016-12-15 16:37:22 -05:00
armstate.h Dyncom: Use size_t instead of int to store the instruction offsets in the instruction cache. 2017-08-21 08:34:23 -05:00
armsupp.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
armsupp.h Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00