summaryrefslogtreecommitdiff
path: root/src/common/x64/emitter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-231-0/+1
|
* emitter: Remove pointer castsGravatar Lioncash2015-08-211-0/+23
| | | | This should also technically silence quite a few ubsan warnings.
* 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