aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2024-05-28target/arm: Use gvec for neon faddp, fmaxp, fminpRichard Henderson
2024-05-28target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADDP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FRECPS, FRSQRTS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FABD to decodetreeRichard Henderson
2024-05-28target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLA, FMLS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FNMUL to decodetreeRichard Henderson
2024-05-28target/arm: Expand vfp neg and abs inlineRichard Henderson
2024-05-28target/arm: Introduce vfp_load_reg16Richard Henderson
2024-05-28target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMULX to decodetreeRichard Henderson
2024-05-28target/arm: Convert Advanced SIMD copy to decodetreeRichard Henderson
2024-05-28target/arm: Convert XAR to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register, imm2 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 4-register to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 2-register SHA512 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register SHA512 to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 2-register SHA to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic 3-register SHA to decodetreeRichard Henderson
2024-05-28target/arm: Convert Cryptographic AES to decodetreeRichard Henderson
2024-05-28target/arm: Split out gengvec64.cRichard Henderson
2024-05-28target/arm: Split out gengvec.cRichard Henderson
2024-05-28target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)Richard Henderson
2024-05-28target/arm: Fix decode of FMOV (hp) vs MOVIRichard Henderson
2024-05-28target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)Richard Henderson
2024-05-28target/arm: Use PLD, PLDW, PLI not NOP for t32Richard Henderson
2024-05-28hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-03Kconfig: kvm: allow building without any boardPaolo Bonzini
2024-04-30target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell
2024-04-30target/arm: Refactor default generic timer frequency handlingPeter Maydell
2024-04-30target/arm: Enable FEAT_Spec_FPACC for -cpu maxPeter Maydell
2024-04-30target/arm: Implement ID_AA64MMFR3_EL1Peter Maydell
2024-04-30target/arm: Enable FEAT_ETS2 for -cpu maxPeter Maydell
2024-04-30target/arm: Enable FEAT_CSV2_3 for -cpu maxPeter Maydell
2024-04-30target/arm: Restrict translation disabled alignment check to VMSARichard Henderson
2024-04-30hvf: arm: Remove PL1_WRITE_MASKZenghui Yu
2024-04-26exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' headerPhilippe Mathieu-Daudé
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-26exec: Rename NEED_CPU_H -> COMPILING_PER_TARGETPhilippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25target/arm: Add FEAT_NMI to maxJinjie Ruan
2024-04-25target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()Jinjie Ruan