2.41 Release sources
[binutils-gdb.git] / gas / testsuite / gas / i386 / disp-imm-32.s
blob5145d605a42c9fce09ad301642a7d189ff478b4c
1 .text
2 disp_imm:
3 mov -0xffffffff(%eax), %eax
4 vmovaps -0xffffffc0(%eax), %zmm0
5 add $-0xffffffff, %ecx
7 mov -0xffffffff-1(%eax), %eax
8 vmovaps -0xffffffc0-0x40(%eax), %zmm0
9 add $-0xffffffff-1, %ecx
11 mov -0xffffffff-2(%eax), %eax
12 vmovaps -0xffffffc0-0x80(%eax), %zmm0
13 add $-0xffffffff-2, %ecx
15 mov -0x1ffffffff(%eax), %eax
16 vmovaps -0x1ffffffc0(%eax), %zmm0
17 add $-0x1ffffffff, %ecx