summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64Emitter.cpp
AgeCommit message (Expand)Author
2014-06-26Merge pull request #443 from magumagu/loadstore-cleanupLioncash
2014-06-25Centralize the logging code into its own folder in Common.Lioncash
2014-06-20JIT: Clean up float loads and stores.magumagu
2014-06-03x64Emitter: J_CC: use 32 bit offset automaticallyTillmann Karras
2014-04-30JitBackpatch: fix NOP paddingTillmann Karras
2014-04-23Optimize NOPsTillmann Karras
2014-04-11x64Emitter: Add the MOVBE instruction.Pierre Bourdon
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-25Fix OpArg::WriteRex with 8-bit memory operand.magumagu
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-02-23Merge pull request #25 from Tilka/ppc_fpPierre Bourdon
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
2014-02-12x64Emitter: Fix the PSUBQ instruction's opcodeScott Mansell
2014-02-12x64Emitter: Add the xmm, xmm form of PSRLQ instruction.Scott Mansell
2014-02-12Jit64[IL]: fix float conversionsTillmann Karras
2014-02-12x64: add support for some x87 instructionsTillmann Karras
2014-01-25x64: fix parameter names of WriteModRM()Tillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre