X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftestsuite%2Fgas%2Fi386%2Fintelok.s;h=2f78929d1b8200a1b7d2ef9adb77d1c470b17f2c;hb=b7240065b3828ccd6ef9f793f8f7ed885f32688c;hp=c46a17874856481cdb4774153fa2832b050cc9b5;hpb=435acd52e0b267c3a5812117255a3bb29304ce9f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/testsuite/gas/i386/intelok.s b/gas/testsuite/gas/i386/intelok.s index c46a178748..2f78929d1b 100644 --- a/gas/testsuite/gas/i386/intelok.s +++ b/gas/testsuite/gas/i386/intelok.s @@ -29,6 +29,8 @@ start: addsd xmm0, qword ptr [eax] addss xmm0, [eax] addss xmm0, dword ptr [eax] + bound ax, dword ptr [ecx] + bound eax, qword ptr [ecx] call word ptr [eax] call dword ptr [eax] call fword ptr [eax] @@ -114,6 +116,9 @@ start: mov eax, [word+eax*dword] mov eax, word[eax*dword] + mov eax, [eax*1] + mov eax, [eax*+1] + mov eax, [+1*eax] mov eax, [eax*+2] mov eax, [+2*eax] mov eax, [ecx*dword] @@ -163,10 +168,10 @@ start: mov eax, offset x mov eax, offset flat:x - mov eax, flat:x + mov eax, offset gs:x mov eax, offset [x] mov eax, offset flat:[x] - mov eax, flat:[x] + mov eax, offset gs:[x] mov eax, [offset x] mov eax, [eax + offset x] mov eax, [eax + offset 1]