aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2019-06-13target/arm: Convert VMUL to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VNMLA to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VNMLS to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VMLS to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VMLA to decodetreePeter Maydell
2019-06-13target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0dPeter Maydell
2019-06-13target/arm: Convert the VFP load/store multiple insns to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP VLDR and VSTR to decodetreePeter Maydell
2019-06-13target/arm: Convert VFP two-register transfer insns to decodetreePeter Maydell
2019-06-13target/arm: Convert "single-precision" register moves to decodetreePeter Maydell
2019-06-13target/arm: Convert "double-precision" register moves to decodetreePeter Maydell
2019-06-13target/arm: Add helpers for VFP register loads and storesPeter Maydell
2019-06-13target/arm: Move the VFP trans_* functions to translate-vfp.inc.cPeter Maydell
2019-06-13target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetreePeter Maydell
2019-06-13target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetreePeter Maydell
2019-06-13target/arm: Convert VMINNM, VMAXNM to decodetreePeter Maydell
2019-06-13target/arm: Convert the VSEL instructions to decodetreePeter Maydell
2019-06-13target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu maxPeter Maydell
2019-06-13target/arm: Fix Cortex-R5F MVFR valuesPeter Maydell
2019-06-13target/arm: Factor out VFP access checking codePeter Maydell
2019-06-13target/arm: Add stubs for AArch32 VFP decodetreePeter Maydell
2019-06-13target/arm: Fix output of PAuth AuthRichard Henderson
2019-06-13target/arm: Implement NSACR gating of floating pointPeter Maydell
2019-06-13target/arm: Use tcg_gen_gvec_bitselRichard Henderson
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Create struct CPUTLBRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-28target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée
2019-05-28target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée
2019-05-28target/arm: fixup some of the commentary for arm-semiAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-05-23target/arm: Fix vector operation segfaultAlistair Francis
2019-05-23target/arm: Simplify BFXIL expansionRichard Henderson
2019-05-23target/arm: Use extract2 for EXTRRichard Henderson
2019-05-22target/arm: Implement ARMv8.5-RNGRichard Henderson
2019-05-22target/arm: Put all PAC keys into a structureRichard Henderson
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell