X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fi386%2Fx86-64-branch.s;fp=gas%2Ftestsuite%2Fgas%2Fi386%2Fx86-64-branch.s;h=10fdd818d66875c5136784185a59b800867863fd;hp=865c4759012ae5e70cc2076aa8f48e7c7ef1d3ff;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/gas/testsuite/gas/i386/x86-64-branch.s b/gas/testsuite/gas/i386/x86-64-branch.s index 865c475..10fdd81 100644 --- a/gas/testsuite/gas/i386/x86-64-branch.s +++ b/gas/testsuite/gas/i386/x86-64-branch.s @@ -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]