unicorn/qemu/target/arm
2022-02-11 22:13:01 +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 This reverts Hack 05ba21160619724033ec83469bbb66bda9e3f5fb and applies the correct fix 2022-01-05 21:58:40 +01: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 This reverts Hack 05ba21160619724033ec83469bbb66bda9e3f5fb and applies the correct fix 2022-01-05 21:58:40 +01:00
cpu.h Fix #1520 2022-01-04 21:01:20 +01: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 #1525 2022-01-05 19:38:22 +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 Fix the wrong PC when arm translation fectches unmapped memory 2022-01-16 16:42:38 +01:00
translate.h import Unicorn2 2021-10-03 22:14:44 +08:00
unicorn_aarch64.c Implement coprocessor register read/write for arm64 2022-02-11 22:13:01 +01:00
unicorn_arm.c Implement coprocessor register read/write for arm 2022-02-11 21:45:37 +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.