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

Unified Diff: src/trusted/validator/x86/decoder/ncop_expr_node_flag.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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator/x86/decoder/ncop_expr_node_flag.enum
diff --git a/src/trusted/validator/x86/decoder/ncop_expr_node_flag.enum b/src/trusted/validator/x86/decoder/ncop_expr_node_flag.enum
deleted file mode 100644
index 34e1e425e434be62df70808510d00fa294fb0604..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/decoder/ncop_expr_node_flag.enum
+++ /dev/null
@@ -1,40 +0,0 @@
-# The set of possible flags associated with expr nodes.
-# Each line defines a separate type of expr node.
-
-# Defines that a set occurs for this subexpression.
-ExprSet
-# Defines that a use occurs for this subexpression.
-ExprUsed
-# Defines that an address is computed by the subexpression.
-ExprAddress
-# Defines that the size of the data is 1 byte.
-ExprSize8
-# Defines that the size of the data is 2 bytes.
-ExprSize16
-# Defines that the size of the data is 4 bytes.
-ExprSize32
-# Defines that the size of the data is 6 bytes.
-ExprSize48
-# Defines that the size of the data is 8 bytes.
-ExprSize64
-# Defines that the constant is an unsigned hex value instead of an integer.
-ExprUnsignedHex
-# Defines that the constant is a signed hexidecimal value instead of
-# an integer.
-ExprSignedHex
-# Defines that the constant is an unsigned integer instead of a hex value.
-ExprUnsignedInt
-# Defines that the constant is a signed integer instead of a hex value.
-ExprSignedInt
-# Defines an implicit argument that shouldn't be printed.
-ExprImplicit
-# Defines that the corresponding constant is a jump target.
-ExprJumpTarget
-# Defines that we have special case of segment register that should
-# be printed in the segment address, even if the operand is implicit,
-# which happens for instances of DS:[r].
-ExprDSrCase
-# Defines that we have special case of segment register that should
-# be printed in the segment address, even if the operand is implicit,
-# which happens for instances of ES:[r].
-ExprESrCase
« no previous file with comments | « src/trusted/validator/x86/decoder/ncdis_decode_tables.gyp ('k') | src/trusted/validator/x86/decoder/ncop_expr_node_kind.enum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698