i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-optimize-3.s
index 45b418a6fd1a38cde3c2a771a7b6831db60174d9..cbfed3bdf471b3f805d945dfc8f9010cf6034686 100644 (file)
@@ -19,6 +19,10 @@ _start:
        test    $0x7f, %r9d
        test    $0x7f, %r9w
        test    $0x7f, %r9b
+       test    $0x7f, %r12
+       test    $0x7f, %r12d
+       test    $0x7f, %r12w
+       test    $0x7f, %r12b
 
        and     %cl, %cl
        and     %dx, %dx
This page took 0.024989 seconds and 4 git commands to generate.