summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64ABI.cpp
AgeCommit message (Expand)Author
2022-08-11Common:X64ABI: Work around clang-format being dumbTellowKrinkle
2022-08-10Common:X64ABI: Make proper stack framesTellowKrinkle
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2016-08-31x64Emitter: Generify ABI_CallFunction variantsLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-01-21Correct ampersands as wellmathieui
2016-01-21More asterisksmathieui
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-05x64ABI: enhance MOVTwo to take an offsetFiora
2014-11-09JIT: add 64-bit write support to FIFO functionsFiora
2014-11-02x64ABI: get rid of some duplicate codeTillmann Karras
2014-10-25Convert registersInUse to BitSet.comex
2014-10-10x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW)Henrik RydgÄrd
2014-09-10JIT: use XCHG in MOVTwoFiora
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-09-08Remove ABI_AlignStack/ABI_RestoreStack and the noProlog option to ABI_CallFun...comex
2014-09-08Remove the inaccurately named ABI_PushAllCalleeSavedRegsAndAdjustStack (it di...comex
2014-09-08Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack.comex
2014-09-06Factor code from ABI_CallFunctionRR and GetWriteTrampoline into a helper, and...comex
2014-08-30Common: Clean up brace placementsLioncash
2014-08-03Remove the rest of x86_32 support from Common.Ryan Houdek
2014-03-25Compute stack usage correctly in ABI_CallFunctionPC.magumagu
2014-03-25Use unaligned stores to save XMM regs to stack.magumagu
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-08x64ABI: Add two more CallFunction functions (for additional parameter types).Pierre Bourdon
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre