summaryrefslogtreecommitdiff
path: root/src/common/x64/emitter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-311-1206/+0
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-4/+2
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-220/+381
* VideoCore: Run include-what-you-use and fix most includes.Gravatar Emmanuel Gil Peyrot2016-04-301-0/+2
* emitter: Add CALL that can be fixed up.Gravatar bunnei2016-04-131-0/+1
* emitter: Support arbitrary FixupBranch targets.Gravatar bunnei2016-04-131-0/+1
* emitter: templatize ImmPtrGravatar Lioncash2016-03-091-2/+6
* emitter: constexpr-ify helper functionsGravatar Lioncash2016-03-091-19/+17
* emitter: Get rid of CanDoOpWithGravatar Lioncash2016-03-091-7/+0
* emitter: constexpr-ify OpArgGravatar Lioncash2016-03-091-30/+30
* emitter: friend class OpArg with XEmitterGravatar Lioncash2016-03-091-3/+4
* emitter: Remove unimplemented prototypeGravatar Lioncash2016-03-091-1/+0
* x64: Proper stack alignment in shader JIT function callsGravatar aroulin2015-09-011-20/+22
* x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-231-0/+1
* emitter: Remove pointer castsGravatar Lioncash2015-08-211-4/+4
* emitter: Remove unused codeGravatar Lioncash2015-08-201-20/+0
* emitter: Remove unimplemented JMP prototypeGravatar Lioncash2015-08-201-1/+0
* emitter: Pass OpArg by reference where possibleGravatar Lioncash2015-08-201-412/+412
* emitter: Remove unnecessary inline specifiersGravatar Lioncash2015-08-201-33/+33
* Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.Gravatar bunnei2015-08-151-1/+1
* Common: Cleanup CPU capability detection code.Gravatar bunnei2015-08-151-1/+1
* x64: Refactor to remove fake interfaces and general cleanups.Gravatar bunnei2015-08-151-0/+1067