aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/neon_helper.c
AgeCommit message (Expand)Author
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SQRSHL and UQRSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SQSHL and UQSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Convert SRSHL and URSHL (register) to gvecRichard Henderson
2024-05-30target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUBRichard Henderson
2024-05-30target/arm: Inline scalar SUQADD and USQADDRichard Henderson
2024-05-28target/arm: Use gvec for neon paddRichard Henderson
2023-02-27target/arm: move helpers to tcg/Claudio Fontana