summaryrefslogtreecommitdiffstats
path: root/target/arm/vec_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Speed up aarch64 TBL/TBXRichard Henderson2021-03-051-0/+48
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell2020-11-021-2/+2
* target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell2020-11-021-4/+4
* target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell2020-09-011-5/+22
* target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell2020-09-011-4/+8
* target/arm: Implement fp16 for Neon VRINTXPeter Maydell2020-09-011-0/+3
* target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell2020-09-011-0/+21
* target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell2020-09-011-0/+23
* target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell2020-09-011-0/+4
* target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell2020-09-011-0/+20
* target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell2020-09-011-0/+29
* target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell2020-09-011-0/+45
* target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell2020-09-011-0/+30
* target/arm: Implement fp16 for Neon VRECPSPeter Maydell2020-09-011-0/+31
* target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell2020-09-011-0/+25
* target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell2020-09-011-1/+32
* target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell2020-09-011-0/+42
* target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell2020-09-011-0/+6
* target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell2020-09-011-0/+6
* target/arm: Implement fp16 for VACGE, VACGTPeter Maydell2020-09-011-0/+26
* target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell2020-09-011-0/+44
* target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell2020-09-011-0/+6
* target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+48
* target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+25
* target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-4/+25
* target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson2020-08-281-51/+29Star
* target/arm: Convert aes and sm4 to gvec helpersRichard Henderson2020-06-051-11/+1Star
* target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell2020-05-141-0/+7
* target/arm: Vectorize SABA/UABARichard Henderson2020-05-141-0/+24
* target/arm: Vectorize SABD/UABDRichard Henderson2020-05-141-0/+24
* target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson2020-05-141-0/+2
* target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson2020-05-141-30/+40
* target/arm: Create gen_gvec_{sri,sli}Richard Henderson2020-05-141-0/+38
* target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson2020-05-141-0/+50
* target/arm: Create gen_gvec_[us]sraRichard Henderson2020-05-141-0/+25
* target/arm: Vectorize integer comparison vs zeroRichard Henderson2020-04-301-0/+25
* target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-211-0/+60
* target/arm: Convert PMULL.64 to gvecRichard Henderson2020-02-211-0/+33
* target/arm: Convert PMUL.8 to gvecRichard Henderson2020-02-211-0/+30
* target/arm: Vectorize USHL and SSHLRichard Henderson2020-02-211-0/+88
* target/arm: Add helpers for FMLALRichard Henderson2019-02-281-0/+148
* target/arm: Add missing clear_tail callsRichard Henderson2019-02-151-0/+2
* target/arm: Use vector operations for saturationRichard Henderson2019-02-151-0/+130
* target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson2019-02-151-1/+1
* target/arm: Implement SVE dot product (indexed)Richard Henderson2018-06-291-0/+124
* target/arm: Implement SVE dot product (vectors)Richard Henderson2018-06-291-0/+67
* target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson2018-06-291-20/+30
* target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson2018-06-291-4/+6
* target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson2018-06-291-0/+20