aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)Author
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson
2020-05-14target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson
2019-12-16target/arm: ensure we use current exception state after SCR updateAlex Bennée
2019-12-16target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-02-28target/arm: Add helpers for FMLALRichard Henderson
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson
2018-05-18target/arm: Implement SVE predicate testRichard Henderson
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell