x86: Check non-WIG EVEX instruction encoding with -mevexwig=1
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-ptwrite.s
1 # Check 64bit PTWRITE instructions
2
3 .text
4 _start:
5 ptwrite %ecx
6 ptwritel %ecx
7 ptwrite %rcx
8 ptwriteq %rcx
9 ptwrite (%rcx)
10 ptwritel (%rcx)
11 ptwriteq (%rcx)
12
13 .intel_syntax noprefix
14 ptwrite ecx
15 ptwrite rcx
16 ptwrite DWORD PTR [rcx]
17 ptwrite QWORD PTR [rcx]
This page took 0.030902 seconds and 4 git commands to generate.