aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/neon_helper.c
AgeCommit message (Expand)AuthorFilesLines
13 daystarget/arm: Remove helper_neon_{add,sub}l_u{16,32}Richard Henderson1-36/+0
13 daystarget/arm: Introduce gen_gvec_{s,u}{add,ada}lpRichard Henderson1-22/+0
13 daystarget/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.cRichard Henderson1-0/+43
13 daystarget/arm: Introduce gen_gvec_cnt, gen_gvec_rbitRichard Henderson1-21/+0
2024-09-19target/arm: Widen NeonGenNarrowEnvFn return to 64 bitsRichard Henderson1-16/+27
2024-09-19target/arm: Convert VQSHL, VQSHLU to gvecRichard Henderson1-0/+33
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson1-27/+0
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson1-27/+0
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson1-27/+0
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/+36
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson1-1/+37
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson1-162/+0
2024-05-30target/arm: Inline scalar SUQADD and USQADDRichard Henderson1-165/+0
2024-05-28target/arm: Use gvec for neon paddRichard Henderson1-5/+0
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-0/+1740