aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/A32
AgeCommit message (Expand)Author
2021-02-01thumb32: Implement QSAX/UQSAXLioncash
2021-02-01thumb32: Implement QASX/UQASXLioncash
2021-02-01thumb32: Implement QADD16/UQADD16Lioncash
2021-02-01thumb32: Implement SSUB8/USUB8Lioncash
2021-02-01thumb32: Implement SADD8/UADD8Lioncash
2021-02-01thumb32: Implement SSUB16/USUB16Lioncash
2021-02-01thumb32: Implement SSAX/USAXLioncash
2021-02-01thumb32: Implement SASX/UASXLioncash
2021-02-01thumb32: Implement SADD16/UADD16Lioncash
2021-02-01thumb32: Implement QADDLioncash
2021-02-01thumb32: Implement QSUBLioncash
2021-02-01thumb32: Implement QDADDLioncash
2021-02-01thumb32: Implement REVLioncash
2021-02-01thumb32: Implement REV16Lioncash
2021-02-01thumb32: Implement RBITLioncash
2021-02-01thumb32: Implement REVSHLioncash
2021-02-01fuzz_thumb: Allow running only Thumb-16 testsLioncash
2021-02-01thumb32: Implement SELLioncash
2021-02-01thumb32: Implement CLZLioncash
2020-07-04Add optimization flags to disable specific optimizationsMerryMage
2020-07-04asimd_three_same: Ignore Q=1 for VPADD (floating-point)MerryMage
2020-06-22emit_x64_floating_point: Correct error in s16 rounding in EmitFPToFixedMerryMage
2020-06-22A32: Implement VFPv3 VCT (between floating-point and fixed-point)MerryMage
2020-06-21A32: Implement ASIMD VMULLMerryMage
2020-06-21fuzz_arm: Test large random blocksMerryMage
2020-06-20fuzz_arm: Test testable parts of ASIMD VRECPE and VRSQRTEMerryMage
2020-06-20A32: Implement ASIMD VRSQRTEMerryMage
2020-06-20fuzz_arm: Unicorn has incorrect VRSQRTS implementationMerryMage
2020-06-20A32: Implement ASIMD VRECPEMerryMage
2020-06-20A32: Implement ASIMD VRSQRTSMerryMage
2020-06-20A32: Implement ASIMD VPADD (floating-point)MerryMage
2020-06-20A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zeroLioncash
2020-06-18test_arm_instructions: Add vclt.f32 (zero) testMerryMage
2020-06-16fuzz_arm: Ignore endian bitLioncash
2020-06-12interface/a32: Remove descriptor argument from DisassembleMerryMage
2020-06-12emit_x64_packed: PackedAbsDiffSumS8: Fix case when bits above the lower 32 bi...MerryMage
2020-05-16A32/ASIMD: ARMv8: Implement VLD{1-4} (multiple)MerryMage
2020-05-15A32: ARMv8: Implement LDA{,EX}{,B,D,H} and STL{,EX}{,B,D,H}MerryMage
2020-05-10fuzz_arm: Do not test vfp_VMRSMerryMage
2020-05-10fuzz_arm: Ensure all instructions are fuzzedMerryMage
2020-04-24Fix single stepping for certain instructionsMerryMage
2020-04-23Relicense to 0BSDMerryMage
2020-04-22A32: Detect unpredictable LDM/STM instructionsMerryMage
2020-04-22test_arm_instruction: Revive some old testsMerryMage
2020-04-22constant_propagation_pass: Handle GetCarryFromOp for MostSignificantWordMerryMage
2020-04-22A32/Thumb: Correct behaviour for UDF and Unpredictable instructionsMerryMage
2020-04-22fuzz_arm: Test MSR and MRS instructions against unicornMerryMage
2020-04-22Merge pull request #500 from lioncash/cbzMerry
2020-04-22tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabledMerryMage
2020-04-22A32: Implement Thumb-1's CBZ/CBNZ instructionsLioncash