summaryrefslogtreecommitdiff
path: root/src/common/x64
AgeCommit message (Expand)Author
2018-08-14common/xbyak_abi: Mark defined functions in header as inlineLioncash
2018-08-14common/xbyak: Use nested namespace specifiers where applicableLioncash
2018-08-07common: Convert type traits templates over to variable template versions wher...Lioncash
2018-03-26cpu_detect.cpp: Change comment from citra to yuzuN00byKing
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-05-27Common: Fix some out-of-style includesYuri Kunde Schlesner
2017-03-12common/cpu_detect: Add missing include and fix namespace scopeYuri Kunde Schlesner
2017-01-31Common/x64: remove legacy emitter and abi (#2504)Weiyi Wang
2016-12-14VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner
2016-10-27common: use system CPUID routine on DragonFly as wellJan Beich
2016-10-27common: some FreeBSD headers are incomplete to avoid namespace pollutionJan Beich
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-13emitter: Add CALL that can be fixed up.bunnei
2016-04-13emitter: Support arbitrary FixupBranch targets.bunnei
2016-03-09emitter: templatize ImmPtrLioncash
2016-03-09emitter: constexpr-ify helper functionsLioncash
2016-03-09emitter: Get rid of CanDoOpWithLioncash
2016-03-09emitter: constexpr-ify OpArgLioncash
2016-03-09emitter: friend class OpArg with XEmitterLioncash
2016-03-09emitter: Remove unimplemented prototypeLioncash
2016-02-27x64 Emitter: Fix L bit in VEX prefixMerryMage
2015-09-01x64: Proper stack alignment in shader JIT function callsaroulin
2015-08-23x64-emitter: add RCPSS SSE instructionaroulin
2015-08-21emitter: Remove pointer castsLioncash
2015-08-20emitter: Remove unnecessary definesLioncash
2015-08-20emitter: Remove unnecessary else keywordsLioncash
2015-08-20emitter: Remove unused codeLioncash
2015-08-20emitter: Remove unimplemented JMP prototypeLioncash
2015-08-20emitter: Pass OpArg by reference where possibleLioncash
2015-08-20emitter: Remove unnecessary inline specifiersLioncash
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15Common: Cleanup CPU capability detection code.bunnei
2015-08-15Common: Move cpu_detect to x64 directory.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei