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

Unified Diff: src/IceRegistersARM32.h

Issue 1424863005: Handle MOV (immediate) and MOVT to load ARM global addresses. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix movw and movt Created 5 years, 2 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/IceRegistersARM32.h
diff --git a/src/IceRegistersARM32.h b/src/IceRegistersARM32.h
index 88577559968e6e56f7537e7e730a98ec401026a1..a32ee4a6f30f1c79da1255ef823978b22559ab1a 100644
--- a/src/IceRegistersARM32.h
+++ b/src/IceRegistersARM32.h
@@ -114,6 +114,8 @@ public:
assert(RegNum <= Reg_QREG_Last);
return QRegister(RegNum - Reg_QREG_First);
}
+
+ static const char *RegNames[];
};
} // end of namespace Ice

Powered by Google App Engine
This is Rietveld 408576698