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

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

Issue 12223041: Add uses to two ARM tables. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 10 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_baselines_2.cc
===================================================================
--- src/trusted/validator_arm/gen/arm32_decode_baselines_2.cc (revision 10736)
+++ src/trusted/validator_arm/gen/arm32_decode_baselines_2.cc (working copy)
@@ -7300,6 +7300,7 @@
// cmode: cmode(11:8),
// constraints: ,
// d: D:Vd,
+// defs: {},
// fields: [i(24),
// D(22),
// imm3(18:16),
@@ -7322,7 +7323,15 @@
// safety: [cmode(0)=0 ||
// cmode(3:2)=11 => DECODER_ERROR,
// Q(6)=1 &&
-// Vd(0)=1 => UNDEFINED]}
+// Vd(0)=1 => UNDEFINED],
+// uses: {}}
+RegisterList VBIC_immediate_1111001i1d000mmmddddcccc0q11mmmm_case_0::
+defs(Instruction inst) const {
+ UNREFERENCED_PARAMETER(inst); // To silence compiler.
+ // defs: '{}'
+ return RegisterList();
+}
+
SafetyLevel VBIC_immediate_1111001i1d000mmmddddcccc0q11mmmm_case_0::
safety(Instruction inst) const {
UNREFERENCED_PARAMETER(inst); // To silence compiler.
@@ -7347,6 +7356,13 @@
}
+RegisterList VBIC_immediate_1111001i1d000mmmddddcccc0q11mmmm_case_0::
+uses(Instruction inst) const {
+ UNREFERENCED_PARAMETER(inst); // To silence compiler.
+ // uses: '{}'
+ return RegisterList();
+}
+
// VBIC_register_111100100d01nnnndddd0001nqm1mmmm_case_0:
//
// {D: D(22),
« no previous file with comments | « src/trusted/validator_arm/gen/arm32_decode_baselines_2.h ('k') | src/trusted/validator_arm/gen/arm32_decode_baselines_3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698