summaryrefslogtreecommitdiff
path: root/src/common/x64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Enable warnings as errorsGravatar Lioncash2020-11-021-1/+1
* common/wall_clock: Add virtual destructorsGravatar ReinUsesLisp2020-09-301-1/+1
* externals: Update Xbyak to 5.96Gravatar Lioncash2020-08-301-16/+16
* Core/Common: Address Feedback.Gravatar Fernando Sahmkow2020-06-271-2/+2
* Common/NativeClockx86: Reduce native clock accuracy further.Gravatar Fernando Sahmkow2020-06-271-1/+1
* X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Gravatar Fernando Sahmkow2020-06-272-1/+7
* HostTiming: Pause the hardware clock on pause.Gravatar Fernando Sahmkow2020-06-272-0/+9
* Merge pull request #3396 from FernandoS27/prometheus-1Gravatar David2020-06-284-0/+181
|\
| * Common: Refactor & Document Wall clock.Gravatar Fernando Sahmkow2020-06-181-40/+7
| * Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow2020-06-184-0/+214
* | common/cpu_detect: Add AVX512 detectionGravatar Morph2020-06-202-0/+6
|/
* xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate...Gravatar MerryMage2020-06-151-17/+19
* xbyak_abi: Register indexes should be unsignedGravatar MerryMage2020-06-151-11/+12
* xbyak_abi: Remove *GPS variants of stack manipulation functionsGravatar MerryMage2020-06-151-36/+0
* xbyak_abi: Fix ABI_PushRegistersAndAdjustStackGravatar MerryMage2020-06-151-6/+2
* Add xbyak externalGravatar David Marcec2020-05-302-0/+313
* Remove unused CPU Vendor string and telemtry fieldGravatar James Rowe2020-01-172-99/+0
* common: Remove dependency on xbyakGravatar Lioncash2018-11-212-269/+0
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-152-10/+13
* common/xbyak_abi: Mark defined functions in header as inlineGravatar Lioncash2018-08-141-7/+7
* common/xbyak: Use nested namespace specifiers where applicableGravatar Lioncash2018-08-142-8/+4
* common: Convert type traits templates over to variable template versions wher...Gravatar Lioncash2018-08-071-1/+1
* cpu_detect.cpp: Change comment from citra to yuzuGravatar N00byKing2018-03-261-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-13/+56
* Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-271-1/+1
* common/cpu_detect: Add missing include and fix namespace scopeGravatar Yuri Kunde Schlesner2017-03-121-5/+7
* Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-314-4197/+0
* VideoCore: Convert x64 shader JIT to use Xbyak for assemblyGravatar Yuri Kunde Schlesner2016-12-142-0/+227
* common: use system CPUID routine on DragonFly as wellGravatar Jan Beich2016-10-271-2/+2
* common: some FreeBSD headers are incomplete to avoid namespace pollutionGravatar Jan Beich2016-10-271-1/+3
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-212-3/+3
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-213-9/+4
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-182-5/+3
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-185-1354/+2093
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-0/+2
* emitter: Add CALL that can be fixed up.Gravatar bunnei2016-04-132-0/+13
* emitter: Support arbitrary FixupBranch targets.Gravatar bunnei2016-04-132-0/+17
* emitter: templatize ImmPtrGravatar Lioncash2016-03-091-2/+6
* emitter: constexpr-ify helper functionsGravatar Lioncash2016-03-091-19/+17
* emitter: Get rid of CanDoOpWithGravatar Lioncash2016-03-091-7/+0
* emitter: constexpr-ify OpArgGravatar Lioncash2016-03-091-30/+30
* emitter: friend class OpArg with XEmitterGravatar Lioncash2016-03-091-3/+4
* emitter: Remove unimplemented prototypeGravatar Lioncash2016-03-091-1/+0
* x64 Emitter: Fix L bit in VEX prefixGravatar MerryMage2016-02-271-2/+2
* x64: Proper stack alignment in shader JIT function callsGravatar aroulin2015-09-013-424/+90
* x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-232-0/+2
* emitter: Remove pointer castsGravatar Lioncash2015-08-212-4/+27
* emitter: Remove unnecessary definesGravatar Lioncash2015-08-201-5/+1
* emitter: Remove unnecessary else keywordsGravatar Lioncash2015-08-201-7/+7
* emitter: Remove unused codeGravatar Lioncash2015-08-202-44/+0