summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_jit_x64.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4086 from MerryMage/abibunnei2020-06-171-6/+6
|\
| * xbyak_abi: Remove *GPS variants of stack manipulation functionsMerryMage2020-06-151-6/+6
* | macro_jit_x64: Remove NEXT_PARAMETERMerryMage2020-06-151-5/+2
* | macro_jit_x64: Remove unused function Compile_WriteCarryMerryMage2020-06-151-8/+0
* | macro_jit_x64: Select better registersMerryMage2020-06-151-8/+8
* | macro_jit_x64: Remove REGISTERSMerryMage2020-06-151-7/+3
* | macro_jit_x64: Remove JITState::parametersMerryMage2020-06-151-4/+2
* | macro_jit_x64: Remove METHOD_ADDRESS_64MerryMage2020-06-151-2/+1
* | macro_jit_x64: Remove RESULT_64MerryMage2020-06-151-15/+3
|/
* Mark parameters as constDavid Marcec2020-06-031-1/+1
* Favor switch case over jump tableDavid Marcec2020-05-301-18/+25
* Implement macro JITDavid Marcec2020-05-301-0/+633