4e4b6851 | 29-Jul-2024 |
Richard Henderson <richard.henderson@linaro.org> |
tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests
Recent debian cross-linker for loongarch issues
ld: warning: hello has a LOAD segment with RWX permissions
This is partiall
tests/tcg/loongarch64: Use --no-warn-rwx-segments to link system tests
Recent debian cross-linker for loongarch issues
ld: warning: hello has a LOAD segment with RWX permissions
This is partially related to tests/tcg/loongarch64/system/kernel.ld, but is not fixed by explicitly adding a single LOAD PHDR. Disable the warning, since it does not apply to kernel images.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240724010733.22129-3-richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240729144414.830369-5-alex.bennee@linaro.org>
show more ...
|
0c7213dd | 16-Jul-2022 |
Song Gao <gaosong@loongson.cn> |
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.3098
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>
show more ...
|
500cd33a | 16-Jul-2022 |
Song Gao <gaosong@loongson.cn> |
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> Mess
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>
show more ...
|
65cb15f4 | 16-Jul-2022 |
Song Gao <gaosong@loongson.cn> |
tests/tcg/loongarch64: Add fclass test
This includes: - FCLASS.{S/D}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-7-gaosong@loongson.cn> Signed-off-by: Richard
tests/tcg/loongarch64: Add fclass test
This includes: - FCLASS.{S/D}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-7-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
show more ...
|
fa50579a | 16-Jul-2022 |
Song Gao <gaosong@loongson.cn> |
tests/tcg/loongarch64: Add div and mod related instructions test
This includes: - DIV.{W[U]/D[U]} - MOD.{W[U]/D[U]}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060
tests/tcg/loongarch64: Add div and mod related instructions test
This includes: - DIV.{W[U]/D[U]} - MOD.{W[U]/D[U]}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-6-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
show more ...
|
a5661c3a | 16-Jul-2022 |
Song Gao <gaosong@loongson.cn> |
tests/tcg/loongarch64: Add clo related instructions test
This includes: - CL{O/Z}.{W/D} - CT{O/Z}.{W/D}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-5-gaosong@l
tests/tcg/loongarch64: Add clo related instructions test
This includes: - CL{O/Z}.{W/D} - CT{O/Z}.{W/D}
Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20220716085426.3098060-5-gaosong@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
show more ...
|