summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_jit_x64.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-14Add break for default casesKyle Kienapfel1-0/+1
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen1-1/+1
2022-10-02macro_jit_x64: fix miscompilation of bit extraction operationsLiam1-37/+9
2022-10-01macro_jit_x64: cancel exit for taken branchLiam1-11/+5
2022-06-14general: fix compilation on MinGW GCC 12Liam1-1/+1
2022-05-08video_core/macro_jit_x64: warn on invalid parameter accessLiam1-3/+21
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash1-1/+1
2022-01-25video_core/macro_jit_x64: Remove unused impl class memberLioncash1-1/+0
2022-01-25video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implLioncash1-5/+4
2022-01-25video_core/macro_jit_x64: Move impl class into cpp fileLioncash1-16/+86
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-3/+2
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-8/+8
2020-08-30externals: Update Xbyak to 5.96Lioncash1-5/+5
2020-07-21video_core: Remove unused variablesLioncash1-1/+0
2020-06-24Macro HLE supportDavid Marcec1-1/+2
2020-06-20macro_jit_x64: Use ecx for shift registerMerryMage1-2/+2
2020-06-20macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()Lioncash1-3/+3
2020-06-20macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()Lioncash1-3/+4
2020-06-20macro_jit_x64: Remove unused variableLioncash1-2/+1
2020-06-20macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()Lioncash1-2/+2
2020-06-19macro_jit_x64: Remove unused function ReadMerryMage1-8/+4
2020-06-17macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValueMerryMage1-6/+17
2020-06-17macro_jit_x64: Optimization implicitly assumes same destinationMerryMage1-1/+2
2020-06-17macro_jit_x64: Should not skip zero registers for certain ALU opsMerryMage1-1/+3
2020-06-15macro_jit_x64: Remove NEXT_PARAMETERMerryMage1-5/+2
2020-06-15macro_jit_x64: Remove unused function Compile_WriteCarryMerryMage1-8/+0
2020-06-15macro_jit_x64: Select better registersMerryMage1-8/+8
2020-06-15macro_jit_x64: Remove REGISTERSMerryMage1-7/+3
2020-06-15macro_jit_x64: Remove JITState::parametersMerryMage1-4/+2
2020-06-15macro_jit_x64: Remove METHOD_ADDRESS_64MerryMage1-2/+1
2020-06-15macro_jit_x64: Remove RESULT_64MerryMage1-15/+3
2020-06-15xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage1-6/+6
2020-06-03Mark parameters as constDavid Marcec1-1/+1
2020-05-30Favor switch case over jump tableDavid Marcec1-18/+25
2020-05-30Implement macro JITDavid Marcec1-0/+633