aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/gengvec.c
AgeCommit message (Expand)AuthorFilesLines
13 daystarget/arm: Implement gen_gvec_fabs, gen_gvec_fnegRichard Henderson1-0/+14
13 daystarget/arm: Introduce gen_gvec_{s,u}{add,ada}lpRichard Henderson1-0/+230
13 daystarget/arm: Introduce gen_gvec_rev{16,32,64}Richard Henderson1-0/+58
13 daystarget/arm: Introduce gen_gvec_cnt, gen_gvec_rbitRichard Henderson1-0/+16
13 daystarget/arm: Introduce gen_gvec_cls, gen_gvec_clzRichard Henderson1-0/+35
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson1-0/+36
2024-09-19target/arm: Fix whitespace near gen_srshr64_i64Richard Henderson1-1/+1
2024-09-19target/arm: Introduce gen_gvec_sshr, gen_gvec_ushrRichard Henderson1-0/+19
2024-09-19target/arm: Use cmpsel in gen_sshl_vecRichard Henderson1-5/+3
2024-09-19target/arm: Use cmpsel in gen_ushl_vecRichard Henderson1-11/+8
2024-09-19target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.cRichard Henderson1-24/+19
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson1-0/+20
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson1-0/+144
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson1-0/+144
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson1-0/+144
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson1-3/+1
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson1-4/+2
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson1-0/+24
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson1-0/+24
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson1-0/+22
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson1-0/+116
2024-05-30target/arm: Assert oprsz in range when using vfp.qcRichard Henderson1-0/+9
2024-05-30target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUBRichard Henderson1-16/+16
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson1-0/+48
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson1-0/+12
2024-05-28target/arm: Split out gengvec.cRichard Henderson1-0/+1612