x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-cldemote.s
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.036187 seconds and 4 git commands to generate.