summaryrefslogtreecommitdiffstats
path: root/src/common/x64/emitter.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-27x64 Emitter: Fix L bit in VEX prefixMerryMage1-2/+2
2015-08-23x64-emitter: add RCPSS SSE instructionaroulin1-0/+1
2015-08-21emitter: Remove pointer castsLioncash1-0/+23
2015-08-20emitter: Remove unnecessary definesLioncash1-5/+1
2015-08-20emitter: Remove unnecessary else keywordsLioncash1-7/+7
2015-08-20emitter: Remove unused codeLioncash1-24/+0
2015-08-20emitter: Pass OpArg by reference where possibleLioncash1-351/+351
2015-08-16Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei1-3/+3
2015-08-16Common: Cleanup CPU capability detection code.bunnei1-9/+9
2015-08-16Common: Move cpu_detect to x64 directory.bunnei1-1/+1
2015-08-16x64: Refactor to remove fake interfaces and general cleanups.bunnei1-8/+8
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei1-0/+1989