i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-clflushopt.s
1 # Check 64bit CLFLUSHOPT instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 clflushopt (%rcx) # CLFLUSHOPT
8 clflushopt 0x123(%rax,%r14,8) # CLFLUSHOPT
9
10 .intel_syntax noprefix
11 clflushopt BYTE PTR [rcx] # CLFLUSHOPT
12 clflushopt BYTE PTR [rax+r14*8+0x1234] # CLFLUSHOPT
This page took 0.030522 seconds and 4 git commands to generate.