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

Unified Diff: src/DartARM32/assembler_arm.h

Issue 1532233002: Add VPUSH/VPOP instructions to the ARM32 integrated assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove TODO that doesn't apply anymore. 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') | src/IceAssemblerARM32.cpp » ('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..a2044058f1e8b18b7caa5f6c5351bf274a7e0c6a 100644
--- a/src/DartARM32/assembler_arm.h
+++ b/src/DartARM32/assembler_arm.h
@@ -1320,7 +1320,9 @@ class Assembler : public ValueObject {
#if 0
// Added the following missing operations:
//
- // ARM32::AssemblerARM::uxt() (uxtb and uxth).
+ // ARM32::AssemblerARM32::uxt() (uxtb and uxth).
+ // ARM32::AssemblerARM32::vpop()
+ // ARM32::AssemblerARM32::vpush()
#endif
DISALLOW_ALLOCATION();
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | src/IceAssemblerARM32.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698