diff options
author | Song Gao <gaosong@loongson.cn> | 2022-07-16 16:54:25 +0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-07-19 22:54:56 +0530 |
commit | 500cd33abb5f0eb6303e35ccd808143298c3aba0 (patch) | |
tree | dbbe0f5c508c999ec2f39e67e06ff926f38e4fe5 /tests/tcg/loongarch64/Makefile.target | |
parent | 65cb15f4d64678900e48375ee360cc6cf577b99f (diff) |
tests/tcg/loongarch64: Add fp comparison instructions test
Choose some instructions to test:
- FCMP.cond.S
- cond: ceq clt cle cne seq slt sle sne
Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220716085426.3098060-8-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.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/loongarch64/Makefile.target b/tests/tcg/loongarch64/Makefile.target index 59d564725a..b320d9fd9c 100644 --- a/tests/tcg/loongarch64/Makefile.target +++ b/tests/tcg/loongarch64/Makefile.target @@ -13,5 +13,6 @@ LDFLAGS+=-lm LOONGARCH64_TESTS = test_bit LOONGARCH64_TESTS += test_div LOONGARCH64_TESTS += test_fclass +LOONGARCH64_TESTS += test_fpcom TESTS += $(LOONGARCH64_TESTS) |