binutils/
[external/binutils.git] / sim / testsuite / sim / m32r / cmpu.cgs
index d959a3b..e0b4ef1 100644 (file)
@@ -7,5 +7,17 @@
 
        .global cmpu
 cmpu:
+       mvi_h_condbit 0
+       mvi_h_gr r4, 1
+       mvi_h_gr r5, -2
+       cmpu r4, r5
+       bc ok
+not_ok:
+       fail
+ok:
+       mvi_h_condbit 1
+       mvi_h_gr r4, -1
+       cmpu r4, r5
+       bc not_ok
 
        pass