summaryrefslogtreecommitdiff
path: root/src/common/x64/emitter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-311-2583/+0
| | | These are not used any more since we moved shader JIT to xbyak.
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-2/+2
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-5/+3
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-1/+1
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1020/+1592
|
* 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
| | | | 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