OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2013 The Native Client Authors. All rights reserved. | 2 * Copyright 2013 The Native Client Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can | 3 * Use of this source code is governed by a BSD-style license that can |
4 * be found in the LICENSE file. | 4 * be found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 // DO NOT EDIT: GENERATED CODE | 7 // DO NOT EDIT: GENERATED CODE |
8 | 8 |
9 #ifndef NACL_TRUSTED_BUT_NOT_TCB | 9 #ifndef NACL_TRUSTED_BUT_NOT_TCB |
10 #error This file is not meant for use in the TCB | 10 #error This file is not meant for use in the TCB |
11 #endif | 11 #endif |
12 | 12 |
13 | 13 |
14 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSES_H
_ | 14 #ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSES_H
_ |
15 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSES_H
_ | 15 #define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSES_H
_ |
16 | 16 |
17 #include "native_client/src/trusted/validator_arm/actual_classes.h" | 17 #include "native_client/src/trusted/validator_arm/actual_classes.h" |
18 #include "native_client/src/trusted/validator_arm/baseline_classes.h" | 18 #include "native_client/src/trusted/validator_arm/baseline_classes.h" |
19 #include "native_client/src/trusted/validator_arm/named_class_decoder.h" | 19 #include "native_client/src/trusted/validator_arm/named_class_decoder.h" |
20 #include "native_client/src/trusted/validator_arm/gen/arm32_decode_actuals.h" | 20 #include "native_client/src/trusted/validator_arm/gen/arm32_decode_actuals.h" |
| 21 |
21 #include "native_client/src/trusted/validator_arm/gen/arm32_decode_named_bases.h
" | 22 #include "native_client/src/trusted/validator_arm/gen/arm32_decode_named_bases.h
" |
22 | 23 |
23 /* | 24 /* |
24 * Define rule decoder classes. | 25 * Define rule decoder classes. |
25 */ | 26 */ |
26 namespace nacl_arm_dec { | 27 namespace nacl_arm_dec { |
27 | 28 |
28 class Binary2RegisterBitRangeMsbGeLsb_BFI | 29 class Binary2RegisterBitRangeMsbGeLsb_BFI |
29 : public Binary2RegisterBitRangeMsbGeLsb { | 30 : public Binary2RegisterBitRangeMsbGeLsb { |
30 }; | 31 }; |
(...skipping 9058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9089 : NamedClassDecoder(decoder_, "not implemented") | 9090 : NamedClassDecoder(decoder_, "not implemented") |
9090 {} | 9091 {} |
9091 | 9092 |
9092 private: | 9093 private: |
9093 nacl_arm_dec::NotImplemented decoder_; | 9094 nacl_arm_dec::NotImplemented decoder_; |
9094 NACL_DISALLOW_COPY_AND_ASSIGN(NotImplementedNamed); | 9095 NACL_DISALLOW_COPY_AND_ASSIGN(NotImplementedNamed); |
9095 }; | 9096 }; |
9096 | 9097 |
9097 } // namespace nacl_arm_test | 9098 } // namespace nacl_arm_test |
9098 #endif // NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSE
S_H_ | 9099 #endif // NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_ARM_GEN_ARM32_DECODE_NAMED_CLASSE
S_H_ |
OLD | NEW |