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
/
xbyak_abi.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-05
xbyak_abi: Shorten std::size_t to size_t
Lioncash
1
-8
/
+8
2020-12-05
xbyak_abi: Avoid implicit sign conversions
Lioncash
1
-2
/
+2
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
1
-16
/
+16
2020-06-15
xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize
MerryMage
1
-17
/
+19
2020-06-15
xbyak_abi: Register indexes should be unsigned
MerryMage
1
-11
/
+12
2020-06-15
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
1
-36
/
+0
2020-06-15
xbyak_abi: Fix ABI_PushRegistersAndAdjustStack
MerryMage
1
-6
/
+2
2020-05-30
Add xbyak external
David Marcec
1
-0
/
+266
2018-11-21
common: Remove dependency on xbyak
Lioncash
1
-222
/
+0
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-9
/
+12
2018-08-15
common/xbyak_abi: Mark defined functions in header as inline
Lioncash
1
-7
/
+7
2018-08-15
common/xbyak: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-01-21
Format: Run the new clang format on everything
James Rowe
1
-13
/
+56
2016-12-15
VideoCore: Convert x64 shader JIT to use Xbyak for assembly
Yuri Kunde Schlesner
1
-0
/
+178