i386: Add tests for -malign-branch-boundary and -malign-branch
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ptwrite.s
1 # Check 32bit PTWRITE instructions
2
3 .text
4 _start:
5 ptwrite %ecx
6 ptwritel %ecx
7 ptwrite (%ecx)
8 ptwritel (%ecx)
9
10 .intel_syntax noprefix
11 ptwrite ecx
12 ptwrite [ecx]
13 ptwrite DWORD PTR [ecx]
This page took 0.046314 seconds and 4 git commands to generate.