summaryrefslogtreecommitdiffstats
path: root/src/common/x64/abi.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-31Common/x64: remove legacy emitter and abi (#2504)Weiyi Wang1-58/+0
These are not used any more since we moved shader JIT to xbyak.
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-8/+7
2015-09-01x64: Proper stack alignment in shader JIT function callsaroulin1-40/+21
Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files
2015-08-16Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei1-1/+1
2015-08-16x64: Refactor to remove fake interfaces and general cleanups.bunnei1-2/+2
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei1-0/+78