summaryrefslogtreecommitdiff
path: root/deps/v8/src/arm/constants-arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/arm/constants-arm.h')
-rw-r--r--deps/v8/src/arm/constants-arm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/src/arm/constants-arm.h b/deps/v8/src/arm/constants-arm.h
index af68fb24e2..7b8529c4bb 100644
--- a/deps/v8/src/arm/constants-arm.h
+++ b/deps/v8/src/arm/constants-arm.h
@@ -42,6 +42,11 @@ const int kNumVFPRegisters = kNumVFPSingleRegisters + kNumVFPDoubleRegisters;
const int kPCRegister = 15;
const int kNoRegister = -1;
+// Used in embedded constant pool builder - max reach in bits for
+// various load instructions (unsigned)
+const int kLdrMaxReachBits = 12;
+const int kVldrMaxReachBits = 10;
+
// -----------------------------------------------------------------------------
// Conditions.