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

Unified Diff: src/trusted/validator_arm/armv7.table

Issue 10381030: Clean up testing of instructions. Allow testing to quit if test pattern tests (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_vs_baseline.cc ('k') | src/trusted/validator_arm/baseline_classes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/armv7.table
===================================================================
--- src/trusted/validator_arm/armv7.table (revision 8517)
+++ src/trusted/validator_arm/armv7.table (working copy)
@@ -79,6 +79,7 @@
class MaskedBinary2RegisterImmediateOp : Binary2RegisterImmediateOp
class MaskedBinaryRegisterImmediateTest : BinaryRegisterImmediateTest
+class Binary3RegisterImmedShiftedOpRnNotSp : Binary3RegisterImmedShiftedOp
##############################################################
# The following define decoder tables.
@@ -127,7 +128,7 @@
Eor_Rule_45_A1_P96
cccc0000001unnnnddddiiiiitt0mmmm
NotRdIsPcAndS
-| 0010x - - = Binary3RegisterImmedShiftedOp
+| 0010x - - = Binary3RegisterImmedShiftedOpRnNotSp
SubRule_213_A1_P422
cccc0000010unnnnddddiiiiitt0mmmm
NotRdIsPcAndSOrRnIsSp
@@ -135,7 +136,7 @@
Rsb_Rule_143_P286
cccc0000011unnnnddddiiiiitt0mmmm
NotRdIsPcAndS
-| 0100x - - = Binary3RegisterImmedShiftedOp
+| 0100x - - = Binary3RegisterImmedShiftedOpRnNotSp
Add_Rule_6_A1_P24
cccc0000100unnnnddddiiiiitt0mmmm
NotRdIsPcAndSOrRnIsSp
@@ -275,7 +276,7 @@
| 1110x - = MaskedBinary2RegisterImmediateOp => ImmediateBic
Bic_Rule_19_A1_P50
cccc0011110unnnnddddiiiiiiiiiiii
- RdCanBePcAndNotRdIsPcAndS
+ NotRdIsPcAndS
| 1111x - =DataProc # MVN(immediate)
+--
« no previous file with comments | « src/trusted/validator_arm/actual_vs_baseline.cc ('k') | src/trusted/validator_arm/baseline_classes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698