aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/gengvec.c
AgeCommit message (Expand)Author
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson
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: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard 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: Assert oprsz in range when using vfp.qcRichard Henderson
2024-05-30target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUBRichard Henderson
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson
2024-05-28target/arm: Split out gengvec.cRichard Henderson