unicorn/qemu/target/arm
2021-12-30 01:05:10 +01:00
..
arm_ldst.h import Unicorn2 2021-10-03 22:14:44 +08:00
arm-powerctl.c import Unicorn2 2021-10-03 22:14:44 +08:00
arm-powerctl.h import Unicorn2 2021-10-03 22:14:44 +08:00
arm-semi.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu64.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-param.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-qom.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu.c No more hard-coded cpu models 2021-12-30 01:05:10 +01:00
cpu.h import Unicorn2 2021-10-03 22:14:44 +08:00
crypto_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
debug_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-a32-uncond.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-a32.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-sve.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-t16.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-t32.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-vfp-uncond.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
decode-vfp.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper-a64.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper-a64.h import Unicorn2 2021-10-03 22:14:44 +08:00
helper-sve.h import Unicorn2 2021-10-03 22:14:44 +08:00
helper.c Fix #1500 2021-12-23 21:46:27 +01:00
helper.h Leave out size parameter in callback 2021-11-09 00:21:34 +01:00
internals.h import Unicorn2 2021-10-03 22:14:44 +08:00
iwmmxt_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
kvm-consts.h import Unicorn2 2021-10-03 22:14:44 +08:00
m_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
neon_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
op_addsub.h import Unicorn2 2021-10-03 22:14:44 +08:00
op_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
pauth_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
psci.c import Unicorn2 2021-10-03 22:14:44 +08:00
README import Unicorn2 2021-10-03 22:14:44 +08:00
sve_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
tlb_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate-a64.c Inline uc_tracecode when there is only exactly one hook 2021-11-21 16:44:39 +01:00
translate-a64.h import Unicorn2 2021-10-03 22:14:44 +08:00
translate-sve.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate-vfp.inc.c import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Inline uc_tracecode when there is only exactly one hook 2021-11-21 16:44:39 +01:00
translate.h import Unicorn2 2021-10-03 22:14:44 +08:00
unicorn_aarch64.c Restore cp15 registers 2021-11-09 13:13:08 +08:00
unicorn_arm.c Write CPSR as it is initiated from instructions to allow regs switch 2021-11-24 17:10:51 +01:00
unicorn.h Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
vec_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
vfp_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00

code under arm/ is from arm-softmmu/target/arm/*.inc.c
code under aarch64/ is from aarch64-softmmu/target/aarch64/*.inc.c

WARNING: these code are autogen from scripts/decodetree.py, DO NOT modify them.