i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-clwb.s
CommitLineData
c5e7287a
IT
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.321538 seconds and 4 git commands to generate.