aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-31Merge branch 'main' into sve2sve2Martyn Capewell
2021-03-30Simplify the argument list in the simulation of fcvt.TatWai Chong
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-03-02Update README with build statusMartyn Capewell
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-23Fix cpplint linkMartyn Capewell
2021-02-09Further tighten AArch32 push/pop selection.Jacob Bramley
2021-02-09Use IsPowerOf2.Jacob Bramley
2021-02-09Optimize GetFirstAvailableRegister() using CountTrailingZeros().Peter Collingbourne
2021-02-09Fix invalid encoding for single register push/pop.Peter Collingbourne
2021-02-09Fix clang build.Peter Collingbourne
2021-02-09Redirect repository links to GitHub.Jacob Bramley
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
2020-12-31Fix encoding for integer PAC instructions with zero contextmasterPierre Langlois
2020-12-17[sve2] Implement saturating multiply-add interleaved longTatWai Chong
2020-12-16[sve2] Implement saturating multiply-add longTatWai Chong
2020-12-16[sve2] Implement complex saturating multiply-add (indexed)TatWai Chong
2020-12-16[sve2] Implement complex integer multiply-add (vector).TatWai Chong
2020-12-02Skip top 64-bit write in movi if identical.Pierre Langlois
2020-12-01[sve2] Implement multiply-accumulate longMartyn Capewell
2020-12-01[sve2] Implement indexed integer multiply-accumulate/subtractMartyn Capewell
2020-12-01[sve2] Implement indexed integer multiplyMartyn Capewell
2020-11-27[sve2] Implement pointer conflict comparisonMartyn Capewell
2020-11-26[sve2] Implement constructive spliceMartyn Capewell
2020-11-26[sve2] Implement indexed integer complex dot productMartyn Capewell
2020-11-26[sve2] Implement compare scalarsMartyn Capewell
2020-11-26[sve2] Implement bitwise ternary operationsMartyn Capewell
2020-11-26[sve2] Implement vector-plus-scalar non-temporal storesMartyn Capewell
2020-11-25[sve2] Implement vector-plus-scalar non-temporal loadsMartyn Capewell
2020-11-24[sve2] Implement integer complex dot productMartyn Capewell
2020-11-24[sve2] Implement tableMartyn Capewell