Age | Commit message (Expand) | Author |
2020-06-26 | target/arm: Implement LDG, STG, ST2G instructions | Richard Henderson |
2020-06-05 | target/arm: Split helper_crypto_sm3tt | Richard Henderson |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert sha512 and sm3 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert rax1 to gvec helpers | Richard Henderson |
2020-06-05 | target/arm: Convert aes and sm4 to gvec helpers | Richard Henderson |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell |
2020-05-14 | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell |
2020-05-14 | target/arm: Vectorize SABA/UABA | Richard Henderson |
2020-05-14 | target/arm: Vectorize SABD/UABD | Richard Henderson |
2020-05-14 | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson |
2020-05-14 | target/arm: Create gen_gvec_[us]sra | Richard Henderson |
2020-04-30 | target/arm: Vectorize integer comparison vs zero | Richard Henderson |
2020-03-12 | target/arm: Recalculate hflags correctly after writes to CONTROL | Peter Maydell |
2020-03-05 | target/arm: Move helper_dc_zva to helper-a64.c | Richard Henderson |
2020-02-21 | target/arm: Convert PMULL.8 to gvec | Richard Henderson |
2020-02-21 | target/arm: Convert PMULL.64 to gvec | Richard Henderson |
2020-02-21 | target/arm: Convert PMUL.8 to gvec | Richard Henderson |
2020-02-21 | target/arm: Vectorize USHL and SSHL | Richard Henderson |
2019-12-16 | target/arm: ensure we use current exception state after SCR update | Alex Bennée |
2019-12-16 | target/arm: Handle trapping to EL2 of AArch32 VMRS instructions | Marc Zyngier |
2019-10-24 | target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32}) | Richard Henderson |
2019-08-16 | target/arm: Remove helper_double_saturate | Richard Henderson |
2019-05-13 | target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs | Richard Henderson |
2019-04-29 | target/arm: Implement VLLDM for v7M CPUs with an FPU | Peter Maydell |
2019-04-29 | target/arm: Implement VLSTM for v7M CPUs with an FPU | Peter Maydell |
2019-04-29 | target/arm: Implement M-profile lazy FP state preservation | Peter Maydell |
2019-03-05 | target/arm: Implement ARMv8.5-FRINT | Richard Henderson |
2019-03-05 | target/arm: Add set/clear_pstate_bits, share gen_ss_advance | Richard Henderson |
2019-03-05 | target/arm: Split helper_msr_i_pstate into 3 | Richard Henderson |
2019-02-28 | target/arm: Add helpers for FMLAL | Richard Henderson |
2019-02-21 | target/arm: Implement ARMv8.3-JSConv | Richard Henderson |
2019-02-15 | target/arm: Use vector operations for saturation | Richard Henderson |
2019-02-15 | target/arm: Remove neon min/max helpers | Richard Henderson |
2019-01-21 | target/arm: Move helper_exception_return to helper-a64.c | Richard Henderson |
2018-10-08 | target/arm: Add v8M stack checks on ADD/SUB/MOV of SP | Peter Maydell |
2018-06-29 | target/arm: Implement SVE dot product (indexed) | Richard Henderson |
2018-06-29 | target/arm: Implement SVE dot product (vectors) | Richard Henderson |
2018-06-29 | target/arm: Implement SVE floating-point convert to integer | Richard Henderson |
2018-06-29 | target/arm: Implement SVE Floating Point Unary Operations - Unpredicated Group | Richard Henderson |
2018-06-29 | target/arm: Implement SVE Floating Point Multiply Indexed Group | Richard Henderson |
2018-06-15 | target/arm: Implement SVE Floating Point Arithmetic - Unpredicated Group | Richard Henderson |
2018-05-18 | target/arm: Implement SVE predicate test | Richard Henderson |
2018-05-17 | target/arm: convert conversion helpers to fpst/ahp_flag | Alex Bennée |
2018-05-15 | target/arm: Implement FCVT (scalar, integer) for fp16 | Richard Henderson |
2018-05-10 | target/arm: Fix float16 to/from int16 | Richard Henderson |
2018-03-23 | target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRK | Peter Maydell |