From 6e7a315eb67cb6c113cf37e1d66c4f11a51a2b3e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:29:51 +0200 Subject: Adding upstream version 2.06. Signed-off-by: Daniel Baumann --- asm-tests/sparc64.S | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 asm-tests/sparc64.S (limited to 'asm-tests/sparc64.S') diff --git a/asm-tests/sparc64.S b/asm-tests/sparc64.S new file mode 100644 index 0000000..03c5fe0 --- /dev/null +++ b/asm-tests/sparc64.S @@ -0,0 +1,9 @@ + .text +1: + /* A small list of examples of what clang doesn't support. */ + clr %o0 + lduw [%o4 + 4], %o4 + and %o6, ~0xff, %o6 + stw %o5, [%o3] + bne,pt %icc, 1b + nop -- cgit v1.2.3