aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-bsh.s
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/v850eq-elf/t-bsh.s')
-rw-r--r--sim/testsuite/v850eq-elf/t-bsh.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/testsuite/v850eq-elf/t-bsh.s b/sim/testsuite/v850eq-elf/t-bsh.s
new file mode 100644
index 0000000..a07d7e1
--- /dev/null
+++ b/sim/testsuite/v850eq-elf/t-bsh.s
@@ -0,0 +1,10 @@
+.include "t-macros.i"
+
+ start
+
+ load r2 0x11223344
+test_bsh:
+ bsh r2, r3
+ check1 r3 0x22114433
+
+ exit0