This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / cmveq.cgs
CommitLineData
cbb38b47
BE
1# sh testcase for cmveq $rm, $rn, $rd -*- Asm -*-
2# mach: all
3# as: -isa=shmedia
4# ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9init:
10 pta wrong, tr0
11
12 movi 0, r0
13 movi 1, r1
14 movi 2, r2
15 movi 21, r3
16
17cmveq:
18 # Zap r7.
19 movi 0, r7
20
21 cmveq r0, r2, r7
22 bne r2, r7, tr0
23
24 cmveq r1, r3, r7
25 # Make sure r7 is still equal to r2.
26 bne r2, r7, tr0
27
28okay:
29 pass
30
31wrong:
32 fail
This page took 0.21015 seconds and 4 git commands to generate.