]> git.proxmox.com Git - mirror_qemu.git/blame - tests/tcg/aarch64/Makefile.target
tests/multiarch: Add test-aes
[mirror_qemu.git] / tests / tcg / aarch64 / Makefile.target
CommitLineData
8ec8a55e
AB
1# -*- Mode: makefile -*-
2#
3# AArch64 specific tweaks
4
fc76c56d
PB
5ARM_SRC=$(SRC_PATH)/tests/tcg/arm
6VPATH += $(ARM_SRC)
7
8ec8a55e
AB
8AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64
9VPATH += $(AARCH64_SRC)
10
0bdce486
RH
11# Base architecture tests
12AARCH64_TESTS=fcvt pcalign-a64
8ec8a55e
AB
13
14fcvt: LDFLAGS+=-lm
15
16run-fcvt: fcvt
607bf9b5
AB
17 $(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)")
18 $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
06bf3b15 19
15b273f8
PB
20config-cc.mak: Makefile
21 $(quiet-@)( \
22 $(call cc-option,-march=armv8.1-a+sve, CROSS_CC_HAS_SVE); \
23 $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \
c81e4ab3 24 $(call cc-option,-march=armv8.2-a, CROSS_CC_HAS_ARMV8_2); \
15b273f8 25 $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \
c81e4ab3 26 $(call cc-option,-march=armv8.5-a, CROSS_CC_HAS_ARMV8_5); \
15b273f8 27 $(call cc-option,-mbranch-protection=standard, CROSS_CC_HAS_ARMV8_BTI); \
bc6bd20e 28 $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE); \
1f51573f 29 $(call cc-option,-Wa$(COMMA)-march=armv9-a+sme, CROSS_AS_HAS_ARMV9_SME)) 3> config-cc.mak
15b273f8
PB
30-include config-cc.mak
31
c81e4ab3
ZS
32ifneq ($(CROSS_CC_HAS_ARMV8_2),)
33AARCH64_TESTS += dcpop
34dcpop: CFLAGS += -march=armv8.2-a
35endif
36ifneq ($(CROSS_CC_HAS_ARMV8_5),)
37AARCH64_TESTS += dcpodp
38dcpodp: CFLAGS += -march=armv8.5-a
39endif
40
72ab7f9e 41# Pauth Tests
f084839a 42ifneq ($(CROSS_CC_HAS_ARMV8_3),)
8796fe40 43AARCH64_TESTS += pauth-1 pauth-2 pauth-4 pauth-5
fdd9b094 44pauth-%: CFLAGS += -march=armv8.3-a
d16242e5 45run-pauth-%: QEMU_OPTS += -cpu max
bb516dfc 46endif
06bf3b15 47
1d9ac91b
RH
48# BTI Tests
49# bti-1 tests the elf notes, so we require special compiler support.
f084839a 50ifneq ($(CROSS_CC_HAS_ARMV8_BTI),)
cda86e2b
RH
51AARCH64_TESTS += bti-1 bti-3
52bti-1 bti-3: CFLAGS += -mbranch-protection=standard
53bti-1 bti-3: LDFLAGS += -nostdlib
1d9ac91b
RH
54endif
55# bti-2 tests PROT_BTI, so no special compiler support required.
56AARCH64_TESTS += bti-2
57
36cd5fbd 58# MTE Tests
f084839a 59ifneq ($(CROSS_CC_HAS_ARMV8_MTE),)
d3327a38 60AARCH64_TESTS += mte-1 mte-2 mte-3 mte-4 mte-5 mte-6 mte-7
36cd5fbd
RH
61mte-%: CFLAGS += -march=armv8.5-a+memtag
62endif
63
1f51573f
RH
64# SME Tests
65ifneq ($(CROSS_AS_HAS_ARMV9_SME),)
66AARCH64_TESTS += sme-outprod1
67endif
68
fe185734
AB
69# System Registers Tests
70AARCH64_TESTS += sysregs
cf58773f 71
3dc2afea 72ifneq ($(CROSS_CC_HAS_SVE),)
2b6d6371
AB
73# SVE ioctl test
74AARCH64_TESTS += sve-ioctls
75sve-ioctls: CFLAGS+=-march=armv8.1-a+sve
76
ca1e9c3b
RH
77AARCH64_TESTS += test-aes
78test-aes: CFLAGS += -O -march=armv8-a+aes
79test-aes: test-aes-main.c.inc
80
c96e593a
AB
81# Vector SHA1
82sha1-vector: CFLAGS=-O3
83sha1-vector: sha1.c
84 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
85run-sha1-vector: sha1-vector run-sha1
c6cf8a20 86 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
c96e593a
AB
87 $(call diff-out, sha1-vector, sha1.out)
88
89TESTS += sha1-vector
90
f8a4c6d7
AB
91# Vector versions of sha512 (-O3 triggers vectorisation)
92sha512-vector: CFLAGS=-O3
93sha512-vector: sha512.c
94 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
95
96TESTS += sha512-vector
97
6d03226b
AB
98ifneq ($(CROSS_CC_HAS_SVE),)
99sha512-sve: CFLAGS=-O3 -march=armv8.1-a+sve
100sha512-sve: sha512.c
101 $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS)
102
103TESTS += sha512-sve
104endif
105
bcbc36a9 106ifeq ($(HOST_GDB_SUPPORTS_ARCH),y)
cf58773f
AB
107GDB_SCRIPT=$(SRC_PATH)/tests/guest-debug/run-test.py
108
cf58773f
AB
109run-gdbstub-sysregs: sysregs
110 $(call run-test, $@, $(GDB_SCRIPT) \
111 --gdb $(HAVE_GDB_BIN) \
112 --qemu $(QEMU) --qargs "$(QEMU_OPTS)" \
113 --bin $< --test $(AARCH64_SRC)/gdbstub/test-sve.py, \
c6cf8a20 114 basic gdbstub SVE support)
f4a23e17
AB
115
116run-gdbstub-sve-ioctls: sve-ioctls
117 $(call run-test, $@, $(GDB_SCRIPT) \
118 --gdb $(HAVE_GDB_BIN) \
119 --qemu $(QEMU) --qargs "$(QEMU_OPTS)" \
120 --bin $< --test $(AARCH64_SRC)/gdbstub/test-sve-ioctl.py, \
c6cf8a20 121 basic gdbstub SVE ZLEN support)
df3ca223
AB
122
123EXTRA_RUNS += run-gdbstub-sysregs run-gdbstub-sve-ioctls
cf58773f 124endif
b17ab470 125endif
cf58773f 126
f084839a 127ifneq ($(CROSS_CC_HAS_SVE2),)
b17ab470
RH
128AARCH64_TESTS += test-826
129test-826: CFLAGS+=-march=armv8.1-a+sve2
fe185734
AB
130endif
131
fc76c56d 132TESTS += $(AARCH64_TESTS)