aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/v850eq-elf/t-hsw.s
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-17 05:27:56 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-17 05:27:56 +0000
commitfc07e279aa660f0dff99c95609b67383970555f1 (patch)
tree3dcb98b55f6671a332490579a52a8d92905274b8 /sim/testsuite/v850eq-elf/t-hsw.s
parentf33e31a61a235532ba472159729f181bcf375558 (diff)
downloadgdb-fc07e279aa660f0dff99c95609b67383970555f1.zip
gdb-fc07e279aa660f0dff99c95609b67383970555f1.tar.gz
gdb-fc07e279aa660f0dff99c95609b67383970555f1.tar.bz2
More v850 simulator tests.
Diffstat (limited to 'sim/testsuite/v850eq-elf/t-hsw.s')
-rw-r--r--sim/testsuite/v850eq-elf/t-hsw.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/testsuite/v850eq-elf/t-hsw.s b/sim/testsuite/v850eq-elf/t-hsw.s
new file mode 100644
index 0000000..6fa04db
--- /dev/null
+++ b/sim/testsuite/v850eq-elf/t-hsw.s
@@ -0,0 +1,10 @@
+.include "t-macros.i"
+
+ start
+
+ load r2 0x11223344
+test_hsw:
+ hsw r2, r3
+ check1 r3 0x33441122
+
+ exit0