index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
/
macro_jit_x64.cpp
Age
Commit message (
Expand
)
Author
2020-06-19
macro_jit_x64: Remove unused variable
Lioncash
2020-06-18
Merge pull request #4090 from MerryMage/macrojit-bugs
bunnei
2020-06-17
Merge pull request #4086 from MerryMage/abi
bunnei
2020-06-17
macro_jit_x64: Optimization implicitly assumes same destination
MerryMage
2020-06-17
macro_jit_x64: Should not skip zero registers for certain ALU ops
MerryMage
2020-06-15
macro_jit_x64: Remove NEXT_PARAMETER
MerryMage
2020-06-15
macro_jit_x64: Remove unused function Compile_WriteCarry
MerryMage
2020-06-15
macro_jit_x64: Select better registers
MerryMage
2020-06-15
macro_jit_x64: Remove REGISTERS
MerryMage
2020-06-15
macro_jit_x64: Remove JITState::parameters
MerryMage
2020-06-15
macro_jit_x64: Remove METHOD_ADDRESS_64
MerryMage
2020-06-15
macro_jit_x64: Remove RESULT_64
MerryMage
2020-06-15
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
2020-06-03
Mark parameters as const
David Marcec
2020-05-30
Favor switch case over jump table
David Marcec
2020-05-30
Implement macro JIT
David Marcec