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

Unified Diff: src/trusted/validator_arm/inst_classes_testers.cc

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
« no previous file with comments | « src/trusted/validator_arm/inst_classes_testers.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/inst_classes_testers.cc
===================================================================
--- src/trusted/validator_arm/inst_classes_testers.cc (revision 10465)
+++ src/trusted/validator_arm/inst_classes_testers.cc (working copy)
@@ -413,13 +413,13 @@
return Unary1RegisterImmediateOpTester::ApplySanityChecks(inst, decoder);
}
-// Unary1RegisterBitRangeMsbGeLsbTesterRegsNotPc
-Unary1RegisterBitRangeMsbGeLsbTesterRegsNotPc::
-Unary1RegisterBitRangeMsbGeLsbTesterRegsNotPc(
+// Unary1RegisterBitRangeMsbGeLsbTester
+Unary1RegisterBitRangeMsbGeLsbTester::
+Unary1RegisterBitRangeMsbGeLsbTester(
const NamedClassDecoder& decoder)
: CondDecoderTester(decoder) {}
-bool Unary1RegisterBitRangeMsbGeLsbTesterRegsNotPc::
+bool Unary1RegisterBitRangeMsbGeLsbTester::
ApplySanityChecks(Instruction inst,
const NamedClassDecoder& decoder) {
// Check if expected class name found.
@@ -439,13 +439,13 @@
return true;
}
-// Binary2RegisterBitRangeMsbGeLsbTesterRegsNotPc
-Binary2RegisterBitRangeMsbGeLsbTesterRegsNotPc::
-Binary2RegisterBitRangeMsbGeLsbTesterRegsNotPc(
+// Binary2RegisterBitRangeMsbGeLsbTester
+Binary2RegisterBitRangeMsbGeLsbTester::
+Binary2RegisterBitRangeMsbGeLsbTester(
const NamedClassDecoder& decoder)
: CondDecoderTester(decoder) {}
-bool Binary2RegisterBitRangeMsbGeLsbTesterRegsNotPc::
+bool Binary2RegisterBitRangeMsbGeLsbTester::
ApplySanityChecks(Instruction inst,
const NamedClassDecoder& decoder) {
// Check if expected class name found.
@@ -468,13 +468,13 @@
return true;
}
-// Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTesterRegsNotPc
-Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTesterRegsNotPc::
-Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTesterRegsNotPc(
+// Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTester
+Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTester::
+Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTester(
const NamedClassDecoder& decoder)
: CondDecoderTester(decoder) {}
-bool Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTesterRegsNotPc::
+bool Binary2RegisterBitRangeNotRnIsPcBitfieldExtractTester::
ApplySanityChecks(Instruction inst,
const NamedClassDecoder& decoder) {
NC_PRECOND(CondDecoderTester::ApplySanityChecks(inst, decoder));
« no previous file with comments | « src/trusted/validator_arm/inst_classes_testers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698