index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
vec_helper.c
Age
Commit message (
Expand
)
Author
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
2018-06-29
target/arm: Implement SVE Floating Point Multiply Indexed Group
Richard Henderson
2018-06-15
target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group
Richard Henderson
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-03-02
target/arm: Decode aa64 armv8.3 fcmla
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.3 fcadd
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.1 three same extra
Richard Henderson
2018-03-02
target/arm: Decode aa64 armv8.1 scalar three same extra
Richard Henderson