Age | Commit message (Expand) | Author |
2021-03-05 | target/arm: Speed up aarch64 TBL/TBX | Richard Henderson |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant |
2020-11-02 | target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts | Peter Maydell |
2020-11-02 | target/arm: Fix float16 pairwise Neon ops on big-endian hosts | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations | Peter Maydell |
2020-09-01 | target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINTX | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT with rounding modes | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell |
2020-09-01 | target/arm: Convert Neon VCVT fixed-point to gvec | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon float-integer VCVT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon pairwise fp ops | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRSQRTS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VRECPS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon fp compare-vs-0 | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VFMA, VMFS | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMLA, VMLS operations | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAXNM, VMINNM | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for Neon VMAX, VMIN | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell |
2020-08-28 | target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd | Richard Henderson |
2020-08-28 | target/arm: Generalize inl_qrdmlah_* helper functions | Richard Henderson |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson |
2020-05-14 | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell |
2020-05-14 | target/arm: Vectorize SABA/UABA | Richard Henderson |
2020-05-14 | target/arm: Vectorize SABD/UABD | Richard Henderson |
2020-05-14 | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | Richard Henderson |
2020-05-14 | target/arm: Pass pointer to qc to qrdmla/qrdmls | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_[us]sra | Richard Henderson |
2020-04-30 | target/arm: Vectorize integer comparison vs zero | Richard Henderson |
2020-02-21 | target/arm: Convert PMULL.8 to gvec | Richard Henderson |
2020-02-21 | target/arm: Convert PMULL.64 to gvec | Richard Henderson |
2020-02-21 | target/arm: Convert PMUL.8 to gvec | Richard Henderson |
2020-02-21 | target/arm: Vectorize USHL and SSHL | Richard Henderson |
2019-02-28 | target/arm: Add helpers for FMLAL | Richard Henderson |
2019-02-15 | target/arm: Add missing clear_tail calls | Richard Henderson |
2019-02-15 | target/arm: Use vector operations for saturation | Richard Henderson |
2019-02-15 | target/arm: Split out FPSCR.QC to a vector field | Richard Henderson |
2018-06-29 | target/arm: Implement SVE dot product (indexed) | Richard Henderson |
2018-06-29 | target/arm: Implement SVE dot product (vectors) | Richard Henderson |
2018-06-29 | target/arm: Implement SVE fp complex multiply add (indexed) | Richard Henderson |
2018-06-29 | target/arm: Pass index to AdvSIMD FCMLA (indexed) | Richard Henderson |
2018-06-29 | target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group | Richard Henderson |