Go to the source code of this file.
◆ DEFINE_FUNCTION [1/2]
#define DEFINE_FUNCTION |
( |
|
FN, |
|
|
|
REGTYPE, |
|
|
|
REG, |
|
|
|
OP |
|
) |
| |
Value:void MacroAssembler::FN(
const REGTYPE REG,
const MemOperand& addr) { \
DCHECK(allow_macro_instructions_); \
LoadStoreMacro(REG, addr, OP); \
}
Definition at line 303 of file macro-assembler-arm64-inl.h.
◆ DEFINE_FUNCTION [2/2]
#define DEFINE_FUNCTION |
( |
|
FN, |
|
|
|
REGTYPE, |
|
|
|
REG, |
|
|
|
REG2, |
|
|
|
OP |
|
) |
| |
Value: void MacroAssembler::FN(const REGTYPE REG, const REGTYPE REG2, \
DCHECK(allow_macro_instructions_); \
LoadStorePairMacro(REG, REG2, addr, OP); \
}
Definition at line 303 of file macro-assembler-arm64-inl.h.