1 #as:
2 #objdump: -dw -Mintel
3 #name: x86_64 CLDEMOTE insns (Intel disassembly)
4 #source: x86-64-cldemote.s
5 
6 .*: +file format .*
7 
8 
9 Disassembly of section \.text:
10 
11 0+ <_start>:
12 [ 	]*[a-f0-9]+:[ 	]*0f 1c 01[ 	]*cldemote BYTE PTR \[rcx\]
13 [ 	]*[a-f0-9]+:[ 	]*42 0f 1c 84 f0 23 01 00 00[ 	]*cldemote BYTE PTR \[rax\+r14\*8\+0x123\]
14 [ 	]*[a-f0-9]+:[ 	]*0f 1c 01[ 	]*cldemote BYTE PTR \[rcx\]
15 [ 	]*[a-f0-9]+:[ 	]*42 0f 1c 84 f0 34 12 00 00[ 	]*cldemote BYTE PTR \[rax\+r14\*8\+0x1234\]
16 #pass
17