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

Unified Diff: runtime/szrt.c

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: runtime/szrt.c
diff --git a/runtime/szrt.c b/runtime/szrt.c
index 7ac50304bf95fa905e8b649a8dec75716a656bd5..ff0f9b0f79a9ea3fd26d57ef9ee1b719d1944b73 100644
--- a/runtime/szrt.c
+++ b/runtime/szrt.c
@@ -64,3 +64,11 @@ double __Sz_sitofp_i64_f64(int64_t Value) { return (double)Value; }
// unsandboxed_irt:
// __nacl_read_tp
// __aeabi_read_tp [arm32 only]
+// MIPS runtime library:
+// __sync_fetch_and_add_8
+// __sync_fetch_and_and_8
+// __sync_fetch_and_or_8
+// __sync_fetch_and_sub_8
+// __sync_fetch_and_xor_8
+// __sync_lock_test_and_set_8
+// __sync_val_compare_and_swap_8
« 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