aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson
2023-03-13target/arm: Improve trans_BFCIRichard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson
2023-03-13target/arm: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-06target/arm: Rewrite check_s2_mmu_setupRichard Henderson
2023-03-06target/arm: Diagnose incorrect usage of arm_is_secure subroutinesRichard Henderson
2023-03-06target/arm: Stub arm_hcr_el2_eff for m-profileRichard Henderson
2023-03-06target/arm: Handle m-profile in arm_is_secureRichard Henderson
2023-03-06target/arm: Implement gdbstub m-profile systemreg and secextRichard Henderson
2023-03-06target/arm: Export arm_v7m_get_sp_ptrDavid Reiss
2023-03-06target/arm: Export arm_v7m_mrs_controlDavid Reiss
2023-03-06target/arm: Implement gdbstub pauth extensionRichard Henderson
2023-03-06target/arm: Create pauth_ptr_maskRichard Henderson
2023-03-06target/arm: Simplify iteration over bit widthsRichard Henderson
2023-03-06target/arm: Add name argument to output_vector_union_typeRichard Henderson
2023-03-06target/arm: Fix svep width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Simplify register counting in arm_gen_dynamic_svereg_xmlRichard Henderson
2023-03-06target/arm: Split out output_vector_union_typeRichard Henderson
2023-03-06target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.cRichard Henderson
2023-03-06target/arm: Unexport arm_gen_dynamic_sysreg_xmlRichard Henderson
2023-03-06target/arm: Normalize aarch64 gdbstub get/set function namesRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator.hRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-vfp.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-sve.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-sme.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-neon.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-mve.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-m-nocp.cRichard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator-a64.cRichard Henderson
2023-03-05target/arm: Drop new_tmp_a64_zeroRichard Henderson
2023-03-05target/arm: Drop new_tmp_a64Richard Henderson
2023-03-05target/arm: Drop DisasContext.tmp_a64Richard Henderson
2023-03-05target/arm: Drop tcg_temp_free from translator.cRichard Henderson
2023-03-05target/arm: Remove value_global from DisasCompareRichard Henderson
2023-03-05target/arm: Remove arm_free_cc, a64_free_ccRichard Henderson
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-02Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-03-02target/arm: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-03-01target/arm: Don't use tcg_temp_local_new_*Richard Henderson
2023-03-01target/arm: Drop copies in gen_sve_{ldr,str}Richard Henderson