index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
skyeye_common
/
vfp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dyncom: Remove unused/unnecessary VFP cruft
Lioncash
2015-04-18
2
-636
/
+7
*
Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.
Emmanuel Gil Peyrot
2015-04-14
2
-39
/
+36
*
vfp: Make the FPSID values match the MPCore
Lioncash
2015-04-06
1
-7
/
+7
*
vfp: Get rid of the VFP_OFFSET macro
Lioncash
2015-04-06
3
-56
/
+56
*
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-03-17
1
-29
/
+73
*
vfp: Get rid of warnings
Lioncash
2015-03-04
2
-4
/
+4
*
vfpinstr: Fix trivial signed/unsigned mismatch warnings
Lioncash
2015-02-18
1
-4
/
+4
*
vfpdouble: Use %p for printing pointer addresses.
Lioncash
2015-02-15
1
-2
/
+2
*
core: Apply static to local functions
Lioncash
2015-02-13
1
-32
/
+32
*
arm: General cleanup
Lioncash
2015-02-13
3
-9
/
+7
*
dyncom: Clean up the constructor
Lioncash
2015-02-13
1
-5
/
+0
*
vfp: Normalize accumulator for multiply accumulate instructions
Lioncash
2015-02-10
2
-0
/
+6
*
vfpdouble: Fix the FTOUI NaN sign setting
Lioncash
2015-02-09
1
-1
/
+1
*
Throw more unused/unnecessary VFP code out
Lioncash
2015-02-09
3
-215
/
+1
*
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
Lioncash
2015-02-09
4
-192
/
+153
*
vfp_helper: Normalize tabs to spaces
Lioncash
2015-02-09
1
-172
/
+170
*
vfp_helper: Remove unnecessary extern C blocks
Lioncash
2015-02-06
1
-17
/
+1
*
vfp: Move FPSID, FPEXC, and FPSCR values over to enums.
Lioncash
2015-02-06
3
-150
/
+104
*
Merge pull request #537 from lioncash/vfp
bunnei
2015-02-04
1
-6
/
+6
|
\
|
*
vfp: Fix VCVT
Lioncash
2015-02-04
1
-6
/
+6
*
|
vfp: Throw out unused code
Lioncash
2015-02-04
2
-1765
/
+0
|
/
*
vfp: Get rid of some compile warnings
Lioncash
2015-02-01
2
-6
/
+3
*
arm: Adios armemu
Lioncash
2015-02-01
1
-138
/
+92
*
arm: Move headers over to pragma once
Lioncash
2015-01-30
3
-8
/
+4
*
Update vfp.cpp
bunnei
2015-01-27
1
-1
/
+1
*
Merge pull request #410 from chinhodado/cleanup
bunnei
2015-01-24
4
-432
/
+151
|
\
|
*
Cleanup: Logging in Core
Chin
2015-01-19
4
-432
/
+151
*
|
vfp: Clean up vertical alignment for instructions
Lioncash
2015-01-23
1
-131
/
+125
*
|
dyncom: Clarify precedence for ternary statements
Lioncash
2015-01-20
2
-2
/
+2
|
/
*
vfp: Remove dead code
Lioncash
2015-01-12
1
-50
/
+14
*
VFP: Minor cleanup, functionally the same.
bunnei
2015-01-03
1
-2587
/
+2476
*
dyncom: Massive refactor
bunnei
2014-12-31
1
-140
/
+30
*
vfp: Get rid of a few warnings
Lioncash
2014-12-30
2
-2
/
+2
*
vfp: Implement VMOVBRRSS
Lioncash
2014-12-30
3
-12
/
+44
*
dyncom: Various cleanups to match coding style, no functional changes.
bunnei
2014-12-30
1
-32
/
+0
*
vfp: Actually make the code somewhat readable
Lioncash
2014-12-29
3
-1650
/
+944
*
armemu: Fix FTOUI NaN sign.
Normmatt
2014-12-16
1
-1
/
+1
*
armemu: Fix FSUBS bug where NaN shouldn't be negated
Normmatt
2014-12-16
1
-1
/
+4
*
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-12-15
1
-4
/
+3
*
Fix compilation errors
Sean Maas
2014-11-03
1
-2
/
+2
*
ARM: Merge latest VFP fixes from 3dmoo team.
bunnei
2014-11-02
4
-2096
/
+2388
*
Fix VFP compilation errors with gcc
Yuri Kunde Schlesner
2014-10-31
1
-12
/
+12
*
vfp_helper: Get rid of integer type redefinitions
Lioncash
2014-10-26
1
-7
/
+1
*
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
1
-24
/
+24
*
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
bunnei
2014-10-25
7
-0
/
+8757