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

Unified Diff: src/trusted/validator_arm/gen/arm32_decode.h

Issue 11569019: Fix uses in ARM table media_instructions. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years 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_arm/gen/arm32_decode.h
===================================================================
--- src/trusted/validator_arm/gen/arm32_decode.h (revision 10458)
+++ src/trusted/validator_arm/gen/arm32_decode.h (working copy)
@@ -148,6 +148,8 @@
// by the table methods above. This speeds up the code since
// the class decoders need to only be built once (and reused
// for each call to "decode").
+ const Binary2RegisterBitRangeMsbGeLsb Binary2RegisterBitRangeMsbGeLsb_instance_;
+ const Binary2RegisterBitRangeNotRnIsPcBitfieldExtract Binary2RegisterBitRangeNotRnIsPcBitfieldExtract_instance_;
const Binary2RegisterImmedShiftedTest Binary2RegisterImmedShiftedTest_instance_;
const Binary2RegisterImmediateOp Binary2RegisterImmediateOp_instance_;
const Binary2RegisterImmediateOpAddSub Binary2RegisterImmediateOpAddSub_instance_;
@@ -171,12 +173,8 @@
const BranchToRegister BranchToRegister_instance_;
const BreakPointAndConstantPoolHead BreakPointAndConstantPoolHead_instance_;
const DataBarrier DataBarrier_instance_;
- const Defs12To15CondsDontCareMsbGeLsb Defs12To15CondsDontCareMsbGeLsb_instance_;
const Defs12To15CondsDontCareRdRnNotPc Defs12To15CondsDontCareRdRnNotPc_instance_;
- const Defs12To15CondsDontCareRdRnNotPcBitfieldExtract Defs12To15CondsDontCareRdRnNotPcBitfieldExtract_instance_;
const Defs12To15CondsDontCareRnRdRmNotPc Defs12To15CondsDontCareRnRdRmNotPc_instance_;
- const Defs16To19CondsDontCareRdRaRmRnNotPc Defs16To19CondsDontCareRdRaRmRnNotPc_instance_;
- const Defs16To19CondsDontCareRdRmRnNotPc Defs16To19CondsDontCareRdRmRnNotPc_instance_;
const Deprecated Deprecated_instance_;
const DontCareInst DontCareInst_instance_;
const DontCareInstRdNotPc DontCareInstRdNotPc_instance_;

Powered by Google App Engine
This is Rietveld 408576698