index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Arm64Emitter.cpp
Age
Commit message (
Expand
)
Author
2020-02-12
CMake: Fix building ARM64 on Windows
spycrab
2019-12-28
Compile fixes for Windows-on-ARM64
Stenzek
2019-11-11
Fix typo in comment
Marshall Mohror
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2018-08-30
Arm64Emitter: Remove unsequenced expressions
MerryMage
2018-08-27
Arm64Emitter: Make the Align* functions return a non-const data pointer
Lioncash
2018-08-14
Arm64Emitter: Get rid of a pointer cast within SetJumpTarget()
Lioncash
2018-05-29
Arm64Emitter: Use Common::BitCast where applicable
Lioncash
2018-04-12
Reformat all the things!
spycrab
2018-03-23
Arm64Emitter: Satisfy unrelated linter issues that cropped up by modifying th...
Lioncash
2018-03-23
Arm64Emitter: Make IsImmArithmetic, IsImmLogical, FPImm8ToFloat, and FPImm8Fr...
Lioncash
2018-03-23
Arm64Emitter: Remove unnecessary V8_UINT64_C preprocessor macro
Lioncash
2018-03-23
Arm64Emitter: Remove duplicate IsPowerOf2 function
Lioncash
2018-03-16
Use __func__ instead of __FUNCTION__ where applicable
Lioncash
2018-03-16
Assert: Remove unused parameter from DEBUG_ASSERT
Lioncash
2018-03-14
Assert: Uppercase assertion macros
Lioncash
2017-12-09
Fix arm64 MOVI2R for addresses between 2gb and 4gb offset from PC
Jonathan Hamilton
2017-09-02
JitArm64: Reimplement aarch64 cycle counters.
degasus
2017-08-22
JitArm64: Fix rlwinmx.
degasus
2017-08-12
JitArm64: Fix LSL/LSR/ROR/ASR wrappers.
Markus Wick
2017-05-03
Arm64Emitter: add FRECPE
Tillmann Karras
2017-03-25
Arm64Emitter: extract lambda to AddImmediate()
Michael Maltese
2017-03-25
Arm64: Use PRIi64/PRIx64 for printf
Michael Maltese
2017-02-11
JitArm64: Optimize GPR register push/pop.
degasus
2017-01-05
specify custom brace style to fix unions
BhaaL
2016-12-06
Common: Add alignment header
Léo Lam
2016-10-27
ArmEmitter: Merge AddI2R helpers.
degasus
2016-10-27
JitArm64: ADDI2R optimizations 2.
degasus
2016-10-26
JitArm64: Optimize addi2r & subi2r.
degasus
2016-10-26
JitArm64: Avoid MOVI2R is possible.
degasus
2016-09-26
Arm64Emitter: Fix std::array initializer.
degasus
2016-09-10
arm64: add comment about data cache flushing
Bernhard Urban
2016-09-10
arm64: fixes around icache flushing
Bernhard Urban
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-03-04
JitArm64: Implement mulhwx
degasus
2016-01-21
Correct ampersands as well
mathieui
2016-01-21
More asterisks
mathieui
2016-01-21
Common: asterisks go against the type name
mathieui
2015-10-22
Arm64Emitter: Get rid of a pointer cast
Lioncash
2015-10-22
Arm64Emitter: Mark trivial functions as constexpr
Lioncash
2015-09-26
Common: Move asserts to their own header
Lioncash
2015-09-07
[AArch64] Fix Test&Branch to relative location instructions.
Ryan Houdek
2015-08-31
Merge pull request #2929 from Sonicadvance1/aarch64_optimize_gpr_flush
Ryan Houdek
2015-08-30
[AArch64] Fix issue in emitter.
Ryan Houdek
2015-08-30
[AArch64] Support profiling by cycle counters if they are available to EL0
Ryan Houdek
2015-08-23
[AArch64] Implement MOVI and ORR(imm) in the NEON emitter.
Ryan Houdek
2015-08-15
JitArm64: Fix jit clearing
degasus
2015-08-10
Arm64Emitter: Fix encoding of '2-reg misc' variant of FCMEQ
Lioncash
2015-08-09
[AArch64] Fix FCMGE instruction encoding.
Ryan Houdek
2015-07-12
JitArm64: Far Code Cache
degasus
[next]