Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index c4e559d6c13816f5c97605cc7c32bcf942243413..375ef89774f0ee683c70d4ccae8b664a18a5a06b 100644 |
--- a/src/arm/constants-arm.h |
+++ b/src/arm/constants-arm.h |
@@ -564,7 +564,9 @@ class Instruction { |
inline int ShiftAmountValue() const { return Bits(11, 7); } |
// with immediate |
inline int RotateValue() const { return Bits(11, 8); } |
+ DECLARE_STATIC_ACCESSOR(RotateValue); |
inline int Immed8Value() const { return Bits(7, 0); } |
+ DECLARE_STATIC_ACCESSOR(Immed8Value); |
inline int Immed4Value() const { return Bits(19, 16); } |
inline int ImmedMovwMovtValue() const { |
return Immed4Value() << 12 | Offset12Value(); } |