x86: fix (dis)assembly of certain SSE2 insns in 16-bit mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / cldemote.s
1 # Check 32bit CLDEMOTE instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 cldemote (%ecx)
8 cldemote -123456(%esp,%esi,8)
9
10 .intel_syntax noprefix
11 cldemote BYTE PTR [ecx]
12 cldemote BYTE PTR [esp+esi*8-123456]
This page took 0.03511 seconds and 4 git commands to generate.