1 #as: -J
2 #objdump: -drw
3 #name: x86-64 opcode
4 
5 .*: +file format .*
6 
7 Disassembly of section .text:
8 
9 0+ <.text>:
10 [ 	]*[a-f0-9]+:	41 ff 10             	call   \*\(%r8\)
11 [ 	]*[a-f0-9]+:	ff 10                	call   \*\(%rax\)
12 [ 	]*[a-f0-9]+:	41 ff 10             	call   \*\(%r8\)
13 [ 	]*[a-f0-9]+:	ff 10                	call   \*\(%rax\)
14 [ 	]*[a-f0-9]+:	cb                   	lret
15 [ 	]*[a-f0-9]+:	48 cb                	lretq *
16 [ 	]*[a-f0-9]+:	c3                   	ret *
17 [ 	]*[a-f0-9]+:	cf                   	iret
18 [ 	]*[a-f0-9]+:	66 cf                	iretw
19 [ 	]*[a-f0-9]+:	48 cf                	iretq
20 [ 	]*[a-f0-9]+:	41 8c 08             	mov    %cs,\(%r8\)
21 [ 	]*[a-f0-9]+:	8c 08                	mov    %cs,\(%rax\)
22 [ 	]*[a-f0-9]+:	41 8c 10             	mov    %ss,\(%r8\)
23 [ 	]*[a-f0-9]+:	8c 10                	mov    %ss,\(%rax\)
24 [ 	]*[a-f0-9]+:	41 8c 20             	mov    %fs,\(%r8\)
25 [ 	]*[a-f0-9]+:	8c 20                	mov    %fs,\(%rax\)
26 [ 	]*[a-f0-9]+:	41 8e 10             	mov    \(%r8\),%ss
27 [ 	]*[a-f0-9]+:	8e 10                	mov    \(%rax\),%ss
28 [ 	]*[a-f0-9]+:	41 8e 20             	mov    \(%r8\),%fs
29 [ 	]*[a-f0-9]+:	8e 20                	mov    \(%rax\),%fs
30 [ 	]*[a-f0-9]+:	41 c6 00 00          	movb   \$0x0,\(%r8\)
31 [ 	]*[a-f0-9]+:	c6 00 00             	movb   \$0x0,\(%rax\)
32 [ 	]*[a-f0-9]+:	66 41 c7 00 00 70    	movw   \$0x7000,\(%r8\)
33 [ 	]*[a-f0-9]+:	66 c7 00 00 70       	movw   \$0x7000,\(%rax\)
34 [ 	]*[a-f0-9]+:	41 c7 00 00 00 00 70 	movl   \$0x70000000,\(%r8\)
35 [ 	]*[a-f0-9]+:	c7 00 00 00 00 70    	movl   \$0x70000000,\(%rax\)
36 [ 	]*[a-f0-9]+:	41 c6 00 00          	movb   \$0x0,\(%r8\)
37 [ 	]*[a-f0-9]+:	c6 00 00             	movb   \$0x0,\(%rax\)
38 [ 	]*[a-f0-9]+:	66 41 c7 00 00 70    	movw   \$0x7000,\(%r8\)
39 [ 	]*[a-f0-9]+:	66 c7 00 00 70       	movw   \$0x7000,\(%rax\)
40 [ 	]*[a-f0-9]+:	c7 00 00 00 00 70    	movl   \$0x70000000,\(%rax\)
41 [ 	]*[a-f0-9]+:	41 c6 00 00          	movb   \$0x0,\(%r8\)
42 [ 	]*[a-f0-9]+:	c6 00 00             	movb   \$0x0,\(%rax\)
43 [ 	]*[a-f0-9]+:	66 41 c7 00 00 70    	movw   \$0x7000,\(%r8\)
44 [ 	]*[a-f0-9]+:	66 c7 00 00 70       	movw   \$0x7000,\(%rax\)
45 [ 	]*[a-f0-9]+:	41 c7 00 00 00 00 70 	movl   \$0x70000000,\(%r8\)
46 [ 	]*[a-f0-9]+:	c7 00 00 00 00 70    	movl   \$0x70000000,\(%rax\)
47 [ 	]*[a-f0-9]+:	49 c7 00 00 00 00 70 	movq   \$0x70000000,\(%r8\)
48 [ 	]*[a-f0-9]+:	48 c7 00 00 00 00 70 	movq   \$0x70000000,\(%rax\)
49 [ 	]*[a-f0-9]+:	0f b4 08             	lfs    \(%rax\),%ecx
50 [ 	]*[a-f0-9]+:	0f b4 01             	lfs    \(%rcx\),%eax
51 [ 	]*[a-f0-9]+:	66 0f b4 08          	lfs    \(%rax\),%cx
52 [ 	]*[a-f0-9]+:	66 0f b4 01          	lfs    \(%rcx\),%ax
53 [ 	]*[a-f0-9]+:	0f b5 11             	lgs    \(%rcx\),%edx
54 [ 	]*[a-f0-9]+:	0f b5 0a             	lgs    \(%rdx\),%ecx
55 [ 	]*[a-f0-9]+:	66 0f b5 11          	lgs    \(%rcx\),%dx
56 [ 	]*[a-f0-9]+:	66 0f b5 0a          	lgs    \(%rdx\),%cx
57 [ 	]*[a-f0-9]+:	0f b2 1a             	lss    \(%rdx\),%ebx
58 [ 	]*[a-f0-9]+:	0f b2 13             	lss    \(%rbx\),%edx
59 [ 	]*[a-f0-9]+:	66 0f b2 1a          	lss    \(%rdx\),%bx
60 [ 	]*[a-f0-9]+:	66 0f b2 13          	lss    \(%rbx\),%dx
61 [ 	]*[a-f0-9]+:	41 0f c3 00          	movnti %eax,\(%r8\)
62 [ 	]*[a-f0-9]+:	0f c3 00             	movnti %eax,\(%rax\)
63 [ 	]*[a-f0-9]+:	49 0f c3 00          	movnti %rax,\(%r8\)
64 [ 	]*[a-f0-9]+:	48 0f c3 00          	movnti %rax,\(%rax\)
65 [ 	]*[a-f0-9]+:	4d 0f c3 00          	movnti %r8,\(%r8\)
66 [ 	]*[a-f0-9]+:	4c 0f c3 00          	movnti %r8,\(%rax\)
67 [ 	]*[a-f0-9]+:	e2 fe                	loop   .*
68 [ 	]*[a-f0-9]+:	e2 fe                	loop   .*
69 [ 	]*[a-f0-9]+:	67 e2 fd             	loopl  .*
70 [ 	]*[a-f0-9]+:	e3 fe                	jrcxz  .*
71 [ 	]*[a-f0-9]+:	67 e3 fd             	jecxz  .*
72 [ 	]*[a-f0-9]+:	41 f6 38             	idivb  \(%r8\)
73 [ 	]*[a-f0-9]+:	f6 38                	idivb  \(%rax\)
74 [ 	]*[a-f0-9]+:	66 41 f7 38          	idivw  \(%r8\)
75 [ 	]*[a-f0-9]+:	66 f7 38             	idivw  \(%rax\)
76 [ 	]*[a-f0-9]+:	41 f7 38             	idivl  \(%r8\)
77 [ 	]*[a-f0-9]+:	f7 38                	idivl  \(%rax\)
78 [ 	]*[a-f0-9]+:	49 f7 38             	idivq  \(%r8\)
79 [ 	]*[a-f0-9]+:	48 f7 38             	idivq  \(%rax\)
80 [ 	]*[a-f0-9]+:	41 f6 28             	imulb  \(%r8\)
81 [ 	]*[a-f0-9]+:	f6 28                	imulb  \(%rax\)
82 [ 	]*[a-f0-9]+:	66 41 f7 28          	imulw  \(%r8\)
83 [ 	]*[a-f0-9]+:	66 f7 28             	imulw  \(%rax\)
84 [ 	]*[a-f0-9]+:	41 f7 28             	imull  \(%r8\)
85 [ 	]*[a-f0-9]+:	f7 28                	imull  \(%rax\)
86 [ 	]*[a-f0-9]+:	49 f7 28             	imulq  \(%r8\)
87 [ 	]*[a-f0-9]+:	48 f7 28             	imulq  \(%rax\)
88 [ 	]*[a-f0-9]+:	66 41 0f 58 00       	addpd  \(%r8\),%xmm0
89 [ 	]*[a-f0-9]+:	66 0f 58 00          	addpd  \(%rax\),%xmm0
90 [ 	]*[a-f0-9]+:	66 45 0f 58 38       	addpd  \(%r8\),%xmm15
91 [ 	]*[a-f0-9]+:	66 44 0f 58 38       	addpd  \(%rax\),%xmm15
92 [ 	]*[a-f0-9]+:	66 45 0f 58 00       	addpd  \(%r8\),%xmm8
93 [ 	]*[a-f0-9]+:	66 44 0f 58 00       	addpd  \(%rax\),%xmm8
94 [ 	]*[a-f0-9]+:	66 41 0f 58 38       	addpd  \(%r8\),%xmm7
95 [ 	]*[a-f0-9]+:	66 0f 58 38          	addpd  \(%rax\),%xmm7
96 [ 	]*[a-f0-9]+:	66 0f 58 c0          	addpd  %xmm0,%xmm0
97 [ 	]*[a-f0-9]+:	66 45 0f 58 ff       	addpd  %xmm15,%xmm15
98 [ 	]*[a-f0-9]+:	66 45 0f 58 c7       	addpd  %xmm15,%xmm8
99 [ 	]*[a-f0-9]+:	f2 49 0f 2d 00       	cvtsd2si \(%r8\),%rax
100 [ 	]*[a-f0-9]+:	f2 48 0f 2d 00       	cvtsd2si \(%rax\),%rax
101 [ 	]*[a-f0-9]+:	f2 4d 0f 2d 00       	cvtsd2si \(%r8\),%r8
102 [ 	]*[a-f0-9]+:	f2 4c 0f 2d 00       	cvtsd2si \(%rax\),%r8
103 [ 	]*[a-f0-9]+:	f2 48 0f 2d c0       	cvtsd2si %xmm0,%rax
104 [ 	]*[a-f0-9]+:	f2 4d 0f 2d c7       	cvtsd2si %xmm15,%r8
105 [ 	]*[a-f0-9]+:	f2 49 0f 2d c7       	cvtsd2si %xmm15,%rax
106 [ 	]*[a-f0-9]+:	f2 4d 0f 2d c0       	cvtsd2si %xmm8,%r8
107 [ 	]*[a-f0-9]+:	f2 49 0f 2d c0       	cvtsd2si %xmm8,%rax
108 [ 	]*[a-f0-9]+:	f2 4c 0f 2d c7       	cvtsd2si %xmm7,%r8
109 [ 	]*[a-f0-9]+:	f2 48 0f 2d c7       	cvtsd2si %xmm7,%rax
110 [ 	]*[a-f0-9]+:	f2 4c 0f 2d c0       	cvtsd2si %xmm0,%r8
111 [ 	]*[a-f0-9]+:	f2 49 0f 2c 00       	cvttsd2si \(%r8\),%rax
112 [ 	]*[a-f0-9]+:	f2 48 0f 2c 00       	cvttsd2si \(%rax\),%rax
113 [ 	]*[a-f0-9]+:	f2 4d 0f 2c 00       	cvttsd2si \(%r8\),%r8
114 [ 	]*[a-f0-9]+:	f2 4c 0f 2c 00       	cvttsd2si \(%rax\),%r8
115 [ 	]*[a-f0-9]+:	f2 48 0f 2c c0       	cvttsd2si %xmm0,%rax
116 [ 	]*[a-f0-9]+:	f2 4d 0f 2c c7       	cvttsd2si %xmm15,%r8
117 [ 	]*[a-f0-9]+:	f2 49 0f 2c c7       	cvttsd2si %xmm15,%rax
118 [ 	]*[a-f0-9]+:	f2 4d 0f 2c c0       	cvttsd2si %xmm8,%r8
119 [ 	]*[a-f0-9]+:	f2 49 0f 2c c0       	cvttsd2si %xmm8,%rax
120 [ 	]*[a-f0-9]+:	f2 4c 0f 2c c7       	cvttsd2si %xmm7,%r8
121 [ 	]*[a-f0-9]+:	f2 48 0f 2c c7       	cvttsd2si %xmm7,%rax
122 [ 	]*[a-f0-9]+:	f2 4c 0f 2c c0       	cvttsd2si %xmm0,%r8
123 [ 	]*[a-f0-9]+:	f3 49 0f 2d 00       	cvtss2si \(%r8\),%rax
124 [ 	]*[a-f0-9]+:	f3 48 0f 2d 00       	cvtss2si \(%rax\),%rax
125 [ 	]*[a-f0-9]+:	f3 4d 0f 2d 00       	cvtss2si \(%r8\),%r8
126 [ 	]*[a-f0-9]+:	f3 4c 0f 2d 00       	cvtss2si \(%rax\),%r8
127 [ 	]*[a-f0-9]+:	f3 48 0f 2d c0       	cvtss2si %xmm0,%rax
128 [ 	]*[a-f0-9]+:	f3 4d 0f 2d c7       	cvtss2si %xmm15,%r8
129 [ 	]*[a-f0-9]+:	f3 49 0f 2d c7       	cvtss2si %xmm15,%rax
130 [ 	]*[a-f0-9]+:	f3 4d 0f 2d c0       	cvtss2si %xmm8,%r8
131 [ 	]*[a-f0-9]+:	f3 49 0f 2d c0       	cvtss2si %xmm8,%rax
132 [ 	]*[a-f0-9]+:	f3 4c 0f 2d c7       	cvtss2si %xmm7,%r8
133 [ 	]*[a-f0-9]+:	f3 48 0f 2d c7       	cvtss2si %xmm7,%rax
134 [ 	]*[a-f0-9]+:	f3 4c 0f 2d c0       	cvtss2si %xmm0,%r8
135 [ 	]*[a-f0-9]+:	f3 49 0f 2c 00       	cvttss2si \(%r8\),%rax
136 [ 	]*[a-f0-9]+:	f3 48 0f 2c 00       	cvttss2si \(%rax\),%rax
137 [ 	]*[a-f0-9]+:	f3 4d 0f 2c 00       	cvttss2si \(%r8\),%r8
138 [ 	]*[a-f0-9]+:	f3 4c 0f 2c 00       	cvttss2si \(%rax\),%r8
139 [ 	]*[a-f0-9]+:	f3 48 0f 2c c0       	cvttss2si %xmm0,%rax
140 [ 	]*[a-f0-9]+:	f3 4d 0f 2c c7       	cvttss2si %xmm15,%r8
141 [ 	]*[a-f0-9]+:	f3 49 0f 2c c7       	cvttss2si %xmm15,%rax
142 [ 	]*[a-f0-9]+:	f3 4d 0f 2c c0       	cvttss2si %xmm8,%r8
143 [ 	]*[a-f0-9]+:	f3 49 0f 2c c0       	cvttss2si %xmm8,%rax
144 [ 	]*[a-f0-9]+:	f3 4c 0f 2c c7       	cvttss2si %xmm7,%r8
145 [ 	]*[a-f0-9]+:	f3 48 0f 2c c7       	cvttss2si %xmm7,%rax
146 [ 	]*[a-f0-9]+:	f3 4c 0f 2c c0       	cvttss2si %xmm0,%r8
147 [ 	]*[a-f0-9]+:	f3 41 0f 2a 00       	cvtsi2ssl \(%r8\),%xmm0
148 [ 	]*[a-f0-9]+:	f3 0f 2a 00          	cvtsi2ssl \(%rax\),%xmm0
149 [ 	]*[a-f0-9]+:	f3 45 0f 2a 38       	cvtsi2ssl \(%r8\),%xmm15
150 [ 	]*[a-f0-9]+:	f3 44 0f 2a 38       	cvtsi2ssl \(%rax\),%xmm15
151 [ 	]*[a-f0-9]+:	f3 45 0f 2a 00       	cvtsi2ssl \(%r8\),%xmm8
152 [ 	]*[a-f0-9]+:	f3 44 0f 2a 00       	cvtsi2ssl \(%rax\),%xmm8
153 [ 	]*[a-f0-9]+:	f3 41 0f 2a 38       	cvtsi2ssl \(%r8\),%xmm7
154 [ 	]*[a-f0-9]+:	f3 0f 2a 38          	cvtsi2ssl \(%rax\),%xmm7
155 [ 	]*[a-f0-9]+:	f3 0f 2a c0          	cvtsi2ss %eax,%xmm0
156 [ 	]*[a-f0-9]+:	f3 44 0f 2a f8       	cvtsi2ss %eax,%xmm15
157 [ 	]*[a-f0-9]+:	f3 44 0f 2a c0       	cvtsi2ss %eax,%xmm8
158 [ 	]*[a-f0-9]+:	f3 0f 2a f8          	cvtsi2ss %eax,%xmm7
159 [ 	]*[a-f0-9]+:	f3 41 0f 2a 00       	cvtsi2ssl \(%r8\),%xmm0
160 [ 	]*[a-f0-9]+:	f3 0f 2a 00          	cvtsi2ssl \(%rax\),%xmm0
161 [ 	]*[a-f0-9]+:	f3 45 0f 2a 38       	cvtsi2ssl \(%r8\),%xmm15
162 [ 	]*[a-f0-9]+:	f3 44 0f 2a 38       	cvtsi2ssl \(%rax\),%xmm15
163 [ 	]*[a-f0-9]+:	f3 45 0f 2a 00       	cvtsi2ssl \(%r8\),%xmm8
164 [ 	]*[a-f0-9]+:	f3 44 0f 2a 00       	cvtsi2ssl \(%rax\),%xmm8
165 [ 	]*[a-f0-9]+:	f3 41 0f 2a 38       	cvtsi2ssl \(%r8\),%xmm7
166 [ 	]*[a-f0-9]+:	f3 0f 2a 38          	cvtsi2ssl \(%rax\),%xmm7
167 [ 	]*[a-f0-9]+:	f2 41 0f 2a 00       	cvtsi2sdl \(%r8\),%xmm0
168 [ 	]*[a-f0-9]+:	f2 0f 2a 00          	cvtsi2sdl \(%rax\),%xmm0
169 [ 	]*[a-f0-9]+:	f2 45 0f 2a 38       	cvtsi2sdl \(%r8\),%xmm15
170 [ 	]*[a-f0-9]+:	f2 44 0f 2a 38       	cvtsi2sdl \(%rax\),%xmm15
171 [ 	]*[a-f0-9]+:	f2 45 0f 2a 00       	cvtsi2sdl \(%r8\),%xmm8
172 [ 	]*[a-f0-9]+:	f2 44 0f 2a 00       	cvtsi2sdl \(%rax\),%xmm8
173 [ 	]*[a-f0-9]+:	f2 41 0f 2a 38       	cvtsi2sdl \(%r8\),%xmm7
174 [ 	]*[a-f0-9]+:	f2 0f 2a 38          	cvtsi2sdl \(%rax\),%xmm7
175 [ 	]*[a-f0-9]+:	f2 0f 2a c0          	cvtsi2sd %eax,%xmm0
176 [ 	]*[a-f0-9]+:	f2 44 0f 2a f8       	cvtsi2sd %eax,%xmm15
177 [ 	]*[a-f0-9]+:	f2 44 0f 2a c0       	cvtsi2sd %eax,%xmm8
178 [ 	]*[a-f0-9]+:	f2 0f 2a f8          	cvtsi2sd %eax,%xmm7
179 [ 	]*[a-f0-9]+:	f2 41 0f 2a 00       	cvtsi2sdl \(%r8\),%xmm0
180 [ 	]*[a-f0-9]+:	f2 0f 2a 00          	cvtsi2sdl \(%rax\),%xmm0
181 [ 	]*[a-f0-9]+:	f2 45 0f 2a 38       	cvtsi2sdl \(%r8\),%xmm15
182 [ 	]*[a-f0-9]+:	f2 44 0f 2a 38       	cvtsi2sdl \(%rax\),%xmm15
183 [ 	]*[a-f0-9]+:	f2 45 0f 2a 00       	cvtsi2sdl \(%r8\),%xmm8
184 [ 	]*[a-f0-9]+:	f2 44 0f 2a 00       	cvtsi2sdl \(%rax\),%xmm8
185 [ 	]*[a-f0-9]+:	f2 41 0f 2a 38       	cvtsi2sdl \(%r8\),%xmm7
186 [ 	]*[a-f0-9]+:	f2 0f 2a 38          	cvtsi2sdl \(%rax\),%xmm7
187 [ 	]*[a-f0-9]+:	66 41 0f 6e 00       	movd   \(%r8\),%xmm0
188 [ 	]*[a-f0-9]+:	66 0f 6e 00          	movd   \(%rax\),%xmm0
189 [ 	]*[a-f0-9]+:	66 45 0f 6e 38       	movd   \(%r8\),%xmm15
190 [ 	]*[a-f0-9]+:	66 44 0f 6e 38       	movd   \(%rax\),%xmm15
191 [ 	]*[a-f0-9]+:	66 45 0f 6e 00       	movd   \(%r8\),%xmm8
192 [ 	]*[a-f0-9]+:	66 44 0f 6e 00       	movd   \(%rax\),%xmm8
193 [ 	]*[a-f0-9]+:	66 41 0f 6e 38       	movd   \(%r8\),%xmm7
194 [ 	]*[a-f0-9]+:	66 0f 6e 38          	movd   \(%rax\),%xmm7
195 [ 	]*[a-f0-9]+:	66 0f 6e c0          	movd   %eax,%xmm0
196 [ 	]*[a-f0-9]+:	66 44 0f 6e f8       	movd   %eax,%xmm15
197 [ 	]*[a-f0-9]+:	66 44 0f 6e c0       	movd   %eax,%xmm8
198 [ 	]*[a-f0-9]+:	66 0f 6e f8          	movd   %eax,%xmm7
199 [ 	]*[a-f0-9]+:	66 41 0f 7e 00       	movd   %xmm0,\(%r8\)
200 [ 	]*[a-f0-9]+:	66 0f 7e 00          	movd   %xmm0,\(%rax\)
201 [ 	]*[a-f0-9]+:	66 45 0f 7e 38       	movd   %xmm15,\(%r8\)
202 [ 	]*[a-f0-9]+:	66 44 0f 7e 38       	movd   %xmm15,\(%rax\)
203 [ 	]*[a-f0-9]+:	66 45 0f 7e 00       	movd   %xmm8,\(%r8\)
204 [ 	]*[a-f0-9]+:	66 44 0f 7e 00       	movd   %xmm8,\(%rax\)
205 [ 	]*[a-f0-9]+:	66 41 0f 7e 38       	movd   %xmm7,\(%r8\)
206 [ 	]*[a-f0-9]+:	66 0f 7e 38          	movd   %xmm7,\(%rax\)
207 [ 	]*[a-f0-9]+:	66 0f 7e c0          	movd   %xmm0,%eax
208 [ 	]*[a-f0-9]+:	66 44 0f 7e f8       	movd   %xmm15,%eax
209 [ 	]*[a-f0-9]+:	66 44 0f 7e c0       	movd   %xmm8,%eax
210 [ 	]*[a-f0-9]+:	66 0f 7e f8          	movd   %xmm7,%eax
211 [ 	]*[a-f0-9]+:	66 48 0f 6e c0       	movq   %rax,%xmm0
212 [ 	]*[a-f0-9]+:	66 49 0f 6e c0       	movq   %r8,%xmm0
213 [ 	]*[a-f0-9]+:	66 4d 0f 6e f8       	movq   %r8,%xmm15
214 [ 	]*[a-f0-9]+:	66 48 0f 7e c0       	movq   %xmm0,%rax
215 [ 	]*[a-f0-9]+:	66 49 0f 7e c0       	movq   %xmm0,%r8
216 [ 	]*[a-f0-9]+:	66 49 0f 7e f8       	movq   %xmm7,%r8
217 [ 	]*[a-f0-9]+:	f3 41 0f 7e 00       	movq   \(%r8\),%xmm0
218 [ 	]*[a-f0-9]+:	f3 0f 7e 00          	movq   \(%rax\),%xmm0
219 [ 	]*[a-f0-9]+:	f3 45 0f 7e 38       	movq   \(%r8\),%xmm15
220 [ 	]*[a-f0-9]+:	f3 44 0f 7e 38       	movq   \(%rax\),%xmm15
221 [ 	]*[a-f0-9]+:	f3 45 0f 7e 00       	movq   \(%r8\),%xmm8
222 [ 	]*[a-f0-9]+:	f3 44 0f 7e 00       	movq   \(%rax\),%xmm8
223 [ 	]*[a-f0-9]+:	f3 41 0f 7e 38       	movq   \(%r8\),%xmm7
224 [ 	]*[a-f0-9]+:	f3 0f 7e 38          	movq   \(%rax\),%xmm7
225 [ 	]*[a-f0-9]+:	f3 0f 7e c0          	movq   %xmm0,%xmm0
226 [ 	]*[a-f0-9]+:	f3 45 0f 7e ff       	movq   %xmm15,%xmm15
227 [ 	]*[a-f0-9]+:	f3 45 0f 7e c7       	movq   %xmm15,%xmm8
228 [ 	]*[a-f0-9]+:	f3 41 0f 7e ff       	movq   %xmm15,%xmm7
229 [ 	]*[a-f0-9]+:	f3 41 0f 7e c7       	movq   %xmm15,%xmm0
230 [ 	]*[a-f0-9]+:	f3 45 0f 7e f8       	movq   %xmm8,%xmm15
231 [ 	]*[a-f0-9]+:	f3 45 0f 7e c0       	movq   %xmm8,%xmm8
232 [ 	]*[a-f0-9]+:	f3 41 0f 7e f8       	movq   %xmm8,%xmm7
233 [ 	]*[a-f0-9]+:	f3 41 0f 7e c0       	movq   %xmm8,%xmm0
234 [ 	]*[a-f0-9]+:	f3 44 0f 7e ff       	movq   %xmm7,%xmm15
235 [ 	]*[a-f0-9]+:	f3 44 0f 7e c7       	movq   %xmm7,%xmm8
236 [ 	]*[a-f0-9]+:	f3 0f 7e ff          	movq   %xmm7,%xmm7
237 [ 	]*[a-f0-9]+:	f3 0f 7e c7          	movq   %xmm7,%xmm0
238 [ 	]*[a-f0-9]+:	f3 44 0f 7e f8       	movq   %xmm0,%xmm15
239 [ 	]*[a-f0-9]+:	f3 44 0f 7e c0       	movq   %xmm0,%xmm8
240 [ 	]*[a-f0-9]+:	f3 0f 7e f8          	movq   %xmm0,%xmm7
241 [ 	]*[a-f0-9]+:	66 41 0f d6 00       	movq   %xmm0,\(%r8\)
242 [ 	]*[a-f0-9]+:	66 0f d6 00          	movq   %xmm0,\(%rax\)
243 [ 	]*[a-f0-9]+:	66 45 0f d6 38       	movq   %xmm15,\(%r8\)
244 [ 	]*[a-f0-9]+:	66 44 0f d6 38       	movq   %xmm15,\(%rax\)
245 [ 	]*[a-f0-9]+:	66 45 0f d6 00       	movq   %xmm8,\(%r8\)
246 [ 	]*[a-f0-9]+:	66 44 0f d6 00       	movq   %xmm8,\(%rax\)
247 [ 	]*[a-f0-9]+:	66 41 0f d6 38       	movq   %xmm7,\(%r8\)
248 [ 	]*[a-f0-9]+:	41 0f 6e 00          	movd   \(%r8\),%mm0
249 [ 	]*[a-f0-9]+:	0f 6e 00             	movd   \(%rax\),%mm0
250 [ 	]*[a-f0-9]+:	41 0f 6e 38          	movd   \(%r8\),%mm7
251 [ 	]*[a-f0-9]+:	0f 6e 38             	movd   \(%rax\),%mm7
252 [ 	]*[a-f0-9]+:	0f 6e c0             	movd   %eax,%mm0
253 [ 	]*[a-f0-9]+:	0f 6e f8             	movd   %eax,%mm7
254 [ 	]*[a-f0-9]+:	41 0f 7e 00          	movd   %mm0,\(%r8\)
255 [ 	]*[a-f0-9]+:	0f 7e 00             	movd   %mm0,\(%rax\)
256 [ 	]*[a-f0-9]+:	41 0f 7e 38          	movd   %mm7,\(%r8\)
257 [ 	]*[a-f0-9]+:	0f 7e 38             	movd   %mm7,\(%rax\)
258 [ 	]*[a-f0-9]+:	0f 7e c0             	movd   %mm0,%eax
259 [ 	]*[a-f0-9]+:	0f 7e f8             	movd   %mm7,%eax
260 [ 	]*[a-f0-9]+:	41 0f 6f 00          	movq   \(%r8\),%mm0
261 [ 	]*[a-f0-9]+:	0f 6f 00             	movq   \(%rax\),%mm0
262 [ 	]*[a-f0-9]+:	41 0f 6f 38          	movq   \(%r8\),%mm7
263 [ 	]*[a-f0-9]+:	0f 6f 38             	movq   \(%rax\),%mm7
264 [ 	]*[a-f0-9]+:	41 0f 7f 00          	movq   %mm0,\(%r8\)
265 [ 	]*[a-f0-9]+:	0f 7f 00             	movq   %mm0,\(%rax\)
266 [ 	]*[a-f0-9]+:	41 0f 7f 38          	movq   %mm7,\(%r8\)
267 [ 	]*[a-f0-9]+:	0f 7f 38             	movq   %mm7,\(%rax\)
268 [ 	]*[a-f0-9]+:	41 8f 00             	pop    \(%r8\)
269 [ 	]*[a-f0-9]+:	8f 00                	pop    \(%rax\)
270 [ 	]*[a-f0-9]+:	0f a1                	pop    %fs
271 [ 	]*[a-f0-9]+:	0f a1                	pop    %fs
272 [ 	]*[a-f0-9]+:	0f a9                	pop    %gs
273 [ 	]*[a-f0-9]+:	0f a9                	pop    %gs
274 [ 	]*[a-f0-9]+:	9d                   	popf *
275 [ 	]*[a-f0-9]+:	9d                   	popf *
276 [ 	]*[a-f0-9]+:	41 ff 30             	push   \(%r8\)
277 [ 	]*[a-f0-9]+:	ff 30                	push   \(%rax\)
278 [ 	]*[a-f0-9]+:	0f a0                	push   %fs
279 [ 	]*[a-f0-9]+:	0f a0                	push   %fs
280 [ 	]*[a-f0-9]+:	0f a8                	push   %gs
281 [ 	]*[a-f0-9]+:	0f a8                	push   %gs
282 [ 	]*[a-f0-9]+:	9c                   	pushf *
283 [ 	]*[a-f0-9]+:	9c                   	pushf *
284 [ 	]*[a-f0-9]+:	0f 77                	emms
285 [ 	]*[a-f0-9]+:	0f 0e                	femms
286 [ 	]*[a-f0-9]+:	0f 08                	invd
287 [ 	]*[a-f0-9]+:	41 0f 01 38          	invlpg \(%r8\)
288 [ 	]*[a-f0-9]+:	0f 01 38             	invlpg \(%rax\)
289 [ 	]*[a-f0-9]+:	41 0f 01 38          	invlpg \(%r8\)
290 [ 	]*[a-f0-9]+:	0f 01 38             	invlpg \(%rax\)
291 [ 	]*[a-f0-9]+:	41 0f 01 38          	invlpg \(%r8\)
292 [ 	]*[a-f0-9]+:	0f 01 38             	invlpg \(%rax\)
293 [ 	]*[a-f0-9]+:	0f 00 c0             	sldt   %eax
294 [ 	]*[a-f0-9]+:	0f 00 c0             	sldt   %eax
295 [ 	]*[a-f0-9]+:	66 0f 00 c0          	sldt   %ax
296 [ 	]*[a-f0-9]+:	0f 00 00             	sldt   \(%rax\)
297 [ 	]*[a-f0-9]+:	e6 00                	out    %al,\$0x0
298 [ 	]*[a-f0-9]+:	66 e7 00             	out    %ax,\$0x0
299 [ 	]*[a-f0-9]+:	e7 00                	out    %eax,\$0x0
300 [ 	]*[a-f0-9]+:	66 90                	xchg   %ax,%ax
301 [ 	]*[a-f0-9]+:	87 c0                	xchg   %eax,%eax
302 [ 	]*[a-f0-9]+:	90                   	nop
303 [ 	]*[a-f0-9]+:	48 90                	rex.W nop
304 [ 	]*[a-f0-9]+:	49 90                	xchg   %rax,%r8
305 [ 	]*[a-f0-9]+:	41 90                	xchg   %eax,%r8d
306 [ 	]*[a-f0-9]+:	41 90                	xchg   %eax,%r8d
307 [ 	]*[a-f0-9]+:	41 91                	xchg   %eax,%r9d
308 [ 	]*[a-f0-9]+:	41 91                	xchg   %eax,%r9d
309 [ 	]*[a-f0-9]+:	93                   	xchg   %eax,%ebx
310 [ 	]*[a-f0-9]+:	93                   	xchg   %eax,%ebx
311 [ 	]*[a-f0-9]+:	66 41 90             	xchg   %ax,%r8w
312 [ 	]*[a-f0-9]+:	66 41 90             	xchg   %ax,%r8w
313 [ 	]*[a-f0-9]+:	66 41 91             	xchg   %ax,%r9w
314 [ 	]*[a-f0-9]+:	66 41 91             	xchg   %ax,%r9w
315 [ 	]*[a-f0-9]+:	48 0f 01 e0          	smsw   %rax
316 [ 	]*[a-f0-9]+:	0f 01 e0             	smsw   %eax
317 [ 	]*[a-f0-9]+:	66 0f 01 e0          	smsw   %ax
318 [ 	]*[a-f0-9]+:	0f 01 20             	smsw   \(%rax\)
319 [ 	]*[a-f0-9]+:	0f 00 c8             	str    %eax
320 [ 	]*[a-f0-9]+:	0f 00 c8             	str    %eax
321 [ 	]*[a-f0-9]+:	66 0f 00 c8          	str    %ax
322 [ 	]*[a-f0-9]+:	0f 00 08             	str    \(%rax\)
323 [ 	]*[a-f0-9]+:	0f 05                	syscall
324 [ 	]*[a-f0-9]+:	0f 07                	sysretl
325 [ 	]*[a-f0-9]+:	48 0f 07             	sysretq *
326 [ 	]*[a-f0-9]+:	0f 01 f8             	swapgs
327 [ 	]*[a-f0-9]+:	66 68 22 22          	pushw  \$0x2222
328 [ 	]*[a-f0-9]+:	f6 c9 01             	test   \$(0x)?0*1,%cl
329 [ 	]*[a-f0-9]+:	66 f7 c9 02 00       	test   \$(0x)?0*2,%cx
330 [ 	]*[a-f0-9]+:	f7 c9 04 00 00 00    	test   \$(0x)?0*4,%ecx
331 [ 	]*[a-f0-9]+:	48 f7 c9 08 00 00 00 	test   \$(0x)?0*8,%rcx
332 [ 	]*[a-f0-9]+:	c0 f0 02             	shl    \$0x2,%al
333 [ 	]*[a-f0-9]+:	c1 f0 01             	shl    \$0x1,%eax
334 [ 	]*[a-f0-9]+:	48 c1 f0 01          	shl    \$0x1,%rax
335 [ 	]*[a-f0-9]+:	d0 f0                	shl    %al
336 [ 	]*[a-f0-9]+:	d1 f0                	shl    %eax
337 [ 	]*[a-f0-9]+:	48 d1 f0             	shl    %rax
338 [ 	]*[a-f0-9]+:	d2 f0                	shl    %cl,%al
339 [ 	]*[a-f0-9]+:	d3 f0                	shl    %cl,%eax
340 [ 	]*[a-f0-9]+:	48 d3 f0             	shl    %cl,%rax
341 #pass
342