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/mips.S | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 asm-tests/mips.S (limited to 'asm-tests/mips.S') diff --git a/asm-tests/mips.S b/asm-tests/mips.S new file mode 100644 index 0000000..1312d47 --- /dev/null +++ b/asm-tests/mips.S @@ -0,0 +1,11 @@ +/* on mips clang doesn't support privilegied instructions, doubleword store/load + and crashes with hand-written assembly + */ + + .set mips3 + sync + ld $t2, 0($t1) + +a: + addiu $t1, $s0, (b - a) +b: nop -- cgit v1.2.3