| Index: src/a64/macro-assembler-a64.h
|
| diff --git a/src/a64/macro-assembler-a64.h b/src/a64/macro-assembler-a64.h
|
| index 9e63bf7ffa684ffa1b3c0d8750bbcbc56ddba362..3c581d1af97ed0f3edff7a7b8409c1453b0231a7 100644
|
| --- a/src/a64/macro-assembler-a64.h
|
| +++ b/src/a64/macro-assembler-a64.h
|
| @@ -202,6 +202,10 @@ class MacroAssembler : public Assembler {
|
| const MemOperand& addr,
|
| LoadStoreOp op);
|
|
|
| + // V8-specific load/store helpers.
|
| + void Load(const Register& rt, const MemOperand& addr, Representation r);
|
| + void Store(const Register& rt, const MemOperand& addr, Representation r);
|
| +
|
| // Remaining instructions are simple pass-through calls to the assembler.
|
| inline void Adr(const Register& rd, Label* label);
|
| inline void Asr(const Register& rd, const Register& rn, unsigned shift);
|
|
|