x86: Add assembler -mx86-used-note=yes test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-cldemote.s
CommitLineData
c48935d7
IT
1# Check 64bit CLDEMOTE instructions
2
3 .allow_index_reg
4 .text
5_start:
6
7 cldemote (%rcx)
8 cldemote 0x123(%rax,%r14,8)
9
10 .intel_syntax noprefix
11 cldemote BYTE PTR [rcx]
12 cldemote BYTE PTR [rax+r14*8+0x1234]
This page took 0.071718 seconds and 4 git commands to generate.