aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2018-08-02target/arm: Implement tailchaining for M profile corestarget-arm.for-3.1Peter Maydell
2018-08-02target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell
2018-08-02target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell
2018-08-02target/arm: Improve exception-taken loggingPeter Maydell
2018-08-02target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell
2018-08-02target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-02target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell
2018-08-02target/arm: Allow execution from small regionsPeter Maydell
2018-08-02arm: Add ARMv6-M programmer's model supportJulia Suvorova
2018-08-02target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputpull-target-arm-20180730Philippe Mathieu-Daudé
2018-07-23target/arm: Correctly handle overlapping small MPU regionsPeter Maydell
2018-07-10target/arm: Use correct mmu_idx for exception-return unstackingPeter Maydell
2018-06-29target/arm: Add ID_ISAR6pull-target-arm-20180629Richard Henderson
2018-06-29target/arm: Fix SVE system register access checksRichard Henderson
2018-06-29target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay
2018-06-29target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée
2018-06-29target/arm: Implement SVE floating-point convert to integerRichard Henderson
2018-06-26target/arm: Handle small regions in get_phys_addr_pmsav8()Peter Maydell
2018-06-26target/arm: Set page (region) size in get_phys_addr_pmsav7()Peter Maydell
2018-06-08target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé
2018-05-31Correct CPACR reset value for v7 coresPeter Maydell
2018-05-31tcg: Fix helper function vs host abi for float16Richard Henderson
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2018-05-18target/arm: Add "_S" suffix to the secure version of a sysregAbdallah Bouassida
2018-05-18target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo typeAbdallah Bouassida
2018-05-17target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson
2018-05-17target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson
2018-05-17target/arm: squash FZ16 behaviour for conversionsAlex Bennée
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-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment
2018-04-26target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay
2018-04-26target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay
2018-04-26target/arm: Add pre-EL change hooksAaron Lindsay
2018-04-26target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay
2018-04-26target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay
2018-04-26target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay
2018-04-26target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell
2018-04-26target/arm: Remove stale TODO commentPeter Maydell
2018-04-10target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell
2018-03-23target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell
2018-03-02target/arm: Define an IDAU interfacePeter Maydell
2018-03-01arm/helper.c: re-factor rsqrte and add rsqrte_f16Alex Bennée
2018-03-01arm/helper.c: re-factor recpe and add recepe_f16Alex Bennée
2018-03-01arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16Alex Bennée
2018-03-01target/arm/helper: pass explicit fpst to set_rmodeAlex Bennée
2018-03-01target/arm/cpu.h: add additional float_status flagsAlex Bennée
2018-02-22target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell