| Commit message (Expand) | Author | Age | Files | Lines |
* | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -55/+76 |
* | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 6 | -15/+48 |
* | target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree | Peter Maydell | 2020-05-14 | 3 | -23/+28 |
* | target/arm: Convert Neon VPADD 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -18/+5 |
* | target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -15/+82 |
* | target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -25/+70 |
* | target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -6/+12 |
* | target/arm: Convert Neon VABA/VABD 3-reg-same to decodetree | Peter Maydell | 2020-05-14 | 3 | -20/+12 |
* | target/arm: Convert Neon VHADD 3-reg-same insns | Peter Maydell | 2020-05-14 | 3 | -3/+27 |
* | target/arm: Convert Neon 64-bit element 3-reg-same insns | Peter Maydell | 2020-05-14 | 3 | -36/+39 |
* | target/arm: Convert Neon 3-reg-same SHA to decodetree | Peter Maydell | 2020-05-14 | 3 | -44/+151 |
* | target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree | Peter Maydell | 2020-05-14 | 3 | -12/+20 |
* | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | Dongjiu Geng | 2020-05-14 | 5 | -4/+86 |
* | target/arm: Vectorize SABA/UABA | Richard Henderson | 2020-05-14 | 6 | -33/+174 |
* | target/arm: Vectorize SABD/UABD | Richard Henderson | 2020-05-14 | 5 | -4/+176 |
* | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | Richard Henderson | 2020-05-14 | 1 | -0/+2 |
* | target/arm: Pass pointer to qc to qrdmla/qrdmls | Richard Henderson | 2020-05-14 | 2 | -34/+54 |
* | target/arm: Create gen_gvec_{qrdmla,qrdmls} | Richard Henderson | 2020-05-14 | 3 | -58/+33 |
* | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson | 2020-05-14 | 4 | -18/+8 |
* | target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub} | Richard Henderson | 2020-05-14 | 4 | -135/+147 |
* | target/arm: Create gen_gvec_{cmtst,ushl,sshl} | Richard Henderson | 2020-05-14 | 4 | -102/+95 |
* | target/arm: Swap argument order for VSHL during decode | Richard Henderson | 2020-05-14 | 2 | -4/+16 |
* | target/arm: Create gen_gvec_{mla,mls} | Richard Henderson | 2020-05-14 | 4 | -73/+71 |
* | target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0 | Richard Henderson | 2020-05-14 | 3 | -218/+74 |
* | target/arm: Tidy handle_vec_simd_shri | Richard Henderson | 2020-05-14 | 1 | -42/+14 |
* | target/arm: Remove unnecessary range check for VSHL | Richard Henderson | 2020-05-14 | 1 | -10/+2 |
* | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson | 2020-05-14 | 5 | -101/+160 |
* | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson | 2020-05-14 | 5 | -26/+527 |
* | target/arm: Create gen_gvec_[us]sra | Richard Henderson | 2020-05-14 | 5 | -79/+139 |
* | target/arm: Use correct GDB XML for M-profile cores | Peter Maydell | 2020-05-14 | 2 | -4/+19 |
* | target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed) | Richard Henderson | 2020-05-11 | 1 | -1/+5 |
* | target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA | Richard Henderson | 2020-05-11 | 3 | -162/+118 |
* | target/arm: Restrict TCG cpus to TCG accel | Philippe Mathieu-Daudé | 2020-05-11 | 3 | -634/+665 |
* | target/arm/cpu: Restrict v8M IDAU interface to Aarch32 CPUs | Philippe Mathieu-Daudé | 2020-05-11 | 1 | -1/+1 |
* | target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[] | Philippe Mathieu-Daudé | 2020-05-11 | 2 | -12/+12 |
* | target/arm: Make set_feature() available for other files | Thomas Huth | 2020-05-11 | 3 | -20/+10 |
* | target/arm/kvm: Inline set_feature() calls | Philippe Mathieu-Daudé | 2020-05-11 | 2 | -25/+10 |
* | target/arm: Remove sve_memopidx | Richard Henderson | 2020-05-11 | 3 | -26/+10 |
* | target/arm: Reuse sve_probe_page for gather loads | Richard Henderson | 2020-05-11 | 1 | -113/+123 |
* | target/arm: Reuse sve_probe_page for scatter stores | Richard Henderson | 2020-05-11 | 1 | -77/+117 |
* | target/arm: Reuse sve_probe_page for gather first-fault loads | Richard Henderson | 2020-05-11 | 1 | -207/+138 |
* | target/arm: Use SVEContLdSt for contiguous stores | Richard Henderson | 2020-05-11 | 1 | -119/+152 |
* | target/arm: Update contiguous first-fault and no-fault loads | Richard Henderson | 2020-05-11 | 1 | -180/+158 |
* | target/arm: Use SVEContLdSt for multi-register contiguous loads | Richard Henderson | 2020-05-11 | 1 | -144/+79 |
* | target/arm: Handle watchpoints in sve_ld1_r | Richard Henderson | 2020-05-11 | 1 | -1/+71 |
* | target/arm: Use SVEContLdSt in sve_ld1_r | Richard Henderson | 2020-05-11 | 1 | -91/+97 |
* | target/arm: Adjust interface of sve_ld1_host_fn | Richard Henderson | 2020-05-11 | 1 | -61/+63 |
* | target/arm: Add sve infrastructure for page lookup | Richard Henderson | 2020-05-11 | 1 | -2/+261 |
* | target/arm: Drop manual handling of set/clear_helper_retaddr | Richard Henderson | 2020-05-11 | 1 | -38/+0 |
* | target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn | Richard Henderson | 2020-05-11 | 1 | -135/+86 |