x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-clwb.s
1 # Check 64bit CLWB instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 clwb (%rcx) # CLWB
8 clwb 0x123(%rax,%r14,8) # CLWB
9
10 .intel_syntax noprefix
11 clwb BYTE PTR [rcx] # CLWB
12 clwb BYTE PTR [rax+r14*8+0x1234] # CLWB
This page took 0.02963 seconds and 4 git commands to generate.