summaryrefslogtreecommitdiffstats
path: root/src/common/x64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* emitter: templatize ImmPtrLioncash2016-03-091-2/+6
* emitter: constexpr-ify helper functionsLioncash2016-03-091-19/+17
* emitter: Get rid of CanDoOpWithLioncash2016-03-091-7/+0
* emitter: constexpr-ify OpArgLioncash2016-03-091-30/+30
* emitter: friend class OpArg with XEmitterLioncash2016-03-091-3/+4
* emitter: Remove unimplemented prototypeLioncash2016-03-091-1/+0
* x64 Emitter: Fix L bit in VEX prefixMerryMage2016-02-271-2/+2
* x64: Proper stack alignment in shader JIT function callsaroulin2015-09-013-424/+90
* x64-emitter: add RCPSS SSE instructionaroulin2015-08-232-0/+2
* emitter: Remove pointer castsLioncash2015-08-212-4/+27
* emitter: Remove unnecessary definesLioncash2015-08-201-5/+1
* emitter: Remove unnecessary else keywordsLioncash2015-08-201-7/+7
* emitter: Remove unused codeLioncash2015-08-202-44/+0
* emitter: Remove unimplemented JMP prototypeLioncash2015-08-201-1/+0
* emitter: Pass OpArg by reference where possibleLioncash2015-08-202-763/+763
* emitter: Remove unnecessary inline specifiersLioncash2015-08-201-33/+33
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei2015-08-164-7/+7
* Common: Cleanup CPU capability detection code.bunnei2015-08-164-198/+141
* Common: Move cpu_detect to x64 directory.bunnei2015-08-163-1/+311
* x64: Refactor to remove fake interfaces and general cleanups.bunnei2015-08-164-0/+3814