summaryrefslogtreecommitdiff
path: root/Source/Core/Common/x64Emitter.h
AgeCommit message (Expand)Author
2015-07-06Revert "Merge pull request #2358 from Tilka/pie"Scott Mansell
2015-07-05Common: CallLambdaTrampoline can return a valueJeffrey Pfau
2015-06-07zfreeze: cache vertex positionsTillmann Karras
2015-06-06Merge pull request #2496 from Tilka/fma4flacs
2015-06-03Jit64: turn 32 bit addresses into offsetsTillmann Karras
2015-06-02XEmitter: add FMA4 instructionsTillmann Karras
2015-05-31Merge pull request #2486 from Tilka/x86_32Ryan Houdek
2015-05-31x64Emitter: drop duplicate enum & unused wrappersTillmann Karras
2015-05-31Jit64: drop more x86_32 left-oversTillmann Karras
2015-05-29x64Emitter: Pass some OpArg parameters by const referenceLioncash
2015-05-29x64Emitter: Remove 'Gen::' namespace prefix from some parametersLioncash
2015-05-29x64Emitter: Adjust position of reference and pointer indicatorsLioncash
2015-05-25Merge pull request #2421 from Tilka/jit_stuffRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-21XEmitter: add BLENDPS/BLENDPDTillmann Karras
2015-05-17XEmitter: restructure WriteVEXOp wrappersTillmann Karras
2015-05-17XEmitter: add VBLENDVPD and VCMPPDTillmann Karras
2015-05-17XEmitter: rename WriteVex to WriteVEXTillmann Karras
2015-05-17XEmitter: rename WriteRex to WriteREXTillmann Karras
2015-04-23Merge pull request #2088 from Sintendo/diecmpcomex
2015-04-23Merge pull request #2223 from phire/immcomex
2015-03-22Add function to emit CMP, or TEST when possibleSintendo
2015-03-20Merge pull request #2240 from lioncash/emittermagumagu
2015-03-20x64Emitter: Remove emitter pointer parameter from WriteNormalOp.Lioncash
2015-03-18XEmitter: add PUNPCKLQDQTillmann Karras
2015-03-17Make OpArg.offset and operandReg private.Scott Mansell
2015-03-17Make immediates more explicitScott Mansell
2015-01-24Added a comment to document an issue with the codegen.Scott Mansell
2015-01-18Move MOVBE wrappers directly into XEmitter classTillmann Karras
2015-01-18XEmitter: overload MOVBE()Tillmann Karras
2015-01-07x64Emitter: add MOVLPS/MOVHPSTillmann Karras
2015-01-05x64ABI: enhance MOVTwo to take an offsetFiora
2014-12-07Jit64: clean up casts in memory operandsTillmann Karras
2014-12-06x64Emitter: fix bitwise AVX opcodesTillmann Karras
2014-11-13Various formatting and consistency fixesStevoisiak
2014-11-09JIT: add 64-bit write support to FIFO functionsFiora
2014-10-25Convert registersInUse to BitSet.comex
2014-10-12Merge pull request #995 from FioraAeterna/fmaskidau
2014-10-10x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW)Henrik Rydgård
2014-10-10x64 emitter: Add a few missing instructionsHenrik Rydgård
2014-10-07X64Emitter: add FMA3 supportFiora
2014-10-03x64Emitter: refactor, add some new AVX instructionsFiora
2014-09-26JIT+Emitter: support locking flagsFiora
2014-09-18X64Emitter: add MOVHLPS/MOVLHPSFiora
2014-09-17Be pedantic about stack overflow on Linux and OS X.comex
2014-09-14x64Emitter: add LZCNT/TZCNT support and detectionFiora
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