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