summaryrefslogtreecommitdiff
path: root/tests/tcg/loongarch64/Makefile.target
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2022-07-16 16:54:26 +0800
committerRichard Henderson <richard.henderson@linaro.org>2022-07-19 22:55:10 +0530
commit0c7213dd668215d00aa56002f7a0193284b6c1a2 (patch)
treef0d63b480634a532c18c3a288e913a2b8fd2c0f5 /tests/tcg/loongarch64/Makefile.target
parent500cd33abb5f0eb6303e35ccd808143298c3aba0 (diff)
tests/tcg/loongarch64: Add pcadd related instructions test
This includes: - PCADDI - PCADDU12I - PCADDU18I - PCALAU12I Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-9-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/loongarch64/Makefile.target')
-rw-r--r--tests/tcg/loongarch64/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/loongarch64/Makefile.target b/tests/tcg/loongarch64/Makefile.target
index b320d9fd9c..0115de78ef 100644
--- a/tests/tcg/loongarch64/Makefile.target
+++ b/tests/tcg/loongarch64/Makefile.target
@@ -14,5 +14,6 @@ LOONGARCH64_TESTS = test_bit
LOONGARCH64_TESTS += test_div
LOONGARCH64_TESTS += test_fclass
LOONGARCH64_TESTS += test_fpcom
+LOONGARCH64_TESTS += test_pcadd
TESTS += $(LOONGARCH64_TESTS)