mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 05:11:07 +00:00
target/arm/helper: Move M profile routines to m_helper.c
In preparation for supporting TCG disablement on ARM, we move most of TCG related v7m/v8m helpers and APIs into their own file. Note: It is easier to review this commit using the 'histogram' diff algorithm: $ git diff --diff-algorithm=histogram ... or $ git diff --histogram ... Backports commit 7aab5a8c8bb525ea390b4ebc17ab82c0835cfdb6 from qemu
This commit is contained in:
parent
199e2f8a7d
commit
bde186433d
|
@ -30,6 +30,7 @@ obj-y += tlb_helper.o debug_helper.o
|
|||
obj-y += translate.o op_helper.o
|
||||
obj-y += crypto_helper.o
|
||||
obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
|
||||
obj-y += m_helper.o
|
||||
|
||||
obj-$(CONFIG_SOFTMMU) += psci.o
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
2670
qemu/target/arm/m_helper.c
Normal file
2670
qemu/target/arm/m_helper.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue