summaryrefslogtreecommitdiff
path: root/src/common/x64/emitter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emitter: Add CALL that can be fixed up.Gravatar bunnei2016-04-131-0/+12
* emitter: Support arbitrary FixupBranch targets.Gravatar bunnei2016-04-131-0/+16
* x64 Emitter: Fix L bit in VEX prefixGravatar MerryMage2016-02-271-2/+2
* x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-231-0/+1
* emitter: Remove pointer castsGravatar Lioncash2015-08-211-0/+23
* emitter: Remove unnecessary definesGravatar Lioncash2015-08-201-5/+1
* emitter: Remove unnecessary else keywordsGravatar Lioncash2015-08-201-7/+7
* emitter: Remove unused codeGravatar Lioncash2015-08-201-24/+0
* emitter: Pass OpArg by reference where possibleGravatar Lioncash2015-08-201-351/+351
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-151-3/+3
* Common: Cleanup CPU capability detection code.Gravatar bunnei2015-08-151-9/+9
* Common: Move cpu_detect to x64 directory.Gravatar bunnei2015-08-151-1/+1
* x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei2015-08-151-0/+1989