aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson
2018-10-08target/arm: Rewrite helper_sve_ld1*_r using pagesRichard Henderson
2018-10-08target/arm: Clear unused predicate bits for LD1RQRichard Henderson
2018-10-08target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson
2018-10-08target/arm: Handle SVE vector length changes in system modeRichard Henderson
2018-10-08target/arm: Pass in current_el to fp and sve_exception_elRichard Henderson
2018-10-08target/arm: Adjust sve_exception_elRichard Henderson
2018-10-08target/arm: Define ID_AA64ZFR0_EL1Richard Henderson
2018-10-08target/arm: Don't read r4 from v8M exception stackframe twicePeter Maydell
2018-10-08target/arm: Correct condition for v8M callee stack pushPeter Maydell
2018-10-08target/arm: fix code comments errorDongjiu Geng
2018-09-25target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp modePeter Maydell
2018-09-25target/arm: Fix cpu_get_tb_cpu_state() for non-SVE CPUsRichard Henderson
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell
2018-08-24target/arm: Untabify iwmmxt_helper.cPeter Maydell
2018-08-24target/arm: Untabify translate.cPeter Maydell
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 AArch32 ERET instructionPeter Maydell
2018-08-20target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked)Peter Maydell
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-20target/arm: Fix crash on conditional instruction in an IT blockRoman Kapl
2018-08-16target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson
2018-08-16target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-halfRichard Henderson
2018-08-16target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_hRichard Henderson
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 "cortex-m0" CPU modelStefan Hajnoczi
2018-08-16target/arm: Add sve-max-vq cpu property to -cpu maxRichard Henderson
2018-08-16target/arm: Dump SVE state if enabledRichard Henderson
2018-08-16target/arm: Reformat integer register dumpRichard Henderson
2018-08-16target/arm: Fix offset scaling for LD_zprr and ST_zprrRichard Henderson
2018-08-16target/arm: Fix offset for LD1R instructionsRichard Henderson
2018-08-16target/arm: Fix sign-extension in sve do_ldr/do_strRichard Henderson
2018-08-16target/arm: Fix typo in helper_sve_ld1hss_rRichard Henderson
2018-08-14target/arm: Fix typo in helper_sve_movz_dRichard Henderson
2018-08-14target/arm: Reorganize SVE WHILERichard Henderson
2018-08-14target/arm: Fix typo in do_sat_addsub_64Richard Henderson
2018-08-14target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzwRichard Henderson
2018-08-14target/arm: Implement tailchaining for M profile coresPeter Maydell