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

Unified Diff: src/DartARM32/assembler_arm.h

Issue 1530233004: add RBIT instruction to the ARM integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Update DART source. Created 5 years 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 | « no previous file | src/IceAssemblerARM32.h » ('j') | tests_lit/assembler/arm32/rbit.ll » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DartARM32/assembler_arm.h
diff --git a/src/DartARM32/assembler_arm.h b/src/DartARM32/assembler_arm.h
index bf6bc11aa39337d7a5e1fa66dd984ddaa09674e6..74c1e6b39fef147943230d9450d76276c226d15b 100644
--- a/src/DartARM32/assembler_arm.h
+++ b/src/DartARM32/assembler_arm.h
@@ -1321,6 +1321,7 @@ class Assembler : public ValueObject {
// Added the following missing operations:
//
// ARM32::AssemblerARM::uxt() (uxtb and uxth).
+ // ARM32::AssemblerARM:rbit().
#endif
DISALLOW_ALLOCATION();
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | tests_lit/assembler/arm32/rbit.ll » ('J')

Powered by Google App Engine
This is Rietveld 408576698