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

Unified Diff: src/IceTargetLowering.def

Issue 2682673002: [SubZero] Generate spin-lock for atomic load store (Closed)
Patch Set: Addressed review comments 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') | no next file with comments »
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..986f739db3f9e90592f98f94e3035bae1b320e68 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/10 07:16:19 Unfortunately I just discovered a problem with thi
jaydeep.patil 2017/02/10 08:31:24 Done.
+ X(sync_f_n_and_8, "__sync_fetch_and_and_8") \
+ X(sync_f_n_or_8, "__sync_fetch_and_or_8") \
+ X(sync_f_n_sub_8, "__sync_fetch_and_sub_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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698