index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
x64
/
emitter.h
Age
Commit message (
Expand
)
Author
2017-01-31
Common/x64: remove legacy emitter and abi (#2504)
Weiyi Wang
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-13
emitter: Add CALL that can be fixed up.
bunnei
2016-04-13
emitter: Support arbitrary FixupBranch targets.
bunnei
2016-03-09
emitter: templatize ImmPtr
Lioncash
2016-03-09
emitter: constexpr-ify helper functions
Lioncash
2016-03-09
emitter: Get rid of CanDoOpWith
Lioncash
2016-03-09
emitter: constexpr-ify OpArg
Lioncash
2016-03-09
emitter: friend class OpArg with XEmitter
Lioncash
2016-03-09
emitter: Remove unimplemented prototype
Lioncash
2015-09-01
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-08-23
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-21
emitter: Remove pointer casts
Lioncash
2015-08-20
emitter: Remove unused code
Lioncash
2015-08-20
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
emitter: Remove unnecessary inline specifiers
Lioncash
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei