aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op-vec.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28tcg: Add opcodes for vector minmax arithmeticRichard Henderson1-0/+20
2019-01-28tcg: Add opcodes for vector saturated arithmeticRichard Henderson1-4/+30
2019-01-28tcg: Add gvec expanders for nand, nor, eqvRichard Henderson1-0/+21
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-01tcg: Allow wider vectors for cmp and mulRichard Henderson1-4/+4
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson1-0/+22
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson1-0/+23
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson1-0/+45
2018-02-08tcg: Add generic vector expandersRichard Henderson1-13/+20
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson1-0/+292