i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-branch-4.s
1 .text
2 callw *%ax
3 callw *(%rax)
4 jmp *%ax
5 jmpw *%ax
6 jmpw *(%rax)
7
8 .intel_syntax noprefix
9 call ax
10 callw ax
11 callw [rax]
12 call WORD PTR [rax]
13 jmp ax
14 jmpw ax
15 jmpw [rax]
16 jmp WORD PTR [rax]
This page took 0.031054 seconds and 4 git commands to generate.