Age | Commit message (Expand) | Author |
2021-05-25 | target/arm: Implement SVE2 UQSHRN, UQRSHRN | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 SQSHRUN, SQRSHRUN | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 SHRN, RSHRN | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 floating-point pairwise | Stephen Long |
2021-05-25 | target/arm: Implement SVE2 saturating extract narrow | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long with carry | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer absolute difference and accumulate long | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 complex integer add | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 bitwise permute | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 bitwise exclusive-or interleaved | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 bitwise shift left long | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer multiply long | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract wide | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer add/subtract long | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating add/subtract (predicated) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer pairwise arithmetic | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer halving add/subtract (predicated) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer unary operations (predicated) | Richard Henderson |
2021-05-25 | target/arm: Implement SVE2 integer pairwise add and accumulate long | Richard Henderson |
2021-04-30 | target/arm: Simplify sve mte checking | Richard Henderson |
2021-04-30 | target/arm: Rename mte_probe1 to mte_probe | Richard Henderson |
2021-04-30 | target/arm: Merge mte_check1, mte_checkN | Richard Henderson |
2021-03-12 | target/arm: Update sve reduction vs simd_desc | Richard Henderson |
2021-03-12 | target/arm: Update WHILE for PREDDESC | Richard Henderson |
2021-03-12 | target/arm: Update CNTP for PREDDESC | Richard Henderson |
2021-03-12 | target/arm: Update BRKA, BRKB, BRKN for PREDDESC | Richard Henderson |
2021-03-12 | target/arm: Update find_last_active for PREDDESC | Richard Henderson |
2021-03-12 | target/arm: Fix sve_punpk_p vs odd vector lengths | Richard Henderson |
2021-03-12 | target/arm: Fix sve_zip_p vs odd vector lengths | Richard Henderson |
2021-03-12 | target/arm: Fix sve_uzp_p vs odd vector lengths | Richard Henderson |
2021-01-19 | target/arm: Update REV, PUNPK for pred_desc | Richard Henderson |
2021-01-19 | target/arm: Update ZIP, UZP, TRN for pred_desc | Richard Henderson |
2021-01-19 | target/arm: Update PFIRST, PNEXT for pred_desc | Richard Henderson |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-08-28 | target/arm: Merge helper_sve_clr_* and helper_sve_movz_* | Richard Henderson |
2020-06-26 | target/arm: Complete TBI clearing for user-only for SVE | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scatter/gather memory ops | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int ff/nf loads | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int stores | Richard Henderson |
2020-06-26 | target/arm: Add mte helpers for sve scalar + int loads | Richard Henderson |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson |
2020-05-11 | target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA | Richard Henderson |
2020-05-11 | target/arm: Remove sve_memopidx | Richard Henderson |
2020-05-11 | target/arm: Reuse sve_probe_page for gather loads | Richard Henderson |
2020-05-11 | target/arm: Reuse sve_probe_page for scatter stores | Richard Henderson |
2020-05-11 | target/arm: Reuse sve_probe_page for gather first-fault loads | Richard Henderson |
2020-05-11 | target/arm: Use SVEContLdSt for contiguous stores | Richard Henderson |
2020-05-11 | target/arm: Update contiguous first-fault and no-fault loads | Richard Henderson |
2020-05-11 | target/arm: Use SVEContLdSt for multi-register contiguous loads | Richard Henderson |