aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-05-13Simplify disassembler for already decoded mnemonics #2Martyn Capewell
2022-03-24Fix tracing atomic instructionsMartyn Capewell
2022-03-17Clear upper parts of register in scalar [su]cvtf simulationMartyn Capewell
2022-01-26Avoid GCC 10 compiler errorMartyn Capewell
2022-01-11Remove PREFIX from some disassembler testsMartyn Capewell
2022-01-07Enable -Wshadow and fix resulting errorsMartyn Capewell
2022-01-06Update feature tableMartyn Capewell
2021-11-26Add regression test for Neon unallocated encodingsMartyn Capewell
2021-11-25Remove more unallocated encodings from disassembly of Neon instructionMartyn Capewell
2021-11-16Remove unallocated encodings from disassembly of Neon Across groupMartyn Capewell
2021-11-16Remove unallocated encodings from disassembly of Neon Mul and Shift groupsMartyn Capewell
2021-11-04Use undefined Neon format as indicator of unallocated encodingMartyn Capewell
2021-10-28Fix disassembly of indexed FMULMartyn Capewell
2021-10-14Tidy up no-argument disassemblyMartyn Capewell
2021-10-01Add support for Neon mixed-sign dot product instructionsMartyn Capewell
2021-09-29[sve] Add support for mixed sign dot product instructionsMartyn Capewell
2021-09-23[sve] Add support for octo replicating loadsMartyn Capewell
2021-09-21Add missing addressing mode for ld1rq and ldnt1Martyn Capewell
2021-07-08Remove unallocated encodings from bitfield instructionsMartyn Capewell
2021-06-24Implement Neon matrix multiplicationMartyn Capewell
2021-06-24Implement SVE matrix multiplicationMartyn Capewell
2021-06-23Extend instruction-level decoding globallyMartyn Capewell
2021-06-10Fix disassembly near SVE extend instructionsMartyn Capewell
2021-03-31Add architecture feature table to READMEMartyn Capewell
2021-03-31[sve] Fix using movprfx with fcmlaMartyn Capewell
2021-03-31Merge branch 'main' into sve2Martyn Capewell
2021-03-24[sve2] Add support for constructive extractMartyn Capewell
2021-03-19Fix fcvtn/fcvtxn when dst == srcMartyn Capewell
2021-03-18[sve2] Enable some multiply testsMartyn Capewell
2021-03-18Fix simulation of fcvtnMartyn Capewell
2021-03-18[sve2] Add more tests for movprfxMartyn Capewell
2021-03-17[sve2] Support movprfx checking for SVE2 instructionsMartyn Capewell
2021-03-16[sve2] Implement saturating doubling multiply high indexedMartyn Capewell
2021-03-16[sve2] Implement FP convert long/narrow topMartyn Capewell
2021-03-11[sve2] Implement saturating multiply-add high (indexed) (#6)TatWai Chong
2021-03-10[sve2] Fix saturating rounding doubling multiply accumulate simulationTatWai Chong
2021-02-24[sve2] Implement FP convert rounding to oddMartyn Capewell
2021-02-24[sve2] Implement indexed FP long multiply-accumulateMartyn Capewell
2021-02-24[sve2] Implement floating point pairwise instructionsMartyn Capewell
2021-02-24[sve2] Implement floating point binary logMartyn Capewell
2021-02-23[sve2] Implement indexed complex multiplyMartyn Capewell
2021-02-09Further tighten AArch32 push/pop selection.Jacob Bramley
2021-02-09Fix invalid encoding for single register push/pop.Peter Collingbourne
2021-01-20[sve2] Implement saturating doubling multiply highMartyn Capewell
2021-01-14[sve2] Fix complex multiply accumulate simulationMartyn Capewell
2021-01-13[sve2] Fix incomplete macro-assembly support.TatWai Chong
2021-01-08[sve2] Implement indexed multiply longMartyn Capewell
2021-01-08[sve2] Implement indexed multiply-accumulate longMartyn Capewell
2021-01-07[sve2] Implement floating point multiply add long (vector)TatWai Chong
2021-01-07[sve2] Implement saturating multiply-add bottom/top (indexed)TatWai Chong