aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2018-09-25target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUsRichard Henderson
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell
2018-08-24target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson
2018-08-24target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-20target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2Peter Maydell
2018-08-20target/arm: Implement AArch32 Hyp FARsPeter Maydell
2018-08-20target/arm: Implement AArch32 HVBARPeter Maydell
2018-08-20target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefsPeter Maydell
2018-08-20target/arm: Correct typo in HAMAIR1 regdef namePeter Maydell
2018-08-16target/arm: Ignore float_flag_input_denormal from fp_status_f16Richard Henderson
2018-08-16target/arm: Adjust FPCR_MASK for FZ16Richard Henderson
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell
2018-08-14target/arm: Restore M-profile CONTROL.SPSEL before any tailchainingPeter Maydell
2018-08-14target/arm: Initialize exc_secure correctly in do_v7m_exception_exit()Peter Maydell
2018-08-14target/arm: Improve exception-taken loggingPeter Maydell
2018-08-14target/arm: Treat SCTLR_EL1.M as if it were zero when HCR_EL2.TGE is setPeter Maydell
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell
2018-08-14target/arm: Honour HCR_EL2.TGE and MDCR_EL2.TDE in debug register access checksPeter Maydell
2018-08-14target/arm: Allow execution from small regionsPeter Maydell
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova
2018-08-14target/arm: Forbid unprivileged mode for M BaselineJulia Suvorova
2018-07-30target/arm: Remove duplicate 'host' entry in '-cpu ?' outputPhilippe 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_ISAR6Richard 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