summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64Emitter.cpp
AgeCommit message (Expand)Author
2014-09-02x64Emitter: assert instead of crashing when generating MOVZX with a wrong sizePierre Bourdon
2014-09-02x64Emitter: Fix MUL with AH/BH/CH/DH registers.Pierre Bourdon
2014-09-02x64Emitter: Error out on 8 bits CMOV, and emit 16 bits CMOV properlyPierre Bourdon
2014-09-02x64Emitter: Assert when using an invalid POP instead of generating an INT3Pierre Bourdon
2014-09-02x64Emitter: RDTSC now without a typo'd namePierre Bourdon
2014-09-01Common: Remove unnecessary "using namespace Gen;" from x64emitterLioncash
2014-08-30Common: Clean up brace placementsLioncash
2014-08-27x64Emitter: add support for some missing CVT instructionsFiora
2014-08-27Remove pointless initializations.Rohit Nirmal
2014-08-20x64Emitter: remove redundant "Gen::"Tillmann Karras
2014-08-20x64Emitter: make 'packed' parameter a boolTillmann Karras
2014-08-17x64Emitter: refactor to support longer opcodesFiora
2014-08-07x64Emitter: optimize immediate sizesFiora
2014-08-03Remove the rest of x86_32 support from Common.Ryan Houdek
2014-07-30x64Emitter: Fix REX encoding for SETccPierre Bourdon
2014-07-15x64Emitter: add CVTTPD2DQTillmann Karras
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