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

Unified Diff: src/trusted/validator_arm/baseline_classes.h

Issue 10356115: Clean up code to clarify we are only tracking the condition flags of APSR. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « src/trusted/validator_arm/actual_classes_statics.cc ('k') | src/trusted/validator_arm/baseline_classes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/baseline_classes.h
===================================================================
--- src/trusted/validator_arm/baseline_classes.h (revision 8588)
+++ src/trusted/validator_arm/baseline_classes.h (working copy)
@@ -51,7 +51,7 @@
static const Imm12Bits0To11Interface imm12;
static const RegDBits12To15Interface d;
static const Imm4Bits16To19Interface imm4;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -88,7 +88,7 @@
static const Imm12Bits0To11Interface imm;
static const RegDBits12To15Interface d;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -138,7 +138,7 @@
// Interfaces for components in the instruction.
static const Imm12Bits0To11Interface imm;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -186,7 +186,7 @@
// Interfaces for components in the instruction.
static const RegMBits0To3Interface m;
static const RegDBits12To15Interface d;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -226,7 +226,7 @@
static const RegNBits0To3Interface n;
static const RegMBits8To11Interface m;
static const RegDBits12To15Interface d;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -266,7 +266,7 @@
static const ShiftTypeBits5To6Interface shift_type;
static const Imm5Bits7To11Interface imm;
static const RegDBits12To15Interface d;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -310,7 +310,7 @@
static const ShiftTypeBits5To6Interface shift_type;
static const RegSBits8To11Interface s;
static const RegDBits12To15Interface d;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -357,7 +357,7 @@
static const Imm5Bits7To11Interface imm;
static const RegDBits12To15Interface d;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -409,7 +409,7 @@
static const RegSBits8To11Interface s;
static const RegDBits12To15Interface d;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -446,7 +446,7 @@
static const ShiftTypeBits5To6Interface shift_type;
static const Imm5Bits7To11Interface imm;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
@@ -491,7 +491,7 @@
static const ShiftTypeBits5To6Interface shift_type;
static const RegSBits8To11Interface s;
static const RegNBits16To19Interface n;
- static const UpdatesFlagsRegisterBit20Interface flags;
+ static const UpdatesConditionsBit20Interface conditions;
static const ConditionBits28To31Interface cond;
// Methods for class.
« no previous file with comments | « src/trusted/validator_arm/actual_classes_statics.cc ('k') | src/trusted/validator_arm/baseline_classes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698