Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | target/arm: Implement fp16 for VACGE, VACGT | Peter Maydell | 1 | -0/+6 |
2020-09-01 | target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons | Peter Maydell | 1 | -0/+9 |
2020-09-01 | target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL | Peter Maydell | 1 | -0/+1 |
2020-09-01 | target/arm: Implement VFP fp16 VRINT* | Peter Maydell | 1 | -0/+2 |
2020-09-01 | target/arm: Use macros instead of open-coding fp16 conversion helpers | Peter Maydell | 1 | -0/+6 |
2020-09-01 | target/arm: Implement VFP fp16 VCMP | Peter Maydell | 1 | -0/+2 |
2020-09-01 | target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT | Peter Maydell | 1 | -0/+2 |
2020-09-01 | target/arm: Implement VFP fp16 for fused-multiply-add | Peter Maydell | 1 | -0/+1 |
2020-09-01 | target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL | Peter Maydell | 1 | -0/+1 |
2020-09-01 | target/arm: Implement VFP fp16 for VFP_BINOP operations | Peter Maydell | 1 | -0/+8 |
2020-08-28 | target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimd | Richard Henderson | 1 | -0/+10 |
2020-08-28 | target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimd | Richard Henderson | 1 | -0/+14 |
2020-08-28 | target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimd | Richard Henderson | 1 | -0/+4 |
2020-06-26 | target/arm: Implement LDG, STG, ST2G instructions | Richard Henderson | 1 | -0/+2 |
2020-06-05 | target/arm: Split helper_crypto_sm3tt | Richard Henderson | 1 | -1/+4 |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson | 1 | -1/+4 |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson | 1 | -6/+6 |
2020-06-05 | target/arm: Convert sha512 and sm3 to gvec helpers | Richard Henderson | 1 | -6/+9 |
2020-06-05 | target/arm: Convert rax1 to gvec helpers | Richard Henderson | 1 | -0/+2 |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson | 1 | -3/+3 |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell | 1 | -2/+2 |
2020-05-14 | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell | 1 | -1/+2 |
2020-05-14 | target/arm: Vectorize SABA/UABA | Richard Henderson | 1 | -7/+10 |
2020-05-14 | target/arm: Vectorize SABD/UABD | Richard Henderson | 1 | -0/+10 |
2020-05-14 | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson | 1 | -2/+2 |
2020-05-14 | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson | 1 | -0/+10 |
2020-05-14 | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson | 1 | -0/+20 |
2020-05-14 | target/arm: Create gen_gvec_[us]sra | Richard Henderson | 1 | -0/+10 |
2020-04-30 | target/arm: Vectorize integer comparison vs zero | Richard Henderson | 1 | -16/+11 |
2020-03-12 | target/arm: Recalculate hflags correctly after writes to CONTROL | Peter Maydell | 1 | -0/+1 |
2020-03-05 | target/arm: Move helper_dc_zva to helper-a64.c | Richard Henderson | 1 | -1/+0 |
2020-02-21 | target/arm: Convert PMULL.8 to gvec | Richard Henderson | 1 | -1/+2 |
2020-02-21 | target/arm: Convert PMULL.64 to gvec | Richard Henderson | 1 | -3/+1 |
2020-02-21 | target/arm: Convert PMUL.8 to gvec | Richard Henderson | 1 | -1/+2 |
2020-02-21 | target/arm: Vectorize USHL and SSHL | Richard Henderson | 1 | -6/+5 |
2019-12-16 | target/arm: ensure we use current exception state after SCR update | Alex Bennée | 1 | -0/+1 |
2019-12-16 | target/arm: Handle trapping to EL2 of AArch32 VMRS instructions | Marc Zyngier | 1 | -0/+2 |
2019-10-24 | target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32}) | Richard Henderson | 1 | -0/+4 |
2019-08-16 | target/arm: Remove helper_double_saturate | Richard Henderson | 1 | -1/+0 |
2019-05-13 | target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs | Richard Henderson | 1 | -2/+0 |
2019-04-29 | target/arm: Implement VLLDM for v7M CPUs with an FPU | Peter Maydell | 1 | -0/+1 |
2019-04-29 | target/arm: Implement VLSTM for v7M CPUs with an FPU | Peter Maydell | 1 | -0/+2 |
2019-04-29 | target/arm: Implement M-profile lazy FP state preservation | Peter Maydell | 1 | -0/+2 |
2019-03-05 | target/arm: Implement ARMv8.5-FRINT | Richard Henderson | 1 | -0/+5 |
2019-03-05 | target/arm: Add set/clear_pstate_bits, share gen_ss_advance | Richard Henderson | 1 | -2/+0 |
2019-03-05 | target/arm: Split helper_msr_i_pstate into 3 | Richard Henderson | 1 | -1/+0 |
2019-02-28 | target/arm: Add helpers for FMLAL | Richard Henderson | 1 | -0/+9 |
2019-02-21 | target/arm: Implement ARMv8.3-JSConv | Richard Henderson | 1 | -0/+3 |
2019-02-15 | target/arm: Use vector operations for saturation | Richard Henderson | 1 | -0/+33 |
2019-02-15 | target/arm: Remove neon min/max helpers | Richard Henderson | 1 | -12/+0 |