]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/i386/x86-64-branch.s
Imported binutils-2.20
[msp430-binutils.git] / gas / testsuite / gas / i386 / x86-64-branch.s
index 865c4759012ae5e70cc2076aa8f48e7c7ef1d3ff..10fdd818d66875c5136784185a59b800867863fd 100644 (file)
@@ -1,5 +1,23 @@
 .text
        callq   *%rax
        call    *%rax
+       call    *%ax
+       callw   *%ax
+       callw   *(%rax)
        jmpq    *%rax
        jmp     *%rax
+       jmp     *%ax
+       jmpw    *%ax
+       jmpw    *(%rax)
+
+       .intel_syntax noprefix
+       call    rax
+       callq   rax
+       call    ax
+       callw   ax
+       callw   [rax]
+       jmp     rax
+       jmpq    rax
+       jmp     ax
+       jmpw    ax
+       jmpw    [rax]