index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
A32
/
test_arm_instructions.cpp
Age
Commit message (
Expand
)
Author
2022-11-08
backend/arm64/a32_address_space: Terminate early if halted prior to execution...
Merry
2022-02-12
test_arm_instructions: Add vmsr/vcmp/vmrs test
merry
2021-12-23
general: Rename files with duplicate names
Morph
2021-08-08
catch: Correct include directory
Merry
2021-05-31
tests: Format to clang-format mandated style
MerryMage
2021-05-28
unit tests & various fixes
Jeremy Van de woestyne
2021-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2020-07-04
Add optimization flags to disable specific optimizations
MerryMage
2020-06-22
emit_x64_floating_point: Correct error in s16 rounding in EmitFPToFixed
MerryMage
2020-06-20
A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero
Lioncash
2020-06-18
test_arm_instructions: Add vclt.f32 (zero) test
MerryMage
2020-06-12
emit_x64_packed: PackedAbsDiffSumS8: Fix case when bits above the lower 32 bi...
MerryMage
2020-04-24
Fix single stepping for certain instructions
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
test_arm_instruction: Revive some old tests
MerryMage
2020-04-22
constant_propagation_pass: Handle GetCarryFromOp for MostSignificantWord
MerryMage