aboutsummaryrefslogtreecommitdiff
path: root/test/aarch64/test-cpu-features-aarch64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/aarch64/test-cpu-features-aarch64.cc')
-rw-r--r--test/aarch64/test-cpu-features-aarch64.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/aarch64/test-cpu-features-aarch64.cc b/test/aarch64/test-cpu-features-aarch64.cc
index a4c35cda..8152f550 100644
--- a/test/aarch64/test-cpu-features-aarch64.cc
+++ b/test/aarch64/test-cpu-features-aarch64.cc
@@ -2774,6 +2774,10 @@ TEST_CRC32(crc32ch_0, crc32ch(w0, w1, w2))
TEST_CRC32(crc32cw_0, crc32cw(w0, w1, w2))
TEST_CRC32(crc32cx_0, crc32cx(w0, w1, x2))
+#define TEST_DCPOP(NAME, ASM) \
+ TEST_TEMPLATE(CPUFeatures(CPUFeatures::kDCPoP), DCPoP_##NAME, ASM)
+TEST_DCPOP(dc_0, dc(CVAP, x0))
+
#define TEST_PAUTH(NAME, ASM) \
TEST_TEMPLATE(CPUFeatures(CPUFeatures::kPAuth), PAuth_##NAME, ASM)
TEST_PAUTH(autda_0, autda(x0, x1))