index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
ArmEmitter.cpp
Age
Commit message (
Expand
)
Author
2013-09-18
[ARM] Enable VMOV to move from double VFP reg to two ARM registers.
Ryan Houdek
2013-09-17
[ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 doubl...
Ryan Houdek
2013-09-16
[ARM] VRSQRTE NEON emitter.
Ryan Houdek
2013-09-16
[ARM] Add NEON VORR and fix encoding on NEON VEOR. Remove VMRS_APSR because i...
Ryan Houdek
2013-09-14
[ARM] Add LSRS emitters, and ASR{S} register emitters. Fixes encoding in LSR ...
Ryan Houdek
2013-09-08
[ARM] Add support for double registers in VMOV(immediate). Add VEOR and VSTR1...
Ryan Houdek
2013-09-08
[ARM] Use NEON for loading the values from psq_l, gives a minimal performance...
Ryan Houdek
2013-09-01
A few more warnings.
comex
2013-08-30
[ARM] Fix the VMOV encoding to encode the destination VFP register correctly.
Ryan Houdek
2013-08-30
[ARM] Support both hardfp and softfp with lfs and lfd. Fixes these two instru...
Ryan Houdek
2013-08-19
[ARM] Add ASR/ASRS and UMULLS emitters.
Ryan Houdek
2013-08-03
[ARM] Fix VCVT F32<->F64 encoding.
Ryan Houdek
2013-08-02
[ARM] Push new ArmEmitter changes from PPSSPP. Mostly Fixes a few VFP/NEON in...
Ryan Houdek
2013-07-16
Fix encoding issue with VADD(Integer)
Ryan Houdek
2013-07-05
Fix most ARM warnings
Ryan Houdek
2013-04-18
Clang uses __clear_cache instead of __builtin___clear_cache like GCC
Ryan Houdek
2013-04-12
Merge in latest changes to ArmEmitter from the PPSSPP crew. Should fix the du...
Ryan Houdek
2013-03-19
Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.
lioncash
2013-03-18
Fix a typo in ArmEmitter noticed by LionCash.
Ryan Houdek
2013-03-18
Finish up VFP cleanup. A few more instructions are left for VFP, and a bunch ...
Ryan Houdek
2013-03-14
Beginning of VFP cleanup. Will finish when I have the hardware in front of me.
Ryan Houdek
2013-03-14
Really clean up all the emitter loadstores on ARM. If a ARM device supports V...
Ryan Houdek
2013-03-13
Add a new WriteNewStoreOp emitter function for beginning of rewrite of the Ar...
Ryan Houdek
2013-03-12
Fix JIT from rebasing on PPSSPP ArmEmitter.
Ryan Houdek
2013-03-11
Rebase ArmEmitter on PPSSPP's base. The loadstores are making my heart cry at...
Ryan Houdek
2013-03-07
Add a comment about Qualcomm in load stores.
Ryan Houdek
2013-03-06
Make the (V)LDR/(V)STR instructions support negative offsets. This fixes a bu...
Ryan Houdek
2013-02-27
Merge latest ArmEmitter changes from ppsspp while we're at it.
Ryan Houdek
2013-02-27
Ah. I blame vim on this typo entirely.
Ryan Houdek
2013-02-26
ARM Support without GLSL
Ryan Houdek