| Index: src/arm64/assembler-arm64.h
|
| diff --git a/src/arm64/assembler-arm64.h b/src/arm64/assembler-arm64.h
|
| index a06c969ed94e4ad865504d2293b2146659a3111f..82b4500d5f0a4a2b983ea3ab423ded6e8831acd9 100644
|
| --- a/src/arm64/assembler-arm64.h
|
| +++ b/src/arm64/assembler-arm64.h
|
| @@ -1850,6 +1850,9 @@ class Assembler : public AssemblerBase {
|
| inline static Instr ImmBarrierType(int imm2);
|
| inline static LSDataSize CalcLSDataSize(LoadStoreOp op);
|
|
|
| + static bool IsImmLSUnscaled(int64_t offset);
|
| + static bool IsImmLSScaled(int64_t offset, LSDataSize size);
|
| +
|
| // Move immediates encoding.
|
| inline static Instr ImmMoveWide(uint64_t imm);
|
| inline static Instr ShiftMoveWide(int64_t shift);
|
| @@ -1933,8 +1936,6 @@ class Assembler : public AssemblerBase {
|
| void LoadStore(const CPURegister& rt,
|
| const MemOperand& addr,
|
| LoadStoreOp op);
|
| - static bool IsImmLSUnscaled(int64_t offset);
|
| - static bool IsImmLSScaled(int64_t offset, LSDataSize size);
|
|
|
| void LoadStorePair(const CPURegister& rt, const CPURegister& rt2,
|
| const MemOperand& addr, LoadStorePairOp op);
|
|
|