1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-04-01 23:07:03 +00:00
unicorn/qemu
Peter Maydell 09a7d6381e target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Move the id_pfr0 and id_pfr1 fields into the ARMISARegisters
sub-struct. We're going to want id_pfr1 for an isar_features
check, and moving both at the same time avoids an odd
inconsistency.

Changes other than the ones to cpu.h and kvm64.c made
automatically with:
perl -p -i -e 's/cpu->id_pfr/cpu->isar.id_pfr/' target/arm/*.c hw/intc/armv7m_nvic.c

Backports commit 8a130a7be6e222965641e1fd9469fd3ee752c7d4
2021-03-01 19:15:10 -05:00
..
accel target/arm: Add sve infrastructure for page lookup 2021-02-25 20:28:23 -05:00
crypto
default-configs target/riscv: Initial introduction of the RISC-V target 2019-03-08 21:46:10 -05:00
docs
fpu softfloat: Define misc operations for bfloat16 2021-02-27 16:41:46 -05:00
hw target/arm: Set instance_align on CPUARM TypeInfo 2021-03-01 18:58:44 -05:00
include target/arm: Set instance_align on CPUARM TypeInfo 2021-03-01 18:58:44 -05:00
qapi qapi: Rewrite string-input-visitor's integer and list parsing 2018-12-18 04:57:25 -05:00
qobject
qom target/arm: Set instance_align on CPUARM TypeInfo 2021-03-01 18:58:44 -05:00
scripts target/arm: Convert Neon VCVT fp size field to MO_* in decode 2021-03-01 18:20:11 -05:00
target target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters 2021-03-01 19:15:10 -05:00
tcg tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem 2021-03-01 18:10:07 -05:00
util util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON() 2020-01-14 08:04:30 -05:00
aarch64.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
aarch64eb.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
accel.c target/arm: Set instance_align on CPUARM TypeInfo 2021-03-01 18:58:44 -05:00
arm.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
armeb.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
CODING_STYLE.rst docs: split the CODING_STYLE doc into distinct groups 2019-11-28 02:54:44 -05:00
configure configure: Support -static-pie if requested 2020-04-30 07:09:34 -04:00
COPYING
COPYING.LIB
cpus.c
exec.c Memory: Enable writeback for given memory region 2020-01-14 07:44:24 -05:00
gen_all_header.sh
glib_compat.c target/arm: Add VHE system register redirection and aliasing 2020-03-21 15:57:03 -04:00
header_gen.py target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
ioport.c
LICENSE
m68k.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
Makefile Makefile: Rename targets for make recursion 2019-08-08 17:26:49 -04:00
Makefile.objs
Makefile.target configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012] 2018-12-18 03:52:36 -05:00
memory.c target/arm: Set instance_align on CPUARM TypeInfo 2021-03-01 18:58:44 -05:00
memory_ldst.inc.c memory: Single byte swap along the I/O path 2020-01-07 19:12:04 -05:00
memory_mapping.c include/qemu/osdep.h: Don't include qapi/error.h 2018-02-21 23:08:18 -05:00
mips.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
mips64.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
mips64el.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
mipsel.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
powerpc.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
qemu-timer.c
riscv32.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
riscv64.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
rules.mak
sparc.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
sparc64.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00
unicorn_common.h
VERSION Open 5.2 development tree 2021-02-25 23:52:17 -05:00
vl.c
vl.h
x86_64.h target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations 2021-03-01 17:52:31 -05:00