aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth1-1/+1
2018-06-29target/arm: Add ID_ISAR6Richard Henderson4-3/+9
2018-06-29target/arm: Prune a15 features from maxRichard Henderson1-3/+0
2018-06-29target/arm: Prune a57 features from maxRichard Henderson1-9/+0
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson2-7/+6
2018-06-29target/arm: Fix SVE signed division vs x86 overflow exceptionRichard Henderson1-5/+15
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay1-1/+1
2018-06-29target/arm: Remove redundant DIV detection for KVMAaron Lindsay1-18/+1
2018-06-29target/arm: Add ARM_FEATURE_V7VE for v7 Virtualization ExtensionsAaron Lindsay3-11/+19
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée1-3/+24
2018-06-29target/arm: Implement ARMv8.2-DotProdRichard Henderson5-21/+92
2018-06-29target/arm: Enable SVE for aarch64-linux-userRichard Henderson2-0/+8
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson4-0/+153
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson4-0/+92
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson3-20/+59
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson3-22/+41
2018-06-29target/arm: Implement SVE fp complex multiply addRichard Henderson4-0/+207
2018-06-29target/arm: Implement SVE floating-point complex addRichard Henderson4-0/+135
2018-06-29target/arm: Implement SVE MOVPRFXRichard Henderson2-1/+66
2018-06-29target/arm: Implement SVE floating-point unary operationsRichard Henderson4-0/+52
2018-06-29target/arm: Implement SVE floating-point round to integral valueRichard Henderson4-0/+108
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson6-7/+211
2018-06-29target/arm: Implement SVE floating-point convert precisionRichard Henderson4-0/+106
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson4-0/+104
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson4-0/+138
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson4-0/+80
2018-06-29target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson4-0/+161
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson4-0/+131
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson4-0/+214
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson4-0/+162
2018-06-29target/arm: Implement SVE scatter store vector immediateRichard Henderson2-26/+70
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson3-2/+193
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson4-0/+301
2018-06-29target/arm: Implement SVE prefetchesRichard Henderson2-0/+44
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson4-0/+216
2018-06-29target/arm: Implement SVE store vector/predicate registerRichard Henderson2-0/+109
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson4-0/+113
2018-06-29target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson4-0/+113
2018-06-29target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson4-0/+241
2018-06-29target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson4-0/+229
2018-06-29target/arm: Implement SVE integer convert to floating-pointRichard Henderson4-0/+180
2018-06-29target/arm: Implement SVE load and broadcast quadwordRichard Henderson2-0/+61
2018-06-29target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson4-0/+343
2018-06-29target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson4-0/+272
2018-06-29target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson4-0/+343
2018-06-26target/arm: Handle small regions in get_phys_addr_pmsav8()Peter Maydell1-23/+55
2018-06-26target/arm: Set page (region) size in get_phys_addr_pmsav7()Peter Maydell1-11/+26
2018-06-22target/arm: Strict alignment for ARMv6-M and ARMv8-M BaselineJulia Suvorova1-2/+16
2018-06-22target/arm: Introduce ARM_FEATURE_M_MAINJulia Suvorova2-0/+4
2018-06-22target-arm: Add the Cortex-R5FEdgar E. Iglesias1-0/+9