index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
skyeye_common
/
vfp
/
vfpinstr.cpp
Age
Commit message (
Expand
)
Author
2015-07-26
dyncom: Use ARMul_State as an object
Lioncash
2015-06-29
vfp: Handle accesses to FPINST/FPINST2 system registers
Lioncash
2015-06-12
vfp: Handle accesses to the VFP media feature registers
Lioncash
2015-06-12
vfp: Implement VMOVBCR/VMOVBRC
Lioncash
2015-05-22
dyncom: remove load_r15 from arm_inst
Lioncash
2015-05-21
dyncom: Eliminate clang warnings
Lioncash
2015-05-14
dyncom: Remove unnecessary typedefs
Lioncash
2015-04-06
vfp: Get rid of the VFP_OFFSET macro
Lioncash
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-02-17
vfpinstr: Fix trivial signed/unsigned mismatch warnings
Lioncash
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-04
vfp: Throw out unused code
Lioncash
2015-01-24
Merge pull request #410 from chinhodado/cleanup
bunnei
2015-01-23
vfp: Clean up vertical alignment for instructions
Lioncash
2015-01-19
Cleanup: Logging in Core
Chin
2015-01-03
VFP: Minor cleanup, functionally the same.
bunnei
2014-12-30
dyncom: Massive refactor
bunnei
2014-12-30
vfp: Implement VMOVBRRSS
Lioncash
2014-12-29
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-12-28
vfp: Actually make the code somewhat readable
Lioncash
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei