i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / clflushopt.s
1 # Check 32bit CLFLUSHOPT instructions
2
3 .allow_index_reg
4 .text
5 _start:
6
7 clflushopt (%ecx) # CLFLUSHOPT
8 clflushopt -123456(%esp,%esi,8) # CLFLUSHOPT
9
10 .intel_syntax noprefix
11 clflushopt BYTE PTR [ecx] # CLFLUSHOPT
12 clflushopt BYTE PTR [esp+esi*8-123456] # CLFLUSHOPT
This page took 0.038422 seconds and 4 git commands to generate.