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

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: Fix issues raised in last patch. 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') | no next file with comments »
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 61ac1bfe43b80e10a2b376e49abab06dc6c8cbe9..6ef799e573be9a01b01312fa62841589431257f7 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()
// ARM32::AssemblerARM:rbit().
#endif
« no previous file with comments | « no previous file | src/IceAssemblerARM32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698