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

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

Issue 12223046: Use generated actual decoders for ARM table: (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.h
===================================================================
--- src/trusted/validator_arm/gen/arm32_decode_baselines_2.h (revision 10736)
+++ src/trusted/validator_arm/gen/arm32_decode_baselines_2.h (working copy)
@@ -535,6 +535,7 @@
// Pc: 15,
// Rn: Rn(19:16),
// W: W(21),
+// actual: Actual_STMDA_STMED_cccc100000w0nnnnrrrrrrrrrrrrrrrr_case_1,
// base: Rn,
// baseline: StoreRegisterList,
// cond: cond(31:28),
@@ -556,8 +557,7 @@
// Contains(registers, Rn) &&
// Rn !=
// SmallestGPR(registers) => UNKNOWN],
-// small_imm_base_wb: true,
-// true: true,
+// small_imm_base_wb: wback,
// uses: Union({Rn}, registers),
// wback: W(21)=1}
class STMDA_STMED_cccc100000w0nnnnrrrrrrrrrrrrrrrr_case_0
@@ -582,6 +582,7 @@
// Pc: 15,
// Rn: Rn(19:16),
// W: W(21),
+// actual: Actual_STMDA_STMED_cccc100000w0nnnnrrrrrrrrrrrrrrrr_case_1,
// base: Rn,
// baseline: StoreRegisterList,
// cond: cond(31:28),
@@ -603,8 +604,7 @@
// Contains(registers, Rn) &&
// Rn !=
// SmallestGPR(registers) => UNKNOWN],
-// small_imm_base_wb: true,
-// true: true,
+// small_imm_base_wb: wback,
// uses: Union({Rn}, registers),
// wback: W(21)=1}
class STMDB_STMFD_cccc100100w0nnnnrrrrrrrrrrrrrrrr_case_0
@@ -629,6 +629,7 @@
// Pc: 15,
// Rn: Rn(19:16),
// W: W(21),
+// actual: Actual_STMDA_STMED_cccc100000w0nnnnrrrrrrrrrrrrrrrr_case_1,
// base: Rn,
// baseline: StoreRegisterList,
// cond: cond(31:28),
@@ -650,8 +651,7 @@
// Contains(registers, Rn) &&
// Rn !=
// SmallestGPR(registers) => UNKNOWN],
-// small_imm_base_wb: true,
-// true: true,
+// small_imm_base_wb: wback,
// uses: Union({Rn}, registers),
// wback: W(21)=1}
class STMIB_STMFA_cccc100110w0nnnnrrrrrrrrrrrrrrrr_case_0
@@ -676,6 +676,7 @@
// Pc: 15,
// Rn: Rn(19:16),
// W: W(21),
+// actual: Actual_STMDA_STMED_cccc100000w0nnnnrrrrrrrrrrrrrrrr_case_1,
// base: Rn,
// baseline: StoreRegisterList,
// cond: cond(31:28),
@@ -697,8 +698,7 @@
// Contains(registers, Rn) &&
// Rn !=
// SmallestGPR(registers) => UNKNOWN],
-// small_imm_base_wb: true,
-// true: true,
+// small_imm_base_wb: wback,
// uses: Union({Rn}, registers),
// wback: W(21)=1}
class STM_STMIA_STMEA_cccc100010w0nnnnrrrrrrrrrrrrrrrr_case_0

Powered by Google App Engine
This is Rietveld 408576698