aboutsummaryrefslogtreecommitdiff
path: root/target/arm/sme_helper.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-1168/+0
2023-01-23target/arm/sme: Unify set_pstate() SM/ZA helpers as set_svcr()Richard Henderson1-7/+2
2023-01-23target/arm/sme: Rebuild hflags in aarch64_set_svcr()Richard Henderson1-8/+0
2023-01-23target/arm/sme: Reset ZA state in aarch64_set_svcr()Richard Henderson1-12/+0
2023-01-23target/arm/sme: Reset SVE state in aarch64_set_svcr()Richard Henderson1-10/+0
2023-01-23target/arm/sme: Introduce aarch64_set_svcr()Richard Henderson1-2/+2
2023-01-23target/arm/sme: Rebuild hflags in set_pstate() helpersRichard Henderson1-0/+2
2022-07-11target/arm: Implement SME integer outer productRichard Henderson1-0/+82
2022-07-11target/arm: Implement FMOPA, FMOPS (widening)Richard Henderson1-0/+74
2022-07-11target/arm: Implement BFMOPA, BFMOPSRichard Henderson1-0/+56
2022-07-11target/arm: Implement FMOPA, FMOPS (non-widening)Richard Henderson1-0/+69
2022-07-11target/arm: Implement SME ADDHA, ADDVARichard Henderson1-0/+90
2022-07-11target/arm: Implement SME LD1, ST1Richard Henderson1-0/+595
2022-07-11target/arm: Implement SME MOVARichard Henderson1-1/+150
2022-07-11target/arm: Implement SME ZERORichard Henderson1-0/+25
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson1-0/+61