unicorn/qemu/target/arm
2022-05-07 00:16:31 +02:00
..
arm_ldst.h Remove armeb-softmmu and aarch64eb-softmmu 2022-02-12 14:15:54 +01: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 Check CPU model for uc_ctl 2022-04-16 17:49:47 +02: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 Fix BE32 usermode address XOR 2022-04-05 11:55:58 +02:00
cpu.h Remove armeb-softmmu and aarch64eb-softmmu 2022-02-12 14:15:54 +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 the regression bug 2022-02-13 09:52:00 +01:00
helper.h Implement UC_HOOK_INSN for aarch64 MRS/MSR/SYS/SYSL 2022-02-27 15:28:31 +01:00
internals.h Fix another undefined shift found by sanitizer 2022-02-12 19:57:19 +01: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 Implement UC_HOOK_INSN for aarch64 MRS/MSR/SYS/SYSL 2022-02-27 15:28:31 +01: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 Sync PC for SYS instruction hook 2022-02-27 15:30:27 +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 BE32 usermode address XOR 2022-04-05 11:55:58 +02:00
translate.h import Unicorn2 2021-10-03 22:14:44 +08:00
unicorn_aarch64.c Only exit TB if pc is within the memory range 2022-05-07 00:16:31 +02:00
unicorn_arm.c Only exit TB if pc is within the memory range 2022-05-07 00:16:31 +02:00
unicorn.h Remove armeb-softmmu and aarch64eb-softmmu 2022-02-12 14:15:54 +01: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.