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:
Philippe Mathieu-Daudé 2019-08-08 17:51:04 -04:00 committed by Lioncash
parent 199e2f8a7d
commit bde186433d
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
3 changed files with 2675 additions and 2609 deletions

View file

@ -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

File diff suppressed because it is too large Load diff