Index: src/arm64/constants-arm64.h |
diff --git a/src/arm64/constants-arm64.h b/src/arm64/constants-arm64.h |
index 65b8b30610ef0548d73e4153283bcdd173a4b7c4..23d4db44a052d0ddfb53569d55709047247ce296 100644 |
--- a/src/arm64/constants-arm64.h |
+++ b/src/arm64/constants-arm64.h |
@@ -199,7 +199,14 @@ const unsigned kFloatExponentBits = 8; |
V_(SysOp1, 18, 16, Bits) \ |
V_(SysOp2, 7, 5, Bits) \ |
V_(CRn, 15, 12, Bits) \ |
- V_(CRm, 11, 8, Bits) |
+ V_(CRm, 11, 8, Bits) \ |
+ \ |
+ /* Load-/store-exclusive */ \ |
+ V_(LoadStoreXLoad, 22, 22, Bits) \ |
+ V_(LoadStoreXNotExclusive, 23, 23, Bits) \ |
+ V_(LoadStoreXAcquireRelease, 15, 15, Bits) \ |
+ V_(LoadStoreXSizeLog2, 31, 30, Bits) \ |
+ V_(LoadStoreXPair, 21, 21, Bits) |
#define SYSTEM_REGISTER_FIELDS_LIST(V_, M_) \ |
/* NZCV */ \ |