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

Unified Diff: src/IceTypes.def

Issue 1159823004: First patch for Mips subzero compiler (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes to address issues from review of Patch Set 1 Created 5 years, 7 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/IceTargetLoweringMIPS32.def ('k') | src/assembler_mips32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.def
diff --git a/src/IceTypes.def b/src/IceTypes.def
index 0b85ad6355b3e9eeb002a93389245cb3ff6a0918..5edf7f9c24e204232b0d881a2ca14ad606fe0384 100644
--- a/src/IceTypes.def
+++ b/src/IceTypes.def
@@ -26,6 +26,7 @@
X(Target_X8664, "x86-64", true, EM_X86_64, 0) \
X(Target_ARM32, "arm32", false, EM_ARM, EF_ARM_EABI_VER5) \
X(Target_ARM64, "arm64", true, EM_AARCH64, 0) \
+ X(Target_MIPS32, "mips32", false, EM_MIPS, 0) \
Jim Stichnoth 2015/06/03 02:10:43 Formatting is still a bit off - all the columns in
reedkotler 2015/06/03 03:49:11 Done.
//#define X(tag, str, is_elf64, e_machine, e_flags)
#define ICETYPE_TABLE \
« no previous file with comments | « src/IceTargetLoweringMIPS32.def ('k') | src/assembler_mips32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698