i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-prefetchwt1.d
1 #as:
2 #objdump: -dw
3 #name: x86_64 PREFETCHWT1 insns
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 0+ <_start>:
11 [ ]*[a-f0-9]+: 0f 0d 11 prefetchwt1 \(%rcx\)
12 [ ]*[a-f0-9]+: 42 0f 0d 94 f0 23 01 00 00 prefetchwt1 0x123\(%rax,%r14,8\)
13 [ ]*[a-f0-9]+: 0f 0d 11 prefetchwt1 \(%rcx\)
14 [ ]*[a-f0-9]+: 42 0f 0d 94 f0 34 12 00 00 prefetchwt1 0x1234\(%rax,%r14,8\)
15 #pass
This page took 0.029529 seconds and 4 git commands to generate.