aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson1-0/+2
2020-05-14target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson2-34/+54
2020-05-14target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson3-58/+33
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson4-18/+8
2020-05-14target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}Richard Henderson4-135/+147
2020-05-14target/arm: Create gen_gvec_{cmtst,ushl,sshl}Richard Henderson4-102/+95
2020-05-14target/arm: Swap argument order for VSHL during decodeRichard Henderson2-4/+16
2020-05-14target/arm: Create gen_gvec_{mla,mls}Richard Henderson4-73/+71
2020-05-14target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0Richard Henderson3-218/+74
2020-05-14target/arm: Tidy handle_vec_simd_shriRichard Henderson1-42/+14
2020-05-14target/arm: Remove unnecessary range check for VSHLRichard Henderson1-10/+2
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson5-101/+160
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson5-26/+527
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson5-79/+139
2020-05-14target/arm: Use correct GDB XML for M-profile coresPeter Maydell2-4/+19
2020-05-11target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)Richard Henderson1-1/+5
2020-05-11target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson3-162/+118
2020-05-11target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé3-634/+665
2020-05-11target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé1-1/+1
2020-05-11target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé2-12/+12
2020-05-11target/arm: Make set_feature() available for other filesThomas Huth3-20/+10
2020-05-11target/arm/kvm: Inline set_feature() callsPhilippe Mathieu-Daudé2-25/+10
2020-05-11target/arm: Remove sve_memopidxRichard Henderson3-26/+10
2020-05-11target/arm: Reuse sve_probe_page for gather loadsRichard Henderson1-113/+123
2020-05-11target/arm: Reuse sve_probe_page for scatter storesRichard Henderson1-77/+117
2020-05-11target/arm: Reuse sve_probe_page for gather first-fault loadsRichard Henderson1-207/+138
2020-05-11target/arm: Use SVEContLdSt for contiguous storesRichard Henderson1-119/+152
2020-05-11target/arm: Update contiguous first-fault and no-fault loadsRichard Henderson1-180/+158
2020-05-11target/arm: Use SVEContLdSt for multi-register contiguous loadsRichard Henderson1-144/+79
2020-05-11target/arm: Handle watchpoints in sve_ld1_rRichard Henderson1-1/+71
2020-05-11target/arm: Use SVEContLdSt in sve_ld1_rRichard Henderson1-91/+97
2020-05-11target/arm: Adjust interface of sve_ld1_host_fnRichard Henderson1-61/+63
2020-05-11target/arm: Add sve infrastructure for page lookupRichard Henderson1-2/+261
2020-05-11target/arm: Drop manual handling of set/clear_helper_retaddrRichard Henderson1-38/+0
2020-05-11target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fnRichard Henderson1-135/+86
2020-05-11target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias1-23/+7
2020-05-06target/arm: Use tcg_gen_gvec_dup_immRichard Henderson3-15/+16
2020-05-04target/arm: Move gen_ function typedefs to translate.hPeter Maydell2-17/+17
2020-05-04target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetreePeter Maydell3-25/+56
2020-05-04target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetreePeter Maydell3-12/+23
2020-05-04target/arm: Convert Neon 3-reg-same comparisons to decodetreePeter Maydell3-20/+33
2020-05-04target/arm: Convert Neon 3-reg-same VMAX/VMIN to decodetreePeter Maydell3-19/+21
2020-05-04target/arm: Convert Neon 3-reg-same logic ops to decodetreePeter Maydell3-37/+32
2020-05-04target/arm: Convert Neon 3-reg-same VADD/VSUB to decodetreePeter Maydell5-19/+68
2020-05-04target/arm: Convert Neon 'load/store single structure' to decodetreePeter Maydell3-147/+100
2020-05-04target/arm: Convert Neon 'load single structure to all lanes' to decodetreePeter Maydell3-53/+80
2020-05-04target/arm: Convert Neon load/store multiple structures to decodetreePeter Maydell3-89/+133
2020-05-04target/arm: Convert VFM[AS]L (scalar) to decodetreePeter Maydell3-106/+40
2020-05-04target/arm: Convert V[US]DOT (scalar) to decodetreePeter Maydell3-12/+39
2020-05-04target/arm: Convert VCMLA (scalar) to decodetreePeter Maydell3-25/+46