i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / oversized64.s
1 .text
2 .intel_syntax noprefix
3
4 long64:
5 lwpins rax, fs:[eax*8], 0x11223344
6 lwpval eax, fs:[eax*4], 0x11223344
7 bextr rax, fs:[eax*2], 0x11223344
8
9 xacquire lock add qword ptr gs:[eax*8], 0x11223344
10 xrelease lock sub qword ptr gs:[eax*8], 0x11223344
This page took 0.02947 seconds and 4 git commands to generate.