Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: src/trusted/validator_x86/testdata/64/ncdis_examples.input

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 #
5 # This is a simple test file to see if we have things working.
6 # When run in self documenting mode and command free lines,
7 # are echoed to the output.
8 #
9 # Lines with command line options (up to and including the pound sign) are
10 # also copied to output. Application (ncdis) is then run on those options,
11 # generating corresponding output. It is assume that the text after the
12 # pound sign is the output generated by ncdis. Hence, this file is self
13 # documenting in the sense that the input matches the output.
14 #
15 # Note: Useful command line options are:
16 # -i=XXXXXXXX
17 # Specifies a (even length) hexidecimal value defined the sequence
18 # of bytess that defines the instruction to translate.
19 #
20 # --pc=XXXXXXXX
21 # Specifies the value of the program counter, when it is pointing
22 # to the instruction to be decoded. In not specified, the program
23 # counter is assumed to be zero.
24 #
25 # Note: This file tests x86-64 instructions when -use_iter is specified.
26
27 -i=00c0 #0000000000000000: 00 c0 add %al, %al
28 -i=01c0 #0000000000000000: 01 c0 add %eax, %eax
29 -i=4101c3 #0000000000000000: 41 01 c3 add %r11d, %eax
30 -i=4401d8 #0000000000000000: 44 01 d8 add %eax, %r11d
31 -i=4801c3 #0000000000000000: 48 01 c3 add %rbx, %rax
32 -i=670318 #0000000000000000: 67 03 18 add %ebx, [%eax]
33 -i=020400 #0000000000000000: 02 04 00 add %al, [%rax+%rax*1]
34 -i=67020400 #0000000000000000: 67 02 04 00 add %al, [%eax+%eax*1]
35 -i=4883EC08 #0000000000000000: 48 83 ec 08 sub %rsp, 0x8
36 -i=e883000000 --pc=4003d4 #00000000004003d4: e8 83 00 00 00 call 0x40045c
37 --pc=4003de -i=e87d050000 #00000000004003de: e8 7d 05 00 00 call 0x400960
38 -i=c3 #0000000000000000: c3 ret
39 -i=ff35ea0d2000 #0000000000000000: ff 35 ea 0d 20 00 push [%rip+0x200dea]
40 -i=ff25ec0d2000 #0000000000000000: ff 25 ec 0d 20 00 jmp [%rip+0x200dec]
41 -i=0F1F4000 #0000000000000000: 0f 1f 40 00 nop
42 -i=6800000000 #0000000000000000: 68 00 00 00 00 push 0x0
43 --pc=400403 -i=E9E0FFFFFF #0000000000400403: e9 e0 ff ff ff jmp 0x4003e8
44 -i=4989D1 #0000000000000000: 49 89 d1 mov %r9, %rdx
45 -i=5E #0000000000000000: 5e pop %rsi
46 -i=49C7C0C0084000 #0000000000000000: 49 c7 c0 c0 08 40 00 mov %r8, 0x4008c0
47 -i=F4 #0000000000000000: f4 hlt
48 -i=488B05610D2000 #0000000000000000: 48 8b 05 61 0d 20 00 mov %rax, [%rip+0x200d61]
49 -i=4885C0 #0000000000000000: 48 85 c0 test %rax, %rax
50 --pc=40046a -i=7402 #000000000040046a: 74 02 jz 0x40046e
51 -i=FFD0 #0000000000000000: ff d0 call %rax
52 --pc=40048d -i=EB24 #000000000040048d: eb 24 jmp 0x4004b3
53 -i=c9 #0000000000000000: c9 leave
54 -i=66662E0F1F840000000000 #0000000000000000: 66 66 2e 0f 1f 84 00 00 00 00 00 nop
55 -i=B800000000 #0000000000000000: b8 00 00 00 00 mov %eax, 0x0
56 -i=BF20106000 #0000000000000000: bf 20 10 60 00 mov %edi, 0x601020
57 -i=488b04c5a0136000 #0000000000000000: 48 8b 04 c5 a0 13 60 00 mov %rax, [%rax*8+0x6013a0]
58 -i=897DFC #0000000000000000: 89 7d fc mov [%rbp-0x4], %edi
59 -i=3B45FC #0000000000000000: 3b 45 fc cmp %eax, [%rbp-0x4]
60 -i=837DF808 #0000000000000000: 83 7d f8 08 cmp [%rbp-0x8], 0x8
61 -i=8B45FC #0000000000000000: 8b 45 fc mov %eax, [%rbp-0x4]
62 -i=41D3E4 #0000000000000000: 41 d3 e4 shl %r12d, %cl
63 -i=66666666662E0F1F840000000000 #0000000000000000: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
64 -i=48C1FD03 #0000000000000000: 48 c1 fd 03 sar %rbp, 0x3
65 -i=488D2D0F072000 #0000000000000000: 48 8d 2d 0f 07 20 00 lea %rbp, [%rip+0x20070f]
66 -i=A08877665544332211 #0000000000000000: a0 88 77 66 55 44 33 22 11 mov %al, [0x1122334455667788]
67 -i=66a18877665544332211 #0000000000000000: 66 a1 88 77 66 55 44 33 22 11 mov %ax, [0x1122334455667788]
68 -i=A28877665544332211 #0000000000000000: a2 88 77 66 55 44 33 22 11 mov [0x1122334455667788], %al
69 -i=66A38877665544332211 #0000000000000000: 66 a3 88 77 66 55 44 33 22 11 mov [0x1122334455667788], %ax
70 -i=48B88877665544332211 #0000000000000000: 48 b8 88 77 66 55 44 33 22 11 mov %rax, 0x1122334455667788
71 -i=448A0400 #0000000000000000: 44 8a 04 00 mov %r8b, [%rax+%rax*1]
72 -i=8A440500 #0000000000000000: 8a 44 05 00 mov %al, [%rbp+%rax*1]
73 -i=428A0420 #0000000000000000: 42 8a 04 20 mov %al, [%rax+%r12*1]
74 -i=418A440500 #0000000000000000: 41 8a 44 05 00 mov %al, [%r13+%rax*1]
75 -i=0F38082C2500000000 #0000000000000000: 0f 38 08 2c 25 00 00 00 00 psignb %mmx5, [0x0]
76 -i=660F38082C2500000000 #0000000000000000: 66 0f 38 08 2c 25 00 00 00 00 psignb %xmm5, [0x0]
77 -i=66440F38082C00 #0000000000000000: 66 44 0f 38 08 2c 00 psignb %xmm13, [%rax+%rax*1]
78 -i=DD2400 #0000000000000000: dd 24 00 frstor [%rax+%rax*1]
79 -i=67DD2400 #0000000000000000: 67 dd 24 00 frstor [%eax+%eax*1]
80 -i=DCC1 #0000000000000000: dc c1 fadd %st1, %st0
81 -i=D8742410 #0000000000000000: d8 74 24 10 fdiv %st0, [%rsp+0x10]
82 -i=67D8742410 #0000000000000000: 67 d8 74 24 10 fdiv %st0, [%esp+0x10]
83 -i=DC440004 #0000000000000000: dc 44 00 04 fadd %st0, [%rax+%rax*1+0x4]
84 -i=DA042504000000 #0000000000000000: da 04 25 04 00 00 00 fiadd %st0, [0x4]
85 -i=DA7004 #0000000000000000: da 70 04 fidiv %st0, [%rax+0x4]
86 -i=DE5004 #0000000000000000: de 50 04 ficom %st0, [%rax+0x4]
87 -i=DCE5 #0000000000000000: dc e5 fsubr %st5, %st0
88 -i=DCF3 #0000000000000000: dc f3 fdivr %st3, %st0
89 -i=DCEA #0000000000000000: dc ea fsub %st2, %st0
90 -i=DCCE #0000000000000000: dc ce fmul %st6, %st0
91 -i=4863c6 #0000000000000000: 48 63 c6 movsxd %rax, %esi
92 -i=63c6 #0000000000000000: 63 c6 movsxd %eax, %esi
93 -i=6c #0000000000000000: 6c insb
94 -i=6d #0000000000000000: 6d insd
95 -i=666d #0000000000000000: 66 6d insw
96 -i=6e #0000000000000000: 6e outsb
97 -i=6f #0000000000000000: 6f outsd
98 -i=666f #0000000000000000: 66 6f outsw
99 -i=6698 #0000000000000000: 66 98 cbw
100 -i=98 #0000000000000000: 98 cwde
101 -i=4898 #0000000000000000: 48 98 cdqe
102 -i=6699 #0000000000000000: 66 99 cwd
103 -i=99 #0000000000000000: 99 cdq
104 -i=4899 #0000000000000000: 48 99 cqo
105 -i=86C2 #0000000000000000: 86 c2 xchg %dl, %al
106 -i=864020 #0000000000000000: 86 40 20 xchg [%rax+0x20], %al
107 -i=874020 #0000000000000000: 87 40 20 xchg [%rax+0x20], %eax
108 -i=a6 #0000000000000000: a6 cmpsb [%rdi], [%rsi]
109 -i=66a7 #0000000000000000: 66 a7 cmpsw [%rdi], [%rsi]
110 -i=a7 #0000000000000000: a7 cmpsd [%rdi], [%rsi]
111 -i=48a7 #0000000000000000: 48 a7 cmpsq [%rdi], [%rsi]
112 -i=aa #0000000000000000: aa stosb [%rdi]
113 -i=ab #0000000000000000: ab stosd [%rdi]
114 -i=66ab #0000000000000000: 66 ab stosw [%rdi]
115 -i=48ab #0000000000000000: 48 ab stosq [%rdi]
116 -i=a4 #0000000000000000: a4 movsb [%rdi], [%rsi]
117 -i=66a5 #0000000000000000: 66 a5 movsw [%rdi], [%rsi]
118 -i=a5 #0000000000000000: a5 movsd [%rdi], [%rsi]
119 -i=48a5 #0000000000000000: 48 a5 movsq [%rdi], [%rsi]
120 -i=9c #0000000000000000: 9c pushfq
121 -i=9d #0000000000000000: 9d popfq
122 -i=ac #0000000000000000: ac lodsb [%rsi]
123 -i=ad #0000000000000000: ad lodsd [%rsi]
124 -i=66ad #0000000000000000: 66 ad lodsw [%rsi]
125 -i=48ad #0000000000000000: 48 ad lodsq [%rsi]
126 -i=ae #0000000000000000: ae scasb [%rdi]
127 -i=af #0000000000000000: af scasd [%rdi]
128 -i=66af #0000000000000000: 66 af scasw [%rdi]
129 -i=48af #0000000000000000: 48 af scasq [%rdi]
130 -i=C82C0100 #0000000000000000: c8 2c 01 00 enter 0x12c, 0x0
131 -i=80E4DF #0000000000000000: 80 e4 df and %ah, 0xdf
132 -i=222425DF000000 #0000000000000000: 22 24 25 df 00 00 00 and %ah, [0xdf]
133 -i=40222425DF000000 #0000000000000000: 40 22 24 25 df 00 00 00 and %spl, [0xdf]
134 -i=8D0485FFFFFFFF #0000000000000000: 8d 04 85 ff ff ff ff lea %eax, [%rax*4-0x1]
135 -i=644833142528000000 #0000000000000000: 64 48 33 14 25 28 00 00 00 xor %rdx, %fs:[0x28]
136 -i=48B8CDCCCCCCCCCCCCCC #0000000000000000: 48 b8 cd cc cc cc cc cc cc cc mov %rax, 0xcccccccccccccccd
137 -i=666BC016 #0000000000000000: 66 6b c0 16 imul %ax, %ax, 0x16
138 -i=666BD816 #0000000000000000: 66 6b d8 16 imul %bx, %ax, 0x16
139 -i=66F7E8 #0000000000000000: 66 f7 e8 imul %ax
140 -i=F6EC #0000000000000000: f6 ec imul %ah
141 -i=0FAF9170010000 #0000000000000000: 0f af 91 70 01 00 00 imul %edx, [%rcx+0x170]
142 -i=0FAFC1 #0000000000000000: 0f af c1 imul %eax, %ecx
143 -i=F6FC #0000000000000000: f6 fc idiv %ah
144 -i=F7F9 #0000000000000000: f7 f9 idiv %ecx
145 -i=F7BE70010000 #0000000000000000: f7 be 70 01 00 00 idiv [%rsi+0x170]
146 -i=48F7F9 #0000000000000000: 48 f7 f9 idiv %rcx
147 -i=fc #0000000000000000: fc cld
148 -i=F6D8 #0000000000000000: f6 d8 neg %al
149 -i=F7D9 #0000000000000000: f7 d9 neg %ecx
150 -i=49F7DE #0000000000000000: 49 f7 de neg %r14
151 -i=48F7DA #0000000000000000: 48 f7 da neg %rdx
152 -i=F6D1 #0000000000000000: f6 d1 not %cl
153 -i=F7D1 #0000000000000000: f7 d1 not %ecx
154 -i=48F7D2 #0000000000000000: 48 f7 d2 not %rdx
155 -i=F6E2 #0000000000000000: f6 e2 mul %dl
156 -i=F7E2 #0000000000000000: f7 e2 mul %edx
157 -i=48F7E7 #0000000000000000: 48 f7 e7 mul %rdi
158 -i=41F7E6 #0000000000000000: 41 f7 e6 mul %r14d
159 -i=48F7F1 #0000000000000000: 48 f7 f1 div %rcx
160 -i=48F77138 #0000000000000000: 48 f7 71 38 div [%rcx+0x38]
161 -i=F73537AF5700 #0000000000000000: f7 35 37 af 57 00 div [%rip+0x57af37]
162 -i=F20F1005B5DC1500 #0000000000000000: f2 0f 10 05 b5 dc 15 00 movsd %xmm0, [%rip+0x15dcb5]
163 -i=F20F11542410 #0000000000000000: f2 0f 11 54 24 10 movsd [%rsp+0x10], %xmm2
164 -i=F30F1002 #0000000000000000: f3 0f 10 02 movss %xmm0, [%rdx]
165 -i=F30F1144240C #0000000000000000: f3 0f 11 44 24 0c movss [%rsp+0xc], %xmm0
166 -i=F30F104C241C #0000000000000000: f3 0f 10 4c 24 1c movss %xmm1, [%rsp+0x1c]
167 -i=F30F1144240C #0000000000000000: f3 0f 11 44 24 0c movss [%rsp+0xc], %xmm0
168 -i=F20F5FCF #0000000000000000: f2 0f 5f cf maxsd %xmm1, %xmm7
169 -i=0FC8 #0000000000000000: 0f c8 bswap %eax
170 -i=480FC8 #0000000000000000: 48 0f c8 bswap %rax
171 -i=490FCD #0000000000000000: 49 0f cd bswap %r13
172 -i=0F6E11 #0000000000000000: 0f 6e 11 movd %mmx2, [%rcx]
173 -i=490f6e11 #0000000000000000: 49 0f 6e 11 movq %mmx2, [%r9]
174 -i=660f6e11 #0000000000000000: 66 0f 6e 11 movd %xmm2, [%rcx]
175 -i=0F7E0E #0000000000000000: 0f 7e 0e movd [%rsi], %mmx1
176 -i=490F7E0E #0000000000000000: 49 0f 7e 0e movq [%r14], %mmx1
177 -i=0F77 #0000000000000000: 0f 77 emms
178 -i=F20FC2C701 #0000000000000000: f2 0f c2 c7 01 cmpsd_xmm %xmm0, %xmm7, 0x1
179 -i=F20FC20D6787100005 #0000000000000000: f2 0f c2 0d 67 87 10 00 05 cmpsd_xmm %xmm1, [%rip+0x108767], 0x5
180 -i=F30FC2C701 #0000000000000000: f3 0f c2 c7 01 cmpss %xmm0, %xmm7, 0x1
181 -i=F30FC20D6787100005 #0000000000000000: f3 0f c2 0d 67 87 10 00 05 cmpss %xmm1, [%rip+0x108767], 0x5
182 -i=0F6F05BA870F00 #0000000000000000: 0f 6f 05 ba 87 0f 00 movq %mmx0, [%rip+0xf87ba]
183 -i=0F6FC8 #0000000000000000: 0f 6f c8 movq %mmx1, %mmx0
184 -i=0F7F0E #0000000000000000: 0f 7f 0e movq [%rsi], %mmx1
185 -i=0FD10C2508000000 #0000000000000000: 0f d1 0c 25 08 00 00 00 psrlw %mmx1, [0x8]
186 -i=0F71D108 #0000000000000000: 0f 71 d1 08 psrlw %mmx1, 0x8
187 -i=0f6ee8 #0000000000000000: 0f 6e e8 movd %mmx5, %eax
188 -i=F30F6F05F9770F00 #0000000000000000: f3 0f 6f 05 f9 77 0f 00 movdqu %xmm0, [%rip+0xf77f9]
189 -i=F30F6F11 #0000000000000000: f3 0f 6f 11 movdqu %xmm2, [%rcx]
190 -i=F30F7F0E #0000000000000000: f3 0f 7f 0e movdqu [%rsi], %xmm1
191 -i=0FE70E #0000000000000000: 0f e7 0e movntq [%rsi], %mmx1
192 -i=660F290C24 #0000000000000000: 66 0f 29 0c 24 movapd [%rsp], %xmm1
193 -i=F30F51D0 #0000000000000000: f3 0f 51 d0 sqrtss %xmm2, %xmm0
194 -i=48FFC0 #0000000000000000: 48 ff c0 inc %rax
195 -i=FF05A4763900 #0000000000000000: ff 05 a4 76 39 00 inc [%rip+0x3976a4]
196 -i=FFC0 #0000000000000000: ff c0 inc %eax
197 -i=41FFC5 #0000000000000000: 41 ff c5 inc %r13d
198 -i=FEC0 #0000000000000000: fe c0 inc %al
199 -i=FEC4 #0000000000000000: fe c4 inc %ah
200 -i=41FEC0 #0000000000000000: 41 fe c0 inc %r8b
201 -i=FFCA #0000000000000000: ff ca dec %edx
202 -i=FF0D8F763900 #0000000000000000: ff 0d 8f 76 39 00 dec [%rip+0x39768f]
203 -i=48FFC8 #0000000000000000: 48 ff c8 dec %rax
204 -i=49FFCC #0000000000000000: 49 ff cc dec %r12
205 -i=FEC8 #0000000000000000: fe c8 dec %al
206 -i=FECC #0000000000000000: fe cc dec %ah
207 -i=41FEC8 #0000000000000000: 41 fe c8 dec %r8b
208 -i=F00FB13521C63100 #0000000000000000: f0 0f b1 35 21 c6 31 00 cmpxchg [%rip+0x31c621], %esi
209 -i=0FB13512C63100 #0000000000000000: 0f b1 35 12 c6 31 00 cmpxchg [%rip+0x31c612], %esi
210 -i=f0410fb130 #0000000000000000: f0 41 0f b1 30 cmpxchg [%r8], %esi
211 -i=F00FC102 #0000000000000000: f0 0f c1 02 xadd [%rdx], %eax
212 -i=F00FC14318 #0000000000000000: f0 0f c1 43 18 xadd [%rbx+0x18], %eax
213 -i=F0410FC100 #0000000000000000: f0 41 0f c1 00 xadd [%r8], %eax
214 -i=0F05 #0000000000000000: 0f 05 syscall
215 -i=E408 #0000000000000000: e4 08 in %al, 0x8
216 -i=66E508 #0000000000000000: 66 e5 08 in %ax, 0x8
217 -i=E508 #0000000000000000: e5 08 in %eax, 0x8
218 -i=EC #0000000000000000: ec in %al, %dx
219 -i=66ED #0000000000000000: 66 ed in %ax, %dx
220 -i=ED #0000000000000000: ed in %eax, %dx
221 -i=55 #0000000000000000: 55 push %rbp
222 -i=0F188600030000 #0000000000000000: 0f 18 86 00 03 00 00 prefetchnta [%rsi+0x300]
223 -i=480FC307 #0000000000000000: 48 0f c3 07 movnti [%rdi], %rax
224 -i=0FAEF8 #0000000000000000: 0f ae f8 sfence
225 -i=410FA3C0 #0000000000000000: 41 0f a3 c0 bt %r8d, %eax
226 -i=41db2c07 #0000000000000000: 41 db 2c 07 fld %st0, [%r15+%rax*1]
227 -i=dd0424 #0000000000000000: dd 04 24 fld %st0, [%rsp]
228 -i=0fb320 #0000000000000000: 0f b3 20 btr [%rax], %esp
229 -i=0fa320 #0000000000000000: 0f a3 20 bt [%rax], %esp
230 -i=0fbb20 #0000000000000000: 0f bb 20 btc [%rax], %esp
231 -i=0fab20 #0000000000000000: 0f ab 20 bts [%rax], %esp
232 -i=660F78C10204 #0000000000000000: 66 0f 78 c1 02 04 extrq %xmm0, 0x2, 0x4
233 -i=F20F78CA0204 #0000000000000000: f2 0f 78 ca 02 04 insertq %xmm1, %xmm2, 0x2, 0x4
234 -i=660F79CA #0000000000000000: 66 0f 79 ca extrq %xmm1, %xmm2
235 -i=F20F79CA #0000000000000000: f2 0f 79 ca insertq %xmm1, %xmm2
236 -i=e900000102 #0000000000000000: e9 00 00 01 02 jmp 0x2010005
237 -i=6740a000010203 #0000000000000000: 67 40 a0 00 01 02 03 mov %al, [0x3020100]
238 -i=660f3a600001 #0000000000000000: 66 0f 3a 60 00 01 pcmpestrm %xmm0, [%rax], 0x1
239 -i=90 #0000000000000000: 90 nop
240 -i=6690 #0000000000000000: 66 90 nop
241 -i=666690 #0000000000000000: 66 66 90 xchg %ax, %ax
242 -i=8d7600 #0000000000000000: 8d 76 00 lea %esi, [%rsi]
243 -i=8d742600 #0000000000000000: 8d 74 26 00 lea %esi, [%rsi]
244 -i=8db600000000 #0000000000000000: 8d b6 00 00 00 00 lea %esi, [%rsi]
245 -i=8db42600000000 #0000000000000000: 8d b4 26 00 00 00 00 lea %esi, [%rsi]
246 -i=89f6 #0000000000000000: 89 f6 mov %esi, %esi
247 -i=8dbc2700000000 #0000000000000000: 8d bc 27 00 00 00 00 lea %edi, [%rdi]
248 -i=0f1f00 #0000000000000000: 0f 1f 00 nop
249 -i=0f1f4000 #0000000000000000: 0f 1f 40 00 nop
250 -i=0f1f440000 #0000000000000000: 0f 1f 44 00 00 nop
251 -i=660f1f440000 #0000000000000000: 66 0f 1f 44 00 00 nop
252 -i=0f1f8000000000 #0000000000000000: 0f 1f 80 00 00 00 00 nop
253 -i=0f1f840000000000 #0000000000000000: 0f 1f 84 00 00 00 00 00 nop
254 -i=660f1f840000000000 #0000000000000000: 66 0f 1f 84 00 00 00 00 00 nop
255 -i=662e0f1f840000000000 #0000000000000000: 66 2e 0f 1f 84 00 00 00 00 00 nop
256 -i=66662e0f1f840000000000 #0000000000000000: 66 66 2e 0f 1f 84 00 00 00 00 00 nop
257 -i=6666662e0f1f840000000000 #0000000000000000: 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
258 -i=666666662e0f1f840000000000 #0000000000000000: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
259 -i=66666666662e0f1f840000000000 #0000000000000000: 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
260 -i=6666666666662e0f1f840000000000 #0000000000000000: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 nop
261 -i=41ff743f20 #0000000000000000: 41 ff 74 3f 20 push [%r15+%rdi*1+0x20]
262 -i=0f0b #0000000000000000: 0f 0b ud2
263 -i=0f700000 #0000000000000000: 0f 70 00 00 pshufw %mmx0, [%rax], 0x0
264 -i=0fae38 #0000000000000000: 0f ae 38 clflush [%rax]
265 -i=0faefc #0000000000000000: 0f ae fc invalid
266 -i=40dc20 #0000000000000000: 40 dc 20 fsub %st0, [%rax]
267 -i=0fba2000 #0000000000000000: 0f ba 20 00 bt [%rax], 0x0
268 -i=660f3a150000 #0000000000000000: 66 0f 3a 15 00 00 pextrw [%rax], %xmm0, 0x0
269 -i=0fec00 #0000000000000000: 0f ec 00 paddsb %mmx0, [%rax]
270 -i=0ff400 #0000000000000000: 0f f4 00 pmuludq %mmx0, [%rax]
271 -i=40e000 --pc=1000 #0000000000001000: 40 e0 00 loopne 0x1003
272 -i=40e300 #0000000000000000: 40 e3 00 jrcxz 0x3
273 -i=6740e300 #0000000000000000: 67 40 e3 00 jecxz 0x4
274 -i=41d9f0 #0000000000000000: 41 d9 f0 f2xm1 %st0
275 -i=660f52 #0000000000000000: 66 0f 52 invalid
276 -i=660f53 #0000000000000000: 66 0f 53 invalid
277 -i=f20f52 #0000000000000000: f2 0f 52 invalid
278 -i=f20f53 #0000000000000000: f2 0f 53 invalid
279 -i=660f78000000 #0000000000000000: 66 0f 78 00 00 00 extrq %xmm0, 0x0, 0x0
280 -i=26e800010203 #0000000000000000: 26 e8 00 01 02 03 call 0x3020106
281 -i=0fa4c601 #0000000000000000: 0f a4 c6 01 shld %esi, %eax, 0x1
282 -i=0fa5c6 #0000000000000000: 0f a5 c6 shld %esi, %eax, %cl
283 -i=480fa5c6 #0000000000000000: 48 0f a5 c6 shld %rsi, %rax, %cl
284 -i=0f16d1 #0000000000000000: 0f 16 d1 movlhps %xmm2, %xmm1
285 -i=0f16a500000000 #0000000000000000: 0f 16 a5 00 00 00 00 movhps %xmm4, [%rbp]
286 -i=0f12e8 #0000000000000000: 0f 12 e8 movhlps %xmm5, %xmm0
287 -i=0f120c17 #0000000000000000: 0f 12 0c 17 movlps %xmm1, [%rdi+%rdx*1]
288 -i=410f120c17 #0000000000000000: 41 0f 12 0c 17 movlps %xmm1, [%r15+%rdx*1]
289 -i=0fc6d200 #0000000000000000: 0f c6 d2 00 shufps %xmm2, %xmm2, 0x0
290 -i=660fc6d200 #0000000000000000: 66 0f c6 d2 00 shufpd %xmm2, %xmm2, 0x0
291 -i=66430fbe0427 #0000000000000000: 66 43 0f be 04 27 movsx %ax, [%r15+%r12*1]
292 -i=0f30 #0000000000000000: 0f 30 wrmsr
293 -i=0f31 #0000000000000000: 0f 31 rdtsc
294 -i=0f32 #0000000000000000: 0f 32 rdmsr
295 -i=480facc110 #0000000000000000: 48 0f ac c1 10 shrd %rcx, %rax, 0x10
296 -i=0facc110 #0000000000000000: 0f ac c1 10 shrd %ecx, %eax, 0x10
297 -i=0fad45bc #0000000000000000: 0f ad 45 bc shrd [%rbp-0x44], %eax, %cl
298 -i=480fad45bc #0000000000000000: 48 0f ad 45 bc shrd [%rbp-0x44], %rax, %cl
299 -i=8c00 #0000000000000000: 8c 00 mov [%rax], %es
300 -i=64488e00 #0000000000000000: 64 48 8e 00 mov %es, %fs:[%rax]
301 -i=2664650001 #0000000000000000: 26 64 65 00 01 add %gs:[%rcx], %al
302 -i=0fa300 #0000000000000000: 0f a3 00 bt [%rax], %eax
303 -i=0fa30400 #0000000000000000: 0f a3 04 00 bt [%rax+%rax*1], %eax
304 -i=0fa38000010203 #0000000000000000: 0f a3 80 00 01 02 03 bt [%rax+0x3020100], %eax
305 -i=36646f #0000000000000000: 36 64 6f outsd %fs
306 -i=6440a00001020304050607 #0000000000000000: 64 40 a0 00 01 02 03 04 05 06 07 mov %al, %fs:[0x706050403020100]
307 -i=0f01c8 #0000000000000000: 0f 01 c8 monitor %eax, %ecx, %edx
308 -i=0f01c9 #0000000000000000: 0f 01 c9 mwait %eax, %ecx
309 -i=0f01f8 #0000000000000000: 0f 01 f8 swapgs
310 -i=0f01f9 #0000000000000000: 0f 01 f9 rdtscp
311 -i=0f01d8 #0000000000000000: 0f 01 d8 vmrun %rax
312 -i=0f01d9 #0000000000000000: 0f 01 d9 vmmcall
313 -i=0f01da #0000000000000000: 0f 01 da vmload %rax
314 -i=0f01db #0000000000000000: 0f 01 db vmsave %rax
315 -i=0f01dc #0000000000000000: 0f 01 dc stgi
316 -i=0f01dd #0000000000000000: 0f 01 dd clgi
317 -i=0f01de #0000000000000000: 0f 01 de skinit %eax
318 -i=0f01df #0000000000000000: 0f 01 df invlpga %rax, %ecx
319 -i=0f20c0 #0000000000000000: 0f 20 c0 mov %rax, %cr0
320 -i=0f21f3 #0000000000000000: 0f 21 f3 mov %rbx, %dr3
321 -i=0f22cd #0000000000000000: 0f 22 cd mov %cr5, %rbp
322 -i=0f23dd #0000000000000000: 0f 23 dd mov %dr5, %rbp
323 # 0f0f 3dnow example(s)
324 -i=0f0f0000 #0000000000000000: 0f 0f 00 00 invalid %mmx0, [%rax], 0x0
325 -i=0f0f0090 #0000000000000000: 0f 0f 00 90 pfcmpge %mmx0, [%rax]
326 -i=8dbf00000000 #0000000000000000: 8d bf 00 00 00 00 lea %edi, [%rdi]
327 -i=eb1d #0000000000000000: eb 1d jmp 0x1f
328 -i=f00fc708 #0000000000000000: f0 0f c7 08 cmpxchg8b [%rax]
329 -i=48f00fc708 #0000000000000000: 48 f0 0f c7 08 cmpxchg16b [%rax]
330 -i=f0480fc708 #0000000000000000: f0 48 0f c7 08 cmpxchg16b [%rax]
331 # The following checks that the data 66/Rex.W check doesn't conflict with
332 # multiple byte opcodes where data 66 is an extension to the opcode.
333 -i=66480f7ec6 #0000000000000000: 66 48 0f 7e c6 movq %rsi, %xmm0
334 -i=480f7ec6 #0000000000000000: 48 0f 7e c6 movq %rsi, %mmx0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/nacl_illegal.test ('k') | src/trusted/validator_x86/testdata/64/ncdis_examples.internal » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698