summary refs log tree commit diff stats
path: root/target/arm/helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Fix SVE system register access checksRichard Henderson2018-06-291-4/+4
* target/arm: Mark PMINTENSET accesses as possibly doing IOAaron Lindsay2018-06-291-1/+1
* target/arm: support reading of CNT[VCT|FRQ]_EL0 from user-spaceAlex Bennée2018-06-291-3/+24
* target/arm: Implement SVE floating-point convert to integerRichard Henderson2018-06-291-1/+1
* target/arm: Handle small regions in get_phys_addr_pmsav8()Peter Maydell2018-06-261-23/+55
* target/arm: Set page (region) size in get_phys_addr_pmsav7()Peter Maydell2018-06-261-11/+26
* target/arm: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé2018-06-081-2/+2
* Correct CPACR reset value for v7 coresPeter Maydell2018-05-311-1/+9
* tcg: Fix helper function vs host abi for float16Richard Henderson2018-05-311-45/+45
* target/arm: Add the XML dynamic generationAbdallah Bouassida2018-05-181-0/+26
* target/arm: Add "_S" suffix to the secure version of a sysregAbdallah Bouassida2018-05-181-11/+18
* target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo typeAbdallah Bouassida2018-05-181-1/+1
* target/arm: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-171-10/+2
* target/arm: Use floatX_silence_nan when we have already checked for SNaNRichard Henderson2018-05-171-6/+6
* target/arm: squash FZ16 behaviour for conversionsAlex Bennée2018-05-171-4/+36
* target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée2018-05-171-48/+8
* target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson2018-05-151-2/+36
* target/arm: Fix float16 to/from int16Richard Henderson2018-05-101-2/+51
* target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment2018-05-041-1/+1
* target/arm: Make PMOVSCLR and PMUSERENR 64 bits wideAaron Lindsay2018-04-261-2/+3
* target/arm: Fix bitmask for PMCCFILTR writesAaron Lindsay2018-04-261-1/+1
* target/arm: Add pre-EL change hooksAaron Lindsay2018-04-261-6/+8
* target/arm: Mask PMU register writes based on PMCR_EL0.NAaron Lindsay2018-04-261-9/+22
* target/arm: Treat PMCCNTR as alias of PMCCNTR_EL0Aaron Lindsay2018-04-261-1/+1
* target/arm: Check PMCNTEN for whether PMCCNTR is enabledAaron Lindsay2018-04-261-1/+1
* target/arm: Use v7m_stack_read() for reading the frame signaturePeter Maydell2018-04-261-4/+5
* target/arm: Remove stale TODO commentPeter Maydell2018-04-261-7/+1
* target/arm: Report unsupported MPU region sizes more clearlyPeter Maydell2018-04-101-3/+3
* target/arm: Set FSR for BKPT, BRK when raising exceptionPeter Maydell2018-03-231-1/+0
* target/arm: Define an IDAU interfacePeter Maydell2018-03-021-3/+25
* arm/helper.c: re-factor rsqrte and add rsqrte_f16Alex Bennée2018-03-011-118/+103
* arm/helper.c: re-factor recpe and add recepe_f16Alex Bennée2018-03-011-97/+127
* arm/translate-a64: add FP16 SCVTF/UCVFT to simd_two_reg_misc_fp16Alex Bennée2018-03-011-0/+4
* target/arm/helper: pass explicit fpst to set_rmodeAlex Bennée2018-03-011-2/+2
* target/arm/cpu.h: add additional float_status flagsAlex Bennée2018-03-011-5/+21
* target/arm: Fix register definitions for VMIDR and VMPIDRPeter Maydell2018-02-221-4/+4
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* target/arm: Implement v8M MSPLIM and PSPLIM registersPeter Maydell2018-02-151-0/+46
* target/arm: Implement writing to CONTROL_NS for v8MPeter Maydell2018-02-151-0/+10
* target/arm: Enforce access to ZCR_EL at translationRichard Henderson2018-02-151-18/+4
* target/arm: Suppress TB end for FPCR/FPSRRichard Henderson2018-02-151-2/+2
* target/arm: Enforce FP access to FPCR/FPSRRichard Henderson2018-02-151-2/+4
* target/arm: Remove ARM_CP_64BIT from ZCR_EL registersRichard Henderson2018-02-151-4/+4
* target/arm: Add SVE state to TB->FLAGSRichard Henderson2018-02-091-1/+24
* target/arm: Add ZCR_ELxRichard Henderson2018-02-091-0/+131
* target/arm: Handle exceptions during exception stack popPeter Maydell2018-02-091-21/+94
* target/arm: Make exception vector loads honour the SAUPeter Maydell2018-02-091-16/+55
* target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell2018-02-091-15/+49
* target/arm: Make v7M exception entry stack push check MPUPeter Maydell2018-02-091-16/+87
* target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell2018-02-091-12/+23