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

Unified Diff: src/trusted/validator/x86/decoder/generator/nacl_regsgen.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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator/x86/decoder/generator/nacl_regsgen.h
diff --git a/src/trusted/validator/x86/decoder/generator/nacl_regsgen.h b/src/trusted/validator/x86/decoder/generator/nacl_regsgen.h
deleted file mode 100644
index a088471089f923f5109bc6569022b221c601f423..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/decoder/generator/nacl_regsgen.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_NACL_REGSREG_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_NACL_REGSREG_H_
-
-/*
- * Generates file nc_subregs.h, which contains the the following:
- *
- * static int NaClGpSubregIndex[NaClOpKindEnumSize];
- *
- * Contains mapping from nacl operand kind, to the
- * the corresponding general purpose 64 bit register index
- * that it is a subpart of.
- * That is, the index into NaClRegTable64, or NACL_REGISTER_UNDEFINED
- * if not a general purpose register.
- *
- * static int NaClGpReg64Index[NaClOpKindEnumSize];
- *
- * Contains the mapping from nacl operand kind, to the
- * corresponding general purpose 64 bit register index.
- * That is, the index into NaClRegTable64, or NACL_REGISTERED_UNDEFIND
- * if not a general purpose 64 bit register.
- */
-
-struct Gio;
-
-/* Build the arrays NaClGpSubregIndex and NaClGpReg64Index into
- * the file defined by the argument, for the 32-bit architecture
- */
-void NaClPrintGpRegisterIndexes_32(struct Gio* f);
-
-/* Build the arrays NaClGpSubregIndex and NaClGpReg64Index into
- * the file defined by the argument, for the 64-bit architecture
- */
-void NaClPrintGpRegisterIndexes_64(struct Gio* f);
-
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_DECODER_GENERATOR_NACL_REGSREG_H_ */
« no previous file with comments | « src/trusted/validator/x86/decoder/generator/nacl_illegal.c ('k') | src/trusted/validator/x86/decoder/generator/nacl_regsgen.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698