aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2018-05-25Correct CPACR reset value for v7 corestz-migrationPeter Maydell
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
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-02-15target/arm: Implement v8M MSPLIM and PSPLIM registersPeter Maydell
2018-02-15target/arm: Implement writing to CONTROL_NS for v8MPeter Maydell
2018-02-15target/arm: Enforce access to ZCR_EL at translationRichard Henderson
2018-02-15target/arm: Suppress TB end for FPCR/FPSRRichard Henderson
2018-02-15target/arm: Enforce FP access to FPCR/FPSRRichard Henderson
2018-02-15target/arm: Remove ARM_CP_64BIT from ZCR_EL registersRichard Henderson
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson
2018-02-09target/arm: Add ZCR_ELxRichard Henderson
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-01-25target/arm: Simplify fp_exception_el for user-onlyRichard Henderson
2018-01-25target/arm: Hoist store to flags output in cpu_get_tb_cpu_stateRichard Henderson
2018-01-25target/arm: Move cpu_get_tb_cpu_state out of lineRichard Henderson
2018-01-25target/arm: Add aa{32, 64}_vfp_{dreg, qreg} helpersRichard Henderson
2018-01-25target/arm: Change the type of vfp.regsRichard Henderson
2018-01-25target/arm: Fix 32-bit address truncationArd Biesheuvel
2018-01-16target/arm: Handle page table walk load failures correctlyPeter Maydell