i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / oversized16.s
1 .text
2 .intel_syntax noprefix
3 .code16
4
5 long16:
6 lwpins eax, es:[eax*8], 0x11223344
7 lwpval eax, es:[eax*4], 0x11223344
8 bextr eax, es:[eax*2], 0x11223344
9
10 xacquire lock add dword ptr es:[eax*2], 0x11223344
11 xrelease lock sub dword ptr es:[eax*2], 0x11223344
This page took 0.035159 seconds and 4 git commands to generate.