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

Unified Diff: src/trusted/validator_arm/gen/arm32_decode_load_store_word_and_unsigned_byte_str_or_push_tests.cc

Issue 10949006: Change table data_processing_immediate to use the new notation. Also (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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_arm/gen/arm32_decode_load_store_word_and_unsigned_byte_str_or_push_tests.cc
===================================================================
--- src/trusted/validator_arm/gen/arm32_decode_load_store_word_and_unsigned_byte_str_or_push_tests.cc (revision 9791)
+++ src/trusted/validator_arm/gen/arm32_decode_load_store_word_and_unsigned_byte_str_or_push_tests.cc (working copy)
@@ -60,11 +60,11 @@
// Neutral case:
//
-// = Store2RegisterImm12Op {'constraints': & ~cccc010100101101tttt000000000100 }
+// = Store2RegisterImm12Op {'constraints': & inst(31:0)=~xxxx010100101101xxxx000000000100 }
//
// Representaive case:
//
-// = Store2RegisterImm12Op {constraints: & ~cccc010100101101tttt000000000100 }
+// = Store2RegisterImm12Op {constraints: & constraint(31:0)=~xxxx010100101101xxxx000000000100 }
class LoadStore2RegisterImm12OpTesterCase1
: public LoadStore2RegisterImm12OpTester {
public:
@@ -113,12 +113,12 @@
// Neutral case:
//
-// = Store2RegisterImm12Op {'constraints': & ~cccc010100101101tttt000000000100 ,
+// = Store2RegisterImm12Op {'constraints': & inst(31:0)=~xxxx010100101101xxxx000000000100 ,
// 'rule': 'Str_Rule_194_A1_P384'}
//
// Representative case:
//
-// = Store2RegisterImm12Op {constraints: & ~cccc010100101101tttt000000000100 ,
+// = Store2RegisterImm12Op {constraints: & constraint(31:0)=~xxxx010100101101xxxx000000000100 ,
// rule: Str_Rule_194_A1_P384}
class Store2RegisterImm12OpTester_Case1
: public LoadStore2RegisterImm12OpTesterCase1 {
@@ -157,13 +157,13 @@
// Neutral case:
//
-// = Store2RegisterImm12Op => StoreBasedImmedMemory {'constraints': & ~cccc010100101101tttt000000000100 ,
+// = Store2RegisterImm12Op => StoreBasedImmedMemory {'constraints': & inst(31:0)=~xxxx010100101101xxxx000000000100 ,
// 'pattern': 'cccc010pu0w0nnnnttttiiiiiiiiiiii',
// 'rule': 'Str_Rule_194_A1_P384'}
//
// Representative case:
//
-// = Store2RegisterImm12Op => StoreBasedImmedMemory {constraints: & ~cccc010100101101tttt000000000100 ,
+// = Store2RegisterImm12Op => StoreBasedImmedMemory {constraints: & constraint(31:0)=~xxxx010100101101xxxx000000000100 ,
// pattern: cccc010pu0w0nnnnttttiiiiiiiiiiii,
// rule: Str_Rule_194_A1_P384}
TEST_F(Arm32DecoderStateTests,

Powered by Google App Engine
This is Rietveld 408576698