aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
blob: f340a49a28a51c48e638b8dcfc39e3d9490808e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include "tcg/helper.h"

#ifdef TARGET_AARCH64
#include "tcg/helper-a64.h"
#include "tcg/helper-sve.h"
#include "tcg/helper-sme.h"
#endif

#include "tcg/helper-mve.h"