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

Side by Side Diff: src/trusted/validator/x86/decoder/ncopcode_prefix.enum

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 # Defines the set of possible instruction prefices.
2 # Each line defines a separate enum constant.
3 NoPrefix
4 Prefix0F
5 PrefixF20F
6 PrefixF30F
7 Prefix660F
8 Prefix0F0F
9 Prefix0F38
10 Prefix660F38
11 PrefixF20F38
12 Prefix0F3A
13 Prefix660F3A
14 PrefixD8
15 PrefixD9
16 PrefixDA
17 PrefixDB
18 PrefixDC
19 PrefixDD
20 PrefixDE
21 PrefixDF
OLDNEW
« no previous file with comments | « src/trusted/validator/x86/decoder/ncopcode_operand_kind.enum ('k') | src/trusted/validator/x86/error_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698