index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
x64
/
emitter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-220
/
+381
*
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-30
1
-0
/
+2
*
emitter: Add CALL that can be fixed up.
bunnei
2016-04-14
1
-0
/
+1
*
emitter: Support arbitrary FixupBranch targets.
bunnei
2016-04-14
1
-0
/
+1
*
emitter: templatize ImmPtr
Lioncash
2016-03-09
1
-2
/
+6
*
emitter: constexpr-ify helper functions
Lioncash
2016-03-09
1
-19
/
+17
*
emitter: Get rid of CanDoOpWith
Lioncash
2016-03-09
1
-7
/
+0
*
emitter: constexpr-ify OpArg
Lioncash
2016-03-09
1
-30
/
+30
*
emitter: friend class OpArg with XEmitter
Lioncash
2016-03-09
1
-3
/
+4
*
emitter: Remove unimplemented prototype
Lioncash
2016-03-09
1
-1
/
+0
*
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-09-01
1
-20
/
+22
*
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-23
1
-0
/
+1
*
emitter: Remove pointer casts
Lioncash
2015-08-21
1
-4
/
+4
*
emitter: Remove unused code
Lioncash
2015-08-20
1
-20
/
+0
*
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
1
-1
/
+0
*
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
1
-412
/
+412
*
emitter: Remove unnecessary inline specifiers
Lioncash
2015-08-20
1
-33
/
+33
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
1
-1
/
+1
*
Common: Cleanup CPU capability detection code.
bunnei
2015-08-16
1
-1
/
+1
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
1
-0
/
+1067