summaryrefslogtreecommitdiffstats
path: root/target/arm/helper.h
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-0/+2
* target/arm: Split helper_crypto_sm3ttRichard Henderson2020-06-051-1/+4
* target/arm: Split helper_crypto_sha1_3regRichard Henderson2020-06-051-1/+4
* target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson2020-06-051-6/+6
* target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson2020-06-051-6/+9
* target/arm: Convert rax1 to gvec helpersRichard Henderson2020-06-051-0/+2
* target/arm: Convert aes and sm4 to gvec helpersRichard Henderson2020-06-051-3/+3
* target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell2020-05-141-2/+2
* target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell2020-05-141-1/+2
* target/arm: Vectorize SABA/UABARichard Henderson2020-05-141-7/+10
* target/arm: Vectorize SABD/UABDRichard Henderson2020-05-141-0/+10
* target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson2020-05-141-2/+2
* target/arm: Create gen_gvec_{sri,sli}Richard Henderson2020-05-141-0/+10
* target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson2020-05-141-0/+20
* target/arm: Create gen_gvec_[us]sraRichard Henderson2020-05-141-0/+10
* target/arm: Vectorize integer comparison vs zeroRichard Henderson2020-04-301-16/+11Star
* target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell2020-03-121-0/+1
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-051-1/+0Star
* target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-211-1/+2
* target/arm: Convert PMULL.64 to gvecRichard Henderson2020-02-211-3/+1Star
* target/arm: Convert PMUL.8 to gvecRichard Henderson2020-02-211-1/+2
* target/arm: Vectorize USHL and SSHLRichard Henderson2020-02-211-6/+5Star
* target/arm: ensure we use current exception state after SCR updateAlex Bennée2019-12-161-0/+1
* target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier2019-12-161-0/+2
* target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson2019-10-241-0/+4
* target/arm: Remove helper_double_saturateRichard Henderson2019-08-161-1/+0Star
* target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson2019-05-141-2/+0Star
* target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell2019-04-291-0/+1
* target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell2019-04-291-0/+2
* target/arm: Implement M-profile lazy FP state preservationPeter Maydell2019-04-291-0/+2
* target/arm: Implement ARMv8.5-FRINTRichard Henderson2019-03-051-0/+5
* target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson2019-03-051-2/+0Star
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-051-1/+0Star
* target/arm: Add helpers for FMLALRichard Henderson2019-02-281-0/+9
* target/arm: Implement ARMv8.3-JSConvRichard Henderson2019-02-211-0/+3
* target/arm: Use vector operations for saturationRichard Henderson2019-02-151-0/+33
* target/arm: Remove neon min/max helpersRichard Henderson2019-02-151-12/+0Star
* target/arm: Move helper_exception_return to helper-a64.cRichard Henderson2019-01-211-1/+0Star
* target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell2018-10-081-0/+2
* target/arm: Implement SVE dot product (indexed)Richard Henderson2018-06-291-0/+5
* target/arm: Implement SVE dot product (vectors)Richard Henderson2018-06-291-0/+5
* target/arm: Implement SVE floating-point convert to integerRichard Henderson2018-06-291-6/+6
* target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson2018-06-291-0/+8
* target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson2018-06-291-0/+14
* target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson2018-06-151-0/+19
* target/arm: Implement SVE predicate testRichard Henderson2018-05-181-0/+1
* target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée2018-05-181-6/+4Star
* target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson2018-05-151-0/+6
* target/arm: Fix float16 to/from int16Richard Henderson2018-05-101-2/+2
* target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell2018-03-231-0/+1