Home | History | Annotate | Download | only in aarch64

Lines Matching refs:REGTYPE

766 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \
767 void FN(const REGTYPE REG, const MemOperand& addr);
775 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
776 void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr);