aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-16target/arm: ensure we use current exception state after SCR updateAlex Bennée1-0/+1
2019-12-16target/arm: Handle trapping to EL2 of AArch32 VMRS instructionsMarc Zyngier1-0/+2
2019-10-24target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32})Richard Henderson1-0/+4
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson1-1/+0
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson1-2/+0
2019-04-29target/arm: Implement VLLDM for v7M CPUs with an FPUPeter Maydell1-0/+1
2019-04-29target/arm: Implement VLSTM for v7M CPUs with an FPUPeter Maydell1-0/+2
2019-04-29target/arm: Implement M-profile lazy FP state preservationPeter Maydell1-0/+2
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson1-0/+5
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson1-2/+0
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson1-1/+0
2019-02-28target/arm: Add helpers for FMLALRichard Henderson1-0/+9
2019-02-21target/arm: Implement ARMv8.3-JSConvRichard Henderson1-0/+3
2019-02-15target/arm: Use vector operations for saturationRichard Henderson1-0/+33
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson1-12/+0
2019-01-21target/arm: Move helper_exception_return to helper-a64.cRichard Henderson1-1/+0
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell1-0/+2
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson1-0/+5
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson1-0/+5
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson1-6/+6
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson1-0/+8
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson1-0/+14
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson1-0/+19
2018-05-18target/arm: Implement SVE predicate testRichard Henderson1-0/+1
2018-05-17target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée1-6/+4
2018-05-15target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson1-0/+6
2018-05-10target/arm: Fix float16 to/from int16Richard Henderson1-2/+2
2018-03-23target/arm: Honour MDCR_EL2.TDE when routing exceptions due to BKPT/BRKPeter Maydell1-0/+1
2018-03-02target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson1-0/+11
2018-03-02target/arm: Decode aa64 armv8.3 fcaddRichard Henderson1-0/+7
2018-03-02target/arm: Decode aa64 armv8.1 three same extraRichard Henderson1-0/+9
2018-03-02target/arm: Decode aa64 armv8.1 scalar three same extraRichard Henderson1-0/+4
2018-03-01arm/helper.c: re-factor rsqrte and add rsqrte_f16Alex Bennée1-0/+1
2018-03-01arm/helper.c: re-factor recpe and add recepe_f16Alex Bennée1-0/+1
2018-03-01arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16Alex Bennée1-0/+10
2018-03-01target/arm/helper: pass explicit fpst to set_rmodeAlex Bennée1-1/+1
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel1-0/+3
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel1-0/+4
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel1-0/+5
2018-01-25target/arm: Use pointers in neon tbl helperRichard Henderson1-1/+1
2018-01-25target/arm: Use pointers in neon zip/uzp helpersRichard Henderson1-10/+10
2018-01-25target/arm: Use pointers in crypto helpersRichard Henderson1-9/+9
2017-12-13target/arm: Implement TT instructionPeter Maydell1-0/+2
2017-10-31fix WFI/WFE length in syndrome registerStefano Stabellini1-1/+1
2017-10-12target/arm: Implement BLXNSPeter Maydell1-0/+1
2017-09-07target/arm: Implement BXNS, and banked stack pointersPeter Maydell1-0/+2
2017-01-10target-arm: Use clz opcodeRichard Henderson1-1/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+542