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

Unified Diff: llvm-trunk/lib/Target/X86/X86InstrInfo.cpp

Issue 1557002: llvm x86 support (Closed)
Patch Set: remove whitespace diff Created 10 years, 9 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 | « no previous file | llvm-trunk/lib/Target/X86/X86InstrInfo.td » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: llvm-trunk/lib/Target/X86/X86InstrInfo.cpp
===================================================================
--- a/llvm-trunk/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm-trunk/lib/Target/X86/X86InstrInfo.cpp
@@ -232,7 +232,9 @@
{ X86::BT16ri8, X86::BT16mi8, 1, 0 },
{ X86::BT32ri8, X86::BT32mi8, 1, 0 },
{ X86::BT64ri8, X86::BT64mi8, 1, 0 },
- { X86::CALL32r, X86::CALL32m, 1, 0 },
+ // @LOCALMOD-START
+ // { X86::CALL32r, X86::CALL32m, 1, 0 },
+ // @LOCALMOD-END
{ X86::CALL64r, X86::CALL64m, 1, 0 },
{ X86::CMP16ri, X86::CMP16mi, 1, 0 },
{ X86::CMP16ri8, X86::CMP16mi8, 1, 0 },
@@ -260,7 +262,9 @@
{ X86::IMUL32r, X86::IMUL32m, 1, 0 },
{ X86::IMUL64r, X86::IMUL64m, 1, 0 },
{ X86::IMUL8r, X86::IMUL8m, 1, 0 },
- { X86::JMP32r, X86::JMP32m, 1, 0 },
+ // @LOCALMOD-START
+ //{ X86::JMP32r, X86::JMP32m, 1, 0 },
+ // @LOCALMOD-END
{ X86::JMP64r, X86::JMP64m, 1, 0 },
{ X86::MOV16ri, X86::MOV16mi, 0, 0 },
{ X86::MOV16rr, X86::MOV16mr, 0, 0 },
« no previous file with comments | « no previous file | llvm-trunk/lib/Target/X86/X86InstrInfo.td » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698