aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-08-16target/arm: Use tcg_gen_extrh_i64_i32 to extract the high wordpull-target-arm-20190816Richard Henderson
2019-08-16target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSRRichard Henderson
2019-08-16target/arm: Use tcg_gen_rotri_i32 for gen_swap_halfRichard Henderson
2019-08-16target/arm: Use ror32 instead of open-coding the operationRichard Henderson
2019-08-16target/arm: Remove redundant shift testsRichard Henderson
2019-08-16target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTBRichard Henderson
2019-08-16target/arm: Use tcg_gen_extract_i32 for shifter_out_imRichard Henderson
2019-08-16target/arm/kvm64: Move the get/put of fpsimd registers outAndrew Jones
2019-08-16target/arm/kvm64: Fix error returnsAndrew Jones
2019-08-16target/arm/cpu: Use div-round-up to determine predicate register array sizeAndrew Jones
2019-08-16target/arm/helper: zcr: Add build bug next to value range assumptionAndrew Jones
2019-08-16target/arm/cpu: Ensure we can use the pmu with kvmAndrew Jones
2019-08-16target/arm/cpu64: Ensure kvm really supports aarch64=offAndrew Jones
2019-08-16target/arm: Remove helper_double_saturateRichard Henderson
2019-08-16target/arm: Use unallocated_encoding for aarch32Richard Henderson
2019-08-16target/arm: Remove offset argument to gen_exception_bkpt_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_internal_insnRichard Henderson
2019-08-16target/arm: Replace offset with pc in gen_exception_insnRichard Henderson
2019-08-16target/arm: Replace s->pc with s->base.pc_nextRichard Henderson
2019-08-16target/arm: Remove redundant s->pc & ~1Richard Henderson
2019-08-16target/arm: Introduce add_reg_for_litRichard Henderson
2019-08-16target/arm: Introduce read_pcRichard Henderson
2019-08-16target/arm: Introduce pc_currRichard Henderson
2019-08-16target/arm: Pass in pc to thumb_insn_is_16bitRichard Henderson
2019-08-16target/arm: Fix routing of singlestep exceptionsPeter Maydell
2019-08-16target/arm: Factor out 'generate singlestep exception' functionPeter Maydell
2019-08-16target/arm: generate a custom MIDR for -cpu maxAlex Bennée
2019-08-02target/arm: Avoid bogus NSACR traps on M-profile without Security ExtensionPeter Maydell
2019-07-30target/arm: Deliver BKPT/BRK exceptions to correct exception levelPeter Maydell
2019-07-22target/arm: Limit ID register assertions to TCGPeter Maydell
2019-07-22target/arm: Add missing break statement for Hypervisor Trap ExceptionPhilippe Mathieu-Daudé
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultpull-target-arm-20190715Peter Maydell
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRpull-target-arm-20190708Philippe Mathieu-Daudé
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorspull-target-arm-20190704-1Peter Maydell
2019-07-04target/arm: Execute Thumb instructions when their condbits are 0xfPeter Maydell
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-07-01target/arm: Declare some M-profile functions publiclypull-target-arm-20190701Philippe Mathieu-Daudé
2019-07-01target/arm: Declare arm_log_exception() function publiclyPhilippe Mathieu-Daudé
2019-07-01target/arm: Restrict PSCI to TCGPhilippe Mathieu-Daudé