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