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

Unified Diff: src/IceConditionCodesARM32.h

Issue 1540653003: Add VADD instruction to the ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Clean up ARM register functions. Created 4 years, 11 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/IceAssemblerARM32.cpp ('k') | src/IceInstARM32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceConditionCodesARM32.h
diff --git a/src/IceConditionCodesARM32.h b/src/IceConditionCodesARM32.h
index e7fc4d09d4a15c1a53b8daf3b6948a57167ddf55..f13776316a3f365b71df2ed5868ea625dd5d34a5 100644
--- a/src/IceConditionCodesARM32.h
+++ b/src/IceConditionCodesARM32.h
@@ -33,6 +33,8 @@ public:
ICEINSTARM32COND_TABLE
#undef X
};
+
+ static bool isDefined(Cond C) { return C != kNone; }
};
} // end of namespace Ice
« no previous file with comments | « src/IceAssemblerARM32.cpp ('k') | src/IceInstARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698