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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 Emitter: Fix L bit in VEX prefix
MerryMage
2016-02-27
1
-2
/
+2
*
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-09-01
3
-424
/
+90
*
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-23
2
-0
/
+2
*
emitter: Remove pointer casts
Lioncash
2015-08-21
2
-4
/
+27
*
emitter: Remove unnecessary defines
Lioncash
2015-08-20
1
-5
/
+1
*
emitter: Remove unnecessary else keywords
Lioncash
2015-08-20
1
-7
/
+7
*
emitter: Remove unused code
Lioncash
2015-08-20
2
-44
/
+0
*
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
1
-1
/
+0
*
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
2
-763
/
+763
*
emitter: Remove unnecessary inline specifiers
Lioncash
2015-08-20
1
-33
/
+33
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
4
-7
/
+7
*
Common: Cleanup CPU capability detection code.
bunnei
2015-08-16
4
-198
/
+141
*
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-16
3
-1
/
+311
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
4
-0
/
+3814