i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-ptwrite.s
CommitLineData
6b40c462
L
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.238181 seconds and 4 git commands to generate.