x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD
[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.04306 seconds and 4 git commands to generate.