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

Unified Diff: src/IceTargetLowering.def

Issue 2682673002: [SubZero] Generate spin-lock for atomic load store (Closed)
Patch Set: Created 3 years, 10 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 | src/IceTargetLoweringMIPS32.h » ('j') | src/IceTargetLoweringMIPS32.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTargetLowering.def
diff --git a/src/IceTargetLowering.def b/src/IceTargetLowering.def
index f465571e539d893c2d072523f5eca1a752230ab8..634f2f35239a9a16ba7ef5858a91f57b444feebc 100644
--- a/src/IceTargetLowering.def
+++ b/src/IceTargetLowering.def
@@ -45,6 +45,13 @@
X(sitofp_i64_f64, "__Sz_sitofp_i64_f64") \
X(srem_i32, "__modsi3") \
X(srem_i64, "__moddi3") \
+ X(sync_f_n_add_8, "__sync_fetch_and_add_8") \
Jim Stichnoth 2017/02/07 17:45:43 Sort these lines alphabetically, for consistency.
jaydeep.patil 2017/02/08 05:08:25 Done.
+ X(sync_f_n_sub_8, "__sync_fetch_and_sub_8") \
+ X(sync_f_n_or_8, "__sync_fetch_and_or_8") \
+ X(sync_f_n_and_8, "__sync_fetch_and_and_8") \
+ X(sync_f_n_xor_8, "__sync_fetch_and_xor_8") \
+ X(sync_lock_tset_8, "__sync_lock_test_and_set_8") \
+ X(sync_val_cx_8, "__sync_val_compare_and_swap_8") \
X(udiv_i32, "__udivsi3") \
X(udiv_i64, "__udivdi3") \
X(uitofp_4xi32_4xf32, "__Sz_uitofp_4xi32_4xf32") \
« no previous file with comments | « no previous file | src/IceTargetLoweringMIPS32.h » ('j') | src/IceTargetLoweringMIPS32.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698