summaryrefslogtreecommitdiffstats
path: root/target/arm/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson2022-10-311-1/+1
* target/arm: Introduce helper_exception_with_syndromeRichard Henderson2022-06-101-0/+10
* target/arm: Rename helper_exception_with_syndromeRichard Henderson2022-06-101-3/+3
* target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2022-06-101-29/+0Star
* target/arm: Move exception_target_el out of lineRichard Henderson2022-06-101-0/+15
* target/arm: Implement FEAT_IDSTPeter Maydell2022-05-191-0/+9
* target/arm: Implement ESB instructionRichard Henderson2022-05-091-0/+43
* target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson2022-05-051-26/+26
* target/arm: Split out cpregs.hRichard Henderson2022-05-051-0/+1
* target/arm: Remove fpexc32_accessRichard Henderson2022-04-221-13/+0Star
* target/arm: Implement HSTR.TJDBXPeter Maydell2021-08-261-0/+16
* target/arm: use raise_exception_ra for stack limit exceptionJamie Iles2021-06-031-6/+3Star
* target/arm: fold do_raise_exception into raise_exceptionJamie Iles2021-06-031-10/+2Star
* target/arm: fix missing exception classJamie Iles2021-06-031-2/+9
* target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell2021-05-101-0/+14
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran2021-02-111-8/+1Star
* target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont2021-01-191-2/+2
* arm tcg cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson2020-11-101-10/+13
* target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-261-0/+16
* target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson2020-03-051-93/+0Star
* target/arm: Remove CPSR_RESERVEDRichard Henderson2020-02-131-1/+8
* target/arm: Replace CPSR_ERET_MASK with aarch32_cpsr_valid_maskRichard Henderson2020-02-131-1/+4
* target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik2020-01-171-1/+6
* target/arm: Handle AArch32 CP15 trapping via HSTR_EL2Marc Zyngier2019-12-161-0/+22
* target/arm: Rebuild hflags at CPSR writesRichard Henderson2019-10-241-0/+3
* target/arm: Rebuild hflags at EL changesRichard Henderson2019-10-241-0/+1
* target/arm: Remove helper_double_saturateRichard Henderson2019-08-161-15/+0Star
* target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell2019-07-301-1/+15
* target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé2019-07-041-295/+0Star
* target/arm: Move TLB related routines to tlb_helper.cPhilippe Mathieu-Daudé2019-07-011-135/+0Star
* target/arm: Move the DC ZVA helper into op_helperSamuel Ortiz2019-07-011-0/+93
* target/arm: Fix multiline comment syntaxPhilippe Mathieu-Daudé2019-07-011-18/+36
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-11/+10Star
* target/arm: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-25/+4Star
* target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson2019-03-051-5/+0Star
* target/arm: Split helper_msr_i_pstate into 3Richard Henderson2019-03-051-42/+0Star
* target/arm: Move helper_exception_return to helper-a64.cRichard Henderson2019-01-211-155/+0Star
* target/arm: Introduce raise_exception_raRichard Henderson2019-01-211-2/+17
* target/arm: Use arm_hcr_el2_eff more placesRichard Henderson2018-12-131-8/+6Star
* target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel2018-11-191-8/+46
* target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell2018-11-131-2/+2
* target/arm: New utility function to extract EC from syndromePeter Maydell2018-10-241-1/+1
* target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson2018-10-161-1/+5
* target/arm: Add v8M stack limit checks on NS function callsPeter Maydell2018-10-081-2/+2
* target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell2018-10-081-0/+19
* target/arm: Handle SVE vector length changes in system modeRichard Henderson2018-10-081-0/+1
* target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell2018-08-201-11/+11
* target/arm: Honour HCR_EL2.TGE when raising synchronous exceptionsPeter Maydell2018-08-141-0/+14