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

Side by Side Diff: src/trusted/validator/x86/ncval_seg_sfi/gen/ncbadprefixmask_32.h

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 /* native_client/src/trusted/validator/x86/ncval_seg_sfi/gen/ncbadprefixmask_32. h
2 * THIS FILE IS AUTO-GENERATED. DO NOT EDIT.
3 * Compiled for x86-32 bit mode.
4 *
5 * You must include ncdecode.h before this file.
6 */
7
8 static uint32_t BadPrefixMask[kNaClInstTypeRange] = {
9 0xffffffff, /* NACLi_UNDEFINED */
10 0xffffffff, /* NACLi_ILLEGAL */
11 0xffffffff, /* NACLi_INVALID */
12 0xffffffff, /* NACLi_SYSTEM */
13 0xffffffff, /* NACLi_NOP */
14 0xffffffe7, /* NACLi_386 */
15 0xfffffeef, /* NACLi_386L */
16 0xffffff6f, /* NACLi_386R */
17 0xffffff2f, /* NACLi_386RE */
18 0xfffffbfe, /* NACLi_JMP8 */
19 0xfffffbfe, /* NACLi_JMPZ */
20 0xffffffff, /* NACLi_INDIRECT */
21 0xffffffff, /* NACLi_OPINMRM */
22 0xffffffff, /* NACLi_RETURN */
23 0xffffffff, /* NACLi_LAHF */
24 0xffffffff, /* NACLi_SFENCE_CLFLUSH */
25 0xfffffeff, /* NACLi_CMPXCHG8B */
26 0xffffffff, /* NACLi_CMPXCHG16B */
27 0xffffffff, /* NACLi_CMOV */
28 0xffffffff, /* NACLi_RDMSR */
29 0xffffffff, /* NACLi_RDTSC */
30 0xffffffff, /* NACLi_RDTSCP */
31 0xffffffff, /* NACLi_SYSCALL */
32 0xffffffff, /* NACLi_SYSENTER */
33 0xffffffff, /* NACLi_X87 */
34 0xffffffff, /* NACLi_X87_FSINCOS */
35 0xffffffff, /* NACLi_MMX */
36 0xffffffff, /* NACLi_MMXSSE2 */
37 0xffffffff, /* NACLi_3DNOW */
38 0xffffffff, /* NACLi_EMMX */
39 0xffffffff, /* NACLi_E3DNOW */
40 0xffffffff, /* NACLi_SSE */
41 0xffffffff, /* NACLi_SSE2 */
42 0xffffffff, /* NACLi_SSE2x */
43 0xffffffff, /* NACLi_SSE3 */
44 0xffffffff, /* NACLi_SSE4A */
45 0xffffffff, /* NACLi_SSE41 */
46 0xffffffff, /* NACLi_SSE42 */
47 0xffffffff, /* NACLi_MOVBE */
48 0xffffffff, /* NACLi_POPCNT */
49 0xffffffff, /* NACLi_LZCNT */
50 0xffffffff, /* NACLi_LONGMODE */
51 0xffffffff, /* NACLi_SVM */
52 0xffffffff, /* NACLi_SSSE3 */
53 0xffffffff, /* NACLi_3BYTE */
54 0xffffffff, /* NACLi_FCMOV */
55 0xffffffff, /* NACLi_VMX */
56 0xffffffff, /* NACLi_FXSAVE */
57 0xffffffff, /* (null) */
58 };
OLDNEW
« no previous file with comments | « src/trusted/validator/x86/ncval_seg_sfi/README ('k') | src/trusted/validator/x86/ncval_seg_sfi/gen/ncbadprefixmask_64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698