1 #as:
2 #objdump: -dw
3 #name: i386 ENQCMD[S] insns
4 #source: enqcmd.s
5 
6 .*: +file format .*
7 
8 
9 Disassembly of section \.text:
10 
11 0+ <_start>:
12  +[a-f0-9]+:	f2 0f 38 f8 01       	enqcmd \(%ecx\),%eax
13  +[a-f0-9]+:	67 f2 0f 38 f8 04    	enqcmd \(%si\),%ax
14  +[a-f0-9]+:	f3 0f 38 f8 01       	enqcmds \(%ecx\),%eax
15  +[a-f0-9]+:	67 f3 0f 38 f8 04    	enqcmds \(%si\),%ax
16  +[a-f0-9]+:	67 f2 0f 38 f8 0e 00 00 	enqcmd 0x0,%cx
17  +[a-f0-9]+:	67 f2 0f 38 f8 0e 34 12 	enqcmd 0x1234,%cx
18  +[a-f0-9]+:	67 f3 0f 38 f8 0e 00 00 	enqcmds 0x0,%cx
19  +[a-f0-9]+:	67 f3 0f 38 f8 0e 34 12 	enqcmds 0x1234,%cx
20  +[a-f0-9]+:	f2 0f 38 f8 01       	enqcmd \(%ecx\),%eax
21  +[a-f0-9]+:	67 f2 0f 38 f8 04    	enqcmd \(%si\),%ax
22  +[a-f0-9]+:	f3 0f 38 f8 01       	enqcmds \(%ecx\),%eax
23  +[a-f0-9]+:	67 f3 0f 38 f8 04    	enqcmds \(%si\),%ax
24  +[a-f0-9]+:	67 f2 0f 38 f8 0e 00 00 	enqcmd 0x0,%cx
25  +[a-f0-9]+:	67 f2 0f 38 f8 0e 34 12 	enqcmd 0x1234,%cx
26  +[a-f0-9]+:	67 f3 0f 38 f8 0e 00 00 	enqcmds 0x0,%cx
27  +[a-f0-9]+:	67 f3 0f 38 f8 0e 34 12 	enqcmds 0x1234,%cx
28 #pass
29