Enable Intel AVX512_VBMI2 instructions.
[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 DWORD PTR [ecx]
This page took 0.03318 seconds and 4 git commands to generate.