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

Side by Side Diff: src/trusted/validator_x86/testdata/64/mmx.tf

Issue 10908137: (abandoned) Validator tests: convert hexes to TFs and run on bots (for prod. validator only) (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: restore 'read overflow' and 'SegmentationError' Created 8 years, 3 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 BITS: 64
2 OUTCOME: valid
3
4 # Test MMX instructions
5 # emms
6 asm: emms
7 hex: 0f 77
8
9 # movq %mm0,%mm1
10 asm: movq %mm0,%mm1
11 hex: 0f 6f c8
12
13 # packsswb %mm0,%mm1
14 asm: packsswb %mm0,%mm1
15 hex: 0f 63 c8
16
17 # paddsb %mm0,%mm1
18 asm: paddsb %mm0,%mm1
19 hex: 0f ec c8
20
21 # pcmpeqb %mm0,%mm1
22 asm: pcmpeqb %mm0,%mm1
23 hex: 0f 74 c8
24
25 # pmaddwd %mm0,%mm1
26 asm: pmaddwd %mm0,%mm1
27 hex: 0f f5 c8
28
29 # psrad %mm0,%mm1
30 asm: psrad %mm0,%mm1
31 hex: 0f e2 c8
32
33 # punpckhbw %mm0,%mm1
34 asm: punpckhbw %mm0,%mm1
35 hex: 0f 68 c8
36
37 # pxor %mm0,%mm1
38 asm: pxor %mm0,%mm1
39 hex: 0f ef c8
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698