summaryrefslogtreecommitdiffstats
path: root/target/arm
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetreePeter Maydell2020-05-143-55/+76
* target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell2020-05-146-15/+48
* target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetreePeter Maydell2020-05-143-23/+28
* target/arm: Convert Neon VPADD 3-reg-same insns to decodetreePeter Maydell2020-05-143-18/+5Star
* target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetreePeter Maydell2020-05-143-15/+82
* target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetreePeter Maydell2020-05-143-25/+70
* target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetreePeter Maydell2020-05-143-6/+12
* target/arm: Convert Neon VABA/VABD 3-reg-same to decodetreePeter Maydell2020-05-143-20/+12Star
* target/arm: Convert Neon VHADD 3-reg-same insnsPeter Maydell2020-05-143-3/+27
* target/arm: Convert Neon 64-bit element 3-reg-same insnsPeter Maydell2020-05-143-36/+39
* target/arm: Convert Neon 3-reg-same SHA to decodetreePeter Maydell2020-05-143-44/+151
* target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetreePeter Maydell2020-05-143-12/+20
* target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng2020-05-145-4/+86
* target/arm: Vectorize SABA/UABARichard Henderson2020-05-146-33/+174
* target/arm: Vectorize SABD/UABDRichard Henderson2020-05-145-4/+176
* target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson2020-05-141-0/+2
* target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson2020-05-142-34/+54
* target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson2020-05-143-58/+33Star
* target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson2020-05-144-18/+8Star
* target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub}Richard Henderson2020-05-144-135/+147
* target/arm: Create gen_gvec_{cmtst,ushl,sshl}Richard Henderson2020-05-144-102/+95Star
* target/arm: Swap argument order for VSHL during decodeRichard Henderson2020-05-142-4/+16
* target/arm: Create gen_gvec_{mla,mls}Richard Henderson2020-05-144-73/+71Star
* target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0Richard Henderson2020-05-143-218/+74Star
* target/arm: Tidy handle_vec_simd_shriRichard Henderson2020-05-141-42/+14Star
* target/arm: Remove unnecessary range check for VSHLRichard Henderson2020-05-141-10/+2Star
* target/arm: Create gen_gvec_{sri,sli}Richard Henderson2020-05-145-101/+160
* target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson2020-05-145-26/+527
* target/arm: Create gen_gvec_[us]sraRichard Henderson2020-05-145-79/+139
* target/arm: Use correct GDB XML for M-profile coresPeter Maydell2020-05-142-4/+19
* target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed)Richard Henderson2020-05-111-1/+5
* target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLARichard Henderson2020-05-113-162/+118Star
* target/arm: Restrict TCG cpus to TCG accelPhilippe Mathieu-Daudé2020-05-113-634/+665
* target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUsPhilippe Mathieu-Daudé2020-05-111-1/+1
* target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]Philippe Mathieu-Daudé2020-05-112-12/+12
* target/arm: Make set_feature() available for other filesThomas Huth2020-05-113-20/+10Star
* target/arm/kvm: Inline set_feature() callsPhilippe Mathieu-Daudé2020-05-112-25/+10Star
* target/arm: Remove sve_memopidxRichard Henderson2020-05-113-26/+10Star
* target/arm: Reuse sve_probe_page for gather loadsRichard Henderson2020-05-111-113/+123
* target/arm: Reuse sve_probe_page for scatter storesRichard Henderson2020-05-111-77/+117
* target/arm: Reuse sve_probe_page for gather first-fault loadsRichard Henderson2020-05-111-207/+138Star
* target/arm: Use SVEContLdSt for contiguous storesRichard Henderson2020-05-111-119/+152
* target/arm: Update contiguous first-fault and no-fault loadsRichard Henderson2020-05-111-180/+158Star
* target/arm: Use SVEContLdSt for multi-register contiguous loadsRichard Henderson2020-05-111-144/+79Star
* target/arm: Handle watchpoints in sve_ld1_rRichard Henderson2020-05-111-1/+71
* target/arm: Use SVEContLdSt in sve_ld1_rRichard Henderson2020-05-111-91/+97
* target/arm: Adjust interface of sve_ld1_host_fnRichard Henderson2020-05-111-61/+63
* target/arm: Add sve infrastructure for page lookupRichard Henderson2020-05-111-2/+261
* target/arm: Drop manual handling of set/clear_helper_retaddrRichard Henderson2020-05-111-38/+0Star
* target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fnRichard Henderson2020-05-111-135/+86Star