2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / logical.s
index 6b72fe3f8c43797fb77059e4ae0064519f9a1c9f..ab00b3bcb08babfa32a2dbd8ca5c31090caac4d0 100644 (file)
@@ -3,9 +3,9 @@
        .global logicals
 logicals:
        and r5,r6
-       andi 5,r5,r6
+       andi 7,r5,r6
        not r5,r6
        or r5,r6
-       ori 5,r5,r6
+       ori 7,r5,r6
        xor r5,r6
-       xori 5,r5,r6
+       xori 7,r5,r6
This page took 0.023911 seconds and 4 git commands to generate.