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

Unified Diff: src/compiler/x64/instruction-codes-x64.h

Issue 2623633003: [Atomics] Make Atomics.exchange a builtin using TF (Closed)
Patch Set: [Atomics] Make Atomics.exchange a builtin using TF Created 3 years, 11 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/compiler/x64/instruction-codes-x64.h
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
index aad172788e4027c73dfe9405411c41eb321e4bf7..3e4403855541ff70e9647ba288f56ca5beed6a98 100644
--- a/src/compiler/x64/instruction-codes-x64.h
+++ b/src/compiler/x64/instruction-codes-x64.h
@@ -143,9 +143,6 @@ namespace compiler {
V(X64Push) \
V(X64Poke) \
V(X64StackCheck) \
- V(X64Xchgb) \
- V(X64Xchgw) \
- V(X64Xchgl) \
V(X64Int32x4Create) \
V(X64Int32x4ExtractLane) \
V(X64Int32x4ReplaceLane) \

Powered by Google App Engine
This is Rietveld 408576698