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

Unified Diff: src/arm64/macro-assembler-arm64-inl.h

Issue 2754543006: [arm64] Use exclusive instructions in exchange (Closed)
Patch Set: Created 3 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
Index: src/arm64/macro-assembler-arm64-inl.h
diff --git a/src/arm64/macro-assembler-arm64-inl.h b/src/arm64/macro-assembler-arm64-inl.h
index 29e7d29b93c7fe489f203c11511a4dc4bb7b5962..46c51ccf005c6cbe97188271b623bc037d6688f4 100644
--- a/src/arm64/macro-assembler-arm64-inl.h
+++ b/src/arm64/macro-assembler-arm64-inl.h
@@ -307,7 +307,7 @@ LSPAIR_MACRO_LIST(DEFINE_FUNCTION)
DCHECK(allow_macro_instructions_); \
OP(rt, rn); \
}
-LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
+LDX_LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
#undef DECLARE_FUNCTION
#define DECLARE_FUNCTION(FN, OP) \
@@ -316,7 +316,7 @@ LDA_STL_MACRO_LIST(DECLARE_FUNCTION)
DCHECK(allow_macro_instructions_); \
OP(rs, rt, rn); \
}
-STLX_MACRO_LIST(DECLARE_FUNCTION)
+STX_STLX_MACRO_LIST(DECLARE_FUNCTION)
#undef DECLARE_FUNCTION
void MacroAssembler::Asr(const Register& rd,

Powered by Google App Engine
This is Rietveld 408576698