summaryrefslogtreecommitdiffstats
path: root/src/common/x64 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-28x64: cpu_wait: Implement MWAITX for non-MSVC compilersMorph1-0/+10
2023-06-28x64: cpu_wait: Remove magic valuesMorph1-3/+8
2023-06-28x64: cpu_wait: Make use of MWAITX in MicroSleepMorph1-12/+21
2023-06-28x64: Add detection of monitorx instructionsMorph2-0/+2
2023-06-08(wall, native)_clock: Add GetGPUTickMorph2-1/+9
2023-06-08(wall, native)_clock: Rework NativeClockMorph2-181/+40
2023-06-08x64: Deduplicate RDTSC usageMorph4-19/+80
2023-03-27x64: Simplify RDTSC on non-MSVC compilersMorph2-16/+10
2023-03-27x64: Add MicroSleepMorph2-0/+82
2023-03-27x64: cpu_detect: Add detection of waitpkg instructionsMorph2-0/+2
2023-03-08native_clock: Wait for 10 seconds instead of 30Morph1-3/+3
2023-03-08native_clock: Use RealTimeClock instead of SteadyClockMorph1-4/+4
2023-03-08native_clock: Re-adjust the RDTSC frequencyMorph2-5/+34
2023-03-05native_clock: Round RDTSC frequency to the nearest 1000Morph1-5/+12
2022-11-12Add CPU core count to log filesMatías Locatti2-3/+60
2022-07-28Revert Coretiming PRs 8531 and 7454 (#8591)Maide1-1/+1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda2-6/+4
2022-07-06guard against div-by-zeroMarshall Mohror1-2/+5
2022-07-06common/x64: Use TSC clock rate from CPUID when availableMarshall Mohror2-0/+18
2022-06-30Adress Feedback.Fernando Sahmkow1-1/+0
2022-06-28Native clock: Use atomic ops as before.Fernando Sahmkow2-24/+29
2022-06-28Native Clock: remove inaccuracy mask.Fernando Sahmkow2-6/+1
2022-06-28Core: Fix tests.Fernando Sahmkow1-0/+1
2022-06-28Common: improve native clock.Fernando Sahmkow2-29/+24
2022-04-23general: Convert source file copyright comments over to SPDXMorph4-10/+10
2022-04-03native_clock: Internal linkage for FencedRDTSCMerry1-2/+4
2022-04-03native_clock: Use lfence with rdtscmerry1-14/+33
2022-04-02native_clock: Use writeback from CAS to avoid double-loadingmerry1-4/+6
2022-04-02native_clock: Use AtomicLoad128Merry1-2/+2
2022-03-19common: Reduce unused includesameerj3-5/+0
2022-03-11cpu_detect: Add additional x86 flags and telemetryWunkolo2-11/+40
2022-03-10cpu_detect: Revert `__cpuid{ex}` array-type argumentWunkolo1-6/+6
2022-03-09cpu_detect: Add missing `lzcnt` detectionWunkolo1-0/+1
2022-03-09cpu_detect: Refactor cpu/manufacturer identificationWunkolo2-24/+38
2022-03-09cpu_detect: Update array-types to `span` and `array`Wunkolo1-11/+13
2022-03-09cpu_detect: Utilize `Bit<N>` utility functionWunkolo1-32/+20
2022-03-09cpu_detect: Compact capability fieldsWunkolo1-20/+21
2022-01-30common: wall_clock: Utilize constants for ms, us, and ns ratiosMorph1-3/+3
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash1-8/+8
2021-12-14common/cpu_detect: Remove CPU family and modelMorph1-12/+0
2021-12-04native_clock: Wait for less time in EstimateRDTSCFrequencyMorph1-18/+18
2021-12-02general: Replace high_resolution_clock with steady_clockMorph1-3/+3
2021-08-15xbyak: Update include pathMerry2-2/+2
2021-02-15common: Merge uint128 to a single header file with inlines.bunnei1-58/+0
2021-01-02X86/NativeClock: Reimplement RTDSC access to be lock free.Fernando Sahmkow2-22/+41
2021-01-02X86/NativeClock: Improve performance of clock calculations on hot path.Fernando Sahmkow2-5/+71
2020-12-05xbyak_abi: Shorten std::size_t to size_tLioncash1-8/+8
2020-12-05xbyak_abi: Avoid implicit sign conversionsLioncash1-2/+2
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash2-5/+6
2020-11-02common: Enable warnings as errorsLioncash1-1/+1
2020-09-30common/wall_clock: Add virtual destructorsReinUsesLisp1-1/+1
2020-08-30externals: Update Xbyak to 5.96Lioncash1-16/+16
2020-06-28Core/Common: Address Feedback.Fernando Sahmkow1-2/+2
2020-06-27Common/NativeClockx86: Reduce native clock accuracy further.Fernando Sahmkow1-1/+1
2020-06-27X64 Clock: Reduce accuracy to be less or equal to guest accuracy.Fernando Sahmkow2-1/+7
2020-06-27HostTiming: Pause the hardware clock on pause.Fernando Sahmkow2-0/+9
2020-06-20common/cpu_detect: Add AVX512 detectionMorph2-0/+6
2020-06-18Common: Refactor & Document Wall clock.Fernando Sahmkow1-40/+7
2020-06-18Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow4-0/+214
2020-06-15xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSizeMerryMage1-17/+19
2020-06-15xbyak_abi: Register indexes should be unsignedMerryMage1-11/+12
2020-06-15xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage1-36/+0
2020-06-15xbyak_abi: Fix ABI_PushRegistersAndAdjustStackMerryMage1-6/+2
2020-05-30Add xbyak externalDavid Marcec2-0/+313
2020-01-18Remove unused CPU Vendor string and telemtry fieldJames Rowe2-99/+0
2018-11-21common: Remove dependency on xbyakLioncash2-269/+0
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2-10/+13
2018-08-15common/xbyak_abi: Mark defined functions in header as inlineLioncash1-7/+7
2018-08-15common/xbyak: Use nested namespace specifiers where applicableLioncash2-8/+4
2018-08-08common: Convert type traits templates over to variable template versions where applicableLioncash1-1/+1
2018-03-26cpu_detect.cpp: Change comment from citra to yuzuN00byKing1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe1-13/+56
2017-05-28Common: Fix some out-of-style includesYuri Kunde Schlesner1-1/+1
2017-03-13common/cpu_detect: Add missing include and fix namespace scopeYuri Kunde Schlesner1-5/+7
2017-01-31Common/x64: remove legacy emitter and abi (#2504)Weiyi Wang4-4197/+0
2016-12-15VideoCore: Convert x64 shader JIT to use Xbyak for assemblyYuri Kunde Schlesner2-0/+227
2016-10-28common: use system CPUID routine on DragonFly as wellJan Beich1-2/+2
2016-10-28common: some FreeBSD headers are incomplete to avoid namespace pollutionJan Beich1-1/+3
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2-3/+3
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot3-9/+4
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2-5/+3
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot5-1354/+2093
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot1-0/+2
2016-04-14emitter: Add CALL that can be fixed up.bunnei2-0/+13
2016-04-14emitter: Support arbitrary FixupBranch targets.bunnei2-0/+17
2016-03-09emitter: templatize ImmPtrLioncash1-2/+6
2016-03-09emitter: constexpr-ify helper functionsLioncash1-19/+17
2016-03-09emitter: Get rid of CanDoOpWithLioncash1-7/+0
2016-03-09emitter: constexpr-ify OpArgLioncash1-30/+30
2016-03-09emitter: friend class OpArg with XEmitterLioncash1-3/+4
2016-03-09emitter: Remove unimplemented prototypeLioncash1-1/+0
2016-02-27x64 Emitter: Fix L bit in VEX prefixMerryMage1-2/+2
2015-09-01x64: Proper stack alignment in shader JIT function callsaroulin3-424/+90
2015-08-23x64-emitter: add RCPSS SSE instructionaroulin2-0/+2
2015-08-21emitter: Remove pointer castsLioncash2-4/+27
2015-08-20emitter: Remove unnecessary definesLioncash1-5/+1
2015-08-20emitter: Remove unnecessary else keywordsLioncash1-7/+7
2015-08-20emitter: Remove unused codeLioncash2-44/+0
2015-08-20emitter: Remove unimplemented JMP prototypeLioncash1-1/+0
2015-08-20emitter: Pass OpArg by reference where possibleLioncash2-763/+763
2015-08-20emitter: Remove unnecessary inline specifiersLioncash1-33/+33
2015-08-16Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei4-7/+7
2015-08-16Common: Cleanup CPU capability detection code.bunnei4-198/+141
2015-08-16Common: Move cpu_detect to x64 directory.bunnei3-1/+311
2015-08-16x64: Refactor to remove fake interfaces and general cleanups.bunnei4-0/+3814