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

Side by Side Diff: src/trusted/validator/x86/decoder/generator/gen/nacl_disallows.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/decoder/generator/gen/nacl_disallows. h
2 * THIS FILE IS AUTO_GENERATED DO NOT EDIT.
3 *
4 * This file was auto-generated by enum_gen.py
5 * from file nacl_disallows.enum
6 */
7
8 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_GEN_NACL_DISAL LOWS_H__
9 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_GEN_NACL_DISAL LOWS_H__
10
11 #include "native_client/src/include/portability.h"
12
13 EXTERN_C_BEGIN
14 typedef enum NaClDisallowsFlag {
15 NaClTooManyPrefixBytes = 0,
16 NaClMarkedIllegal = 1,
17 NaClMarkedInvalid = 2,
18 NaClMarkedSystem = 3,
19 NaClHasBadSegmentPrefix = 4,
20 NaClCantUsePrefix67 = 5,
21 NaClMultipleRexPrefix = 6,
22 NaClRepDisallowed = 7,
23 NaClRepneDisallowed = 8,
24 NaClData16Disallowed = 9,
25 NaClHasDuplicatePrefix = 10,
26 NaClHasAmbigSegmentPrefixes = 11,
27 NaClRexPrefixNotLast = 12,
28 NaClDisallowsFlagEnumSize = 13, /* special size marker */
29 } NaClDisallowsFlag;
30
31 /* Returns the name of an NaClDisallowsFlag constant. */
32 extern const char* NaClDisallowsFlagName(NaClDisallowsFlag name);
33
34 EXTERN_C_END
35
36 #endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_GEN_NACL_DIS ALLOWS_H__ */
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698